summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-11-30 21:05:50 +0100
committermsquare <msquare@notrademark.de>2017-11-30 21:05:50 +0100
commitfc9dc7de19792aaca3db4b372d0e16906ac321bb (patch)
treed62041a740f7a6fe5bb4db6d9e55d9290efbe70f /themes
parent58c455e02d5879266c06359d7093c2640ef4fb0c (diff)
add dark theme for 34c3
Diffstat (limited to 'themes')
-rw-r--r--themes/theme6.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/theme6.less b/themes/theme6.less
index 8db5756d..1ababe08 100644
--- a/themes/theme6.less
+++ b/themes/theme6.less
@@ -718,7 +718,7 @@ THE SOFTWARE.
@panel-default-text: @text-color;
@panel-default-border: @panel-inner-border;
-@panel-default-heading-bg: lighten(@gray-darker, 10%);
+@panel-default-heading-bg: darken(@gray-darker, 10%);
@panel-footer-bg: @panel-default-heading-bg;