Skip to content

Commit

Permalink
Fixed #284
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed May 23, 2023
1 parent ac941ee commit ff54f7a
Show file tree
Hide file tree
Showing 149 changed files with 177 additions and 164 deletions.
2 changes: 1 addition & 1 deletion src/_sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $wm_borders: if($variant == 'light', darken($base_color, 35%), darken($base_colo
// Close
$wm_button_close_bg: if($variant == 'light' and $titlebar == 'light', #f46067, #cc575d);
$wm_button_close_hover_bg: if($variant == 'light' and $titlebar == 'light', #f68086, #d7787d);
$wm_button_close_active_bg: if($variant == 'light' and $titlebar == 'light', #f13039, #be3841);
$wm_button_close_active_bg: if($variant == 'light' and $titlebar == 'light', #d05258, #ae4a4f);

$wm_icon_close_bg: if($variant == 'light' and $titlebar == 'light',#F8F8F9 , #2f343f);

Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-3-32/gnome-shell-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.window-close:active {
background-color: #aa323a;
background-color: #9c4247;
}

.app-folder-dialog .folder-name-container .folder-name-entry,
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-3-32/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.window-close:active {
background-color: #aa323a;
background-color: #9c4247;
}

.app-folder-dialog .folder-name-container .folder-name-entry,
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-40-0/gnome-shell-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.window-close:active {
background-color: #aa323a;
background-color: #9c4247;
}

.app-folder-dialog .folder-name-container .folder-name-entry,
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-40-0/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.window-close:active {
background-color: #aa323a;
background-color: #9c4247;
}

.app-folder-dialog .folder-name-container .folder-name-entry,
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-42-0/gnome-shell-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.window-close:active, .screenshot-ui-close-button:active {
background-color: #aa323a;
background-color: #9c4247;
}

.app-folder-dialog .folder-name-container .folder-name-entry,
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-42-0/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.window-close:active, .screenshot-ui-close-button:active {
background-color: #aa323a;
background-color: #9c4247;
}

.app-folder-dialog .folder-name-container .folder-name-entry,
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-44-0/gnome-shell-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.window-close:active, .screenshot-ui-close-button:active {
background-color: #aa323a;
background-color: #9c4247;
}

.app-folder-dialog .folder-name-container .folder-name-entry,
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-44-0/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.window-close:active, .screenshot-ui-close-button:active {
background-color: #aa323a;
background-color: #9c4247;
}

.app-folder-dialog .folder-name-container .folder-name-entry,
Expand Down
4 changes: 2 additions & 2 deletions src/gtk/theme-3.0/gtk-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -4910,7 +4910,7 @@ headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hov
}

headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
background-color: #be3841;
background-color: #ae4a4f;
color: white;
}

Expand Down Expand Up @@ -11265,7 +11265,7 @@ window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable .
@define-color wm_border #121216;
@define-color wm_button_close_bg #cc575d;
@define-color wm_button_close_hover_bg #d7787d;
@define-color wm_button_close_active_bg #be3841;
@define-color wm_button_close_active_bg #ae4a4f;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294e2;
Expand Down
4 changes: 2 additions & 2 deletions src/gtk/theme-3.0/gtk-Light.css
Original file line number Diff line number Diff line change
Expand Up @@ -4888,7 +4888,7 @@ headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hov
}

headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
background-color: #f13039;
background-color: #d05258;
color: white;
}

Expand Down Expand Up @@ -11245,7 +11245,7 @@ window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable .
@define-color wm_border #a6a6a6;
@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_button_close_active_bg #d05258;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
@define-color wm_button_active_bg #5294e2;
Expand Down
4 changes: 2 additions & 2 deletions src/gtk/theme-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -4904,7 +4904,7 @@ headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hov
}

headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
background-color: #be3841;
background-color: #ae4a4f;
color: white;
}

Expand Down Expand Up @@ -11260,7 +11260,7 @@ window > hdyleaflet > scrolledwindow > viewport.frame > list > row.activatable .
@define-color wm_border #a6a6a6;
@define-color wm_button_close_bg #cc575d;
@define-color wm_button_close_hover_bg #d7787d;
@define-color wm_button_close_active_bg #be3841;
@define-color wm_button_close_active_bg #ae4a4f;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294e2;
Expand Down
4 changes: 2 additions & 2 deletions src/gtk/theme-4.0/gtk-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -5419,7 +5419,7 @@ headerbar windowcontrols > button.close:hover {
}

headerbar windowcontrols > button.close:active {
background-color: #be3841;
background-color: #ae4a4f;
color: white;
}

Expand Down Expand Up @@ -6894,7 +6894,7 @@ preferencesgroup > box button.background-preview-button.toggle:checked {
@define-color wm_border #121216;
@define-color wm_button_close_bg #cc575d;
@define-color wm_button_close_hover_bg #d7787d;
@define-color wm_button_close_active_bg #be3841;
@define-color wm_button_close_active_bg #ae4a4f;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294e2;
Expand Down
4 changes: 2 additions & 2 deletions src/gtk/theme-4.0/gtk-Light.css
Original file line number Diff line number Diff line change
Expand Up @@ -5415,7 +5415,7 @@ headerbar windowcontrols > button.close:hover {
}

headerbar windowcontrols > button.close:active {
background-color: #f13039;
background-color: #d05258;
color: white;
}

Expand Down Expand Up @@ -6890,7 +6890,7 @@ preferencesgroup > box button.background-preview-button.toggle:checked {
@define-color wm_border #a6a6a6;
@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_button_close_active_bg #d05258;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
@define-color wm_button_active_bg #5294e2;
Expand Down
4 changes: 2 additions & 2 deletions src/gtk/theme-4.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -5461,7 +5461,7 @@ headerbar windowcontrols > button.close:hover {
}

headerbar windowcontrols > button.close:active {
background-color: #be3841;
background-color: #ae4a4f;
color: white;
}

Expand Down Expand Up @@ -6936,7 +6936,7 @@ preferencesgroup > box button.background-preview-button.toggle:checked {
@define-color wm_border #a6a6a6;
@define-color wm_button_close_bg #cc575d;
@define-color wm_button_close_hover_bg #d7787d;
@define-color wm_button_close_active_bg #be3841;
@define-color wm_button_close_active_bg #ae4a4f;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294e2;
Expand Down
52 changes: 27 additions & 25 deletions src/metacity-1/assets-Light-Win.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 src/metacity-1/assets-Light-Win/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 src/metacity-1/assets-Light-Win/close_focused_prelight.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 src/metacity-1/assets-Light-Win/close_focused_pressed.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 src/metacity-1/assets-Light-Win/close_unfocused.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 src/metacity-1/assets-Light-Win/maximize.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 src/metacity-1/assets-Light-Win/maximize_focused_prelight.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 src/metacity-1/assets-Light-Win/maximize_focused_pressed.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 src/metacity-1/assets-Light-Win/maximize_unfocused.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 src/metacity-1/assets-Light-Win/menu.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 src/metacity-1/assets-Light-Win/menu_focused_prelight.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 src/metacity-1/assets-Light-Win/menu_focused_pressed.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 src/metacity-1/assets-Light-Win/menu_unfocused.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 src/metacity-1/assets-Light-Win/minimize.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 src/metacity-1/assets-Light-Win/minimize_focused_prelight.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 src/metacity-1/assets-Light-Win/minimize_focused_pressed.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 src/metacity-1/assets-Light-Win/minimize_unfocused.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 src/metacity-1/assets-Light-Win/shade.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 src/metacity-1/assets-Light-Win/shade_focused_prelight.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 src/metacity-1/assets-Light-Win/shade_focused_pressed.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 src/metacity-1/assets-Light-Win/shade_unfocused.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 src/metacity-1/assets-Light-Win/unmaximize.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 src/metacity-1/assets-Light-Win/unmaximize_focused_prelight.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 src/metacity-1/assets-Light-Win/unmaximize_focused_pressed.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 src/metacity-1/assets-Light-Win/unmaximize_unfocused.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 src/metacity-1/assets-Light-Win/unshade.png
Binary file modified src/metacity-1/assets-Light-Win/unshade_focused_prelight.png
Binary file modified src/metacity-1/assets-Light-Win/unshade_focused_pressed.png
Binary file modified src/metacity-1/assets-Light-Win/unshade_unfocused.png
Loading

0 comments on commit ff54f7a

Please sign in to comment.