by roundabout, Saturday, 6 March 2021, 23:34:59 (1615073699), pushed by roundabout, Sunday, 11 May 2025, 13:22:58 (1746969778)
Author identity: nana-4 <hnmaigo@gmail.com>
fd5d9d35ce2fe9ece78720b0dfd1239173cd1f1a
src/gnome-shell/assets-dark/window-close-active.svg
@@ -1,5 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="18" fill="#f28b82"/>
<circle cx="18" cy="18" r="18" fill="#000000" fill-opacity=".2"/>
<circle cx="18" cy="18" r="18" fill="#000000" fill-opacity=".08"/>
<circle cx="18" cy="18" r="18" fill="#000000" fill-opacity=".16"/>
<path d="M23 14.41L21.59 13 18 16.59 14.41 13 13 14.41 16.59 18 13 21.59 14.41 23 18 19.41 21.59 23 23 21.59 19.41 18z" fill="#000000"/>
</svg>
src/gnome-shell/assets-dark/window-close-hover.svg
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="18" fill="#f28b82"/>
<circle cx="18" cy="18" r="18" fill="#000000" fill-opacity=".08"/>
<circle cx="18" cy="18" r="18" fill="#000000" fill-opacity="0"/>
<path d="M23 14.41L21.59 13 18 16.59 14.41 13 13 14.41 16.59 18 13 21.59 14.41 23 18 19.41 21.59 23 23 21.59 19.41 18z" fill="#000000"/>
</svg>
src/gnome-shell/assets-dark/window-close.svg
@@ -1,5 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="18" fill="#f28b82"/>
<circle cx="18" cy="18" r="18" fill="#000000" fill-opacity="0"/>
<circle cx="18" cy="18" r="18" fill="#000000" fill-opacity="0"/>
<path d="M23 14.41L21.59 13 18 16.59 14.41 13 13 14.41 16.59 18 13 21.59 14.41 23 18 19.41 21.59 23 23 21.59 19.41 18z" fill="#000000"/>
</svg>
src/gnome-shell/assets/window-close-active.svg
@@ -1,5 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="18" fill="#d93025"/>
<circle cx="18" cy="18" r="18" fill="#ffffff" fill-opacity=".2"/>
<circle cx="18" cy="18" r="18" fill="#ffffff" fill-opacity=".08"/>
<circle cx="18" cy="18" r="18" fill="#ffffff" fill-opacity=".16"/>
<path d="M23 14.41L21.59 13 18 16.59 14.41 13 13 14.41 16.59 18 13 21.59 14.41 23 18 19.41 21.59 23 23 21.59 19.41 18z" fill="#ffffff"/>
</svg>
src/gnome-shell/assets/window-close-hover.svg
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="18" fill="#d93025"/>
<circle cx="18" cy="18" r="18" fill="#ffffff" fill-opacity=".08"/>
<circle cx="18" cy="18" r="18" fill="#ffffff" fill-opacity="0"/>
<path d="M23 14.41L21.59 13 18 16.59 14.41 13 13 14.41 16.59 18 13 21.59 14.41 23 18 19.41 21.59 23 23 21.59 19.41 18z" fill="#ffffff"/>
</svg>
src/gnome-shell/assets/window-close.svg
@@ -1,5 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="18" fill="#d93025"/>
<circle cx="18" cy="18" r="18" fill="#ffffff" fill-opacity="0"/>
<circle cx="18" cy="18" r="18" fill="#ffffff" fill-opacity="0"/>
<path d="M23 14.41L21.59 13 18 16.59 14.41 13 13 14.41 16.59 18 13 21.59 14.41 23 18 19.41 21.59 23 23 21.59 19.41 18z" fill="#ffffff"/>
</svg>
src/gnome-shell/gnome-shell-theme.gresource.xml
@@ -52,6 +52,7 @@
<file>assets/toggle-on.svg</file>
<file>assets/window-close.svg</file>
<file>assets/window-close-active.svg</file>
<file>assets/window-close-hover.svg</file>
<file>extensions/workspaces-to-dock/workspaces-to-dock.css</file>
<file>gnome-shell.css</file>
<file>icons/color-pick.svg</file>
src/gnome-shell/sass/components/overview/_window-picker.scss
@@ -67,7 +67,7 @@
color: transparent;
-st-background-image-shadow: $shadow-2;
background-image: url("assets/window-close.svg");
background-image: url("assets/window-close-hover.svg");
}
&:active {