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-09-23 13:26:03 +0000
commit0bb2b77b07187ce6c08905be3fd3005b7f4cdb6a (patch)
tree8875e7d72519a94d1afead7f565279dca2d7b4ec
parent8476f44f7b07026a19db9c94426fbd0775d9662e (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> (cherry picked from commit 6bfeeb4b88c87b8318d772113cf410a290f2e630) Reviewed-by: Frederik Gladhorn <frederik.gladhorn@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 1b239b246f..89509197a6 100644
--- a/polygerrit-ui/app/styles/themes/dark-theme.html
+++ b/polygerrit-ui/app/styles/themes/dark-theme.html
@@ -22,7 +22,7 @@ limitations under the License.
--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);