Merge pull request #813 from asaadmahmoodspin/plt-366

PLT-366 - Adding Windows 10 dark theme.
Этот коммит содержится в:
Corey Hulen
2015-09-25 14:28:40 -07:00
родитель edd99e243f 4667d8c61e
Коммит 4b93705579
8 изменённых файлов: 43 добавлений и 10 удалений

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

@@ -134,6 +134,7 @@ module.exports = {
mentionColor: '#ffffff',
centerChannelBg: '#ffffff',
centerChannelColor: '#333333',
newMessageSeparator: '#FF8800',
linkColor: '#2389d7',
buttonBg: '#2389d7',
buttonColor: '#FFFFFF'
@@ -154,12 +155,13 @@ module.exports = {
mentionColor: '#bfcde8',
centerChannelBg: '#f2f4f8',
centerChannelColor: '#333333',
newMessageSeparator: '#FF8800',
linkColor: '#2f81b7',
buttonBg: '#1dacfc',
buttonColor: '#FFFFFF'
},
dark: {
type: 'Dark',
mattermostDark: {
type: 'Mattermost Dark',
sidebarBg: '#1B2C3E',
sidebarText: '#bbbbbb',
sidebarUnreadText: '#fff',
@@ -174,9 +176,31 @@ module.exports = {
mentionColor: '#FFFFFF',
centerChannelBg: '#2F3E4E',
centerChannelColor: '#DDDDDD',
newMessageSeparator: '#5de5da',
linkColor: '#A4FFEB',
buttonBg: '#1dacfc',
buttonColor: '#FFFFFF'
},
windows10: {
type: 'Windows 10 Dark',
sidebarBg: '#171717',
sidebarText: '#eee',
sidebarUnreadText: '#fff',
sidebarTextHoverBg: '#302e30',
sidebarTextHoverColor: '#fff',
sidebarTextActiveBg: '#484748',
sidebarTextActiveColor: '#FFFFFF',
sidebarHeaderBg: '#1f1f1f',
sidebarHeaderTextColor: '#FFFFFF',
onlineIndicator: '#0177e7',
mentionBj: '#0177e7',
mentionColor: '#FFFFFF',
centerChannelBg: '#1F1F1F',
centerChannelColor: '#DDDDDD',
newMessageSeparator: '#CC992D',
linkColor: '#0177e7',
buttonBg: '#0177e7',
buttonColor: '#FFFFFF'
}
},
THEME_ELEMENTS: [
@@ -236,6 +260,10 @@ module.exports = {
id: 'centerChannelColor',
uiName: 'Center Channel Text'
},
{
id: 'newMessageSeparator',
uiName: 'New message separator'
},
{
id: 'linkColor',
uiName: 'Link Color'