summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-06 09:37:11 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-06 09:37:11 +0500
commit8c7f4672eb6c0efb4b678866f1d0da286cfdd8ce (patch)
treeeeed4c8cb4622c225ac9bfb069947e31995ebd65 /web/react/utils/constants.jsx
parent7505a80bcb32f224de03d441696fd7e87817a7bd (diff)
downloadchat-8c7f4672eb6c0efb4b678866f1d0da286cfdd8ce.tar.gz
chat-8c7f4672eb6c0efb4b678866f1d0da286cfdd8ce.tar.bz2
chat-8c7f4672eb6c0efb4b678866f1d0da286cfdd8ce.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 67414dc3b..0abdb4936 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -185,10 +185,10 @@ module.exports = {
windows10: {
type: 'Windows Dark',
sidebarBg: '#171717',
- sidebarText: '#eee',
+ sidebarText: '#999',
sidebarUnreadText: '#fff',
sidebarTextHoverBg: '#302e30',
- sidebarTextHoverColor: '#fff',
+ sidebarTextHoverColor: '#999',
sidebarTextActiveBg: '#484748',
sidebarTextActiveColor: '#FFFFFF',
sidebarHeaderBg: '#1f1f1f',