aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/_colors.scss
diff options
context:
space:
mode:
authorHorst31802015-07-09 18:07:29 +0200
committerHorst31802015-07-09 18:07:29 +0200
commitb45fb56bf7c8550f68f310413511afbcff729344 (patch)
treeae9a184243356e6dd8b8bef19be0533576770ee9 /common/gtk-3.0/3.14/_colors.scss
parenta68987ad7d8eeea4de5e813a0c9e0703d05b65a6 (diff)
downloadsolarc-theme-b45fb56bf7c8550f68f310413511afbcff729344.tar.gz
solarc-theme-b45fb56bf7c8550f68f310413511afbcff729344.tar.xz
solarc-theme-b45fb56bf7c8550f68f310413511afbcff729344.zip
update wm colors
Diffstat (limited to 'common/gtk-3.0/3.14/_colors.scss')
-rw-r--r--common/gtk-3.0/3.14/_colors.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/common/gtk-3.0/3.14/_colors.scss b/common/gtk-3.0/3.14/_colors.scss
index c53454d..c031362 100644
--- a/common/gtk-3.0/3.14/_colors.scss
+++ b/common/gtk-3.0/3.14/_colors.scss
@@ -81,17 +81,17 @@ $wm_icon_close_hover_bg: $selected_fg_color;
$wm_icon_close_active_bg: $selected_fg_color;
// Minimize, Maximize
-$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_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #272c32);
+$wm_button_unfocused_bg: if($variant == 'light' and $darker == 'false', #f6f7f8, #2a3035);
+$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #272c32);
$wm_button_active_bg: $selected_bg_color;
-$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_border: if($variant == 'light' and $darker == 'false', #d8dae0, #191C21);
+$wm_button_unfocused_border: if($variant == 'light' and $darker == 'false', #dddee2, #1F2328);
$wm_button_hover_border: $selected_bg_color;
$wm_button_active_border: $selected_bg_color;
-$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_bg: if($variant == 'light' and $darker == 'false', #a7adb9, #939ca8);
+$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #babec7, #686f78);
+$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #757d91, #afb8c5);
$wm_icon_active_bg: $selected_fg_color;