diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
commit | e4283f6d48b98e764b988b43bbc86b9d52e6ec94 (patch) | |
tree | c8f7f7a6c2f5faa2942d27cefc6fd46cca492656 /data/gnome-shell-theme.gresource.xml | |
parent | Initial commit. (diff) | |
download | gnome-shell-upstream/43.9.tar.xz gnome-shell-upstream/43.9.zip |
Adding upstream version 43.9.upstream/43.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'data/gnome-shell-theme.gresource.xml')
-rw-r--r-- | data/gnome-shell-theme.gresource.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/gnome-shell-theme.gresource.xml b/data/gnome-shell-theme.gresource.xml new file mode 100644 index 0000000..24b3be8 --- /dev/null +++ b/data/gnome-shell-theme.gresource.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/gnome/shell/theme"> + <file>calendar-today.svg</file> + <file>calendar-today-light.svg</file> + <file>checkbox.svg</file> + <file>checkbox-focused.svg</file> + <file>checkbox-off-focused-light.svg</file> + <file>checkbox-off-focused.svg</file> + <file>checkbox-off-light.svg</file> + <file>checkbox-off.svg</file> + <file>gnome-shell.css</file> + <file>gnome-shell-high-contrast.css</file> + <file>gnome-shell-start.svg</file> + <file>pad-osd.css</file> + <file>process-working.svg</file> + <file>toggle-off.svg</file> + <file>toggle-off-hc.svg</file> + <file>toggle-off-light.svg</file> + <file>toggle-on.svg</file> + <file>toggle-on-hc.svg</file> + <file>toggle-on-light.svg</file> + <file>workspace-placeholder.svg</file> + </gresource> +</gresources> |