summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-06-02 20:46:54 +0500
committerCorey Hulen <corey@hulen.com>2017-06-02 08:46:54 -0700
commit2f88bcb2232e1e24456ac9ddfd72fd38727519f2 (patch)
tree1e1618d948f4cb01baaadab856d7d2d966ce4136 /webapp/utils/constants.jsx
parente7e59cc40f81156d7e5c673cac4589c8fcffdfed (diff)
downloadchat-2f88bcb2232e1e24456ac9ddfd72fd38727519f2.tar.gz
chat-2f88bcb2232e1e24456ac9ddfd72fd38727519f2.tar.bz2
chat-2f88bcb2232e1e24456ac9ddfd72fd38727519f2.zip
Multiple Ui improvements (#6553)
* PLT-6729 - Fixing close button * PLT-5216 - Updating mattermost theme * PLT-6679 - Fixing styling for active state
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx36
1 files changed, 18 insertions, 18 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index dc0856888..ea87f2cd4 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -481,28 +481,28 @@ export const Constants = {
},
mattermost: {
type: 'Mattermost',
- sidebarBg: '#fafafa',
- sidebarText: '#333333',
- sidebarUnreadText: '#333333',
- sidebarTextHoverBg: '#e6f2fa',
- sidebarTextActiveBorder: '#378FD2',
- sidebarTextActiveColor: '#111111',
- sidebarHeaderBg: '#3481B9',
+ sidebarBg: '#1a1d1f',
+ sidebarText: '#ffffff',
+ sidebarUnreadText: '#e8e8e8',
+ sidebarTextHoverBg: '#525252',
+ sidebarTextActiveBorder: '#27a1b2',
+ sidebarTextActiveColor: '#ffffff',
+ sidebarHeaderBg: '#1a1d1f',
sidebarHeaderTextColor: '#ffffff',
- onlineIndicator: '#7DBE00',
- awayIndicator: '#DCBD4E',
- mentionBj: '#2389d7',
+ onlineIndicator: '#1fc1d9',
+ awayIndicator: '#c4c492',
+ mentionBj: '#ba3939',
mentionColor: '#ffffff',
centerChannelBg: '#ffffff',
- centerChannelColor: '#333333',
- newMessageSeparator: '#FF8800',
- linkColor: '#2389d7',
- buttonBg: '#23A2FF',
+ centerChannelColor: '#2d3138',
+ newMessageSeparator: '#1c8c99',
+ linkColor: '#1c8c99',
+ buttonBg: '#27a1b2',
buttonColor: '#FFFFFF',
- errorTextColor: '#a94442',
- mentionHighlightBg: '#f3e197',
- mentionHighlightLink: '#2f81b7',
- codeTheme: 'github',
+ errorTextColor: '#cc2d2d',
+ mentionHighlightBg: '#1c8c99',
+ mentionHighlightLink: '#ffffff',
+ codeTheme: 'monokai',
image: mattermostThemeImage
},
mattermostDark: {