summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings/import_theme_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-01-11 20:32:31 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-01-11 20:32:31 +0500
commite9c2fd7cbb0fd35531096af89345d400125809f0 (patch)
treebc9e15ffa64136a87a309fc9cca3f5275ff361b6 /web/react/components/user_settings/import_theme_modal.jsx
parent01d6a48419d351f92c40f8ed9352fa203cc46e4a (diff)
downloadchat-e9c2fd7cbb0fd35531096af89345d400125809f0.tar.gz
chat-e9c2fd7cbb0fd35531096af89345d400125809f0.tar.bz2
chat-e9c2fd7cbb0fd35531096af89345d400125809f0.zip
Adding away icon and changing online and offline icons
Diffstat (limited to 'web/react/components/user_settings/import_theme_modal.jsx')
-rw-r--r--web/react/components/user_settings/import_theme_modal.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/user_settings/import_theme_modal.jsx b/web/react/components/user_settings/import_theme_modal.jsx
index 3df9dfedf..45b05f19b 100644
--- a/web/react/components/user_settings/import_theme_modal.jsx
+++ b/web/react/components/user_settings/import_theme_modal.jsx
@@ -55,6 +55,7 @@ export default class ImportThemeModal extends React.Component {
theme.sidebarHeaderBg = colors[1];
theme.sidebarHeaderTextColor = colors[5];
theme.onlineIndicator = colors[6];
+ theme.awayIndicator = '#E0B333';
theme.mentionBj = colors[7];
theme.mentionColor = '#ffffff';
theme.centerChannelBg = '#ffffff';