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-06-27 09:32:15 +0200
commit2779dfbb8d5844804765eefeabb927d96a864a47 (patch)
tree848560f2de6637d7cd30f18f4bf16e9c5d2c0aa9
parent92463f0550355ea571525df4456607faf89b20be (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 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);