Skip to content

Commit

Permalink
Added missing color
Browse files Browse the repository at this point in the history
`#F8F8F9` was missing.

Fixes #15
  • Loading branch information
schemar committed May 14, 2017
1 parent 8dcbd38 commit 5f09223
Show file tree
Hide file tree
Showing 61 changed files with 49 additions and 48 deletions.
2 changes: 1 addition & 1 deletion common/cinnamon/sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion common/gnome-shell/3.14/sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion common/gnome-shell/3.16/sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion common/gnome-shell/3.18/sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
6 changes: 3 additions & 3 deletions common/gtk-3.0/3.14/assets.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.14/assets/titlebutton-close-backdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.14/assets/titlebutton-close-backdrop@2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.14/assets/titlebutton-close-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.14/assets/titlebutton-close-hover@2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.14/assets/titlebutton-close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.14/assets/titlebutton-close@2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion common/gtk-3.0/3.14/gtk-solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -4046,7 +4046,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_bg #f46067;
@define-color wm_button_close_hover_bg #f68086;
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_icon_close_bg #657b83;
@define-color wm_button_hover_bg #fdfdfd;
@define-color wm_button_active_bg #268bd2;
@define-color wm_button_hover_border #D1D3DA;
Expand Down
2 changes: 1 addition & 1 deletion common/gtk-3.0/3.14/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -4046,7 +4046,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_bg #f46067;
@define-color wm_button_close_hover_bg #f68086;
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_icon_close_bg #657b83;
@define-color wm_button_hover_bg #fdfdfd;
@define-color wm_button_active_bg #268bd2;
@define-color wm_button_hover_border #D1D3DA;
Expand Down
2 changes: 1 addition & 1 deletion common/gtk-3.0/3.14/sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
6 changes: 3 additions & 3 deletions common/gtk-3.0/3.16/assets.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.16/assets/titlebutton-close-backdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.16/assets/titlebutton-close-backdrop@2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.16/assets/titlebutton-close-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.16/assets/titlebutton-close-hover@2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.16/assets/titlebutton-close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/gtk-3.0/3.16/assets/titlebutton-close@2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion common/gtk-3.0/3.16/gtk-solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -3886,7 +3886,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_bg #f46067;
@define-color wm_button_close_hover_bg #f68086;
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_icon_close_bg #657b83;
@define-color wm_button_hover_bg #fdfdfd;
@define-color wm_button_active_bg #268bd2;
@define-color wm_button_hover_border #D1D3DA;
Expand Down
2 changes: 1 addition & 1 deletion common/gtk-3.0/3.16/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -3886,7 +3886,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_bg #f46067;
@define-color wm_button_close_hover_bg #f68086;
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_icon_close_bg #657b83;
@define-color wm_button_hover_bg #fdfdfd;
@define-color wm_button_active_bg #268bd2;
@define-color wm_button_hover_border #D1D3DA;
Expand Down
2 changes: 1 addition & 1 deletion common/gtk-3.0/3.16/sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading

0 comments on commit 5f09223

Please sign in to comment.