aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14/sass/_colors.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.14/sass/_colors.scss')
-rw-r--r--common/gnome-shell/3.14/sass/_colors.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gnome-shell/3.14/sass/_colors.scss b/common/gnome-shell/3.14/sass/_colors.scss
index 3fb53bf..fac334a 100644
--- a/common/gnome-shell/3.14/sass/_colors.scss
+++ b/common/gnome-shell/3.14/sass/_colors.scss
@@ -87,7 +87,7 @@ $wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc
$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16);
$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f);
-$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36);
+$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#657b83 , #002b36);
// Minimize, Maximize
$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83);