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

Diff for: common/cinnamon/sass/_colors.scss

+1-1
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);

Diff for: common/gnome-shell/3.14/sass/_colors.scss

+1-1
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);

Diff for: common/gnome-shell/3.16/sass/_colors.scss

+1-1
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);

Diff for: common/gnome-shell/3.18/sass/_colors.scss

+1-1
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);

Diff for: common/gtk-3.0/3.14/assets.svg

+3-3
Loading
-24 Bytes
Loading

Diff for: common/gtk-3.0/3.14/assets/[email protected]

-58 Bytes
Loading
5 Bytes
Loading

Diff for: common/gtk-3.0/3.14/assets/[email protected]

-4 Bytes
Loading

Diff for: common/gtk-3.0/3.14/assets/titlebutton-close.png

2 Bytes
Loading

Diff for: common/gtk-3.0/3.14/assets/[email protected]

-5 Bytes
Loading

Diff for: common/gtk-3.0/3.14/gtk-solid.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4046,7 +4046,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
40464046
@define-color wm_button_close_bg #f46067;
40474047
@define-color wm_button_close_hover_bg #f68086;
40484048
@define-color wm_button_close_active_bg #f13039;
4049-
@define-color wm_icon_close_bg #F8F8F9;
4049+
@define-color wm_icon_close_bg #657b83;
40504050
@define-color wm_button_hover_bg #fdfdfd;
40514051
@define-color wm_button_active_bg #268bd2;
40524052
@define-color wm_button_hover_border #D1D3DA;

Diff for: common/gtk-3.0/3.14/gtk.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4046,7 +4046,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
40464046
@define-color wm_button_close_bg #f46067;
40474047
@define-color wm_button_close_hover_bg #f68086;
40484048
@define-color wm_button_close_active_bg #f13039;
4049-
@define-color wm_icon_close_bg #F8F8F9;
4049+
@define-color wm_icon_close_bg #657b83;
40504050
@define-color wm_button_hover_bg #fdfdfd;
40514051
@define-color wm_button_active_bg #268bd2;
40524052
@define-color wm_button_hover_border #D1D3DA;

Diff for: common/gtk-3.0/3.14/sass/_colors.scss

+1-1
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);

Diff for: common/gtk-3.0/3.16/assets.svg

+3-3
Loading
-24 Bytes
Loading

Diff for: common/gtk-3.0/3.16/assets/[email protected]

-58 Bytes
Loading
5 Bytes
Loading

Diff for: common/gtk-3.0/3.16/assets/[email protected]

-4 Bytes
Loading

Diff for: common/gtk-3.0/3.16/assets/titlebutton-close.png

2 Bytes
Loading

Diff for: common/gtk-3.0/3.16/assets/[email protected]

-5 Bytes
Loading

Diff for: common/gtk-3.0/3.16/gtk-solid.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3886,7 +3886,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
38863886
@define-color wm_button_close_bg #f46067;
38873887
@define-color wm_button_close_hover_bg #f68086;
38883888
@define-color wm_button_close_active_bg #f13039;
3889-
@define-color wm_icon_close_bg #F8F8F9;
3889+
@define-color wm_icon_close_bg #657b83;
38903890
@define-color wm_button_hover_bg #fdfdfd;
38913891
@define-color wm_button_active_bg #268bd2;
38923892
@define-color wm_button_hover_border #D1D3DA;

Diff for: common/gtk-3.0/3.16/gtk.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3886,7 +3886,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
38863886
@define-color wm_button_close_bg #f46067;
38873887
@define-color wm_button_close_hover_bg #f68086;
38883888
@define-color wm_button_close_active_bg #f13039;
3889-
@define-color wm_icon_close_bg #F8F8F9;
3889+
@define-color wm_icon_close_bg #657b83;
38903890
@define-color wm_button_hover_bg #fdfdfd;
38913891
@define-color wm_button_active_bg #268bd2;
38923892
@define-color wm_button_hover_border #D1D3DA;

Diff for: common/gtk-3.0/3.16/sass/_colors.scss

+1-1
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);

0 commit comments

Comments
 (0)