Skip to content

Commit 5f09223

Browse files
committed
Added missing color
`#F8F8F9` was missing. Fixes #15
1 parent 8dcbd38 commit 5f09223

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+49
-48
lines changed

common/cinnamon/sass/_colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc
8787
$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16);
8888
$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f);
8989

90-
$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36);
90+
$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#657b83 , #002b36);
9191

9292
// Minimize, Maximize
9393
$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83);

common/gnome-shell/3.14/sass/_colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc
8787
$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16);
8888
$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f);
8989

90-
$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36);
90+
$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#657b83 , #002b36);
9191

9292
// Minimize, Maximize
9393
$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83);

common/gnome-shell/3.16/sass/_colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc
8787
$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16);
8888
$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f);
8989

90-
$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36);
90+
$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#657b83 , #002b36);
9191

9292
// Minimize, Maximize
9393
$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83);

common/gnome-shell/3.18/sass/_colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc
8787
$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16);
8888
$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f);
8989

90-
$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36);
90+
$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#657b83 , #002b36);
9191

9292
// Minimize, Maximize
9393
$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83);

common/gtk-3.0/3.14/assets.svg

Lines changed: 3 additions & 3 deletions
Loading
-24 Bytes
Loading
-58 Bytes
Loading
5 Bytes
Loading
-4 Bytes
Loading
2 Bytes
Loading

0 commit comments

Comments
 (0)