summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-05-24 10:18:30 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-09-22 11:32:16 +0000
commit3b6380cfaede69fa43ad0a8662ef5ebc127e327f (patch)
tree1079b02d98ab5cb969c320dc5205d8c375bf380f
parent479345a76f5c613337075dcc3d72dfaf0f4280ba (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 (cherry picked from commit 46edaadfb6c826cf74a1bc381b2c06b851cf5cc0) 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 957cc25344..1e72e3d3fd 100644
--- a/polygerrit-ui/app/styles/themes/dark-theme.html
+++ b/polygerrit-ui/app/styles/themes/dark-theme.html
@@ -80,7 +80,7 @@ limitations under the License.
/* header and footer */
--footer-background-color: #131416;
--footer-border-top: 1px solid var(--border-color);
- --header-background-color: #3c4043;
+ --header-background-color: rgb(53, 54, 55);
--header-border-bottom: 1px solid var(--border-color);
--header-padding: 0 var(--spacing-l);
--header-text-color: var(--primary-text-color);