update theme constants to have 6 hex format in lowercase (#6805)

Этот коммит содержится в:
Saturnino Abril
2017-06-30 13:08:20 +08:00
коммит произвёл Corey Hulen
родитель f2898927f1
Коммит fb57b3dd53

Просмотреть файл

@@ -468,23 +468,23 @@ export const Constants = {
default: { default: {
type: 'Organization', type: 'Organization',
sidebarBg: '#2071a7', sidebarBg: '#2071a7',
sidebarText: '#fff', sidebarText: '#ffffff',
sidebarUnreadText: '#fff', sidebarUnreadText: '#ffffff',
sidebarTextHoverBg: '#136197', sidebarTextHoverBg: '#136197',
sidebarTextActiveBorder: '#7AB0D6', sidebarTextActiveBorder: '#7ab0d6',
sidebarTextActiveColor: '#FFFFFF', sidebarTextActiveColor: '#ffffff',
sidebarHeaderBg: '#2f81b7', sidebarHeaderBg: '#2f81b7',
sidebarHeaderTextColor: '#FFFFFF', sidebarHeaderTextColor: '#ffffff',
onlineIndicator: '#7DBE00', onlineIndicator: '#7dbe00',
awayIndicator: '#DCBD4E', awayIndicator: '#dcbd4e',
mentionBj: '#FBFBFB', mentionBj: '#fbfbfb',
mentionColor: '#2071A7', mentionColor: '#2071f7',
centerChannelBg: '#f2f4f8', centerChannelBg: '#f2f4f8',
centerChannelColor: '#333333', centerChannelColor: '#333333',
newMessageSeparator: '#FF8800', newMessageSeparator: '#ff8800',
linkColor: '#2f81b7', linkColor: '#2f81b7',
buttonBg: '#1dacfc', buttonBg: '#1dacfc',
buttonColor: '#FFFFFF', buttonColor: '#ffffff',
errorTextColor: '#a94442', errorTextColor: '#a94442',
mentionHighlightBg: '#f3e197', mentionHighlightBg: '#f3e197',
mentionHighlightLink: '#2f81b7', mentionHighlightLink: '#2f81b7',
@@ -497,20 +497,20 @@ export const Constants = {
sidebarText: '#333333', sidebarText: '#333333',
sidebarUnreadText: '#333333', sidebarUnreadText: '#333333',
sidebarTextHoverBg: '#e6f2fa', sidebarTextHoverBg: '#e6f2fa',
sidebarTextActiveBorder: '#378FD2', sidebarTextActiveBorder: '#378fd2',
sidebarTextActiveColor: '#111111', sidebarTextActiveColor: '#111111',
sidebarHeaderBg: '#3481B9', sidebarHeaderBg: '#3481b9',
sidebarHeaderTextColor: '#ffffff', sidebarHeaderTextColor: '#ffffff',
onlineIndicator: '#7DBE00', onlineIndicator: '#7dbe00',
awayIndicator: '#DCBD4E', awayIndicator: '#dcbd4e',
mentionBj: '#2389d7', mentionBj: '#2389d7',
mentionColor: '#ffffff', mentionColor: '#ffffff',
centerChannelBg: '#ffffff', centerChannelBg: '#ffffff',
centerChannelColor: '#333333', centerChannelColor: '#333333',
newMessageSeparator: '#FF8800', newMessageSeparator: '#ff8800',
linkColor: '#2389d7', linkColor: '#2389d7',
buttonBg: '#23A2FF', buttonBg: '#23a2ff',
buttonColor: '#FFFFFF', buttonColor: '#ffffff',
errorTextColor: '#a94442', errorTextColor: '#a94442',
mentionHighlightBg: '#f3e197', mentionHighlightBg: '#f3e197',
mentionHighlightLink: '#2f81b7', mentionHighlightLink: '#2f81b7',
@@ -519,53 +519,53 @@ export const Constants = {
}, },
mattermostDark: { mattermostDark: {
type: 'Mattermost Dark', type: 'Mattermost Dark',
sidebarBg: '#1B2C3E', sidebarBg: '#1b2c3e',
sidebarText: '#fff', sidebarText: '#ffffff',
sidebarUnreadText: '#fff', sidebarUnreadText: '#ffffff',
sidebarTextHoverBg: '#4A5664', sidebarTextHoverBg: '#4a5664',
sidebarTextActiveBorder: '#66B9A7', sidebarTextActiveBorder: '#66b9a7',
sidebarTextActiveColor: '#FFFFFF', sidebarTextActiveColor: '#ffffff',
sidebarHeaderBg: '#1B2C3E', sidebarHeaderBg: '#1b2c3e',
sidebarHeaderTextColor: '#FFFFFF', sidebarHeaderTextColor: '#ffffff',
onlineIndicator: '#65dcc8', onlineIndicator: '#65dcc8',
awayIndicator: '#c1b966', awayIndicator: '#c1b966',
mentionBj: '#B74A4A', mentionBj: '#b74a4a',
mentionColor: '#FFFFFF', mentionColor: '#ffffff',
centerChannelBg: '#2F3E4E', centerChannelBg: '#2f3e4e',
centerChannelColor: '#DDDDDD', centerChannelColor: '#dddddd',
newMessageSeparator: '#5de5da', newMessageSeparator: '#5de5da',
linkColor: '#A4FFEB', linkColor: '#a4ffeb',
buttonBg: '#4CBBA4', buttonBg: '#4cbba4',
buttonColor: '#FFFFFF', buttonColor: '#ffffff',
errorTextColor: '#ff6461', errorTextColor: '#ff6461',
mentionHighlightBg: '#984063', mentionHighlightBg: '#984063',
mentionHighlightLink: '#A4FFEB', mentionHighlightLink: '#a4ffeb',
codeTheme: 'solarized-dark', codeTheme: 'solarized-dark',
image: mattermostDarkThemeImage image: mattermostDarkThemeImage
}, },
windows10: { windows10: {
type: 'Windows Dark', type: 'Windows Dark',
sidebarBg: '#171717', sidebarBg: '#171717',
sidebarText: '#fff', sidebarText: '#ffffff',
sidebarUnreadText: '#fff', sidebarUnreadText: '#ffffff',
sidebarTextHoverBg: '#302e30', sidebarTextHoverBg: '#302e30',
sidebarTextActiveBorder: '#196CAF', sidebarTextActiveBorder: '#196caf',
sidebarTextActiveColor: '#FFFFFF', sidebarTextActiveColor: '#ffffff',
sidebarHeaderBg: '#1f1f1f', sidebarHeaderBg: '#1f1f1f',
sidebarHeaderTextColor: '#FFFFFF', sidebarHeaderTextColor: '#ffffff',
onlineIndicator: '#399fff', onlineIndicator: '#399fff',
awayIndicator: '#c1b966', awayIndicator: '#c1b966',
mentionBj: '#0177e7', mentionBj: '#0177e7',
mentionColor: '#FFFFFF', mentionColor: '#ffffff',
centerChannelBg: '#1F1F1F', centerChannelBg: '#1f1f1f',
centerChannelColor: '#DDDDDD', centerChannelColor: '#dddddd',
newMessageSeparator: '#CC992D', newMessageSeparator: '#cc992d',
linkColor: '#0D93FF', linkColor: '#0d93ff',
buttonBg: '#0177e7', buttonBg: '#0177e7',
buttonColor: '#FFFFFF', buttonColor: '#ffffff',
errorTextColor: '#ff6461', errorTextColor: '#ff6461',
mentionHighlightBg: '#784098', mentionHighlightBg: '#784098',
mentionHighlightLink: '#A4FFEB', mentionHighlightLink: '#a4ffeb',
codeTheme: 'monokai', codeTheme: 'monokai',
image: windows10ThemeImage image: windows10ThemeImage
} }