From 857d280007b39b7dbfe0057152083a332abd73d3 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 5 Jul 2017 20:29:58 +0500 Subject: Minor UI Updates (#6842) * PLT-6964 - Updating new theme * PLT-6827 - Fixing error bar link color issue --- webapp/utils/constants.jsx | 52 +++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'webapp/utils') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index f1b72dbf6..6b77be789 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -464,6 +464,32 @@ export const Constants = { LEAVE_TEAM_SVG: " ", THEMES: { default: { + type: 'Mattermost', + sidebarBg: '#145dbf', + sidebarText: '#ffffff', + sidebarUnreadText: '#ffffff', + sidebarTextHoverBg: '#4578bf', + sidebarTextActiveBorder: '#579eff', + sidebarTextActiveColor: '#ffffff', + sidebarHeaderBg: '#1153ab', + sidebarHeaderTextColor: '#ffffff', + onlineIndicator: '#06d6a0', + awayIndicator: '#ffbc42', + mentionBj: '#ffffff', + mentionColor: '#145dbf', + centerChannelBg: '#ffffff', + centerChannelColor: '#3d3c40', + newMessageSeparator: '#ff8800', + linkColor: '#2389d7', + buttonBg: '#166de0', + buttonColor: '#ffffff', + errorTextColor: '#fd5960', + mentionHighlightBg: '#fff2bb', + mentionHighlightLink: '#166de0', + codeTheme: 'github', + image: mattermostThemeImage + }, + organization: { type: 'Organization', sidebarBg: '#2071a7', sidebarText: '#ffffff', @@ -489,32 +515,6 @@ export const Constants = { codeTheme: 'github', image: defaultThemeImage }, - mattermost: { - type: 'Mattermost', - sidebarBg: '#fafafa', - sidebarText: '#333333', - sidebarUnreadText: '#333333', - sidebarTextHoverBg: '#e6f2fa', - sidebarTextActiveBorder: '#378fd2', - sidebarTextActiveColor: '#111111', - sidebarHeaderBg: '#3481b9', - sidebarHeaderTextColor: '#ffffff', - onlineIndicator: '#7dbe00', - awayIndicator: '#dcbd4e', - mentionBj: '#2389d7', - mentionColor: '#ffffff', - centerChannelBg: '#ffffff', - centerChannelColor: '#333333', - newMessageSeparator: '#ff8800', - linkColor: '#2389d7', - buttonBg: '#23a2ff', - buttonColor: '#ffffff', - errorTextColor: '#a94442', - mentionHighlightBg: '#f3e197', - mentionHighlightLink: '#2f81b7', - codeTheme: 'github', - image: mattermostThemeImage - }, mattermostDark: { type: 'Mattermost Dark', sidebarBg: '#1b2c3e', -- cgit v1.2.3-1-g7c22