summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-05-24 10:18:30 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-07-12 14:30:27 +0200
commitb1d1393a090aeb0f2141a20fa320a163ce4c7239 (patch)
treefc07f543d727c0a078449d66ec8c4547757d51cf
parent463ea6ef009efa4438745f1831849c48d9d6bb9c (diff)
In dark mode, use a dark header bar
The blue is hard on the eyes in any case, with the green logo of ours, it becomes horrible. Use some grey that is already in use for the side-bar and everything looks better. I don't think there is an easy way to override this in the plugin. Fixes: QTQAINFRA-2997 Change-Id: I39664697f6c25c9bbd1fdce9eb9d21f6654940fe Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
-rw-r--r--polygerrit-ui/app/styles/themes/dark-theme.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/polygerrit-ui/app/styles/themes/dark-theme.html b/polygerrit-ui/app/styles/themes/dark-theme.html
index d5db416816..887037f231 100644
--- a/polygerrit-ui/app/styles/themes/dark-theme.html
+++ b/polygerrit-ui/app/styles/themes/dark-theme.html
@@ -6,7 +6,7 @@
--border-color: #555555;
--table-header-background-color: #353637;
--table-subheader-background-color: rgb(19, 20, 22);
- --header-background-color: #5487E5;
+ --header-background-color: rgb(53, 54, 55);
--header-text-color: var(--primary-text-color);
--deemphasized-text-color: #9a9a9a;
--footer-background-color: var(--table-header-background-color);