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-05-24 10:46:25 +0000
commit6bfeeb4b88c87b8318d772113cf410a290f2e630 (patch)
tree0a6d92c30c152a2e266f2757244b482a889ce5e3
parent4269245caa1e577d2b101c96f1a9a268d8bbe318 (diff)
In dark mode, use a dark header barv2.16.7-based
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 6037a88f53..76be50302a 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);