git: 8521dc7a5540 - main - x11-themes/canta-gtk-themes: Update to 2021-07-06
Guangyuan Yang
ygy at FreeBSD.org
Sun Jul 25 00:27:13 UTC 2021
The branch main has been updated by ygy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8521dc7a5540bfac1dc873f9ce6bfc259f128bc7
commit 8521dc7a5540bfac1dc873f9ce6bfc259f128bc7
Author: Alexander Vereeken <Alexander88207 at protonmail.com>
AuthorDate: 2021-07-25 00:26:33 +0000
Commit: Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-07-25 00:26:33 +0000
x11-themes/canta-gtk-themes: Update to 2021-07-06
Changelog: https://github.com/vinceliuice/Canta-theme/releases/tag/2021-07-06
PR: 257364
Approved by: lwhsu (mentor, implicit)
---
x11-themes/canta-gtk-themes/Makefile | 13 +-
x11-themes/canta-gtk-themes/distinfo | 6 +-
x11-themes/canta-gtk-themes/files/patch-install.sh | 68 +-
x11-themes/canta-gtk-themes/pkg-plist | 7110 +++++++++++++++++---
4 files changed, 6214 insertions(+), 983 deletions(-)
diff --git a/x11-themes/canta-gtk-themes/Makefile b/x11-themes/canta-gtk-themes/Makefile
index 3ba5256eb4d2..1cf0a4e59340 100644
--- a/x11-themes/canta-gtk-themes/Makefile
+++ b/x11-themes/canta-gtk-themes/Makefile
@@ -1,18 +1,19 @@
# Created by: Alexander Vereeken <Alexander88207 at protonmail.com>
PORTNAME= canta-gtk-themes
-DISTVERSION= 2020-05-17
+DISTVERSION= 2021-07-06
CATEGORIES= x11-themes
MAINTAINER= Alexander88207 at protonmail.com
-COMMENT= Canta is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell
+COMMENT= Flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= bash>0:shells/bash
-RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
- gtk-engines2>0:x11-themes/gtk-engines2
+BUILD_DEPENDS= bash>0:shells/bash \
+ sassc>0:textproc/sassc
+RUN_DEPENDS= gtk-engines2>0:x11-themes/gtk-engines2 \
+ gtk-murrine-engine>0:x11-themes/gtk-murrine-engine
USES= shebangfix
SHEBANG_FILES= install.sh
@@ -25,6 +26,6 @@ NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
- ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes
+ ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes -t standard blue indigo
.include <bsd.port.mk>
diff --git a/x11-themes/canta-gtk-themes/distinfo b/x11-themes/canta-gtk-themes/distinfo
index 2dd0be254f53..3dfe0f154968 100644
--- a/x11-themes/canta-gtk-themes/distinfo
+++ b/x11-themes/canta-gtk-themes/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592758992
-SHA256 (vinceliuice-Canta-theme-2020-05-17_GH0.tar.gz) = b0a9675471671d3066c93224d7297aa5b2d64261330cf8942d859bbc2a9bc5ca
-SIZE (vinceliuice-Canta-theme-2020-05-17_GH0.tar.gz) = 5385194
+TIMESTAMP = 1627066042
+SHA256 (vinceliuice-Canta-theme-2021-07-06_GH0.tar.gz) = 364f531dc3a346c0aabde57518e3b66c6ae1535d1e919489732ebb2cabfae419
+SIZE (vinceliuice-Canta-theme-2021-07-06_GH0.tar.gz) = 5006531
diff --git a/x11-themes/canta-gtk-themes/files/patch-install.sh b/x11-themes/canta-gtk-themes/files/patch-install.sh
index 856eb78b141f..31e0b54ab769 100644
--- a/x11-themes/canta-gtk-themes/files/patch-install.sh
+++ b/x11-themes/canta-gtk-themes/files/patch-install.sh
@@ -1,6 +1,6 @@
---- install.sh.orig 2021-02-13 18:45:42 UTC
+--- install.sh.orig 2021-07-23 18:55:57 UTC
+++ install.sh
-@@ -74,8 +74,8 @@ install() {
+@@ -82,8 +82,8 @@ install() {
echo "Installing '${THEME_DIR}'..."
mkdir -p ${THEME_DIR}
@@ -11,20 +11,32 @@
echo "[Desktop Entry]" >> ${THEME_DIR}/index.theme
echo "Type=X-GNOME-Metatheme" >> ${THEME_DIR}/index.theme
-@@ -91,53 +91,53 @@ install() {
+@@ -99,10 +99,10 @@ install() {
echo "ButtonLayout=menu:minimize,maximize,close" >> ${THEME_DIR}/index.theme
mkdir -p ${THEME_DIR}/gnome-shell
- cp -ur ${SRC_DIR}/src/gnome-shell/{*.svg,extensions,noise-texture.png,pad-osd.css} ${THEME_DIR}/gnome-shell
- cp -ur ${SRC_DIR}/src/gnome-shell/gnome-shell-theme.gresource.xml ${THEME_DIR}/gnome-shell
- cp -ur ${SRC_DIR}/src/gnome-shell/assets${ELSE_DARK} ${THEME_DIR}/gnome-shell/assets
-- cp -ur ${SRC_DIR}/src/gnome-shell/common-assets/{*.svg,dash} ${THEME_DIR}/gnome-shell/assets
-- cp -ur ${SRC_DIR}/src/gnome-shell/gnome-shell${theme}${color}${size}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
+- cp -ur ${SRC_DIR}/src/gnome-shell/common-assets/*.svg ${THEME_DIR}/gnome-shell/assets
+ cp -pr ${SRC_DIR}/src/gnome-shell/{*.svg,extensions,noise-texture.png,pad-osd.css} ${THEME_DIR}/gnome-shell
+ cp -pr ${SRC_DIR}/src/gnome-shell/gnome-shell-theme.gresource.xml ${THEME_DIR}/gnome-shell
+ cp -pr ${SRC_DIR}/src/gnome-shell/assets${ELSE_DARK} ${THEME_DIR}/gnome-shell/assets
-+ cp -pr ${SRC_DIR}/src/gnome-shell/common-assets/{*.svg,dash} ${THEME_DIR}/gnome-shell/assets
-+ cp -pr ${SRC_DIR}/src/gnome-shell/gnome-shell${theme}${color}${size}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
++ cp -pr ${SRC_DIR}/src/gnome-shell/common-assets/*.svg ${THEME_DIR}/gnome-shell/assets
+
+ if [[ "${theme}" != '' ]]; then
+ if [[ "${GS_VERSION:-}" == 'new' ]]; then
+@@ -112,76 +112,76 @@ install() {
+ fi
+ else
+ if [[ "${GS_VERSION:-}" == 'new' ]]; then
+- cp -ur ${SRC_DIR}/src/gnome-shell/shell-40-0/gnome-shell${color}${size}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
++ cp -pr ${SRC_DIR}/src/gnome-shell/shell-40-0/gnome-shell${color}${size}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
+ else
+- cp -ur ${SRC_DIR}/src/gnome-shell/shell-3-36/gnome-shell${color}${size}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
++ cp -pr ${SRC_DIR}/src/gnome-shell/shell-3-36/gnome-shell${color}${size}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
+ fi
+ fi
mkdir -p ${THEME_DIR}/gtk-2.0
- cp -ur ${SRC_DIR}/src/gtk-2.0/{apps.rc,hacks.rc,panel.rc} ${THEME_DIR}/gtk-2.0
@@ -34,20 +46,46 @@
+ cp -pr ${SRC_DIR}/src/gtk-2.0/main.rc${theme} ${THEME_DIR}/gtk-2.0/main.rc
+ cp -pr ${SRC_DIR}/src/gtk-2.0/assets${ELSE_DARK} ${THEME_DIR}/gtk-2.0/assets
[[ ${theme} != '' && ${color} == '-dark' ]] && \
- cp -r ${SRC_DIR}/src/gtk-2.0/assets-theme-dark/*.png ${THEME_DIR}/gtk-2.0/assets
+- cp -ur ${SRC_DIR}/src/gtk-2.0/assets-theme-dark/*.png ${THEME_DIR}/gtk-2.0/assets
- cp -ur ${SRC_DIR}/src/gtk-2.0/gtkrc${theme}${color} ${THEME_DIR}/gtk-2.0/gtkrc
++ cp -pr ${SRC_DIR}/src/gtk-2.0/assets-theme-dark/*.png ${THEME_DIR}/gtk-2.0/assets
+ cp -pr ${SRC_DIR}/src/gtk-2.0/gtkrc${theme}${color} ${THEME_DIR}/gtk-2.0/gtkrc
mkdir -p ${THEME_DIR}/gtk-3.0
- cp -ur ${SRC_DIR}/src/gtk/assets ${THEME_DIR}/gtk-3.0
- cp -ur ${SRC_DIR}/src/gtk/common-assets ${THEME_DIR}/gtk-3.0
-- cp -ur ${SRC_DIR}/src/gtk/gtk${theme}${color}${size}.css ${THEME_DIR}/gtk-3.0/gtk.css
+ cp -pr ${SRC_DIR}/src/gtk/assets ${THEME_DIR}/gtk-3.0
+ cp -pr ${SRC_DIR}/src/gtk/common-assets ${THEME_DIR}/gtk-3.0
-+ cp -pr ${SRC_DIR}/src/gtk/gtk${theme}${color}${size}.css ${THEME_DIR}/gtk-3.0/gtk.css
- [[ ${color} != '-dark' ]] && \
-- cp -ur ${SRC_DIR}/src/gtk/gtk${theme}-dark${size}.css ${THEME_DIR}/gtk-3.0/gtk-dark.css
-+ cp -pr ${SRC_DIR}/src/gtk/gtk${theme}-dark${size}.css ${THEME_DIR}/gtk-3.0/gtk-dark.css
+
+ if [[ "${theme}" != '' ]]; then
+ sassc $SASSC_OPT ${SRC_DIR}/src/gtk/3.0/gtk${color}${size}.scss ${THEME_DIR}/gtk-3.0/gtk.css
+ [[ ${color} != '-dark' ]] && \
+ sassc $SASSC_OPT ${SRC_DIR}/src/gtk/3.0/gtk-dark${size}.scss ${THEME_DIR}/gtk-3.0/gtk-dark.css
+ else
+- cp -ur ${SRC_DIR}/src/gtk/3.0/gtk${color}${size}.css ${THEME_DIR}/gtk-3.0/gtk.css
++ cp -pr ${SRC_DIR}/src/gtk/3.0/gtk${color}${size}.css ${THEME_DIR}/gtk-3.0/gtk.css
+ [[ ${color} != '-dark' ]] && \
+- cp -ur ${SRC_DIR}/src/gtk/3.0/gtk-dark${size}.css ${THEME_DIR}/gtk-3.0/gtk-dark.css
++ cp -pr ${SRC_DIR}/src/gtk/3.0/gtk-dark${size}.css ${THEME_DIR}/gtk-3.0/gtk-dark.css
+ fi
+
+ mkdir -p ${THEME_DIR}/gtk-4.0
+- cp -ur ${SRC_DIR}/src/gtk/assets ${THEME_DIR}/gtk-4.0
+- cp -ur ${SRC_DIR}/src/gtk/common-assets ${THEME_DIR}/gtk-4.0
++ cp -pr ${SRC_DIR}/src/gtk/assets ${THEME_DIR}/gtk-4.0
++ cp -pr ${SRC_DIR}/src/gtk/common-assets ${THEME_DIR}/gtk-4.0
+
+ if [[ "${theme}" != '' ]]; then
+ sassc $SASSC_OPT ${SRC_DIR}/src/gtk/4.0/gtk${color}${size}.scss ${THEME_DIR}/gtk-4.0/gtk.css
+ [[ ${color} != '-dark' ]] && \
+ sassc $SASSC_OPT ${SRC_DIR}/src/gtk/4.0/gtk-dark${size}.scss ${THEME_DIR}/gtk-4.0/gtk-dark.css
+ else
+- cp -ur ${SRC_DIR}/src/gtk/4.0/gtk${color}${size}.css ${THEME_DIR}/gtk-4.0/gtk.css
++ cp -pr ${SRC_DIR}/src/gtk/4.0/gtk${color}${size}.css ${THEME_DIR}/gtk-4.0/gtk.css
+ [[ ${color} != '-dark' ]] && \
+- cp -ur ${SRC_DIR}/src/gtk/4.0/gtk-dark${size}.css ${THEME_DIR}/gtk-4.0/gtk-dark.css
++ cp -pr ${SRC_DIR}/src/gtk/4.0/gtk-dark${size}.css ${THEME_DIR}/gtk-4.0/gtk-dark.css
+ fi
mkdir -p ${THEME_DIR}/metacity-1
- cp -ur ${SRC_DIR}/src/metacity-1/assets/*.png ${THEME_DIR}/metacity-1
@@ -70,6 +108,7 @@
+ cp -pr ${SRC_DIR}/src/xfwm4/{*.svg,themerc} ${THEME_DIR}/xfwm4
+ cp -pr ${SRC_DIR}/src/xfwm4/assets${ELSE_LIGHT} ${THEME_DIR}/xfwm4/assets
+ if [[ "${theme}" == '' ]]; then
mkdir -p ${THEME_DIR}/cinnamon
- cp -ur ${SRC_DIR}/src/cinnamon/cinnamon${ELSE_DARK}.css ${THEME_DIR}/cinnamon/cinnamon.css
- cp -ur ${SRC_DIR}/src/cinnamon/assets/common-assets ${THEME_DIR}/cinnamon/assets
@@ -85,6 +124,7 @@
+ cp -pr ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/misc/*.svg ${THEME_DIR}/cinnamon/assets/misc
+ cp -pr ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/switch/*.svg ${THEME_DIR}/cinnamon/assets/switch
+ cp -pr ${SRC_DIR}/src/cinnamon/thumbnail${ELSE_DARK}.png ${THEME_DIR}/cinnamon/thumbnail.png
+ fi
mkdir -p ${THEME_DIR}/plank
- cp -ur ${SRC_DIR}/src/plank/dock${ELSE_LIGHT}.theme ${THEME_DIR}/plank/dock.theme
@@ -92,7 +132,7 @@
}
install_gdm() {
-@@ -169,7 +169,7 @@ install_icon() {
+@@ -213,7 +213,7 @@ install_icon() {
echo -e "\nInstalling Canta icon theme..."
# Copying files
diff --git a/x11-themes/canta-gtk-themes/pkg-plist b/x11-themes/canta-gtk-themes/pkg-plist
index 198b8942f0dd..f2d456edf1b4 100644
--- a/x11-themes/canta-gtk-themes/pkg-plist
+++ b/x11-themes/canta-gtk-themes/pkg-plist
@@ -1,37 +1,5 @@
share/themes/Canta-blue-compact/AUTHORS
share/themes/Canta-blue-compact/COPYING
-share/themes/Canta-blue-compact/cinnamon/assets/checkbox/checkbox-checked.svg
-share/themes/Canta-blue-compact/cinnamon/assets/checkbox/checkbox-unchecked.svg
-share/themes/Canta-blue-compact/cinnamon/assets/checkbox/radiobutton-checked.svg
-share/themes/Canta-blue-compact/cinnamon/assets/checkbox/radiobutton-unchecked.svg
-share/themes/Canta-blue-compact/cinnamon/assets/menu/menu-hover.svg
-share/themes/Canta-blue-compact/cinnamon/assets/menu/menu-separator.svg
-share/themes/Canta-blue-compact/cinnamon/assets/menu/menu.svg
-share/themes/Canta-blue-compact/cinnamon/assets/menu/submenu.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/add-workspace-active.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/add-workspace-hover.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/add-workspace.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/bg.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/button-box.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/calendar-arrow-left.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/calendar-arrow-right.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/close-active.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/close-hover.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/close.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/corner-ripple.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/desklet-header.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/desklet.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/message.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/osd.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/overview-hover.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/overview.svg
-share/themes/Canta-blue-compact/cinnamon/assets/misc/trash-icon.svg
-share/themes/Canta-blue-compact/cinnamon/assets/panel/activities-active.svg
-share/themes/Canta-blue-compact/cinnamon/assets/panel/activities.svg
-share/themes/Canta-blue-compact/cinnamon/assets/switch/switch-off.svg
-share/themes/Canta-blue-compact/cinnamon/assets/switch/switch-on.svg
-share/themes/Canta-blue-compact/cinnamon/cinnamon.css
-share/themes/Canta-blue-compact/cinnamon/thumbnail.png
share/themes/Canta-blue-compact/gnome-shell/assets/activities-active.svg
share/themes/Canta-blue-compact/gnome-shell/assets/activities.svg
share/themes/Canta-blue-compact/gnome-shell/assets/calendar-arrow-left.svg
@@ -40,38 +8,6 @@ share/themes/Canta-blue-compact/gnome-shell/assets/checkbox-off.svg
share/themes/Canta-blue-compact/gnome-shell/assets/checkbox.svg
share/themes/Canta-blue-compact/gnome-shell/assets/close.svg
share/themes/Canta-blue-compact/gnome-shell/assets/dash-placeholder.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running1-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running1.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running2-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running2.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running3-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running3.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running4-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running4.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running1-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running1.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running2-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running2.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running3-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running3.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running4-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running4.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running1-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running1.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running2-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running2.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running3-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running3.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running4-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running4.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running1-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running1.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running2-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running2.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running3-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running3.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running4-focused.svg
-share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running4.svg
share/themes/Canta-blue-compact/gnome-shell/assets/key-enter.svg
share/themes/Canta-blue-compact/gnome-shell/assets/key-hide.svg
share/themes/Canta-blue-compact/gnome-shell/assets/key-layout.svg
@@ -602,6 +538,348 @@ share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore.png
share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore at 2.png
share/themes/Canta-blue-compact/gtk-3.0/gtk-dark.css
share/themes/Canta-blue-compact/gtk-3.0/gtk.css
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom-dark-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom-dark-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom-dark-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom-dark-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-bottom at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top-dark-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top-dark-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top-dark-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top-dark-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/background-img-top at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-circle-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-circle.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-circle at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-circle-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-circle.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-circle at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-square-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-square-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-square.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-compact-square at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-square-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-square-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-square.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/button-checked-square at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-circle-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-circle.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-circle at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-circle-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-circle.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-circle at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-square-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-square-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-square.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-compact-square at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-square-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-square-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-square.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/firstbutton-checked-square at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-circle-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-circle.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-circle at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-circle-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-circle.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-circle at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-square-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-square-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-square.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-compact-square at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-square-blue.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-square-indigo.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-square.png
+share/themes/Canta-blue-compact/gtk-4.0/assets/lastbutton-checked-square at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/box-shadow-backdrop-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/box-shadow-backdrop-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/box-shadow-backdrop.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/box-shadow-backdrop at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/box-shadow-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/box-shadow-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/box-shadow.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/box-shadow at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-active-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-active.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-active at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-hover-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-hover.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked-hover at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-checked at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-active-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-active.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-active at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-hover-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-hover.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed-hover at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-mixed at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-active-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-active.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-active at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-hover-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-hover.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked-hover at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/checkbox-unchecked at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-checked-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-checked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-checked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-checked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-checked-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-checked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-checked.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-checked at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-mixed-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-mixed-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-mixed-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-mixed-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-mixed-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-mixed.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-mixed at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-unchecked.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-checkbox-unchecked at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-checked-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-checked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-checked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-checked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-checked-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-checked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-checked.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-checked at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-mixed-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-mixed-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-mixed-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-mixed-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-mixed-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-mixed.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-mixed at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-unchecked-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-unchecked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-unchecked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-unchecked-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-unchecked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-unchecked.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/menu-radio-unchecked at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-active-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-active.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-active at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-hover-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-hover.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked-hover at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-checked at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-active-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-active.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-active at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-hover-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-hover.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed-hover at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-mixed at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-active-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-active.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-active at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-hover-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-hover.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked-hover at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/radio-unchecked at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/checkbox-checked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/checkbox-mixed-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/checkbox-unchecked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/radio-checked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/radio-mixed-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/radio-unchecked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/small-checkbox-checked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/small-radio-checked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/small-radio-mixed-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scalable/small-radio-unchecked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-slider-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-slider-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-slider-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-slider-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-slider-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-slider-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-slider.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-slider at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-after-slider-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-after-slider-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-after-slider-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-after-slider-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-after-slider-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-after-slider.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-after-slider at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-before-slider-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-before-slider-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-before-slider-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-before-slider-disabled.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-before-slider-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-before-slider.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/scale-vert-marks-before-slider at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/selectionmode-checkbox-checked-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/selectionmode-checkbox-checked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/selectionmode-checkbox-checked.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/selectionmode-checkbox-checked at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/selectionmode-checkbox-unchecked-dark.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/selectionmode-checkbox-unchecked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/selectionmode-checkbox-unchecked.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/selectionmode-checkbox-unchecked at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-close-active.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-close-active at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-close-backdrop.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-close-backdrop at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-close-hover.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-close-hover at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-close.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-close at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-maximize-active.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-maximize-active at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-maximize-backdrop.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-maximize-backdrop at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-maximize-hover.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-maximize-hover at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-maximize.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-maximize at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-minimize-active.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-minimize-active at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-minimize-backdrop.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-minimize-backdrop at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-minimize-hover.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-minimize-hover at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-minimize.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-minimize at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-restore-active.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-restore-active at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-restore-backdrop.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-restore-backdrop at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-restore-hover.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-restore-hover at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-restore.png
+share/themes/Canta-blue-compact/gtk-4.0/common-assets/titlebutton-restore at 2.png
+share/themes/Canta-blue-compact/gtk-4.0/gtk-dark.css
+share/themes/Canta-blue-compact/gtk-4.0/gtk.css
share/themes/Canta-blue-compact/index.theme
share/themes/Canta-blue-compact/metacity-1/close.png
share/themes/Canta-blue-compact/metacity-1/close_focused.png
@@ -883,38 +1161,6 @@ share/themes/Canta-blue-compact/xfwm4/top-right-active.svg
share/themes/Canta-blue-compact/xfwm4/top-right-inactive.svg
share/themes/Canta-blue-dark-compact/AUTHORS
share/themes/Canta-blue-dark-compact/COPYING
-share/themes/Canta-blue-dark-compact/cinnamon/assets/checkbox/checkbox-checked.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/checkbox/checkbox-unchecked.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/checkbox/radiobutton-checked.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/checkbox/radiobutton-unchecked.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/menu/menu-hover.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/menu/menu-separator.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/menu/menu.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/menu/submenu.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/add-workspace-active.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/add-workspace-hover.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/add-workspace.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/bg.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/button-box.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/calendar-arrow-left.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/calendar-arrow-right.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/close-active.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/close-hover.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/close.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/corner-ripple.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/desklet-header.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/desklet.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/message.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/osd.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/overview-hover.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/overview.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/misc/trash-icon.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/panel/activities-active.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/panel/activities.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/switch/switch-off.svg
-share/themes/Canta-blue-dark-compact/cinnamon/assets/switch/switch-on.svg
-share/themes/Canta-blue-dark-compact/cinnamon/cinnamon.css
-share/themes/Canta-blue-dark-compact/cinnamon/thumbnail.png
share/themes/Canta-blue-dark-compact/gnome-shell/assets/activities-active.svg
share/themes/Canta-blue-dark-compact/gnome-shell/assets/activities.svg
share/themes/Canta-blue-dark-compact/gnome-shell/assets/calendar-arrow-left.svg
@@ -923,38 +1169,6 @@ share/themes/Canta-blue-dark-compact/gnome-shell/assets/checkbox-off.svg
share/themes/Canta-blue-dark-compact/gnome-shell/assets/checkbox.svg
share/themes/Canta-blue-dark-compact/gnome-shell/assets/close.svg
share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash-placeholder.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/bottom-running1-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/bottom-running1.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/bottom-running2-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/bottom-running2.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/bottom-running3-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/bottom-running3.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/bottom-running4-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/bottom-running4.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/left-running1-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/left-running1.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/left-running2-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/left-running2.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/left-running3-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/left-running3.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/left-running4-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/left-running4.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/right-running1-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/right-running1.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/right-running2-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/right-running2.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/right-running3-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/right-running3.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/right-running4-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/right-running4.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/top-running1-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/top-running1.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/top-running2-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/top-running2.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/top-running3-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/top-running3.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/top-running4-focused.svg
-share/themes/Canta-blue-dark-compact/gnome-shell/assets/dash/top-running4.svg
share/themes/Canta-blue-dark-compact/gnome-shell/assets/key-enter.svg
share/themes/Canta-blue-dark-compact/gnome-shell/assets/key-hide.svg
share/themes/Canta-blue-dark-compact/gnome-shell/assets/key-layout.svg
@@ -1484,6 +1698,347 @@ share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-restore-h
share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-restore.png
share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-restore at 2.png
share/themes/Canta-blue-dark-compact/gtk-3.0/gtk.css
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom-dark-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom-dark-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom-dark-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom-dark-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-bottom at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top-dark-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top-dark-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top-dark-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top-dark-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/background-img-top at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-circle-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-circle-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-circle-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-circle-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-circle.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-circle at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-circle-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-circle-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-circle-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-circle-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-circle.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-circle at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-square-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-square-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-square-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-square-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-square.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-compact-square at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-square-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-square-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-square-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-square-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-square.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/button-checked-square at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-circle-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-circle-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-circle-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-circle-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-circle.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-circle at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-circle-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-circle-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-circle-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-circle-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-circle.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-circle at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-square-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-square-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-square-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-square-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-square.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-compact-square at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-square-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-square-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-square-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-square-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-square.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/firstbutton-checked-square at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-circle-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-circle-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-circle-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-circle-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-circle.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-circle at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-circle-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-circle-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-circle-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-circle-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-circle.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-circle at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-square-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-square-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-square-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-square-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-square.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-compact-square at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-square-blue.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-square-blue at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-square-indigo.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-square-indigo at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-square.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/assets/lastbutton-checked-square at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/box-shadow-backdrop-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/box-shadow-backdrop-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/box-shadow-backdrop.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/box-shadow-backdrop at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/box-shadow-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/box-shadow-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/box-shadow.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/box-shadow at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-active-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-active-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-active.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-active at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-hover-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-hover-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-hover.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked-hover at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-checked at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-active-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-active-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-active.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-active at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-hover-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-hover-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-hover.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed-hover at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-mixed at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-active-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-active-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-active.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-active at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-hover-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-hover-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-hover.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked-hover at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/checkbox-unchecked at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-checked-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-checked-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-checked-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-checked-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-checked-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-checked-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-checked.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-checked at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-mixed-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-mixed-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-mixed-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-mixed-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-mixed-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-mixed.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-mixed at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-unchecked-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-unchecked.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-checkbox-unchecked at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-checked-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-checked-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-checked-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-checked-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-checked-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-checked-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-checked.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-checked at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-mixed-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-mixed-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-mixed-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-mixed-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-mixed-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-mixed.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-mixed at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-unchecked-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-unchecked-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-unchecked-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-unchecked-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-unchecked-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-unchecked.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/menu-radio-unchecked at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-active-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-active-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-active.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-active at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-hover-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-hover-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-hover.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked-hover at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-checked at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-active-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-active-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-active.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-active at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-hover-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-hover-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-hover.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed-hover at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-mixed at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-active-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-active-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-active.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-active at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-hover-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-hover-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-hover.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked-hover at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/radio-unchecked at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/checkbox-checked-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/checkbox-mixed-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/checkbox-unchecked-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/radio-checked-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/radio-mixed-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/radio-unchecked-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/small-checkbox-checked-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/small-radio-checked-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/small-radio-mixed-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scalable/small-radio-unchecked-symbolic.svg
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-after-slider at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-disabled-dark at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-disabled.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider-disabled at 2.png
+share/themes/Canta-blue-dark-compact/gtk-4.0/common-assets/scale-horz-marks-before-slider.png
*** 6662 LINES SKIPPED ***
More information about the dev-commits-ports-all
mailing list