aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/_colors.scss
diff options
context:
space:
mode:
authorHorst31802015-07-09 13:49:53 +0200
committerHorst31802015-07-09 13:49:53 +0200
commitdf68c96436454764b1d5b28201c306c68dae0d6b (patch)
tree652fc5d634f6948f85860290e6c080083ed4d22d /common/gtk-3.0/3.14/_colors.scss
parent30777fc7a82df1d7c4fbeaba153744c31ecb4c5e (diff)
downloadsolarc-theme-df68c96436454764b1d5b28201c306c68dae0d6b.tar.gz
solarc-theme-df68c96436454764b1d5b28201c306c68dae0d6b.tar.xz
solarc-theme-df68c96436454764b1d5b28201c306c68dae0d6b.zip
some fixes
Diffstat (limited to 'common/gtk-3.0/3.14/_colors.scss')
-rw-r--r--common/gtk-3.0/3.14/_colors.scss22
1 files changed, 11 insertions, 11 deletions
diff --git a/common/gtk-3.0/3.14/_colors.scss b/common/gtk-3.0/3.14/_colors.scss
index 10040cd..c53454d 100644
--- a/common/gtk-3.0/3.14/_colors.scss
+++ b/common/gtk-3.0/3.14/_colors.scss
@@ -72,26 +72,26 @@ $panel_fg: $dark_sidebar_fg;
//WM Buttons
// Close
-$wm_button_close_bg: if($variant == 'light', #f37076, #e45e65);
-$wm_button_close_hover_bg: if($variant == 'light', #f79da1, #f48085);
-$wm_button_close_active_bg: if($variant == 'light', #ef4048, #e6262f);
+$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f37076, #e45e65);
+$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f79da1, #f48085);
+$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #ef4048, #e6262f);
$wm_icon_close_bg: $selected_fg_color;
$wm_icon_close_hover_bg: $selected_fg_color;
$wm_icon_close_active_bg: $selected_fg_color;
// Minimize, Maximize
-$wm_button_bg: if($variant == 'light', #fdfdfd, #212429);
-$wm_button_unfocused_bg: if($variant == 'light', #f6f7f8, #22252b);
-$wm_button_hover_bg: if($variant == 'light', #fdfdfd, #212429);
+$wm_button_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #212429);
+$wm_button_unfocused_bg: if($variant == 'light' and $darker == 'false', #f6f7f8, #22252b);
+$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #212429);
$wm_button_active_bg: $selected_bg_color;
-$wm_button_border: if($variant == 'light', #d8dae0, #141619);
-$wm_button_unfocused_border: if($variant == 'light', #dddee2, #1a1c20);
+$wm_button_border: if($variant == 'light' and $darker == 'false', #d8dae0, #141619);
+$wm_button_unfocused_border: if($variant == 'light' and $darker == 'false', #dddee2, #1a1c20);
$wm_button_hover_border: $selected_bg_color;
$wm_button_active_border: $selected_bg_color;
-$wm_icon_bg: if($variant == 'light', #a7adb9, #777d86);
-$wm_icon_unfocused_bg: if($variant == 'light', #babec7, #575c63);
-$wm_icon_hover_bg: if($variant == 'light', #757d91, #838993);
+$wm_icon_bg: if($variant == 'light' and $darker == 'false', #a7adb9, #777d86);
+$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #babec7, #575c63);
+$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #757d91, #838993);
$wm_icon_active_bg: $selected_fg_color;