From 6829630aadc2a88cdeaa75881c32d6653593b81f Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 12 Jun 2015 22:24:32 +0200 Subject: add variant with dark header-bars --- common/gtk-3.0/3.16/_colors.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/gtk-3.0/3.16/_colors.scss') diff --git a/common/gtk-3.0/3.16/_colors.scss b/common/gtk-3.0/3.16/_colors.scss index a3ddc53..11152ec 100644 --- a/common/gtk-3.0/3.16/_colors.scss +++ b/common/gtk-3.0/3.16/_colors.scss @@ -50,11 +50,14 @@ $button_bg: if($variant == 'light', lighten($bg_color, 1%), darken($bg_color, 2% $button_border: $entry_border; $header_bg: if($transparency == 'true' and $variant == 'light', transparentize(#e7e8eb, 0.05), #e7e8eb); +$header_bg: if($darker == 'true', transparentize(#2f343b, 0.05), $header_bg); @if $variant==dark { $header_bg: if($transparency == 'true', transparentize(#25282E, 0.04), #25282E); } $header_bg_backdrop: if($variant == 'light', lighten($header_bg, 3%), lighten($header_bg, 1.5%)); +$header_bg_backdrop: if($darker == 'true', lighten($header_bg, 1.5%), $header_bg_backdrop); $header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); +$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); $dark_sidebar_bg: if($transparency == 'true' and $variant == 'light', $osd_bg_color, opacify($osd_bg_color, 1)); @if $variant==dark { $dark_sidebar_bg: if($transparency == 'true', darken($osd_bg_color, 5%), darken(opacify($osd_bg_color, 1), 5%)); } -- cgit v1.2.3