plt-363 - Adding organisation theme

Этот коммит содержится в:
Asaad Mahmood
2015-09-24 18:55:53 +05:00
родитель 4f371254c6
Коммит 5183103e8f
9 изменённых файлов: 58 добавлений и 31 удалений

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

@@ -134,24 +134,24 @@ module.exports = {
buttonBg: '#2389d7',
buttonColor: '#FFFFFF'
},
slack: {
type: 'Slack',
sidebarBg: '#4D394B',
sidebarText: '#ab9ba9',
sidebarUnreadText: '#FFFFFF',
sidebarTextHoverBg: '#3e313c',
sidebarTextHoverColor: '#ab9ba9',
sidebarTextActiveBg: '#4c9689',
organization: {
type: 'Organization',
sidebarBg: '#2071a7',
sidebarText: '#bfcde8',
sidebarUnreadText: '#fff',
sidebarTextHoverBg: '#136197',
sidebarTextHoverColor: '#bfcde8',
sidebarTextActiveBg: '#136197',
sidebarTextActiveColor: '#FFFFFF',
sidebarHeaderBg: '#4D394B',
sidebarHeaderBg: '#2f81b7',
sidebarHeaderTextColor: '#FFFFFF',
onlineIndicator: '#4c9689',
mentionBj: '#eb4d5c',
mentionColor: '#FFFFFF',
centerChannelBg: '#FFFFFF',
onlineIndicator: '#7DBE00',
mentionBj: '#136197',
mentionColor: '#bfcde8',
centerChannelBg: '#f2f4f8',
centerChannelColor: '#333333',
linkColor: '#2389d7',
buttonBg: '#26a970',
linkColor: '#2f81b7',
buttonBg: '#1dacfc',
buttonColor: '#FFFFFF'
},
dark: {
@@ -165,13 +165,13 @@ module.exports = {
sidebarTextActiveColor: '#FFFFFF',
sidebarHeaderBg: '#1B2C3E',
sidebarHeaderTextColor: '#FFFFFF',
onlineIndicator: '#4c9689',
onlineIndicator: '#55C5B2',
mentionBj: '#B74A4A',
mentionColor: '#FFFFFF',
centerChannelBg: '#2F3E4E',
centerChannelColor: '#DDDDDD',
linkColor: '#A4FFEB',
buttonBg: '#2B9C99',
buttonBg: '#1dacfc',
buttonColor: '#FFFFFF'
}
},