From 5f09223db5815dcddd0fcac01cee4a852aeba847 Mon Sep 17 00:00:00 2001 From: Martin Schenck Date: Sun, 14 May 2017 19:12:14 +0200 Subject: Added missing color `#F8F8F9` was missing. Fixes #15 --- common/gnome-shell/3.18/sass/_colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gnome-shell/3.18') diff --git a/common/gnome-shell/3.18/sass/_colors.scss b/common/gnome-shell/3.18/sass/_colors.scss index 3fb53bf..fac334a 100644 --- a/common/gnome-shell/3.18/sass/_colors.scss +++ b/common/gnome-shell/3.18/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); -- cgit v1.2.3