Index: x11-themes/Makefile =================================================================== --- x11-themes/Makefile +++ x11-themes/Makefile @@ -11,6 +11,7 @@ SUBDIR += ant-dracula-theme SUBDIR += arc-gruvbox-theme SUBDIR += audacious-skins + SUBDIR += canta-gtk-themes SUBDIR += classiclooks SUBDIR += claws-mail-themes SUBDIR += clearlooks Index: x11-themes/canta-gtk-themes/Makefile =================================================================== --- x11-themes/canta-gtk-themes/Makefile +++ x11-themes/canta-gtk-themes/Makefile @@ -0,0 +1,31 @@ +# Created by: Alexander Vereeken +# $FreeBSD$ + +PORTNAME= canta-gtk-themes +DISTVERSION= 2020-05-17 +CATEGORIES= x11-themes + +MAINTAINER= Alexander88207@protonmail.com +COMMENT= Canta is a 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 + +USES= shebangfix +SHEBANG_FILES= install.sh + +USE_GITHUB= yes +GH_ACCOUNT= vinceliuice +GH_PROJECT= Canta-theme +NO_ARCH= yes +NO_BUILD= yes + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes + ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes + +.include Index: x11-themes/canta-gtk-themes/distinfo =================================================================== --- x11-themes/canta-gtk-themes/distinfo +++ x11-themes/canta-gtk-themes/distinfo @@ -0,0 +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 Index: x11-themes/canta-gtk-themes/files/patch-install.sh =================================================================== --- x11-themes/canta-gtk-themes/files/patch-install.sh +++ x11-themes/canta-gtk-themes/files/patch-install.sh @@ -0,0 +1,103 @@ +--- install.sh.orig 2021-02-13 18:45:42 UTC ++++ install.sh +@@ -74,8 +74,8 @@ install() { + echo "Installing '${THEME_DIR}'..." + + mkdir -p ${THEME_DIR} +- cp -ur ${SRC_DIR}/COPYING ${THEME_DIR} +- cp -ur ${SRC_DIR}/AUTHORS ${THEME_DIR} ++ cp -pr ${SRC_DIR}/COPYING ${THEME_DIR} ++ cp -pr ${SRC_DIR}/AUTHORS ${THEME_DIR} + + echo "[Desktop Entry]" >> ${THEME_DIR}/index.theme + echo "Type=X-GNOME-Metatheme" >> ${THEME_DIR}/index.theme +@@ -91,53 +91,53 @@ 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 -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 + + 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 +- cp -ur ${SRC_DIR}/src/gtk-2.0/main.rc${theme} ${THEME_DIR}/gtk-2.0/main.rc +- cp -ur ${SRC_DIR}/src/gtk-2.0/assets${ELSE_DARK} ${THEME_DIR}/gtk-2.0/assets ++ cp -pr ${SRC_DIR}/src/gtk-2.0/{apps.rc,hacks.rc,panel.rc} ${THEME_DIR}/gtk-2.0 ++ 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/gtkrc${theme}${color} ${THEME_DIR}/gtk-2.0/gtkrc ++ 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 + + mkdir -p ${THEME_DIR}/metacity-1 +- cp -ur ${SRC_DIR}/src/metacity-1/assets/*.png ${THEME_DIR}/metacity-1 +- cp -ur ${SRC_DIR}/src/metacity-1/metacity-theme-1${color}.xml ${THEME_DIR}/metacity-1/metacity-theme-1.xml ++ cp -pr ${SRC_DIR}/src/metacity-1/assets/*.png ${THEME_DIR}/metacity-1 ++ cp -pr ${SRC_DIR}/src/metacity-1/metacity-theme-1${color}.xml ${THEME_DIR}/metacity-1/metacity-theme-1.xml + cd ${THEME_DIR}/metacity-1 + ln -s metacity-theme-1.xml metacity-theme-2.xml + ln -s metacity-theme-1.xml metacity-theme-3.xml + + mkdir -p ${THEME_DIR}/unity +- cp -ur ${SRC_DIR}/src/unity/{*.svg,*.png,dash-widgets.json} ${THEME_DIR}/unity +- cp -ur ${SRC_DIR}/src/unity/assets${ELSE_LIGHT} ${THEME_DIR}/unity/assets ++ cp -pr ${SRC_DIR}/src/unity/{*.svg,*.png,dash-widgets.json} ${THEME_DIR}/unity ++ cp -pr ${SRC_DIR}/src/unity/assets${ELSE_LIGHT} ${THEME_DIR}/unity/assets + + mkdir -p ${THEME_DIR}/xfwm4 +- cp -ur ${SRC_DIR}/src/xfwm4/{*.svg,themerc} ${THEME_DIR}/xfwm4 +- cp -ur ${SRC_DIR}/src/xfwm4/assets${ELSE_LIGHT} ${THEME_DIR}/xfwm4/assets ++ cp -pr ${SRC_DIR}/src/xfwm4/{*.svg,themerc} ${THEME_DIR}/xfwm4 ++ cp -pr ${SRC_DIR}/src/xfwm4/assets${ELSE_LIGHT} ${THEME_DIR}/xfwm4/assets + + 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 +- cp -ur ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/checkbox/*.svg ${THEME_DIR}/cinnamon/assets/checkbox +- cp -ur ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/menu/*.svg ${THEME_DIR}/cinnamon/assets/menu +- cp -ur ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/misc/*.svg ${THEME_DIR}/cinnamon/assets/misc +- cp -ur ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/switch/*.svg ${THEME_DIR}/cinnamon/assets/switch +- cp -ur ${SRC_DIR}/src/cinnamon/thumbnail${ELSE_DARK}.png ${THEME_DIR}/cinnamon/thumbnail.png ++ cp -pr ${SRC_DIR}/src/cinnamon/cinnamon${ELSE_DARK}.css ${THEME_DIR}/cinnamon/cinnamon.css ++ cp -pr ${SRC_DIR}/src/cinnamon/assets/common-assets ${THEME_DIR}/cinnamon/assets ++ cp -pr ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/checkbox/*.svg ${THEME_DIR}/cinnamon/assets/checkbox ++ cp -pr ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/menu/*.svg ${THEME_DIR}/cinnamon/assets/menu ++ 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 + + mkdir -p ${THEME_DIR}/plank +- cp -ur ${SRC_DIR}/src/plank/dock${ELSE_LIGHT}.theme ${THEME_DIR}/plank/dock.theme ++ cp -pr ${SRC_DIR}/src/plank/dock${ELSE_LIGHT}.theme ${THEME_DIR}/plank/dock.theme + } + + install_gdm() { +@@ -169,7 +169,7 @@ install_icon() { + echo -e "\nInstalling Canta icon theme..." + + # Copying files +- cp -ur ${SRC_DIR}/icons/Canta ${ICON_DEST_DIR} ++ cp -pr ${SRC_DIR}/icons/Canta ${ICON_DEST_DIR} + + # update icon caches + gtk-update-icon-cache ${ICON_DEST_DIR}/Canta Index: x11-themes/canta-gtk-themes/pkg-descr =================================================================== --- x11-themes/canta-gtk-themes/pkg-descr +++ x11-themes/canta-gtk-themes/pkg-descr @@ -0,0 +1,3 @@ +Canta is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell. + +WWW: https://github.com/vinceliuice/Canta-theme Index: x11-themes/canta-gtk-themes/pkg-plist =================================================================== --- x11-themes/canta-gtk-themes/pkg-plist +++ x11-themes/canta-gtk-themes/pkg-plist @@ -0,0 +1,15888 @@ +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 +share/themes/Canta-blue-compact/gnome-shell/assets/calendar-arrow-right.svg +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 +share/themes/Canta-blue-compact/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-blue-compact/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-blue-compact/gnome-shell/assets/key-shift.svg +share/themes/Canta-blue-compact/gnome-shell/assets/more-results.svg +share/themes/Canta-blue-compact/gnome-shell/assets/no-events.svg +share/themes/Canta-blue-compact/gnome-shell/assets/no-notifications.svg +share/themes/Canta-blue-compact/gnome-shell/assets/process-working.svg +share/themes/Canta-blue-compact/gnome-shell/assets/toggle-off.svg +share/themes/Canta-blue-compact/gnome-shell/assets/toggle-on.svg +share/themes/Canta-blue-compact/gnome-shell/assets/window-close-active.svg +share/themes/Canta-blue-compact/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-blue-compact/gnome-shell/assets/window-close.svg +share/themes/Canta-blue-compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-blue-compact/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-blue-compact/gnome-shell/gnome-shell.css +share/themes/Canta-blue-compact/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-blue-compact/gnome-shell/no-events.svg +share/themes/Canta-blue-compact/gnome-shell/no-notifications.svg +share/themes/Canta-blue-compact/gnome-shell/noise-texture.png +share/themes/Canta-blue-compact/gnome-shell/pad-osd.css +share/themes/Canta-blue-compact/gnome-shell/process-working.svg +share/themes/Canta-blue-compact/gtk-2.0/apps.rc +share/themes/Canta-blue-compact/gtk-2.0/assets/border.png +share/themes/Canta-blue-compact/gtk-2.0/assets/button-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/button-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/button.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-blue-compact/gtk-2.0/assets/entry-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/entry-background.png +share/themes/Canta-blue-compact/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/entry.png +share/themes/Canta-blue-compact/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/flat-button.png +share/themes/Canta-blue-compact/gtk-2.0/assets/focus.png +share/themes/Canta-blue-compact/gtk-2.0/assets/frame-inline.png +share/themes/Canta-blue-compact/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-blue-compact/gtk-2.0/assets/frame.png +share/themes/Canta-blue-compact/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/handle-horz.png +share/themes/Canta-blue-compact/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/handle-vert.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-down.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-left.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-right.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pan-up.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-checked.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scale-slider.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-blue-compact/gtk-2.0/assets/tab-blue.png +share/themes/Canta-blue-compact/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-blue-compact/gtk-2.0/assets/tab.png +share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-blue-compact/gtk-2.0/gtkrc +share/themes/Canta-blue-compact/gtk-2.0/hacks.rc +share/themes/Canta-blue-compact/gtk-2.0/main.rc +share/themes/Canta-blue-compact/gtk-2.0/panel.rc +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top.png +share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +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@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/index.theme +share/themes/Canta-blue-compact/metacity-1/close.png +share/themes/Canta-blue-compact/metacity-1/close_focused.png +share/themes/Canta-blue-compact/metacity-1/close_focused_normal.png +share/themes/Canta-blue-compact/metacity-1/close_focused_prelight.png +share/themes/Canta-blue-compact/metacity-1/close_focused_pressed.png +share/themes/Canta-blue-compact/metacity-1/close_unfocused.png +share/themes/Canta-blue-compact/metacity-1/close_unfocused_prelight.png +share/themes/Canta-blue-compact/metacity-1/close_unfocused_pressed.png +share/themes/Canta-blue-compact/metacity-1/maximize.png +share/themes/Canta-blue-compact/metacity-1/maximize_focused.png +share/themes/Canta-blue-compact/metacity-1/maximize_focused_normal.png +share/themes/Canta-blue-compact/metacity-1/maximize_focused_prelight.png +share/themes/Canta-blue-compact/metacity-1/maximize_focused_pressed.png +share/themes/Canta-blue-compact/metacity-1/maximize_unfocused.png +share/themes/Canta-blue-compact/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-blue-compact/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-blue-compact/metacity-1/menu.png +share/themes/Canta-blue-compact/metacity-1/menu_focused.png +share/themes/Canta-blue-compact/metacity-1/menu_focused_normal.png +share/themes/Canta-blue-compact/metacity-1/menu_focused_prelight.png +share/themes/Canta-blue-compact/metacity-1/menu_focused_pressed.png +share/themes/Canta-blue-compact/metacity-1/menu_unfocused.png +share/themes/Canta-blue-compact/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-blue-compact/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-blue-compact/metacity-1/metacity-theme-1.xml +share/themes/Canta-blue-compact/metacity-1/metacity-theme-2.xml +share/themes/Canta-blue-compact/metacity-1/metacity-theme-3.xml +share/themes/Canta-blue-compact/metacity-1/minimize.png +share/themes/Canta-blue-compact/metacity-1/minimize_focused.png +share/themes/Canta-blue-compact/metacity-1/minimize_focused_normal.png +share/themes/Canta-blue-compact/metacity-1/minimize_focused_prelight.png +share/themes/Canta-blue-compact/metacity-1/minimize_focused_pressed.png +share/themes/Canta-blue-compact/metacity-1/minimize_unfocused.png +share/themes/Canta-blue-compact/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-blue-compact/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-blue-compact/metacity-1/shade.png +share/themes/Canta-blue-compact/metacity-1/shade_focused.png +share/themes/Canta-blue-compact/metacity-1/shade_focused_normal.png +share/themes/Canta-blue-compact/metacity-1/shade_focused_prelight.png +share/themes/Canta-blue-compact/metacity-1/shade_focused_pressed.png +share/themes/Canta-blue-compact/metacity-1/shade_unfocused.png +share/themes/Canta-blue-compact/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-blue-compact/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-blue-compact/metacity-1/trough_left.png +share/themes/Canta-blue-compact/metacity-1/trough_middle.png +share/themes/Canta-blue-compact/metacity-1/trough_right.png +share/themes/Canta-blue-compact/metacity-1/trough_unfocused_left.png +share/themes/Canta-blue-compact/metacity-1/trough_unfocused_middle.png +share/themes/Canta-blue-compact/metacity-1/trough_unfocused_right.png +share/themes/Canta-blue-compact/metacity-1/unmaximize.png +share/themes/Canta-blue-compact/metacity-1/unmaximize_focused.png +share/themes/Canta-blue-compact/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-blue-compact/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-blue-compact/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-blue-compact/metacity-1/unmaximize_unfocused.png +share/themes/Canta-blue-compact/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-blue-compact/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-blue-compact/metacity-1/unshade.png +share/themes/Canta-blue-compact/metacity-1/unshade_focused.png +share/themes/Canta-blue-compact/metacity-1/unshade_focused_normal.png +share/themes/Canta-blue-compact/metacity-1/unshade_focused_prelight.png +share/themes/Canta-blue-compact/metacity-1/unshade_focused_pressed.png +share/themes/Canta-blue-compact/metacity-1/unshade_unfocused.png +share/themes/Canta-blue-compact/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-blue-compact/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-blue-compact/plank/dock.theme +share/themes/Canta-blue-compact/unity/assets/close_focused.svg +share/themes/Canta-blue-compact/unity/assets/close_focused_prelight.svg +share/themes/Canta-blue-compact/unity/assets/close_focused_pressed.svg +share/themes/Canta-blue-compact/unity/assets/close_unfocused.svg +share/themes/Canta-blue-compact/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-blue-compact/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-blue-compact/unity/assets/maximize_focused.svg +share/themes/Canta-blue-compact/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-blue-compact/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-blue-compact/unity/assets/maximize_unfocused.svg +share/themes/Canta-blue-compact/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-blue-compact/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-blue-compact/unity/assets/minimize_focused.svg +share/themes/Canta-blue-compact/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-blue-compact/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-blue-compact/unity/assets/minimize_unfocused.svg +share/themes/Canta-blue-compact/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-blue-compact/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-blue-compact/unity/assets/unmaximize_focused.svg +share/themes/Canta-blue-compact/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-blue-compact/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-blue-compact/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-blue-compact/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue-compact/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue-compact/unity/close.svg +share/themes/Canta-blue-compact/unity/close_dash.svg +share/themes/Canta-blue-compact/unity/close_dash_disabled.svg +share/themes/Canta-blue-compact/unity/close_dash_prelight.svg +share/themes/Canta-blue-compact/unity/close_dash_pressed.svg +share/themes/Canta-blue-compact/unity/close_focused_normal.svg +share/themes/Canta-blue-compact/unity/close_focused_prelight.svg +share/themes/Canta-blue-compact/unity/close_focused_pressed.svg +share/themes/Canta-blue-compact/unity/close_unfocused.svg +share/themes/Canta-blue-compact/unity/close_unfocused_prelight.svg +share/themes/Canta-blue-compact/unity/close_unfocused_pressed.svg +share/themes/Canta-blue-compact/unity/dash-widgets.json +share/themes/Canta-blue-compact/unity/launcher_arrow_btt_19.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_btt_37.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-blue-compact/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-blue-compact/unity/launcher_bfb.png +share/themes/Canta-blue-compact/unity/launcher_icon_back_150.svg +share/themes/Canta-blue-compact/unity/launcher_icon_back_54.svg +share/themes/Canta-blue-compact/unity/launcher_icon_edge_150.svg +share/themes/Canta-blue-compact/unity/launcher_icon_edge_54.svg +share/themes/Canta-blue-compact/unity/launcher_icon_glow_200.svg +share/themes/Canta-blue-compact/unity/launcher_icon_glow_62.svg +share/themes/Canta-blue-compact/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-blue-compact/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-blue-compact/unity/launcher_icon_shadow_200.svg +share/themes/Canta-blue-compact/unity/launcher_icon_shadow_62.svg +share/themes/Canta-blue-compact/unity/launcher_icon_shine_150.svg +share/themes/Canta-blue-compact/unity/launcher_icon_shine_54.svg +share/themes/Canta-blue-compact/unity/launcher_pip_btt_19.svg +share/themes/Canta-blue-compact/unity/launcher_pip_btt_37.svg +share/themes/Canta-blue-compact/unity/launcher_pip_ltr_19.svg +share/themes/Canta-blue-compact/unity/launcher_pip_ltr_37.svg +share/themes/Canta-blue-compact/unity/launcher_pip_rtl_19.svg +share/themes/Canta-blue-compact/unity/launcher_pip_rtl_37.svg +share/themes/Canta-blue-compact/unity/launcher_pip_ttb_19.svg +share/themes/Canta-blue-compact/unity/launcher_pip_ttb_37.svg +share/themes/Canta-blue-compact/unity/maximize.svg +share/themes/Canta-blue-compact/unity/maximize_dash.svg +share/themes/Canta-blue-compact/unity/maximize_dash_disabled.svg +share/themes/Canta-blue-compact/unity/maximize_dash_prelight.svg +share/themes/Canta-blue-compact/unity/maximize_dash_pressed.svg +share/themes/Canta-blue-compact/unity/maximize_focused_normal.svg +share/themes/Canta-blue-compact/unity/maximize_focused_prelight.svg +share/themes/Canta-blue-compact/unity/maximize_focused_pressed.svg +share/themes/Canta-blue-compact/unity/maximize_unfocused.svg +share/themes/Canta-blue-compact/unity/maximize_unfocused_prelight.svg +share/themes/Canta-blue-compact/unity/maximize_unfocused_pressed.svg +share/themes/Canta-blue-compact/unity/minimize.svg +share/themes/Canta-blue-compact/unity/minimize_dash.svg +share/themes/Canta-blue-compact/unity/minimize_dash_disabled.svg +share/themes/Canta-blue-compact/unity/minimize_dash_prelight.svg +share/themes/Canta-blue-compact/unity/minimize_dash_pressed.svg +share/themes/Canta-blue-compact/unity/minimize_focused_normal.svg +share/themes/Canta-blue-compact/unity/minimize_focused_prelight.svg +share/themes/Canta-blue-compact/unity/minimize_focused_pressed.svg +share/themes/Canta-blue-compact/unity/minimize_unfocused.svg +share/themes/Canta-blue-compact/unity/minimize_unfocused_prelight.svg +share/themes/Canta-blue-compact/unity/minimize_unfocused_pressed.svg +share/themes/Canta-blue-compact/unity/progress_bar_fill.svg +share/themes/Canta-blue-compact/unity/progress_bar_trough.svg +share/themes/Canta-blue-compact/unity/sheet_style_close_focused.svg +share/themes/Canta-blue-compact/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-blue-compact/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-blue-compact/unity/unmaximize.svg +share/themes/Canta-blue-compact/unity/unmaximize_dash.svg +share/themes/Canta-blue-compact/unity/unmaximize_dash_disabled.svg +share/themes/Canta-blue-compact/unity/unmaximize_dash_prelight.svg +share/themes/Canta-blue-compact/unity/unmaximize_dash_pressed.svg +share/themes/Canta-blue-compact/unity/unmaximize_focused_normal.svg +share/themes/Canta-blue-compact/unity/unmaximize_focused_prelight.svg +share/themes/Canta-blue-compact/unity/unmaximize_focused_pressed.svg +share/themes/Canta-blue-compact/unity/unmaximize_unfocused.svg +share/themes/Canta-blue-compact/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue-compact/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue-compact/xfwm4/assets/border.svg +share/themes/Canta-blue-compact/xfwm4/assets/close-active.svg +share/themes/Canta-blue-compact/xfwm4/assets/close-inactive.svg +share/themes/Canta-blue-compact/xfwm4/assets/close-prelight.svg +share/themes/Canta-blue-compact/xfwm4/assets/close-pressed.svg +share/themes/Canta-blue-compact/xfwm4/assets/hide-active.svg +share/themes/Canta-blue-compact/xfwm4/assets/hide-inactive.svg +share/themes/Canta-blue-compact/xfwm4/assets/hide-prelight.svg +share/themes/Canta-blue-compact/xfwm4/assets/hide-pressed.svg +share/themes/Canta-blue-compact/xfwm4/assets/maximize-active.svg +share/themes/Canta-blue-compact/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-blue-compact/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-blue-compact/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-blue-compact/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-blue-compact/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-blue-compact/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-blue-compact/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-blue-compact/xfwm4/assets/menu-active.svg +share/themes/Canta-blue-compact/xfwm4/assets/menu-inactive.svg +share/themes/Canta-blue-compact/xfwm4/assets/menu-prelight.svg +share/themes/Canta-blue-compact/xfwm4/assets/menu-pressed.svg +share/themes/Canta-blue-compact/xfwm4/assets/shade-active.svg +share/themes/Canta-blue-compact/xfwm4/assets/shade-inactive.svg +share/themes/Canta-blue-compact/xfwm4/assets/shade-prelight.svg +share/themes/Canta-blue-compact/xfwm4/assets/shade-pressed.svg +share/themes/Canta-blue-compact/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-blue-compact/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-blue-compact/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-blue-compact/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-blue-compact/xfwm4/assets/stick-active.svg +share/themes/Canta-blue-compact/xfwm4/assets/stick-inactive.svg +share/themes/Canta-blue-compact/xfwm4/assets/stick-prelight.svg +share/themes/Canta-blue-compact/xfwm4/assets/stick-pressed.svg +share/themes/Canta-blue-compact/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-blue-compact/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-blue-compact/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-blue-compact/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-blue-compact/xfwm4/assets/themerc +share/themes/Canta-blue-compact/xfwm4/assets/title-side.svg +share/themes/Canta-blue-compact/xfwm4/assets/title.svg +share/themes/Canta-blue-compact/xfwm4/bottom-active.svg +share/themes/Canta-blue-compact/xfwm4/bottom-inactive.svg +share/themes/Canta-blue-compact/xfwm4/bottom-left-active.svg +share/themes/Canta-blue-compact/xfwm4/bottom-left-inactive.svg +share/themes/Canta-blue-compact/xfwm4/bottom-right-active.svg +share/themes/Canta-blue-compact/xfwm4/bottom-right-inactive.svg +share/themes/Canta-blue-compact/xfwm4/close-active.svg +share/themes/Canta-blue-compact/xfwm4/close-inactive.svg +share/themes/Canta-blue-compact/xfwm4/close-prelight.svg +share/themes/Canta-blue-compact/xfwm4/close-pressed.svg +share/themes/Canta-blue-compact/xfwm4/hide-active.svg +share/themes/Canta-blue-compact/xfwm4/hide-inactive.svg +share/themes/Canta-blue-compact/xfwm4/hide-prelight.svg +share/themes/Canta-blue-compact/xfwm4/hide-pressed.svg +share/themes/Canta-blue-compact/xfwm4/left-active.svg +share/themes/Canta-blue-compact/xfwm4/left-inactive.svg +share/themes/Canta-blue-compact/xfwm4/maximize-active.svg +share/themes/Canta-blue-compact/xfwm4/maximize-inactive.svg +share/themes/Canta-blue-compact/xfwm4/maximize-prelight.svg +share/themes/Canta-blue-compact/xfwm4/maximize-pressed.svg +share/themes/Canta-blue-compact/xfwm4/maximize-toggled-active.svg +share/themes/Canta-blue-compact/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-blue-compact/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-blue-compact/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-blue-compact/xfwm4/menu-active.svg +share/themes/Canta-blue-compact/xfwm4/menu-inactive.svg +share/themes/Canta-blue-compact/xfwm4/menu-prelight.svg +share/themes/Canta-blue-compact/xfwm4/menu-pressed.svg +share/themes/Canta-blue-compact/xfwm4/right-active.svg +share/themes/Canta-blue-compact/xfwm4/right-inactive.svg +share/themes/Canta-blue-compact/xfwm4/shade-active.svg +share/themes/Canta-blue-compact/xfwm4/shade-inactive.svg +share/themes/Canta-blue-compact/xfwm4/shade-prelight.svg +share/themes/Canta-blue-compact/xfwm4/shade-pressed.svg +share/themes/Canta-blue-compact/xfwm4/shade-toggled-active.svg +share/themes/Canta-blue-compact/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-blue-compact/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-blue-compact/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-blue-compact/xfwm4/stick-active.svg +share/themes/Canta-blue-compact/xfwm4/stick-inactive.svg +share/themes/Canta-blue-compact/xfwm4/stick-prelight.svg +share/themes/Canta-blue-compact/xfwm4/stick-pressed.svg +share/themes/Canta-blue-compact/xfwm4/stick-toggled-active.svg +share/themes/Canta-blue-compact/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-blue-compact/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-blue-compact/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-blue-compact/xfwm4/themerc +share/themes/Canta-blue-compact/xfwm4/title-1-active.svg +share/themes/Canta-blue-compact/xfwm4/title-1-inactive.svg +share/themes/Canta-blue-compact/xfwm4/title-2-active.svg +share/themes/Canta-blue-compact/xfwm4/title-2-inactive.svg +share/themes/Canta-blue-compact/xfwm4/title-3-active.svg +share/themes/Canta-blue-compact/xfwm4/title-3-inactive.svg +share/themes/Canta-blue-compact/xfwm4/title-4-active.svg +share/themes/Canta-blue-compact/xfwm4/title-4-inactive.svg +share/themes/Canta-blue-compact/xfwm4/title-5-active.svg +share/themes/Canta-blue-compact/xfwm4/title-5-inactive.svg +share/themes/Canta-blue-compact/xfwm4/top-left-active.svg +share/themes/Canta-blue-compact/xfwm4/top-left-inactive.svg +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 +share/themes/Canta-blue-dark-compact/gnome-shell/assets/calendar-arrow-right.svg +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 +share/themes/Canta-blue-dark-compact/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-blue-dark-compact/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-blue-dark-compact/gnome-shell/assets/key-shift.svg +share/themes/Canta-blue-dark-compact/gnome-shell/assets/more-results.svg +share/themes/Canta-blue-dark-compact/gnome-shell/assets/no-events.svg +share/themes/Canta-blue-dark-compact/gnome-shell/assets/no-notifications.svg +share/themes/Canta-blue-dark-compact/gnome-shell/assets/process-working.svg +share/themes/Canta-blue-dark-compact/gnome-shell/assets/toggle-off.svg +share/themes/Canta-blue-dark-compact/gnome-shell/assets/toggle-on.svg +share/themes/Canta-blue-dark-compact/gnome-shell/assets/window-close-active.svg +share/themes/Canta-blue-dark-compact/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-blue-dark-compact/gnome-shell/assets/window-close.svg +share/themes/Canta-blue-dark-compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-blue-dark-compact/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-blue-dark-compact/gnome-shell/gnome-shell.css +share/themes/Canta-blue-dark-compact/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-blue-dark-compact/gnome-shell/no-events.svg +share/themes/Canta-blue-dark-compact/gnome-shell/no-notifications.svg +share/themes/Canta-blue-dark-compact/gnome-shell/noise-texture.png +share/themes/Canta-blue-dark-compact/gnome-shell/pad-osd.css +share/themes/Canta-blue-dark-compact/gnome-shell/process-working.svg +share/themes/Canta-blue-dark-compact/gtk-2.0/apps.rc +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/border.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/button-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/button-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/button.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/entry-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/entry-background.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/entry.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/flat-button.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/focus.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/frame-inline.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/frame.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/handle-horz.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/handle-vert.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-down.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-left.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-right.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pan-up.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-checked.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scale-slider.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/tab-blue.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/tab.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-blue-dark-compact/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-blue-dark-compact/gtk-2.0/gtkrc +share/themes/Canta-blue-dark-compact/gtk-2.0/hacks.rc +share/themes/Canta-blue-dark-compact/gtk-2.0/main.rc +share/themes/Canta-blue-dark-compact/gtk-2.0/panel.rc +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-blue-dark-compact/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-blue-dark-compact/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +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@2.png +share/themes/Canta-blue-dark-compact/gtk-3.0/gtk.css +share/themes/Canta-blue-dark-compact/index.theme +share/themes/Canta-blue-dark-compact/metacity-1/close.png +share/themes/Canta-blue-dark-compact/metacity-1/close_focused.png +share/themes/Canta-blue-dark-compact/metacity-1/close_focused_normal.png +share/themes/Canta-blue-dark-compact/metacity-1/close_focused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/close_focused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/close_unfocused.png +share/themes/Canta-blue-dark-compact/metacity-1/close_unfocused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/close_unfocused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/maximize.png +share/themes/Canta-blue-dark-compact/metacity-1/maximize_focused.png +share/themes/Canta-blue-dark-compact/metacity-1/maximize_focused_normal.png +share/themes/Canta-blue-dark-compact/metacity-1/maximize_focused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/maximize_focused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/maximize_unfocused.png +share/themes/Canta-blue-dark-compact/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/menu.png +share/themes/Canta-blue-dark-compact/metacity-1/menu_focused.png +share/themes/Canta-blue-dark-compact/metacity-1/menu_focused_normal.png +share/themes/Canta-blue-dark-compact/metacity-1/menu_focused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/menu_focused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/menu_unfocused.png +share/themes/Canta-blue-dark-compact/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/metacity-theme-1.xml +share/themes/Canta-blue-dark-compact/metacity-1/metacity-theme-2.xml +share/themes/Canta-blue-dark-compact/metacity-1/metacity-theme-3.xml +share/themes/Canta-blue-dark-compact/metacity-1/minimize.png +share/themes/Canta-blue-dark-compact/metacity-1/minimize_focused.png +share/themes/Canta-blue-dark-compact/metacity-1/minimize_focused_normal.png +share/themes/Canta-blue-dark-compact/metacity-1/minimize_focused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/minimize_focused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/minimize_unfocused.png +share/themes/Canta-blue-dark-compact/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/shade.png +share/themes/Canta-blue-dark-compact/metacity-1/shade_focused.png +share/themes/Canta-blue-dark-compact/metacity-1/shade_focused_normal.png +share/themes/Canta-blue-dark-compact/metacity-1/shade_focused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/shade_focused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/shade_unfocused.png +share/themes/Canta-blue-dark-compact/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/trough_left.png +share/themes/Canta-blue-dark-compact/metacity-1/trough_middle.png +share/themes/Canta-blue-dark-compact/metacity-1/trough_right.png +share/themes/Canta-blue-dark-compact/metacity-1/trough_unfocused_left.png +share/themes/Canta-blue-dark-compact/metacity-1/trough_unfocused_middle.png +share/themes/Canta-blue-dark-compact/metacity-1/trough_unfocused_right.png +share/themes/Canta-blue-dark-compact/metacity-1/unmaximize.png +share/themes/Canta-blue-dark-compact/metacity-1/unmaximize_focused.png +share/themes/Canta-blue-dark-compact/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-blue-dark-compact/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/unmaximize_unfocused.png +share/themes/Canta-blue-dark-compact/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/unshade.png +share/themes/Canta-blue-dark-compact/metacity-1/unshade_focused.png +share/themes/Canta-blue-dark-compact/metacity-1/unshade_focused_normal.png +share/themes/Canta-blue-dark-compact/metacity-1/unshade_focused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/unshade_focused_pressed.png +share/themes/Canta-blue-dark-compact/metacity-1/unshade_unfocused.png +share/themes/Canta-blue-dark-compact/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-blue-dark-compact/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-blue-dark-compact/plank/dock.theme +share/themes/Canta-blue-dark-compact/unity/assets/close_focused.svg +share/themes/Canta-blue-dark-compact/unity/assets/close_focused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/assets/close_focused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/assets/close_unfocused.svg +share/themes/Canta-blue-dark-compact/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/assets/maximize_focused.svg +share/themes/Canta-blue-dark-compact/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/assets/maximize_unfocused.svg +share/themes/Canta-blue-dark-compact/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/assets/minimize_focused.svg +share/themes/Canta-blue-dark-compact/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/assets/minimize_unfocused.svg +share/themes/Canta-blue-dark-compact/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/assets/unmaximize_focused.svg +share/themes/Canta-blue-dark-compact/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-blue-dark-compact/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/close.svg +share/themes/Canta-blue-dark-compact/unity/close_dash.svg +share/themes/Canta-blue-dark-compact/unity/close_dash_disabled.svg +share/themes/Canta-blue-dark-compact/unity/close_dash_prelight.svg +share/themes/Canta-blue-dark-compact/unity/close_dash_pressed.svg +share/themes/Canta-blue-dark-compact/unity/close_focused_normal.svg +share/themes/Canta-blue-dark-compact/unity/close_focused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/close_focused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/close_unfocused.svg +share/themes/Canta-blue-dark-compact/unity/close_unfocused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/close_unfocused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/dash-widgets.json +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_btt_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_btt_37.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-blue-dark-compact/unity/launcher_bfb.png +share/themes/Canta-blue-dark-compact/unity/launcher_icon_back_150.svg +share/themes/Canta-blue-dark-compact/unity/launcher_icon_back_54.svg +share/themes/Canta-blue-dark-compact/unity/launcher_icon_edge_150.svg +share/themes/Canta-blue-dark-compact/unity/launcher_icon_edge_54.svg +share/themes/Canta-blue-dark-compact/unity/launcher_icon_glow_200.svg +share/themes/Canta-blue-dark-compact/unity/launcher_icon_glow_62.svg +share/themes/Canta-blue-dark-compact/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-blue-dark-compact/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-blue-dark-compact/unity/launcher_icon_shadow_200.svg +share/themes/Canta-blue-dark-compact/unity/launcher_icon_shadow_62.svg +share/themes/Canta-blue-dark-compact/unity/launcher_icon_shine_150.svg +share/themes/Canta-blue-dark-compact/unity/launcher_icon_shine_54.svg +share/themes/Canta-blue-dark-compact/unity/launcher_pip_btt_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_pip_btt_37.svg +share/themes/Canta-blue-dark-compact/unity/launcher_pip_ltr_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_pip_ltr_37.svg +share/themes/Canta-blue-dark-compact/unity/launcher_pip_rtl_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_pip_rtl_37.svg +share/themes/Canta-blue-dark-compact/unity/launcher_pip_ttb_19.svg +share/themes/Canta-blue-dark-compact/unity/launcher_pip_ttb_37.svg +share/themes/Canta-blue-dark-compact/unity/maximize.svg +share/themes/Canta-blue-dark-compact/unity/maximize_dash.svg +share/themes/Canta-blue-dark-compact/unity/maximize_dash_disabled.svg +share/themes/Canta-blue-dark-compact/unity/maximize_dash_prelight.svg +share/themes/Canta-blue-dark-compact/unity/maximize_dash_pressed.svg +share/themes/Canta-blue-dark-compact/unity/maximize_focused_normal.svg +share/themes/Canta-blue-dark-compact/unity/maximize_focused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/maximize_focused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/maximize_unfocused.svg +share/themes/Canta-blue-dark-compact/unity/maximize_unfocused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/maximize_unfocused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/minimize.svg +share/themes/Canta-blue-dark-compact/unity/minimize_dash.svg +share/themes/Canta-blue-dark-compact/unity/minimize_dash_disabled.svg +share/themes/Canta-blue-dark-compact/unity/minimize_dash_prelight.svg +share/themes/Canta-blue-dark-compact/unity/minimize_dash_pressed.svg +share/themes/Canta-blue-dark-compact/unity/minimize_focused_normal.svg +share/themes/Canta-blue-dark-compact/unity/minimize_focused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/minimize_focused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/minimize_unfocused.svg +share/themes/Canta-blue-dark-compact/unity/minimize_unfocused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/minimize_unfocused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/progress_bar_fill.svg +share/themes/Canta-blue-dark-compact/unity/progress_bar_trough.svg +share/themes/Canta-blue-dark-compact/unity/sheet_style_close_focused.svg +share/themes/Canta-blue-dark-compact/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/unmaximize.svg +share/themes/Canta-blue-dark-compact/unity/unmaximize_dash.svg +share/themes/Canta-blue-dark-compact/unity/unmaximize_dash_disabled.svg +share/themes/Canta-blue-dark-compact/unity/unmaximize_dash_prelight.svg +share/themes/Canta-blue-dark-compact/unity/unmaximize_dash_pressed.svg +share/themes/Canta-blue-dark-compact/unity/unmaximize_focused_normal.svg +share/themes/Canta-blue-dark-compact/unity/unmaximize_focused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/unmaximize_focused_pressed.svg +share/themes/Canta-blue-dark-compact/unity/unmaximize_unfocused.svg +share/themes/Canta-blue-dark-compact/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue-dark-compact/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/border.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/close-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/close-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/close-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/close-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/hide-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/hide-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/hide-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/hide-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/maximize-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/menu-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/menu-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/menu-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/menu-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/shade-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/shade-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/shade-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/shade-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/stick-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/stick-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/stick-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/stick-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/themerc +share/themes/Canta-blue-dark-compact/xfwm4/assets/title-side.svg +share/themes/Canta-blue-dark-compact/xfwm4/assets/title.svg +share/themes/Canta-blue-dark-compact/xfwm4/bottom-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/bottom-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/bottom-left-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/bottom-left-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/bottom-right-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/bottom-right-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/close-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/close-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/close-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/close-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/hide-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/hide-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/hide-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/hide-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/left-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/left-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/maximize-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/maximize-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/maximize-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/maximize-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/maximize-toggled-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/menu-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/menu-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/menu-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/menu-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/right-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/right-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/shade-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/shade-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/shade-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/shade-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/shade-toggled-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/stick-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/stick-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/stick-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/stick-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/stick-toggled-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-blue-dark-compact/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-blue-dark-compact/xfwm4/themerc +share/themes/Canta-blue-dark-compact/xfwm4/title-1-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/title-1-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/title-2-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/title-2-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/title-3-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/title-3-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/title-4-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/title-4-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/title-5-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/title-5-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/top-left-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/top-left-inactive.svg +share/themes/Canta-blue-dark-compact/xfwm4/top-right-active.svg +share/themes/Canta-blue-dark-compact/xfwm4/top-right-inactive.svg +share/themes/Canta-blue-dark/AUTHORS +share/themes/Canta-blue-dark/COPYING +share/themes/Canta-blue-dark/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-blue-dark/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-blue-dark/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-blue-dark/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-blue-dark/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-blue-dark/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-blue-dark/cinnamon/assets/menu/menu.svg +share/themes/Canta-blue-dark/cinnamon/assets/menu/submenu.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/bg.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/button-box.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/close-active.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/close.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/desklet.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/message.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/osd.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/overview.svg +share/themes/Canta-blue-dark/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-blue-dark/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-blue-dark/cinnamon/assets/panel/activities.svg +share/themes/Canta-blue-dark/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-blue-dark/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-blue-dark/cinnamon/cinnamon.css +share/themes/Canta-blue-dark/cinnamon/thumbnail.png +share/themes/Canta-blue-dark/gnome-shell/assets/activities-active.svg +share/themes/Canta-blue-dark/gnome-shell/assets/activities.svg +share/themes/Canta-blue-dark/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-blue-dark/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-blue-dark/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-blue-dark/gnome-shell/assets/checkbox.svg +share/themes/Canta-blue-dark/gnome-shell/assets/close.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-blue-dark/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-blue-dark/gnome-shell/assets/key-enter.svg +share/themes/Canta-blue-dark/gnome-shell/assets/key-hide.svg +share/themes/Canta-blue-dark/gnome-shell/assets/key-layout.svg +share/themes/Canta-blue-dark/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-blue-dark/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-blue-dark/gnome-shell/assets/key-shift.svg +share/themes/Canta-blue-dark/gnome-shell/assets/more-results.svg +share/themes/Canta-blue-dark/gnome-shell/assets/no-events.svg +share/themes/Canta-blue-dark/gnome-shell/assets/no-notifications.svg +share/themes/Canta-blue-dark/gnome-shell/assets/process-working.svg +share/themes/Canta-blue-dark/gnome-shell/assets/toggle-off.svg +share/themes/Canta-blue-dark/gnome-shell/assets/toggle-on.svg +share/themes/Canta-blue-dark/gnome-shell/assets/window-close-active.svg +share/themes/Canta-blue-dark/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-blue-dark/gnome-shell/assets/window-close.svg +share/themes/Canta-blue-dark/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-blue-dark/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-blue-dark/gnome-shell/gnome-shell.css +share/themes/Canta-blue-dark/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-blue-dark/gnome-shell/no-events.svg +share/themes/Canta-blue-dark/gnome-shell/no-notifications.svg +share/themes/Canta-blue-dark/gnome-shell/noise-texture.png +share/themes/Canta-blue-dark/gnome-shell/pad-osd.css +share/themes/Canta-blue-dark/gnome-shell/process-working.svg +share/themes/Canta-blue-dark/gtk-2.0/apps.rc +share/themes/Canta-blue-dark/gtk-2.0/assets/border.png +share/themes/Canta-blue-dark/gtk-2.0/assets/button-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/button-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/button.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-blue-dark/gtk-2.0/assets/entry-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/entry-background.png +share/themes/Canta-blue-dark/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/entry.png +share/themes/Canta-blue-dark/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/flat-button.png +share/themes/Canta-blue-dark/gtk-2.0/assets/focus.png +share/themes/Canta-blue-dark/gtk-2.0/assets/frame-inline.png +share/themes/Canta-blue-dark/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-blue-dark/gtk-2.0/assets/frame.png +share/themes/Canta-blue-dark/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/handle-horz.png +share/themes/Canta-blue-dark/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/handle-vert.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-blue-dark/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-blue-dark/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-blue-dark/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-down.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-left.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-right.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pan-up.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-blue-dark/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-blue-dark/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-blue-dark/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-blue-dark/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-blue-dark/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-blue-dark/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-checked.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scale-slider.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-blue-dark/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-blue-dark/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-blue-dark/gtk-2.0/assets/tab-blue.png +share/themes/Canta-blue-dark/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-blue-dark/gtk-2.0/assets/tab.png +share/themes/Canta-blue-dark/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-blue-dark/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-blue-dark/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-blue-dark/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-blue-dark/gtk-2.0/gtkrc +share/themes/Canta-blue-dark/gtk-2.0/hacks.rc +share/themes/Canta-blue-dark/gtk-2.0/main.rc +share/themes/Canta-blue-dark/gtk-2.0/panel.rc +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top.png +share/themes/Canta-blue-dark/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-blue-dark/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-blue-dark/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-blue-dark/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-blue-dark/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-blue-dark/gtk-3.0/gtk.css +share/themes/Canta-blue-dark/index.theme +share/themes/Canta-blue-dark/metacity-1/close.png +share/themes/Canta-blue-dark/metacity-1/close_focused.png +share/themes/Canta-blue-dark/metacity-1/close_focused_normal.png +share/themes/Canta-blue-dark/metacity-1/close_focused_prelight.png +share/themes/Canta-blue-dark/metacity-1/close_focused_pressed.png +share/themes/Canta-blue-dark/metacity-1/close_unfocused.png +share/themes/Canta-blue-dark/metacity-1/close_unfocused_prelight.png +share/themes/Canta-blue-dark/metacity-1/close_unfocused_pressed.png +share/themes/Canta-blue-dark/metacity-1/maximize.png +share/themes/Canta-blue-dark/metacity-1/maximize_focused.png +share/themes/Canta-blue-dark/metacity-1/maximize_focused_normal.png +share/themes/Canta-blue-dark/metacity-1/maximize_focused_prelight.png +share/themes/Canta-blue-dark/metacity-1/maximize_focused_pressed.png +share/themes/Canta-blue-dark/metacity-1/maximize_unfocused.png +share/themes/Canta-blue-dark/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-blue-dark/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-blue-dark/metacity-1/menu.png +share/themes/Canta-blue-dark/metacity-1/menu_focused.png +share/themes/Canta-blue-dark/metacity-1/menu_focused_normal.png +share/themes/Canta-blue-dark/metacity-1/menu_focused_prelight.png +share/themes/Canta-blue-dark/metacity-1/menu_focused_pressed.png +share/themes/Canta-blue-dark/metacity-1/menu_unfocused.png +share/themes/Canta-blue-dark/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-blue-dark/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-blue-dark/metacity-1/metacity-theme-1.xml +share/themes/Canta-blue-dark/metacity-1/metacity-theme-2.xml +share/themes/Canta-blue-dark/metacity-1/metacity-theme-3.xml +share/themes/Canta-blue-dark/metacity-1/minimize.png +share/themes/Canta-blue-dark/metacity-1/minimize_focused.png +share/themes/Canta-blue-dark/metacity-1/minimize_focused_normal.png +share/themes/Canta-blue-dark/metacity-1/minimize_focused_prelight.png +share/themes/Canta-blue-dark/metacity-1/minimize_focused_pressed.png +share/themes/Canta-blue-dark/metacity-1/minimize_unfocused.png +share/themes/Canta-blue-dark/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-blue-dark/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-blue-dark/metacity-1/shade.png +share/themes/Canta-blue-dark/metacity-1/shade_focused.png +share/themes/Canta-blue-dark/metacity-1/shade_focused_normal.png +share/themes/Canta-blue-dark/metacity-1/shade_focused_prelight.png +share/themes/Canta-blue-dark/metacity-1/shade_focused_pressed.png +share/themes/Canta-blue-dark/metacity-1/shade_unfocused.png +share/themes/Canta-blue-dark/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-blue-dark/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-blue-dark/metacity-1/trough_left.png +share/themes/Canta-blue-dark/metacity-1/trough_middle.png +share/themes/Canta-blue-dark/metacity-1/trough_right.png +share/themes/Canta-blue-dark/metacity-1/trough_unfocused_left.png +share/themes/Canta-blue-dark/metacity-1/trough_unfocused_middle.png +share/themes/Canta-blue-dark/metacity-1/trough_unfocused_right.png +share/themes/Canta-blue-dark/metacity-1/unmaximize.png +share/themes/Canta-blue-dark/metacity-1/unmaximize_focused.png +share/themes/Canta-blue-dark/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-blue-dark/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-blue-dark/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-blue-dark/metacity-1/unmaximize_unfocused.png +share/themes/Canta-blue-dark/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-blue-dark/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-blue-dark/metacity-1/unshade.png +share/themes/Canta-blue-dark/metacity-1/unshade_focused.png +share/themes/Canta-blue-dark/metacity-1/unshade_focused_normal.png +share/themes/Canta-blue-dark/metacity-1/unshade_focused_prelight.png +share/themes/Canta-blue-dark/metacity-1/unshade_focused_pressed.png +share/themes/Canta-blue-dark/metacity-1/unshade_unfocused.png +share/themes/Canta-blue-dark/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-blue-dark/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-blue-dark/plank/dock.theme +share/themes/Canta-blue-dark/unity/assets/close_focused.svg +share/themes/Canta-blue-dark/unity/assets/close_focused_prelight.svg +share/themes/Canta-blue-dark/unity/assets/close_focused_pressed.svg +share/themes/Canta-blue-dark/unity/assets/close_unfocused.svg +share/themes/Canta-blue-dark/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-blue-dark/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-blue-dark/unity/assets/maximize_focused.svg +share/themes/Canta-blue-dark/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-blue-dark/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-blue-dark/unity/assets/maximize_unfocused.svg +share/themes/Canta-blue-dark/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-blue-dark/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-blue-dark/unity/assets/minimize_focused.svg +share/themes/Canta-blue-dark/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-blue-dark/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-blue-dark/unity/assets/minimize_unfocused.svg +share/themes/Canta-blue-dark/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-blue-dark/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-blue-dark/unity/assets/unmaximize_focused.svg +share/themes/Canta-blue-dark/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-blue-dark/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-blue-dark/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-blue-dark/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue-dark/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue-dark/unity/close.svg +share/themes/Canta-blue-dark/unity/close_dash.svg +share/themes/Canta-blue-dark/unity/close_dash_disabled.svg +share/themes/Canta-blue-dark/unity/close_dash_prelight.svg +share/themes/Canta-blue-dark/unity/close_dash_pressed.svg +share/themes/Canta-blue-dark/unity/close_focused_normal.svg +share/themes/Canta-blue-dark/unity/close_focused_prelight.svg +share/themes/Canta-blue-dark/unity/close_focused_pressed.svg +share/themes/Canta-blue-dark/unity/close_unfocused.svg +share/themes/Canta-blue-dark/unity/close_unfocused_prelight.svg +share/themes/Canta-blue-dark/unity/close_unfocused_pressed.svg +share/themes/Canta-blue-dark/unity/dash-widgets.json +share/themes/Canta-blue-dark/unity/launcher_arrow_btt_19.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_btt_37.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-blue-dark/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-blue-dark/unity/launcher_bfb.png +share/themes/Canta-blue-dark/unity/launcher_icon_back_150.svg +share/themes/Canta-blue-dark/unity/launcher_icon_back_54.svg +share/themes/Canta-blue-dark/unity/launcher_icon_edge_150.svg +share/themes/Canta-blue-dark/unity/launcher_icon_edge_54.svg +share/themes/Canta-blue-dark/unity/launcher_icon_glow_200.svg +share/themes/Canta-blue-dark/unity/launcher_icon_glow_62.svg +share/themes/Canta-blue-dark/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-blue-dark/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-blue-dark/unity/launcher_icon_shadow_200.svg +share/themes/Canta-blue-dark/unity/launcher_icon_shadow_62.svg +share/themes/Canta-blue-dark/unity/launcher_icon_shine_150.svg +share/themes/Canta-blue-dark/unity/launcher_icon_shine_54.svg +share/themes/Canta-blue-dark/unity/launcher_pip_btt_19.svg +share/themes/Canta-blue-dark/unity/launcher_pip_btt_37.svg +share/themes/Canta-blue-dark/unity/launcher_pip_ltr_19.svg +share/themes/Canta-blue-dark/unity/launcher_pip_ltr_37.svg +share/themes/Canta-blue-dark/unity/launcher_pip_rtl_19.svg +share/themes/Canta-blue-dark/unity/launcher_pip_rtl_37.svg +share/themes/Canta-blue-dark/unity/launcher_pip_ttb_19.svg +share/themes/Canta-blue-dark/unity/launcher_pip_ttb_37.svg +share/themes/Canta-blue-dark/unity/maximize.svg +share/themes/Canta-blue-dark/unity/maximize_dash.svg +share/themes/Canta-blue-dark/unity/maximize_dash_disabled.svg +share/themes/Canta-blue-dark/unity/maximize_dash_prelight.svg +share/themes/Canta-blue-dark/unity/maximize_dash_pressed.svg +share/themes/Canta-blue-dark/unity/maximize_focused_normal.svg +share/themes/Canta-blue-dark/unity/maximize_focused_prelight.svg +share/themes/Canta-blue-dark/unity/maximize_focused_pressed.svg +share/themes/Canta-blue-dark/unity/maximize_unfocused.svg +share/themes/Canta-blue-dark/unity/maximize_unfocused_prelight.svg +share/themes/Canta-blue-dark/unity/maximize_unfocused_pressed.svg +share/themes/Canta-blue-dark/unity/minimize.svg +share/themes/Canta-blue-dark/unity/minimize_dash.svg +share/themes/Canta-blue-dark/unity/minimize_dash_disabled.svg +share/themes/Canta-blue-dark/unity/minimize_dash_prelight.svg +share/themes/Canta-blue-dark/unity/minimize_dash_pressed.svg +share/themes/Canta-blue-dark/unity/minimize_focused_normal.svg +share/themes/Canta-blue-dark/unity/minimize_focused_prelight.svg +share/themes/Canta-blue-dark/unity/minimize_focused_pressed.svg +share/themes/Canta-blue-dark/unity/minimize_unfocused.svg +share/themes/Canta-blue-dark/unity/minimize_unfocused_prelight.svg +share/themes/Canta-blue-dark/unity/minimize_unfocused_pressed.svg +share/themes/Canta-blue-dark/unity/progress_bar_fill.svg +share/themes/Canta-blue-dark/unity/progress_bar_trough.svg +share/themes/Canta-blue-dark/unity/sheet_style_close_focused.svg +share/themes/Canta-blue-dark/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-blue-dark/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-blue-dark/unity/unmaximize.svg +share/themes/Canta-blue-dark/unity/unmaximize_dash.svg +share/themes/Canta-blue-dark/unity/unmaximize_dash_disabled.svg +share/themes/Canta-blue-dark/unity/unmaximize_dash_prelight.svg +share/themes/Canta-blue-dark/unity/unmaximize_dash_pressed.svg +share/themes/Canta-blue-dark/unity/unmaximize_focused_normal.svg +share/themes/Canta-blue-dark/unity/unmaximize_focused_prelight.svg +share/themes/Canta-blue-dark/unity/unmaximize_focused_pressed.svg +share/themes/Canta-blue-dark/unity/unmaximize_unfocused.svg +share/themes/Canta-blue-dark/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue-dark/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue-dark/xfwm4/assets/border.svg +share/themes/Canta-blue-dark/xfwm4/assets/close-active.svg +share/themes/Canta-blue-dark/xfwm4/assets/close-inactive.svg +share/themes/Canta-blue-dark/xfwm4/assets/close-prelight.svg +share/themes/Canta-blue-dark/xfwm4/assets/close-pressed.svg +share/themes/Canta-blue-dark/xfwm4/assets/hide-active.svg +share/themes/Canta-blue-dark/xfwm4/assets/hide-inactive.svg +share/themes/Canta-blue-dark/xfwm4/assets/hide-prelight.svg +share/themes/Canta-blue-dark/xfwm4/assets/hide-pressed.svg +share/themes/Canta-blue-dark/xfwm4/assets/maximize-active.svg +share/themes/Canta-blue-dark/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-blue-dark/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-blue-dark/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-blue-dark/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-blue-dark/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-blue-dark/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-blue-dark/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-blue-dark/xfwm4/assets/menu-active.svg +share/themes/Canta-blue-dark/xfwm4/assets/menu-inactive.svg +share/themes/Canta-blue-dark/xfwm4/assets/menu-prelight.svg +share/themes/Canta-blue-dark/xfwm4/assets/menu-pressed.svg +share/themes/Canta-blue-dark/xfwm4/assets/shade-active.svg +share/themes/Canta-blue-dark/xfwm4/assets/shade-inactive.svg +share/themes/Canta-blue-dark/xfwm4/assets/shade-prelight.svg +share/themes/Canta-blue-dark/xfwm4/assets/shade-pressed.svg +share/themes/Canta-blue-dark/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-blue-dark/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-blue-dark/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-blue-dark/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-blue-dark/xfwm4/assets/stick-active.svg +share/themes/Canta-blue-dark/xfwm4/assets/stick-inactive.svg +share/themes/Canta-blue-dark/xfwm4/assets/stick-prelight.svg +share/themes/Canta-blue-dark/xfwm4/assets/stick-pressed.svg +share/themes/Canta-blue-dark/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-blue-dark/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-blue-dark/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-blue-dark/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-blue-dark/xfwm4/assets/themerc +share/themes/Canta-blue-dark/xfwm4/assets/title-side.svg +share/themes/Canta-blue-dark/xfwm4/assets/title.svg +share/themes/Canta-blue-dark/xfwm4/bottom-active.svg +share/themes/Canta-blue-dark/xfwm4/bottom-inactive.svg +share/themes/Canta-blue-dark/xfwm4/bottom-left-active.svg +share/themes/Canta-blue-dark/xfwm4/bottom-left-inactive.svg +share/themes/Canta-blue-dark/xfwm4/bottom-right-active.svg +share/themes/Canta-blue-dark/xfwm4/bottom-right-inactive.svg +share/themes/Canta-blue-dark/xfwm4/close-active.svg +share/themes/Canta-blue-dark/xfwm4/close-inactive.svg +share/themes/Canta-blue-dark/xfwm4/close-prelight.svg +share/themes/Canta-blue-dark/xfwm4/close-pressed.svg +share/themes/Canta-blue-dark/xfwm4/hide-active.svg +share/themes/Canta-blue-dark/xfwm4/hide-inactive.svg +share/themes/Canta-blue-dark/xfwm4/hide-prelight.svg +share/themes/Canta-blue-dark/xfwm4/hide-pressed.svg +share/themes/Canta-blue-dark/xfwm4/left-active.svg +share/themes/Canta-blue-dark/xfwm4/left-inactive.svg +share/themes/Canta-blue-dark/xfwm4/maximize-active.svg +share/themes/Canta-blue-dark/xfwm4/maximize-inactive.svg +share/themes/Canta-blue-dark/xfwm4/maximize-prelight.svg +share/themes/Canta-blue-dark/xfwm4/maximize-pressed.svg +share/themes/Canta-blue-dark/xfwm4/maximize-toggled-active.svg +share/themes/Canta-blue-dark/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-blue-dark/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-blue-dark/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-blue-dark/xfwm4/menu-active.svg +share/themes/Canta-blue-dark/xfwm4/menu-inactive.svg +share/themes/Canta-blue-dark/xfwm4/menu-prelight.svg +share/themes/Canta-blue-dark/xfwm4/menu-pressed.svg +share/themes/Canta-blue-dark/xfwm4/right-active.svg +share/themes/Canta-blue-dark/xfwm4/right-inactive.svg +share/themes/Canta-blue-dark/xfwm4/shade-active.svg +share/themes/Canta-blue-dark/xfwm4/shade-inactive.svg +share/themes/Canta-blue-dark/xfwm4/shade-prelight.svg +share/themes/Canta-blue-dark/xfwm4/shade-pressed.svg +share/themes/Canta-blue-dark/xfwm4/shade-toggled-active.svg +share/themes/Canta-blue-dark/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-blue-dark/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-blue-dark/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-blue-dark/xfwm4/stick-active.svg +share/themes/Canta-blue-dark/xfwm4/stick-inactive.svg +share/themes/Canta-blue-dark/xfwm4/stick-prelight.svg +share/themes/Canta-blue-dark/xfwm4/stick-pressed.svg +share/themes/Canta-blue-dark/xfwm4/stick-toggled-active.svg +share/themes/Canta-blue-dark/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-blue-dark/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-blue-dark/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-blue-dark/xfwm4/themerc +share/themes/Canta-blue-dark/xfwm4/title-1-active.svg +share/themes/Canta-blue-dark/xfwm4/title-1-inactive.svg +share/themes/Canta-blue-dark/xfwm4/title-2-active.svg +share/themes/Canta-blue-dark/xfwm4/title-2-inactive.svg +share/themes/Canta-blue-dark/xfwm4/title-3-active.svg +share/themes/Canta-blue-dark/xfwm4/title-3-inactive.svg +share/themes/Canta-blue-dark/xfwm4/title-4-active.svg +share/themes/Canta-blue-dark/xfwm4/title-4-inactive.svg +share/themes/Canta-blue-dark/xfwm4/title-5-active.svg +share/themes/Canta-blue-dark/xfwm4/title-5-inactive.svg +share/themes/Canta-blue-dark/xfwm4/top-left-active.svg +share/themes/Canta-blue-dark/xfwm4/top-left-inactive.svg +share/themes/Canta-blue-dark/xfwm4/top-right-active.svg +share/themes/Canta-blue-dark/xfwm4/top-right-inactive.svg +share/themes/Canta-blue-light-compact/AUTHORS +share/themes/Canta-blue-light-compact/COPYING +share/themes/Canta-blue-light-compact/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/menu/menu.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/menu/submenu.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/bg.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/button-box.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/close-active.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/close.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/desklet.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/message.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/osd.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/overview.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/panel/activities.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-blue-light-compact/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-blue-light-compact/cinnamon/cinnamon.css +share/themes/Canta-blue-light-compact/cinnamon/thumbnail.png +share/themes/Canta-blue-light-compact/gnome-shell/assets/activities-active.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/activities.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/checkbox.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/close.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/key-enter.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/key-hide.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/key-layout.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/key-shift.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/more-results.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/no-events.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/no-notifications.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/process-working.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/toggle-off.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/toggle-on.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/window-close-active.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-blue-light-compact/gnome-shell/assets/window-close.svg +share/themes/Canta-blue-light-compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-blue-light-compact/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-blue-light-compact/gnome-shell/gnome-shell.css +share/themes/Canta-blue-light-compact/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-blue-light-compact/gnome-shell/no-events.svg +share/themes/Canta-blue-light-compact/gnome-shell/no-notifications.svg +share/themes/Canta-blue-light-compact/gnome-shell/noise-texture.png +share/themes/Canta-blue-light-compact/gnome-shell/pad-osd.css +share/themes/Canta-blue-light-compact/gnome-shell/process-working.svg +share/themes/Canta-blue-light-compact/gtk-2.0/apps.rc +share/themes/Canta-blue-light-compact/gtk-2.0/assets/border.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/button-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/button-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/button.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/entry-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/entry-background.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/entry.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/flat-button.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/focus.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/frame-inline.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/frame.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/handle-horz.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/handle-vert.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-down.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-left.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-right.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pan-up.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-checked.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scale-slider.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/tab-blue.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/tab.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-blue-light-compact/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-blue-light-compact/gtk-2.0/gtkrc +share/themes/Canta-blue-light-compact/gtk-2.0/hacks.rc +share/themes/Canta-blue-light-compact/gtk-2.0/main.rc +share/themes/Canta-blue-light-compact/gtk-2.0/panel.rc +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-blue-light-compact/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-blue-light-compact/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-blue-light-compact/gtk-3.0/gtk-dark.css +share/themes/Canta-blue-light-compact/gtk-3.0/gtk.css +share/themes/Canta-blue-light-compact/index.theme +share/themes/Canta-blue-light-compact/metacity-1/close.png +share/themes/Canta-blue-light-compact/metacity-1/close_focused.png +share/themes/Canta-blue-light-compact/metacity-1/close_focused_normal.png +share/themes/Canta-blue-light-compact/metacity-1/close_focused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/close_focused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/close_unfocused.png +share/themes/Canta-blue-light-compact/metacity-1/close_unfocused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/close_unfocused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/maximize.png +share/themes/Canta-blue-light-compact/metacity-1/maximize_focused.png +share/themes/Canta-blue-light-compact/metacity-1/maximize_focused_normal.png +share/themes/Canta-blue-light-compact/metacity-1/maximize_focused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/maximize_focused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/maximize_unfocused.png +share/themes/Canta-blue-light-compact/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/menu.png +share/themes/Canta-blue-light-compact/metacity-1/menu_focused.png +share/themes/Canta-blue-light-compact/metacity-1/menu_focused_normal.png +share/themes/Canta-blue-light-compact/metacity-1/menu_focused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/menu_focused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/menu_unfocused.png +share/themes/Canta-blue-light-compact/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/metacity-theme-1.xml +share/themes/Canta-blue-light-compact/metacity-1/metacity-theme-2.xml +share/themes/Canta-blue-light-compact/metacity-1/metacity-theme-3.xml +share/themes/Canta-blue-light-compact/metacity-1/minimize.png +share/themes/Canta-blue-light-compact/metacity-1/minimize_focused.png +share/themes/Canta-blue-light-compact/metacity-1/minimize_focused_normal.png +share/themes/Canta-blue-light-compact/metacity-1/minimize_focused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/minimize_focused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/minimize_unfocused.png +share/themes/Canta-blue-light-compact/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/shade.png +share/themes/Canta-blue-light-compact/metacity-1/shade_focused.png +share/themes/Canta-blue-light-compact/metacity-1/shade_focused_normal.png +share/themes/Canta-blue-light-compact/metacity-1/shade_focused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/shade_focused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/shade_unfocused.png +share/themes/Canta-blue-light-compact/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/trough_left.png +share/themes/Canta-blue-light-compact/metacity-1/trough_middle.png +share/themes/Canta-blue-light-compact/metacity-1/trough_right.png +share/themes/Canta-blue-light-compact/metacity-1/trough_unfocused_left.png +share/themes/Canta-blue-light-compact/metacity-1/trough_unfocused_middle.png +share/themes/Canta-blue-light-compact/metacity-1/trough_unfocused_right.png +share/themes/Canta-blue-light-compact/metacity-1/unmaximize.png +share/themes/Canta-blue-light-compact/metacity-1/unmaximize_focused.png +share/themes/Canta-blue-light-compact/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-blue-light-compact/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/unmaximize_unfocused.png +share/themes/Canta-blue-light-compact/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/unshade.png +share/themes/Canta-blue-light-compact/metacity-1/unshade_focused.png +share/themes/Canta-blue-light-compact/metacity-1/unshade_focused_normal.png +share/themes/Canta-blue-light-compact/metacity-1/unshade_focused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/unshade_focused_pressed.png +share/themes/Canta-blue-light-compact/metacity-1/unshade_unfocused.png +share/themes/Canta-blue-light-compact/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-blue-light-compact/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-blue-light-compact/plank/dock.theme +share/themes/Canta-blue-light-compact/unity/assets/close_focused.svg +share/themes/Canta-blue-light-compact/unity/assets/close_focused_prelight.svg +share/themes/Canta-blue-light-compact/unity/assets/close_focused_pressed.svg +share/themes/Canta-blue-light-compact/unity/assets/close_unfocused.svg +share/themes/Canta-blue-light-compact/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-blue-light-compact/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-blue-light-compact/unity/assets/maximize_focused.svg +share/themes/Canta-blue-light-compact/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-blue-light-compact/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-blue-light-compact/unity/assets/maximize_unfocused.svg +share/themes/Canta-blue-light-compact/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-blue-light-compact/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-blue-light-compact/unity/assets/minimize_focused.svg +share/themes/Canta-blue-light-compact/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-blue-light-compact/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-blue-light-compact/unity/assets/minimize_unfocused.svg +share/themes/Canta-blue-light-compact/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-blue-light-compact/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-blue-light-compact/unity/assets/unmaximize_focused.svg +share/themes/Canta-blue-light-compact/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-blue-light-compact/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-blue-light-compact/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-blue-light-compact/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue-light-compact/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue-light-compact/unity/close.svg +share/themes/Canta-blue-light-compact/unity/close_dash.svg +share/themes/Canta-blue-light-compact/unity/close_dash_disabled.svg +share/themes/Canta-blue-light-compact/unity/close_dash_prelight.svg +share/themes/Canta-blue-light-compact/unity/close_dash_pressed.svg +share/themes/Canta-blue-light-compact/unity/close_focused_normal.svg +share/themes/Canta-blue-light-compact/unity/close_focused_prelight.svg +share/themes/Canta-blue-light-compact/unity/close_focused_pressed.svg +share/themes/Canta-blue-light-compact/unity/close_unfocused.svg +share/themes/Canta-blue-light-compact/unity/close_unfocused_prelight.svg +share/themes/Canta-blue-light-compact/unity/close_unfocused_pressed.svg +share/themes/Canta-blue-light-compact/unity/dash-widgets.json +share/themes/Canta-blue-light-compact/unity/launcher_arrow_btt_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_btt_37.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-blue-light-compact/unity/launcher_bfb.png +share/themes/Canta-blue-light-compact/unity/launcher_icon_back_150.svg +share/themes/Canta-blue-light-compact/unity/launcher_icon_back_54.svg +share/themes/Canta-blue-light-compact/unity/launcher_icon_edge_150.svg +share/themes/Canta-blue-light-compact/unity/launcher_icon_edge_54.svg +share/themes/Canta-blue-light-compact/unity/launcher_icon_glow_200.svg +share/themes/Canta-blue-light-compact/unity/launcher_icon_glow_62.svg +share/themes/Canta-blue-light-compact/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-blue-light-compact/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-blue-light-compact/unity/launcher_icon_shadow_200.svg +share/themes/Canta-blue-light-compact/unity/launcher_icon_shadow_62.svg +share/themes/Canta-blue-light-compact/unity/launcher_icon_shine_150.svg +share/themes/Canta-blue-light-compact/unity/launcher_icon_shine_54.svg +share/themes/Canta-blue-light-compact/unity/launcher_pip_btt_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_pip_btt_37.svg +share/themes/Canta-blue-light-compact/unity/launcher_pip_ltr_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_pip_ltr_37.svg +share/themes/Canta-blue-light-compact/unity/launcher_pip_rtl_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_pip_rtl_37.svg +share/themes/Canta-blue-light-compact/unity/launcher_pip_ttb_19.svg +share/themes/Canta-blue-light-compact/unity/launcher_pip_ttb_37.svg +share/themes/Canta-blue-light-compact/unity/maximize.svg +share/themes/Canta-blue-light-compact/unity/maximize_dash.svg +share/themes/Canta-blue-light-compact/unity/maximize_dash_disabled.svg +share/themes/Canta-blue-light-compact/unity/maximize_dash_prelight.svg +share/themes/Canta-blue-light-compact/unity/maximize_dash_pressed.svg +share/themes/Canta-blue-light-compact/unity/maximize_focused_normal.svg +share/themes/Canta-blue-light-compact/unity/maximize_focused_prelight.svg +share/themes/Canta-blue-light-compact/unity/maximize_focused_pressed.svg +share/themes/Canta-blue-light-compact/unity/maximize_unfocused.svg +share/themes/Canta-blue-light-compact/unity/maximize_unfocused_prelight.svg +share/themes/Canta-blue-light-compact/unity/maximize_unfocused_pressed.svg +share/themes/Canta-blue-light-compact/unity/minimize.svg +share/themes/Canta-blue-light-compact/unity/minimize_dash.svg +share/themes/Canta-blue-light-compact/unity/minimize_dash_disabled.svg +share/themes/Canta-blue-light-compact/unity/minimize_dash_prelight.svg +share/themes/Canta-blue-light-compact/unity/minimize_dash_pressed.svg +share/themes/Canta-blue-light-compact/unity/minimize_focused_normal.svg +share/themes/Canta-blue-light-compact/unity/minimize_focused_prelight.svg +share/themes/Canta-blue-light-compact/unity/minimize_focused_pressed.svg +share/themes/Canta-blue-light-compact/unity/minimize_unfocused.svg +share/themes/Canta-blue-light-compact/unity/minimize_unfocused_prelight.svg +share/themes/Canta-blue-light-compact/unity/minimize_unfocused_pressed.svg +share/themes/Canta-blue-light-compact/unity/progress_bar_fill.svg +share/themes/Canta-blue-light-compact/unity/progress_bar_trough.svg +share/themes/Canta-blue-light-compact/unity/sheet_style_close_focused.svg +share/themes/Canta-blue-light-compact/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-blue-light-compact/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-blue-light-compact/unity/unmaximize.svg +share/themes/Canta-blue-light-compact/unity/unmaximize_dash.svg +share/themes/Canta-blue-light-compact/unity/unmaximize_dash_disabled.svg +share/themes/Canta-blue-light-compact/unity/unmaximize_dash_prelight.svg +share/themes/Canta-blue-light-compact/unity/unmaximize_dash_pressed.svg +share/themes/Canta-blue-light-compact/unity/unmaximize_focused_normal.svg +share/themes/Canta-blue-light-compact/unity/unmaximize_focused_prelight.svg +share/themes/Canta-blue-light-compact/unity/unmaximize_focused_pressed.svg +share/themes/Canta-blue-light-compact/unity/unmaximize_unfocused.svg +share/themes/Canta-blue-light-compact/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue-light-compact/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/border.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/close-active.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/close-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/close-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/close-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/hide-active.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/hide-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/hide-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/hide-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/maximize-active.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/menu-active.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/menu-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/menu-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/menu-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/shade-active.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/shade-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/shade-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/shade-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/stick-active.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/stick-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/stick-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/stick-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/themerc +share/themes/Canta-blue-light-compact/xfwm4/assets/title-side.svg +share/themes/Canta-blue-light-compact/xfwm4/assets/title.svg +share/themes/Canta-blue-light-compact/xfwm4/bottom-active.svg +share/themes/Canta-blue-light-compact/xfwm4/bottom-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/bottom-left-active.svg +share/themes/Canta-blue-light-compact/xfwm4/bottom-left-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/bottom-right-active.svg +share/themes/Canta-blue-light-compact/xfwm4/bottom-right-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/close-active.svg +share/themes/Canta-blue-light-compact/xfwm4/close-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/close-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/close-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/hide-active.svg +share/themes/Canta-blue-light-compact/xfwm4/hide-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/hide-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/hide-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/left-active.svg +share/themes/Canta-blue-light-compact/xfwm4/left-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/maximize-active.svg +share/themes/Canta-blue-light-compact/xfwm4/maximize-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/maximize-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/maximize-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/maximize-toggled-active.svg +share/themes/Canta-blue-light-compact/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/menu-active.svg +share/themes/Canta-blue-light-compact/xfwm4/menu-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/menu-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/menu-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/right-active.svg +share/themes/Canta-blue-light-compact/xfwm4/right-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/shade-active.svg +share/themes/Canta-blue-light-compact/xfwm4/shade-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/shade-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/shade-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/shade-toggled-active.svg +share/themes/Canta-blue-light-compact/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/stick-active.svg +share/themes/Canta-blue-light-compact/xfwm4/stick-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/stick-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/stick-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/stick-toggled-active.svg +share/themes/Canta-blue-light-compact/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-blue-light-compact/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-blue-light-compact/xfwm4/themerc +share/themes/Canta-blue-light-compact/xfwm4/title-1-active.svg +share/themes/Canta-blue-light-compact/xfwm4/title-1-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/title-2-active.svg +share/themes/Canta-blue-light-compact/xfwm4/title-2-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/title-3-active.svg +share/themes/Canta-blue-light-compact/xfwm4/title-3-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/title-4-active.svg +share/themes/Canta-blue-light-compact/xfwm4/title-4-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/title-5-active.svg +share/themes/Canta-blue-light-compact/xfwm4/title-5-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/top-left-active.svg +share/themes/Canta-blue-light-compact/xfwm4/top-left-inactive.svg +share/themes/Canta-blue-light-compact/xfwm4/top-right-active.svg +share/themes/Canta-blue-light-compact/xfwm4/top-right-inactive.svg +share/themes/Canta-blue-light/AUTHORS +share/themes/Canta-blue-light/COPYING +share/themes/Canta-blue-light/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-blue-light/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-blue-light/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-blue-light/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-blue-light/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-blue-light/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-blue-light/cinnamon/assets/menu/menu.svg +share/themes/Canta-blue-light/cinnamon/assets/menu/submenu.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/bg.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/button-box.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/close-active.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/close.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/desklet.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/message.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/osd.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/overview.svg +share/themes/Canta-blue-light/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-blue-light/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-blue-light/cinnamon/assets/panel/activities.svg +share/themes/Canta-blue-light/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-blue-light/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-blue-light/cinnamon/cinnamon.css +share/themes/Canta-blue-light/cinnamon/thumbnail.png +share/themes/Canta-blue-light/gnome-shell/assets/activities-active.svg +share/themes/Canta-blue-light/gnome-shell/assets/activities.svg +share/themes/Canta-blue-light/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-blue-light/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-blue-light/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-blue-light/gnome-shell/assets/checkbox.svg +share/themes/Canta-blue-light/gnome-shell/assets/close.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-blue-light/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-blue-light/gnome-shell/assets/key-enter.svg +share/themes/Canta-blue-light/gnome-shell/assets/key-hide.svg +share/themes/Canta-blue-light/gnome-shell/assets/key-layout.svg +share/themes/Canta-blue-light/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-blue-light/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-blue-light/gnome-shell/assets/key-shift.svg +share/themes/Canta-blue-light/gnome-shell/assets/more-results.svg +share/themes/Canta-blue-light/gnome-shell/assets/no-events.svg +share/themes/Canta-blue-light/gnome-shell/assets/no-notifications.svg +share/themes/Canta-blue-light/gnome-shell/assets/process-working.svg +share/themes/Canta-blue-light/gnome-shell/assets/toggle-off.svg +share/themes/Canta-blue-light/gnome-shell/assets/toggle-on.svg +share/themes/Canta-blue-light/gnome-shell/assets/window-close-active.svg +share/themes/Canta-blue-light/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-blue-light/gnome-shell/assets/window-close.svg +share/themes/Canta-blue-light/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-blue-light/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-blue-light/gnome-shell/gnome-shell.css +share/themes/Canta-blue-light/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-blue-light/gnome-shell/no-events.svg +share/themes/Canta-blue-light/gnome-shell/no-notifications.svg +share/themes/Canta-blue-light/gnome-shell/noise-texture.png +share/themes/Canta-blue-light/gnome-shell/pad-osd.css +share/themes/Canta-blue-light/gnome-shell/process-working.svg +share/themes/Canta-blue-light/gtk-2.0/apps.rc +share/themes/Canta-blue-light/gtk-2.0/assets/border.png +share/themes/Canta-blue-light/gtk-2.0/assets/button-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/button-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/button.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-blue-light/gtk-2.0/assets/entry-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/entry-background.png +share/themes/Canta-blue-light/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/entry.png +share/themes/Canta-blue-light/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/flat-button.png +share/themes/Canta-blue-light/gtk-2.0/assets/focus.png +share/themes/Canta-blue-light/gtk-2.0/assets/frame-inline.png +share/themes/Canta-blue-light/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-blue-light/gtk-2.0/assets/frame.png +share/themes/Canta-blue-light/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/handle-horz.png +share/themes/Canta-blue-light/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/handle-vert.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-blue-light/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-blue-light/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-blue-light/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-down.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-left.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-right.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/pan-up.png +share/themes/Canta-blue-light/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-blue-light/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-blue-light/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-blue-light/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-blue-light/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-blue-light/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-blue-light/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-blue-light/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-checked.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-blue-light/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-blue-light/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/scale-slider.png +share/themes/Canta-blue-light/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-blue-light/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-blue-light/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-blue-light/gtk-2.0/assets/tab-blue.png +share/themes/Canta-blue-light/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-blue-light/gtk-2.0/assets/tab.png +share/themes/Canta-blue-light/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-blue-light/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-blue-light/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-blue-light/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-blue-light/gtk-2.0/gtkrc +share/themes/Canta-blue-light/gtk-2.0/hacks.rc +share/themes/Canta-blue-light/gtk-2.0/main.rc +share/themes/Canta-blue-light/gtk-2.0/panel.rc +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top.png +share/themes/Canta-blue-light/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-blue-light/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-blue-light/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-blue-light/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-blue-light/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-blue-light/gtk-3.0/gtk-dark.css +share/themes/Canta-blue-light/gtk-3.0/gtk.css +share/themes/Canta-blue-light/index.theme +share/themes/Canta-blue-light/metacity-1/close.png +share/themes/Canta-blue-light/metacity-1/close_focused.png +share/themes/Canta-blue-light/metacity-1/close_focused_normal.png +share/themes/Canta-blue-light/metacity-1/close_focused_prelight.png +share/themes/Canta-blue-light/metacity-1/close_focused_pressed.png +share/themes/Canta-blue-light/metacity-1/close_unfocused.png +share/themes/Canta-blue-light/metacity-1/close_unfocused_prelight.png +share/themes/Canta-blue-light/metacity-1/close_unfocused_pressed.png +share/themes/Canta-blue-light/metacity-1/maximize.png +share/themes/Canta-blue-light/metacity-1/maximize_focused.png +share/themes/Canta-blue-light/metacity-1/maximize_focused_normal.png +share/themes/Canta-blue-light/metacity-1/maximize_focused_prelight.png +share/themes/Canta-blue-light/metacity-1/maximize_focused_pressed.png +share/themes/Canta-blue-light/metacity-1/maximize_unfocused.png +share/themes/Canta-blue-light/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-blue-light/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-blue-light/metacity-1/menu.png +share/themes/Canta-blue-light/metacity-1/menu_focused.png +share/themes/Canta-blue-light/metacity-1/menu_focused_normal.png +share/themes/Canta-blue-light/metacity-1/menu_focused_prelight.png +share/themes/Canta-blue-light/metacity-1/menu_focused_pressed.png +share/themes/Canta-blue-light/metacity-1/menu_unfocused.png +share/themes/Canta-blue-light/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-blue-light/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-blue-light/metacity-1/metacity-theme-1.xml +share/themes/Canta-blue-light/metacity-1/metacity-theme-2.xml +share/themes/Canta-blue-light/metacity-1/metacity-theme-3.xml +share/themes/Canta-blue-light/metacity-1/minimize.png +share/themes/Canta-blue-light/metacity-1/minimize_focused.png +share/themes/Canta-blue-light/metacity-1/minimize_focused_normal.png +share/themes/Canta-blue-light/metacity-1/minimize_focused_prelight.png +share/themes/Canta-blue-light/metacity-1/minimize_focused_pressed.png +share/themes/Canta-blue-light/metacity-1/minimize_unfocused.png +share/themes/Canta-blue-light/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-blue-light/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-blue-light/metacity-1/shade.png +share/themes/Canta-blue-light/metacity-1/shade_focused.png +share/themes/Canta-blue-light/metacity-1/shade_focused_normal.png +share/themes/Canta-blue-light/metacity-1/shade_focused_prelight.png +share/themes/Canta-blue-light/metacity-1/shade_focused_pressed.png +share/themes/Canta-blue-light/metacity-1/shade_unfocused.png +share/themes/Canta-blue-light/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-blue-light/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-blue-light/metacity-1/trough_left.png +share/themes/Canta-blue-light/metacity-1/trough_middle.png +share/themes/Canta-blue-light/metacity-1/trough_right.png +share/themes/Canta-blue-light/metacity-1/trough_unfocused_left.png +share/themes/Canta-blue-light/metacity-1/trough_unfocused_middle.png +share/themes/Canta-blue-light/metacity-1/trough_unfocused_right.png +share/themes/Canta-blue-light/metacity-1/unmaximize.png +share/themes/Canta-blue-light/metacity-1/unmaximize_focused.png +share/themes/Canta-blue-light/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-blue-light/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-blue-light/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-blue-light/metacity-1/unmaximize_unfocused.png +share/themes/Canta-blue-light/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-blue-light/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-blue-light/metacity-1/unshade.png +share/themes/Canta-blue-light/metacity-1/unshade_focused.png +share/themes/Canta-blue-light/metacity-1/unshade_focused_normal.png +share/themes/Canta-blue-light/metacity-1/unshade_focused_prelight.png +share/themes/Canta-blue-light/metacity-1/unshade_focused_pressed.png +share/themes/Canta-blue-light/metacity-1/unshade_unfocused.png +share/themes/Canta-blue-light/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-blue-light/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-blue-light/plank/dock.theme +share/themes/Canta-blue-light/unity/assets/close_focused.svg +share/themes/Canta-blue-light/unity/assets/close_focused_prelight.svg +share/themes/Canta-blue-light/unity/assets/close_focused_pressed.svg +share/themes/Canta-blue-light/unity/assets/close_unfocused.svg +share/themes/Canta-blue-light/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-blue-light/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-blue-light/unity/assets/maximize_focused.svg +share/themes/Canta-blue-light/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-blue-light/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-blue-light/unity/assets/maximize_unfocused.svg +share/themes/Canta-blue-light/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-blue-light/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-blue-light/unity/assets/minimize_focused.svg +share/themes/Canta-blue-light/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-blue-light/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-blue-light/unity/assets/minimize_unfocused.svg +share/themes/Canta-blue-light/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-blue-light/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-blue-light/unity/assets/unmaximize_focused.svg +share/themes/Canta-blue-light/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-blue-light/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-blue-light/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-blue-light/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue-light/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue-light/unity/close.svg +share/themes/Canta-blue-light/unity/close_dash.svg +share/themes/Canta-blue-light/unity/close_dash_disabled.svg +share/themes/Canta-blue-light/unity/close_dash_prelight.svg +share/themes/Canta-blue-light/unity/close_dash_pressed.svg +share/themes/Canta-blue-light/unity/close_focused_normal.svg +share/themes/Canta-blue-light/unity/close_focused_prelight.svg +share/themes/Canta-blue-light/unity/close_focused_pressed.svg +share/themes/Canta-blue-light/unity/close_unfocused.svg +share/themes/Canta-blue-light/unity/close_unfocused_prelight.svg +share/themes/Canta-blue-light/unity/close_unfocused_pressed.svg +share/themes/Canta-blue-light/unity/dash-widgets.json +share/themes/Canta-blue-light/unity/launcher_arrow_btt_19.svg +share/themes/Canta-blue-light/unity/launcher_arrow_btt_37.svg +share/themes/Canta-blue-light/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-blue-light/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-blue-light/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-blue-light/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-blue-light/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-blue-light/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-blue-light/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-blue-light/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-blue-light/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-blue-light/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-blue-light/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-blue-light/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-blue-light/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-blue-light/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-blue-light/unity/launcher_bfb.png +share/themes/Canta-blue-light/unity/launcher_icon_back_150.svg +share/themes/Canta-blue-light/unity/launcher_icon_back_54.svg +share/themes/Canta-blue-light/unity/launcher_icon_edge_150.svg +share/themes/Canta-blue-light/unity/launcher_icon_edge_54.svg +share/themes/Canta-blue-light/unity/launcher_icon_glow_200.svg +share/themes/Canta-blue-light/unity/launcher_icon_glow_62.svg +share/themes/Canta-blue-light/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-blue-light/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-blue-light/unity/launcher_icon_shadow_200.svg +share/themes/Canta-blue-light/unity/launcher_icon_shadow_62.svg +share/themes/Canta-blue-light/unity/launcher_icon_shine_150.svg +share/themes/Canta-blue-light/unity/launcher_icon_shine_54.svg +share/themes/Canta-blue-light/unity/launcher_pip_btt_19.svg +share/themes/Canta-blue-light/unity/launcher_pip_btt_37.svg +share/themes/Canta-blue-light/unity/launcher_pip_ltr_19.svg +share/themes/Canta-blue-light/unity/launcher_pip_ltr_37.svg +share/themes/Canta-blue-light/unity/launcher_pip_rtl_19.svg +share/themes/Canta-blue-light/unity/launcher_pip_rtl_37.svg +share/themes/Canta-blue-light/unity/launcher_pip_ttb_19.svg +share/themes/Canta-blue-light/unity/launcher_pip_ttb_37.svg +share/themes/Canta-blue-light/unity/maximize.svg +share/themes/Canta-blue-light/unity/maximize_dash.svg +share/themes/Canta-blue-light/unity/maximize_dash_disabled.svg +share/themes/Canta-blue-light/unity/maximize_dash_prelight.svg +share/themes/Canta-blue-light/unity/maximize_dash_pressed.svg +share/themes/Canta-blue-light/unity/maximize_focused_normal.svg +share/themes/Canta-blue-light/unity/maximize_focused_prelight.svg +share/themes/Canta-blue-light/unity/maximize_focused_pressed.svg +share/themes/Canta-blue-light/unity/maximize_unfocused.svg +share/themes/Canta-blue-light/unity/maximize_unfocused_prelight.svg +share/themes/Canta-blue-light/unity/maximize_unfocused_pressed.svg +share/themes/Canta-blue-light/unity/minimize.svg +share/themes/Canta-blue-light/unity/minimize_dash.svg +share/themes/Canta-blue-light/unity/minimize_dash_disabled.svg +share/themes/Canta-blue-light/unity/minimize_dash_prelight.svg +share/themes/Canta-blue-light/unity/minimize_dash_pressed.svg +share/themes/Canta-blue-light/unity/minimize_focused_normal.svg +share/themes/Canta-blue-light/unity/minimize_focused_prelight.svg +share/themes/Canta-blue-light/unity/minimize_focused_pressed.svg +share/themes/Canta-blue-light/unity/minimize_unfocused.svg +share/themes/Canta-blue-light/unity/minimize_unfocused_prelight.svg +share/themes/Canta-blue-light/unity/minimize_unfocused_pressed.svg +share/themes/Canta-blue-light/unity/progress_bar_fill.svg +share/themes/Canta-blue-light/unity/progress_bar_trough.svg +share/themes/Canta-blue-light/unity/sheet_style_close_focused.svg +share/themes/Canta-blue-light/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-blue-light/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-blue-light/unity/unmaximize.svg +share/themes/Canta-blue-light/unity/unmaximize_dash.svg +share/themes/Canta-blue-light/unity/unmaximize_dash_disabled.svg +share/themes/Canta-blue-light/unity/unmaximize_dash_prelight.svg +share/themes/Canta-blue-light/unity/unmaximize_dash_pressed.svg +share/themes/Canta-blue-light/unity/unmaximize_focused_normal.svg +share/themes/Canta-blue-light/unity/unmaximize_focused_prelight.svg +share/themes/Canta-blue-light/unity/unmaximize_focused_pressed.svg +share/themes/Canta-blue-light/unity/unmaximize_unfocused.svg +share/themes/Canta-blue-light/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue-light/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue-light/xfwm4/assets/border.svg +share/themes/Canta-blue-light/xfwm4/assets/close-active.svg +share/themes/Canta-blue-light/xfwm4/assets/close-inactive.svg +share/themes/Canta-blue-light/xfwm4/assets/close-prelight.svg +share/themes/Canta-blue-light/xfwm4/assets/close-pressed.svg +share/themes/Canta-blue-light/xfwm4/assets/hide-active.svg +share/themes/Canta-blue-light/xfwm4/assets/hide-inactive.svg +share/themes/Canta-blue-light/xfwm4/assets/hide-prelight.svg +share/themes/Canta-blue-light/xfwm4/assets/hide-pressed.svg +share/themes/Canta-blue-light/xfwm4/assets/maximize-active.svg +share/themes/Canta-blue-light/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-blue-light/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-blue-light/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-blue-light/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-blue-light/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-blue-light/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-blue-light/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-blue-light/xfwm4/assets/menu-active.svg +share/themes/Canta-blue-light/xfwm4/assets/menu-inactive.svg +share/themes/Canta-blue-light/xfwm4/assets/menu-prelight.svg +share/themes/Canta-blue-light/xfwm4/assets/menu-pressed.svg +share/themes/Canta-blue-light/xfwm4/assets/shade-active.svg +share/themes/Canta-blue-light/xfwm4/assets/shade-inactive.svg +share/themes/Canta-blue-light/xfwm4/assets/shade-prelight.svg +share/themes/Canta-blue-light/xfwm4/assets/shade-pressed.svg +share/themes/Canta-blue-light/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-blue-light/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-blue-light/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-blue-light/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-blue-light/xfwm4/assets/stick-active.svg +share/themes/Canta-blue-light/xfwm4/assets/stick-inactive.svg +share/themes/Canta-blue-light/xfwm4/assets/stick-prelight.svg +share/themes/Canta-blue-light/xfwm4/assets/stick-pressed.svg +share/themes/Canta-blue-light/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-blue-light/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-blue-light/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-blue-light/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-blue-light/xfwm4/assets/themerc +share/themes/Canta-blue-light/xfwm4/assets/title-side.svg +share/themes/Canta-blue-light/xfwm4/assets/title.svg +share/themes/Canta-blue-light/xfwm4/bottom-active.svg +share/themes/Canta-blue-light/xfwm4/bottom-inactive.svg +share/themes/Canta-blue-light/xfwm4/bottom-left-active.svg +share/themes/Canta-blue-light/xfwm4/bottom-left-inactive.svg +share/themes/Canta-blue-light/xfwm4/bottom-right-active.svg +share/themes/Canta-blue-light/xfwm4/bottom-right-inactive.svg +share/themes/Canta-blue-light/xfwm4/close-active.svg +share/themes/Canta-blue-light/xfwm4/close-inactive.svg +share/themes/Canta-blue-light/xfwm4/close-prelight.svg +share/themes/Canta-blue-light/xfwm4/close-pressed.svg +share/themes/Canta-blue-light/xfwm4/hide-active.svg +share/themes/Canta-blue-light/xfwm4/hide-inactive.svg +share/themes/Canta-blue-light/xfwm4/hide-prelight.svg +share/themes/Canta-blue-light/xfwm4/hide-pressed.svg +share/themes/Canta-blue-light/xfwm4/left-active.svg +share/themes/Canta-blue-light/xfwm4/left-inactive.svg +share/themes/Canta-blue-light/xfwm4/maximize-active.svg +share/themes/Canta-blue-light/xfwm4/maximize-inactive.svg +share/themes/Canta-blue-light/xfwm4/maximize-prelight.svg +share/themes/Canta-blue-light/xfwm4/maximize-pressed.svg +share/themes/Canta-blue-light/xfwm4/maximize-toggled-active.svg +share/themes/Canta-blue-light/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-blue-light/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-blue-light/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-blue-light/xfwm4/menu-active.svg +share/themes/Canta-blue-light/xfwm4/menu-inactive.svg +share/themes/Canta-blue-light/xfwm4/menu-prelight.svg +share/themes/Canta-blue-light/xfwm4/menu-pressed.svg +share/themes/Canta-blue-light/xfwm4/right-active.svg +share/themes/Canta-blue-light/xfwm4/right-inactive.svg +share/themes/Canta-blue-light/xfwm4/shade-active.svg +share/themes/Canta-blue-light/xfwm4/shade-inactive.svg +share/themes/Canta-blue-light/xfwm4/shade-prelight.svg +share/themes/Canta-blue-light/xfwm4/shade-pressed.svg +share/themes/Canta-blue-light/xfwm4/shade-toggled-active.svg +share/themes/Canta-blue-light/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-blue-light/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-blue-light/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-blue-light/xfwm4/stick-active.svg +share/themes/Canta-blue-light/xfwm4/stick-inactive.svg +share/themes/Canta-blue-light/xfwm4/stick-prelight.svg +share/themes/Canta-blue-light/xfwm4/stick-pressed.svg +share/themes/Canta-blue-light/xfwm4/stick-toggled-active.svg +share/themes/Canta-blue-light/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-blue-light/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-blue-light/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-blue-light/xfwm4/themerc +share/themes/Canta-blue-light/xfwm4/title-1-active.svg +share/themes/Canta-blue-light/xfwm4/title-1-inactive.svg +share/themes/Canta-blue-light/xfwm4/title-2-active.svg +share/themes/Canta-blue-light/xfwm4/title-2-inactive.svg +share/themes/Canta-blue-light/xfwm4/title-3-active.svg +share/themes/Canta-blue-light/xfwm4/title-3-inactive.svg +share/themes/Canta-blue-light/xfwm4/title-4-active.svg +share/themes/Canta-blue-light/xfwm4/title-4-inactive.svg +share/themes/Canta-blue-light/xfwm4/title-5-active.svg +share/themes/Canta-blue-light/xfwm4/title-5-inactive.svg +share/themes/Canta-blue-light/xfwm4/top-left-active.svg +share/themes/Canta-blue-light/xfwm4/top-left-inactive.svg +share/themes/Canta-blue-light/xfwm4/top-right-active.svg +share/themes/Canta-blue-light/xfwm4/top-right-inactive.svg +share/themes/Canta-blue/AUTHORS +share/themes/Canta-blue/COPYING +share/themes/Canta-blue/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-blue/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-blue/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-blue/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-blue/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-blue/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-blue/cinnamon/assets/menu/menu.svg +share/themes/Canta-blue/cinnamon/assets/menu/submenu.svg +share/themes/Canta-blue/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-blue/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-blue/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-blue/cinnamon/assets/misc/bg.svg +share/themes/Canta-blue/cinnamon/assets/misc/button-box.svg +share/themes/Canta-blue/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-blue/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-blue/cinnamon/assets/misc/close-active.svg +share/themes/Canta-blue/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-blue/cinnamon/assets/misc/close.svg +share/themes/Canta-blue/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-blue/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-blue/cinnamon/assets/misc/desklet.svg +share/themes/Canta-blue/cinnamon/assets/misc/message.svg +share/themes/Canta-blue/cinnamon/assets/misc/osd.svg +share/themes/Canta-blue/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-blue/cinnamon/assets/misc/overview.svg +share/themes/Canta-blue/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-blue/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-blue/cinnamon/assets/panel/activities.svg +share/themes/Canta-blue/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-blue/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-blue/cinnamon/cinnamon.css +share/themes/Canta-blue/cinnamon/thumbnail.png +share/themes/Canta-blue/gnome-shell/assets/activities-active.svg +share/themes/Canta-blue/gnome-shell/assets/activities.svg +share/themes/Canta-blue/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-blue/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-blue/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-blue/gnome-shell/assets/checkbox.svg +share/themes/Canta-blue/gnome-shell/assets/close.svg +share/themes/Canta-blue/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-blue/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-blue/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-blue/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-blue/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-blue/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-blue/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-blue/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-blue/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-blue/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-blue/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-blue/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-blue/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-blue/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-blue/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-blue/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-blue/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-blue/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-blue/gnome-shell/assets/key-enter.svg +share/themes/Canta-blue/gnome-shell/assets/key-hide.svg +share/themes/Canta-blue/gnome-shell/assets/key-layout.svg +share/themes/Canta-blue/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-blue/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-blue/gnome-shell/assets/key-shift.svg +share/themes/Canta-blue/gnome-shell/assets/more-results.svg +share/themes/Canta-blue/gnome-shell/assets/no-events.svg +share/themes/Canta-blue/gnome-shell/assets/no-notifications.svg +share/themes/Canta-blue/gnome-shell/assets/process-working.svg +share/themes/Canta-blue/gnome-shell/assets/toggle-off.svg +share/themes/Canta-blue/gnome-shell/assets/toggle-on.svg +share/themes/Canta-blue/gnome-shell/assets/window-close-active.svg +share/themes/Canta-blue/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-blue/gnome-shell/assets/window-close.svg +share/themes/Canta-blue/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-blue/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-blue/gnome-shell/gnome-shell.css +share/themes/Canta-blue/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-blue/gnome-shell/no-events.svg +share/themes/Canta-blue/gnome-shell/no-notifications.svg +share/themes/Canta-blue/gnome-shell/noise-texture.png +share/themes/Canta-blue/gnome-shell/pad-osd.css +share/themes/Canta-blue/gnome-shell/process-working.svg +share/themes/Canta-blue/gtk-2.0/apps.rc +share/themes/Canta-blue/gtk-2.0/assets/border.png +share/themes/Canta-blue/gtk-2.0/assets/button-active.png +share/themes/Canta-blue/gtk-2.0/assets/button-hover.png +share/themes/Canta-blue/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/button.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-blue/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-blue/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-blue/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-blue/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-blue/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-blue/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-blue/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-blue/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-blue/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-blue/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-blue/gtk-2.0/assets/entry-active.png +share/themes/Canta-blue/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/entry-background.png +share/themes/Canta-blue/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/entry.png +share/themes/Canta-blue/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-blue/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-blue/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/flat-button.png +share/themes/Canta-blue/gtk-2.0/assets/focus.png +share/themes/Canta-blue/gtk-2.0/assets/frame-inline.png +share/themes/Canta-blue/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-blue/gtk-2.0/assets/frame.png +share/themes/Canta-blue/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-blue/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-blue/gtk-2.0/assets/handle-horz.png +share/themes/Canta-blue/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-blue/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-blue/gtk-2.0/assets/handle-vert.png +share/themes/Canta-blue/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-blue/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-blue/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-blue/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-blue/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-blue/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-blue/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-blue/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-blue/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-blue/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-blue/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-blue/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-blue/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-blue/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/pan-down.png +share/themes/Canta-blue/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-blue/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-blue/gtk-2.0/assets/pan-left.png +share/themes/Canta-blue/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-blue/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-blue/gtk-2.0/assets/pan-right.png +share/themes/Canta-blue/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-blue/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/pan-up.png +share/themes/Canta-blue/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-blue/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-blue/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-blue/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-blue/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-blue/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-blue/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-blue/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-blue/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-blue/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-blue/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/radio-checked.png +share/themes/Canta-blue/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-blue/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-blue/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-blue/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-blue/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-blue/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-blue/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-blue/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-blue/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-blue/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-blue/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/scale-slider.png +share/themes/Canta-blue/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-blue/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-blue/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-blue/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-blue/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-blue/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-blue/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-blue/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-blue/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-blue/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-blue/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-blue/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-blue/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-blue/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-blue/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-blue/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-blue/gtk-2.0/assets/tab-blue.png +share/themes/Canta-blue/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-blue/gtk-2.0/assets/tab.png +share/themes/Canta-blue/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-blue/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-blue/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-blue/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-blue/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-blue/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-blue/gtk-2.0/gtkrc +share/themes/Canta-blue/gtk-2.0/hacks.rc +share/themes/Canta-blue/gtk-2.0/main.rc +share/themes/Canta-blue/gtk-2.0/panel.rc +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top.png +share/themes/Canta-blue/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-blue/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-blue/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-blue/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-blue/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-blue/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-blue/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-blue/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-blue/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-blue/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-blue/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-blue/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-blue/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-blue/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-blue/gtk-3.0/gtk-dark.css +share/themes/Canta-blue/gtk-3.0/gtk.css +share/themes/Canta-blue/index.theme +share/themes/Canta-blue/metacity-1/close.png +share/themes/Canta-blue/metacity-1/close_focused.png +share/themes/Canta-blue/metacity-1/close_focused_normal.png +share/themes/Canta-blue/metacity-1/close_focused_prelight.png +share/themes/Canta-blue/metacity-1/close_focused_pressed.png +share/themes/Canta-blue/metacity-1/close_unfocused.png +share/themes/Canta-blue/metacity-1/close_unfocused_prelight.png +share/themes/Canta-blue/metacity-1/close_unfocused_pressed.png +share/themes/Canta-blue/metacity-1/maximize.png +share/themes/Canta-blue/metacity-1/maximize_focused.png +share/themes/Canta-blue/metacity-1/maximize_focused_normal.png +share/themes/Canta-blue/metacity-1/maximize_focused_prelight.png +share/themes/Canta-blue/metacity-1/maximize_focused_pressed.png +share/themes/Canta-blue/metacity-1/maximize_unfocused.png +share/themes/Canta-blue/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-blue/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-blue/metacity-1/menu.png +share/themes/Canta-blue/metacity-1/menu_focused.png +share/themes/Canta-blue/metacity-1/menu_focused_normal.png +share/themes/Canta-blue/metacity-1/menu_focused_prelight.png +share/themes/Canta-blue/metacity-1/menu_focused_pressed.png +share/themes/Canta-blue/metacity-1/menu_unfocused.png +share/themes/Canta-blue/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-blue/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-blue/metacity-1/metacity-theme-1.xml +share/themes/Canta-blue/metacity-1/metacity-theme-2.xml +share/themes/Canta-blue/metacity-1/metacity-theme-3.xml +share/themes/Canta-blue/metacity-1/minimize.png +share/themes/Canta-blue/metacity-1/minimize_focused.png +share/themes/Canta-blue/metacity-1/minimize_focused_normal.png +share/themes/Canta-blue/metacity-1/minimize_focused_prelight.png +share/themes/Canta-blue/metacity-1/minimize_focused_pressed.png +share/themes/Canta-blue/metacity-1/minimize_unfocused.png +share/themes/Canta-blue/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-blue/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-blue/metacity-1/shade.png +share/themes/Canta-blue/metacity-1/shade_focused.png +share/themes/Canta-blue/metacity-1/shade_focused_normal.png +share/themes/Canta-blue/metacity-1/shade_focused_prelight.png +share/themes/Canta-blue/metacity-1/shade_focused_pressed.png +share/themes/Canta-blue/metacity-1/shade_unfocused.png +share/themes/Canta-blue/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-blue/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-blue/metacity-1/trough_left.png +share/themes/Canta-blue/metacity-1/trough_middle.png +share/themes/Canta-blue/metacity-1/trough_right.png +share/themes/Canta-blue/metacity-1/trough_unfocused_left.png +share/themes/Canta-blue/metacity-1/trough_unfocused_middle.png +share/themes/Canta-blue/metacity-1/trough_unfocused_right.png +share/themes/Canta-blue/metacity-1/unmaximize.png +share/themes/Canta-blue/metacity-1/unmaximize_focused.png +share/themes/Canta-blue/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-blue/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-blue/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-blue/metacity-1/unmaximize_unfocused.png +share/themes/Canta-blue/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-blue/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-blue/metacity-1/unshade.png +share/themes/Canta-blue/metacity-1/unshade_focused.png +share/themes/Canta-blue/metacity-1/unshade_focused_normal.png +share/themes/Canta-blue/metacity-1/unshade_focused_prelight.png +share/themes/Canta-blue/metacity-1/unshade_focused_pressed.png +share/themes/Canta-blue/metacity-1/unshade_unfocused.png +share/themes/Canta-blue/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-blue/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-blue/plank/dock.theme +share/themes/Canta-blue/unity/assets/close_focused.svg +share/themes/Canta-blue/unity/assets/close_focused_prelight.svg +share/themes/Canta-blue/unity/assets/close_focused_pressed.svg +share/themes/Canta-blue/unity/assets/close_unfocused.svg +share/themes/Canta-blue/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-blue/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-blue/unity/assets/maximize_focused.svg +share/themes/Canta-blue/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-blue/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-blue/unity/assets/maximize_unfocused.svg +share/themes/Canta-blue/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-blue/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-blue/unity/assets/minimize_focused.svg +share/themes/Canta-blue/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-blue/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-blue/unity/assets/minimize_unfocused.svg +share/themes/Canta-blue/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-blue/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-blue/unity/assets/unmaximize_focused.svg +share/themes/Canta-blue/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-blue/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-blue/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-blue/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue/unity/close.svg +share/themes/Canta-blue/unity/close_dash.svg +share/themes/Canta-blue/unity/close_dash_disabled.svg +share/themes/Canta-blue/unity/close_dash_prelight.svg +share/themes/Canta-blue/unity/close_dash_pressed.svg +share/themes/Canta-blue/unity/close_focused_normal.svg +share/themes/Canta-blue/unity/close_focused_prelight.svg +share/themes/Canta-blue/unity/close_focused_pressed.svg +share/themes/Canta-blue/unity/close_unfocused.svg +share/themes/Canta-blue/unity/close_unfocused_prelight.svg +share/themes/Canta-blue/unity/close_unfocused_pressed.svg +share/themes/Canta-blue/unity/dash-widgets.json +share/themes/Canta-blue/unity/launcher_arrow_btt_19.svg +share/themes/Canta-blue/unity/launcher_arrow_btt_37.svg +share/themes/Canta-blue/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-blue/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-blue/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-blue/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-blue/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-blue/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-blue/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-blue/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-blue/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-blue/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-blue/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-blue/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-blue/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-blue/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-blue/unity/launcher_bfb.png +share/themes/Canta-blue/unity/launcher_icon_back_150.svg +share/themes/Canta-blue/unity/launcher_icon_back_54.svg +share/themes/Canta-blue/unity/launcher_icon_edge_150.svg +share/themes/Canta-blue/unity/launcher_icon_edge_54.svg +share/themes/Canta-blue/unity/launcher_icon_glow_200.svg +share/themes/Canta-blue/unity/launcher_icon_glow_62.svg +share/themes/Canta-blue/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-blue/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-blue/unity/launcher_icon_shadow_200.svg +share/themes/Canta-blue/unity/launcher_icon_shadow_62.svg +share/themes/Canta-blue/unity/launcher_icon_shine_150.svg +share/themes/Canta-blue/unity/launcher_icon_shine_54.svg +share/themes/Canta-blue/unity/launcher_pip_btt_19.svg +share/themes/Canta-blue/unity/launcher_pip_btt_37.svg +share/themes/Canta-blue/unity/launcher_pip_ltr_19.svg +share/themes/Canta-blue/unity/launcher_pip_ltr_37.svg +share/themes/Canta-blue/unity/launcher_pip_rtl_19.svg +share/themes/Canta-blue/unity/launcher_pip_rtl_37.svg +share/themes/Canta-blue/unity/launcher_pip_ttb_19.svg +share/themes/Canta-blue/unity/launcher_pip_ttb_37.svg +share/themes/Canta-blue/unity/maximize.svg +share/themes/Canta-blue/unity/maximize_dash.svg +share/themes/Canta-blue/unity/maximize_dash_disabled.svg +share/themes/Canta-blue/unity/maximize_dash_prelight.svg +share/themes/Canta-blue/unity/maximize_dash_pressed.svg +share/themes/Canta-blue/unity/maximize_focused_normal.svg +share/themes/Canta-blue/unity/maximize_focused_prelight.svg +share/themes/Canta-blue/unity/maximize_focused_pressed.svg +share/themes/Canta-blue/unity/maximize_unfocused.svg +share/themes/Canta-blue/unity/maximize_unfocused_prelight.svg +share/themes/Canta-blue/unity/maximize_unfocused_pressed.svg +share/themes/Canta-blue/unity/minimize.svg +share/themes/Canta-blue/unity/minimize_dash.svg +share/themes/Canta-blue/unity/minimize_dash_disabled.svg +share/themes/Canta-blue/unity/minimize_dash_prelight.svg +share/themes/Canta-blue/unity/minimize_dash_pressed.svg +share/themes/Canta-blue/unity/minimize_focused_normal.svg +share/themes/Canta-blue/unity/minimize_focused_prelight.svg +share/themes/Canta-blue/unity/minimize_focused_pressed.svg +share/themes/Canta-blue/unity/minimize_unfocused.svg +share/themes/Canta-blue/unity/minimize_unfocused_prelight.svg +share/themes/Canta-blue/unity/minimize_unfocused_pressed.svg +share/themes/Canta-blue/unity/progress_bar_fill.svg +share/themes/Canta-blue/unity/progress_bar_trough.svg +share/themes/Canta-blue/unity/sheet_style_close_focused.svg +share/themes/Canta-blue/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-blue/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-blue/unity/unmaximize.svg +share/themes/Canta-blue/unity/unmaximize_dash.svg +share/themes/Canta-blue/unity/unmaximize_dash_disabled.svg +share/themes/Canta-blue/unity/unmaximize_dash_prelight.svg +share/themes/Canta-blue/unity/unmaximize_dash_pressed.svg +share/themes/Canta-blue/unity/unmaximize_focused_normal.svg +share/themes/Canta-blue/unity/unmaximize_focused_prelight.svg +share/themes/Canta-blue/unity/unmaximize_focused_pressed.svg +share/themes/Canta-blue/unity/unmaximize_unfocused.svg +share/themes/Canta-blue/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-blue/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-blue/xfwm4/assets/border.svg +share/themes/Canta-blue/xfwm4/assets/close-active.svg +share/themes/Canta-blue/xfwm4/assets/close-inactive.svg +share/themes/Canta-blue/xfwm4/assets/close-prelight.svg +share/themes/Canta-blue/xfwm4/assets/close-pressed.svg +share/themes/Canta-blue/xfwm4/assets/hide-active.svg +share/themes/Canta-blue/xfwm4/assets/hide-inactive.svg +share/themes/Canta-blue/xfwm4/assets/hide-prelight.svg +share/themes/Canta-blue/xfwm4/assets/hide-pressed.svg +share/themes/Canta-blue/xfwm4/assets/maximize-active.svg +share/themes/Canta-blue/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-blue/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-blue/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-blue/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-blue/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-blue/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-blue/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-blue/xfwm4/assets/menu-active.svg +share/themes/Canta-blue/xfwm4/assets/menu-inactive.svg +share/themes/Canta-blue/xfwm4/assets/menu-prelight.svg +share/themes/Canta-blue/xfwm4/assets/menu-pressed.svg +share/themes/Canta-blue/xfwm4/assets/shade-active.svg +share/themes/Canta-blue/xfwm4/assets/shade-inactive.svg +share/themes/Canta-blue/xfwm4/assets/shade-prelight.svg +share/themes/Canta-blue/xfwm4/assets/shade-pressed.svg +share/themes/Canta-blue/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-blue/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-blue/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-blue/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-blue/xfwm4/assets/stick-active.svg +share/themes/Canta-blue/xfwm4/assets/stick-inactive.svg +share/themes/Canta-blue/xfwm4/assets/stick-prelight.svg +share/themes/Canta-blue/xfwm4/assets/stick-pressed.svg +share/themes/Canta-blue/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-blue/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-blue/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-blue/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-blue/xfwm4/assets/themerc +share/themes/Canta-blue/xfwm4/assets/title-side.svg +share/themes/Canta-blue/xfwm4/assets/title.svg +share/themes/Canta-blue/xfwm4/bottom-active.svg +share/themes/Canta-blue/xfwm4/bottom-inactive.svg +share/themes/Canta-blue/xfwm4/bottom-left-active.svg +share/themes/Canta-blue/xfwm4/bottom-left-inactive.svg +share/themes/Canta-blue/xfwm4/bottom-right-active.svg +share/themes/Canta-blue/xfwm4/bottom-right-inactive.svg +share/themes/Canta-blue/xfwm4/close-active.svg +share/themes/Canta-blue/xfwm4/close-inactive.svg +share/themes/Canta-blue/xfwm4/close-prelight.svg +share/themes/Canta-blue/xfwm4/close-pressed.svg +share/themes/Canta-blue/xfwm4/hide-active.svg +share/themes/Canta-blue/xfwm4/hide-inactive.svg +share/themes/Canta-blue/xfwm4/hide-prelight.svg +share/themes/Canta-blue/xfwm4/hide-pressed.svg +share/themes/Canta-blue/xfwm4/left-active.svg +share/themes/Canta-blue/xfwm4/left-inactive.svg +share/themes/Canta-blue/xfwm4/maximize-active.svg +share/themes/Canta-blue/xfwm4/maximize-inactive.svg +share/themes/Canta-blue/xfwm4/maximize-prelight.svg +share/themes/Canta-blue/xfwm4/maximize-pressed.svg +share/themes/Canta-blue/xfwm4/maximize-toggled-active.svg +share/themes/Canta-blue/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-blue/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-blue/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-blue/xfwm4/menu-active.svg +share/themes/Canta-blue/xfwm4/menu-inactive.svg +share/themes/Canta-blue/xfwm4/menu-prelight.svg +share/themes/Canta-blue/xfwm4/menu-pressed.svg +share/themes/Canta-blue/xfwm4/right-active.svg +share/themes/Canta-blue/xfwm4/right-inactive.svg +share/themes/Canta-blue/xfwm4/shade-active.svg +share/themes/Canta-blue/xfwm4/shade-inactive.svg +share/themes/Canta-blue/xfwm4/shade-prelight.svg +share/themes/Canta-blue/xfwm4/shade-pressed.svg +share/themes/Canta-blue/xfwm4/shade-toggled-active.svg +share/themes/Canta-blue/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-blue/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-blue/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-blue/xfwm4/stick-active.svg +share/themes/Canta-blue/xfwm4/stick-inactive.svg +share/themes/Canta-blue/xfwm4/stick-prelight.svg +share/themes/Canta-blue/xfwm4/stick-pressed.svg +share/themes/Canta-blue/xfwm4/stick-toggled-active.svg +share/themes/Canta-blue/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-blue/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-blue/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-blue/xfwm4/themerc +share/themes/Canta-blue/xfwm4/title-1-active.svg +share/themes/Canta-blue/xfwm4/title-1-inactive.svg +share/themes/Canta-blue/xfwm4/title-2-active.svg +share/themes/Canta-blue/xfwm4/title-2-inactive.svg +share/themes/Canta-blue/xfwm4/title-3-active.svg +share/themes/Canta-blue/xfwm4/title-3-inactive.svg +share/themes/Canta-blue/xfwm4/title-4-active.svg +share/themes/Canta-blue/xfwm4/title-4-inactive.svg +share/themes/Canta-blue/xfwm4/title-5-active.svg +share/themes/Canta-blue/xfwm4/title-5-inactive.svg +share/themes/Canta-blue/xfwm4/top-left-active.svg +share/themes/Canta-blue/xfwm4/top-left-inactive.svg +share/themes/Canta-blue/xfwm4/top-right-active.svg +share/themes/Canta-blue/xfwm4/top-right-inactive.svg +share/themes/Canta-compact/AUTHORS +share/themes/Canta-compact/COPYING +share/themes/Canta-compact/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-compact/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-compact/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-compact/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-compact/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-compact/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-compact/cinnamon/assets/menu/menu.svg +share/themes/Canta-compact/cinnamon/assets/menu/submenu.svg +share/themes/Canta-compact/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-compact/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-compact/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-compact/cinnamon/assets/misc/bg.svg +share/themes/Canta-compact/cinnamon/assets/misc/button-box.svg +share/themes/Canta-compact/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-compact/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-compact/cinnamon/assets/misc/close-active.svg +share/themes/Canta-compact/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-compact/cinnamon/assets/misc/close.svg +share/themes/Canta-compact/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-compact/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-compact/cinnamon/assets/misc/desklet.svg +share/themes/Canta-compact/cinnamon/assets/misc/message.svg +share/themes/Canta-compact/cinnamon/assets/misc/osd.svg +share/themes/Canta-compact/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-compact/cinnamon/assets/misc/overview.svg +share/themes/Canta-compact/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-compact/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-compact/cinnamon/assets/panel/activities.svg +share/themes/Canta-compact/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-compact/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-compact/cinnamon/cinnamon.css +share/themes/Canta-compact/cinnamon/thumbnail.png +share/themes/Canta-compact/gnome-shell/assets/activities-active.svg +share/themes/Canta-compact/gnome-shell/assets/activities.svg +share/themes/Canta-compact/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-compact/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-compact/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-compact/gnome-shell/assets/checkbox.svg +share/themes/Canta-compact/gnome-shell/assets/close.svg +share/themes/Canta-compact/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-compact/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-compact/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-compact/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-compact/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-compact/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-compact/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-compact/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-compact/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-compact/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-compact/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-compact/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-compact/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-compact/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-compact/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-compact/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-compact/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-compact/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-compact/gnome-shell/assets/key-enter.svg +share/themes/Canta-compact/gnome-shell/assets/key-hide.svg +share/themes/Canta-compact/gnome-shell/assets/key-layout.svg +share/themes/Canta-compact/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-compact/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-compact/gnome-shell/assets/key-shift.svg +share/themes/Canta-compact/gnome-shell/assets/more-results.svg +share/themes/Canta-compact/gnome-shell/assets/no-events.svg +share/themes/Canta-compact/gnome-shell/assets/no-notifications.svg +share/themes/Canta-compact/gnome-shell/assets/process-working.svg +share/themes/Canta-compact/gnome-shell/assets/toggle-off.svg +share/themes/Canta-compact/gnome-shell/assets/toggle-on.svg +share/themes/Canta-compact/gnome-shell/assets/window-close-active.svg +share/themes/Canta-compact/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-compact/gnome-shell/assets/window-close.svg +share/themes/Canta-compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-compact/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-compact/gnome-shell/gnome-shell.css +share/themes/Canta-compact/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-compact/gnome-shell/no-events.svg +share/themes/Canta-compact/gnome-shell/no-notifications.svg +share/themes/Canta-compact/gnome-shell/noise-texture.png +share/themes/Canta-compact/gnome-shell/pad-osd.css +share/themes/Canta-compact/gnome-shell/process-working.svg +share/themes/Canta-compact/gtk-2.0/apps.rc +share/themes/Canta-compact/gtk-2.0/assets/border.png +share/themes/Canta-compact/gtk-2.0/assets/button-active.png +share/themes/Canta-compact/gtk-2.0/assets/button-hover.png +share/themes/Canta-compact/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/button.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-compact/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-compact/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-compact/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-compact/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-compact/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-compact/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-compact/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-compact/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-compact/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-compact/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-compact/gtk-2.0/assets/entry-active.png +share/themes/Canta-compact/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/entry-background.png +share/themes/Canta-compact/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/entry.png +share/themes/Canta-compact/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-compact/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-compact/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/flat-button.png +share/themes/Canta-compact/gtk-2.0/assets/focus.png +share/themes/Canta-compact/gtk-2.0/assets/frame-inline.png +share/themes/Canta-compact/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-compact/gtk-2.0/assets/frame.png +share/themes/Canta-compact/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-compact/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-compact/gtk-2.0/assets/handle-horz.png +share/themes/Canta-compact/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-compact/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-compact/gtk-2.0/assets/handle-vert.png +share/themes/Canta-compact/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-compact/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-compact/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-compact/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-compact/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-compact/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-compact/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-compact/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-compact/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-compact/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-compact/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-compact/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-compact/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-compact/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/pan-down.png +share/themes/Canta-compact/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-compact/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-compact/gtk-2.0/assets/pan-left.png +share/themes/Canta-compact/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-compact/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-compact/gtk-2.0/assets/pan-right.png +share/themes/Canta-compact/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-compact/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/pan-up.png +share/themes/Canta-compact/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-compact/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-compact/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-compact/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-compact/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-compact/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-compact/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-compact/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-compact/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-compact/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-compact/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/radio-checked.png +share/themes/Canta-compact/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-compact/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-compact/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-compact/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-compact/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-compact/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-compact/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-compact/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-compact/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-compact/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-compact/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/scale-slider.png +share/themes/Canta-compact/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-compact/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-compact/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-compact/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-compact/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-compact/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-compact/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-compact/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-compact/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-compact/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-compact/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-compact/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-compact/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-compact/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-compact/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-compact/gtk-2.0/assets/tab-blue.png +share/themes/Canta-compact/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-compact/gtk-2.0/assets/tab.png +share/themes/Canta-compact/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-compact/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-compact/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-compact/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-compact/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-compact/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-compact/gtk-2.0/gtkrc +share/themes/Canta-compact/gtk-2.0/hacks.rc +share/themes/Canta-compact/gtk-2.0/main.rc +share/themes/Canta-compact/gtk-2.0/panel.rc +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top.png +share/themes/Canta-compact/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-compact/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-compact/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-compact/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-compact/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-compact/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-compact/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-compact/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-compact/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-compact/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-compact/gtk-3.0/gtk-dark.css +share/themes/Canta-compact/gtk-3.0/gtk.css +share/themes/Canta-compact/index.theme +share/themes/Canta-compact/metacity-1/close.png +share/themes/Canta-compact/metacity-1/close_focused.png +share/themes/Canta-compact/metacity-1/close_focused_normal.png +share/themes/Canta-compact/metacity-1/close_focused_prelight.png +share/themes/Canta-compact/metacity-1/close_focused_pressed.png +share/themes/Canta-compact/metacity-1/close_unfocused.png +share/themes/Canta-compact/metacity-1/close_unfocused_prelight.png +share/themes/Canta-compact/metacity-1/close_unfocused_pressed.png +share/themes/Canta-compact/metacity-1/maximize.png +share/themes/Canta-compact/metacity-1/maximize_focused.png +share/themes/Canta-compact/metacity-1/maximize_focused_normal.png +share/themes/Canta-compact/metacity-1/maximize_focused_prelight.png +share/themes/Canta-compact/metacity-1/maximize_focused_pressed.png +share/themes/Canta-compact/metacity-1/maximize_unfocused.png +share/themes/Canta-compact/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-compact/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-compact/metacity-1/menu.png +share/themes/Canta-compact/metacity-1/menu_focused.png +share/themes/Canta-compact/metacity-1/menu_focused_normal.png +share/themes/Canta-compact/metacity-1/menu_focused_prelight.png +share/themes/Canta-compact/metacity-1/menu_focused_pressed.png +share/themes/Canta-compact/metacity-1/menu_unfocused.png +share/themes/Canta-compact/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-compact/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-compact/metacity-1/metacity-theme-1.xml +share/themes/Canta-compact/metacity-1/metacity-theme-2.xml +share/themes/Canta-compact/metacity-1/metacity-theme-3.xml +share/themes/Canta-compact/metacity-1/minimize.png +share/themes/Canta-compact/metacity-1/minimize_focused.png +share/themes/Canta-compact/metacity-1/minimize_focused_normal.png +share/themes/Canta-compact/metacity-1/minimize_focused_prelight.png +share/themes/Canta-compact/metacity-1/minimize_focused_pressed.png +share/themes/Canta-compact/metacity-1/minimize_unfocused.png +share/themes/Canta-compact/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-compact/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-compact/metacity-1/shade.png +share/themes/Canta-compact/metacity-1/shade_focused.png +share/themes/Canta-compact/metacity-1/shade_focused_normal.png +share/themes/Canta-compact/metacity-1/shade_focused_prelight.png +share/themes/Canta-compact/metacity-1/shade_focused_pressed.png +share/themes/Canta-compact/metacity-1/shade_unfocused.png +share/themes/Canta-compact/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-compact/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-compact/metacity-1/trough_left.png +share/themes/Canta-compact/metacity-1/trough_middle.png +share/themes/Canta-compact/metacity-1/trough_right.png +share/themes/Canta-compact/metacity-1/trough_unfocused_left.png +share/themes/Canta-compact/metacity-1/trough_unfocused_middle.png +share/themes/Canta-compact/metacity-1/trough_unfocused_right.png +share/themes/Canta-compact/metacity-1/unmaximize.png +share/themes/Canta-compact/metacity-1/unmaximize_focused.png +share/themes/Canta-compact/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-compact/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-compact/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-compact/metacity-1/unmaximize_unfocused.png +share/themes/Canta-compact/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-compact/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-compact/metacity-1/unshade.png +share/themes/Canta-compact/metacity-1/unshade_focused.png +share/themes/Canta-compact/metacity-1/unshade_focused_normal.png +share/themes/Canta-compact/metacity-1/unshade_focused_prelight.png +share/themes/Canta-compact/metacity-1/unshade_focused_pressed.png +share/themes/Canta-compact/metacity-1/unshade_unfocused.png +share/themes/Canta-compact/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-compact/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-compact/plank/dock.theme +share/themes/Canta-compact/unity/assets/close_focused.svg +share/themes/Canta-compact/unity/assets/close_focused_prelight.svg +share/themes/Canta-compact/unity/assets/close_focused_pressed.svg +share/themes/Canta-compact/unity/assets/close_unfocused.svg +share/themes/Canta-compact/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-compact/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-compact/unity/assets/maximize_focused.svg +share/themes/Canta-compact/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-compact/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-compact/unity/assets/maximize_unfocused.svg +share/themes/Canta-compact/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-compact/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-compact/unity/assets/minimize_focused.svg +share/themes/Canta-compact/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-compact/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-compact/unity/assets/minimize_unfocused.svg +share/themes/Canta-compact/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-compact/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-compact/unity/assets/unmaximize_focused.svg +share/themes/Canta-compact/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-compact/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-compact/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-compact/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-compact/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-compact/unity/close.svg +share/themes/Canta-compact/unity/close_dash.svg +share/themes/Canta-compact/unity/close_dash_disabled.svg +share/themes/Canta-compact/unity/close_dash_prelight.svg +share/themes/Canta-compact/unity/close_dash_pressed.svg +share/themes/Canta-compact/unity/close_focused_normal.svg +share/themes/Canta-compact/unity/close_focused_prelight.svg +share/themes/Canta-compact/unity/close_focused_pressed.svg +share/themes/Canta-compact/unity/close_unfocused.svg +share/themes/Canta-compact/unity/close_unfocused_prelight.svg +share/themes/Canta-compact/unity/close_unfocused_pressed.svg +share/themes/Canta-compact/unity/dash-widgets.json +share/themes/Canta-compact/unity/launcher_arrow_btt_19.svg +share/themes/Canta-compact/unity/launcher_arrow_btt_37.svg +share/themes/Canta-compact/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-compact/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-compact/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-compact/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-compact/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-compact/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-compact/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-compact/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-compact/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-compact/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-compact/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-compact/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-compact/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-compact/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-compact/unity/launcher_bfb.png +share/themes/Canta-compact/unity/launcher_icon_back_150.svg +share/themes/Canta-compact/unity/launcher_icon_back_54.svg +share/themes/Canta-compact/unity/launcher_icon_edge_150.svg +share/themes/Canta-compact/unity/launcher_icon_edge_54.svg +share/themes/Canta-compact/unity/launcher_icon_glow_200.svg +share/themes/Canta-compact/unity/launcher_icon_glow_62.svg +share/themes/Canta-compact/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-compact/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-compact/unity/launcher_icon_shadow_200.svg +share/themes/Canta-compact/unity/launcher_icon_shadow_62.svg +share/themes/Canta-compact/unity/launcher_icon_shine_150.svg +share/themes/Canta-compact/unity/launcher_icon_shine_54.svg +share/themes/Canta-compact/unity/launcher_pip_btt_19.svg +share/themes/Canta-compact/unity/launcher_pip_btt_37.svg +share/themes/Canta-compact/unity/launcher_pip_ltr_19.svg +share/themes/Canta-compact/unity/launcher_pip_ltr_37.svg +share/themes/Canta-compact/unity/launcher_pip_rtl_19.svg +share/themes/Canta-compact/unity/launcher_pip_rtl_37.svg +share/themes/Canta-compact/unity/launcher_pip_ttb_19.svg +share/themes/Canta-compact/unity/launcher_pip_ttb_37.svg +share/themes/Canta-compact/unity/maximize.svg +share/themes/Canta-compact/unity/maximize_dash.svg +share/themes/Canta-compact/unity/maximize_dash_disabled.svg +share/themes/Canta-compact/unity/maximize_dash_prelight.svg +share/themes/Canta-compact/unity/maximize_dash_pressed.svg +share/themes/Canta-compact/unity/maximize_focused_normal.svg +share/themes/Canta-compact/unity/maximize_focused_prelight.svg +share/themes/Canta-compact/unity/maximize_focused_pressed.svg +share/themes/Canta-compact/unity/maximize_unfocused.svg +share/themes/Canta-compact/unity/maximize_unfocused_prelight.svg +share/themes/Canta-compact/unity/maximize_unfocused_pressed.svg +share/themes/Canta-compact/unity/minimize.svg +share/themes/Canta-compact/unity/minimize_dash.svg +share/themes/Canta-compact/unity/minimize_dash_disabled.svg +share/themes/Canta-compact/unity/minimize_dash_prelight.svg +share/themes/Canta-compact/unity/minimize_dash_pressed.svg +share/themes/Canta-compact/unity/minimize_focused_normal.svg +share/themes/Canta-compact/unity/minimize_focused_prelight.svg +share/themes/Canta-compact/unity/minimize_focused_pressed.svg +share/themes/Canta-compact/unity/minimize_unfocused.svg +share/themes/Canta-compact/unity/minimize_unfocused_prelight.svg +share/themes/Canta-compact/unity/minimize_unfocused_pressed.svg +share/themes/Canta-compact/unity/progress_bar_fill.svg +share/themes/Canta-compact/unity/progress_bar_trough.svg +share/themes/Canta-compact/unity/sheet_style_close_focused.svg +share/themes/Canta-compact/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-compact/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-compact/unity/unmaximize.svg +share/themes/Canta-compact/unity/unmaximize_dash.svg +share/themes/Canta-compact/unity/unmaximize_dash_disabled.svg +share/themes/Canta-compact/unity/unmaximize_dash_prelight.svg +share/themes/Canta-compact/unity/unmaximize_dash_pressed.svg +share/themes/Canta-compact/unity/unmaximize_focused_normal.svg +share/themes/Canta-compact/unity/unmaximize_focused_prelight.svg +share/themes/Canta-compact/unity/unmaximize_focused_pressed.svg +share/themes/Canta-compact/unity/unmaximize_unfocused.svg +share/themes/Canta-compact/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-compact/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-compact/xfwm4/assets/border.svg +share/themes/Canta-compact/xfwm4/assets/close-active.svg +share/themes/Canta-compact/xfwm4/assets/close-inactive.svg +share/themes/Canta-compact/xfwm4/assets/close-prelight.svg +share/themes/Canta-compact/xfwm4/assets/close-pressed.svg +share/themes/Canta-compact/xfwm4/assets/hide-active.svg +share/themes/Canta-compact/xfwm4/assets/hide-inactive.svg +share/themes/Canta-compact/xfwm4/assets/hide-prelight.svg +share/themes/Canta-compact/xfwm4/assets/hide-pressed.svg +share/themes/Canta-compact/xfwm4/assets/maximize-active.svg +share/themes/Canta-compact/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-compact/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-compact/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-compact/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-compact/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-compact/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-compact/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-compact/xfwm4/assets/menu-active.svg +share/themes/Canta-compact/xfwm4/assets/menu-inactive.svg +share/themes/Canta-compact/xfwm4/assets/menu-prelight.svg +share/themes/Canta-compact/xfwm4/assets/menu-pressed.svg +share/themes/Canta-compact/xfwm4/assets/shade-active.svg +share/themes/Canta-compact/xfwm4/assets/shade-inactive.svg +share/themes/Canta-compact/xfwm4/assets/shade-prelight.svg +share/themes/Canta-compact/xfwm4/assets/shade-pressed.svg +share/themes/Canta-compact/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-compact/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-compact/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-compact/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-compact/xfwm4/assets/stick-active.svg +share/themes/Canta-compact/xfwm4/assets/stick-inactive.svg +share/themes/Canta-compact/xfwm4/assets/stick-prelight.svg +share/themes/Canta-compact/xfwm4/assets/stick-pressed.svg +share/themes/Canta-compact/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-compact/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-compact/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-compact/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-compact/xfwm4/assets/themerc +share/themes/Canta-compact/xfwm4/assets/title-side.svg +share/themes/Canta-compact/xfwm4/assets/title.svg +share/themes/Canta-compact/xfwm4/bottom-active.svg +share/themes/Canta-compact/xfwm4/bottom-inactive.svg +share/themes/Canta-compact/xfwm4/bottom-left-active.svg +share/themes/Canta-compact/xfwm4/bottom-left-inactive.svg +share/themes/Canta-compact/xfwm4/bottom-right-active.svg +share/themes/Canta-compact/xfwm4/bottom-right-inactive.svg +share/themes/Canta-compact/xfwm4/close-active.svg +share/themes/Canta-compact/xfwm4/close-inactive.svg +share/themes/Canta-compact/xfwm4/close-prelight.svg +share/themes/Canta-compact/xfwm4/close-pressed.svg +share/themes/Canta-compact/xfwm4/hide-active.svg +share/themes/Canta-compact/xfwm4/hide-inactive.svg +share/themes/Canta-compact/xfwm4/hide-prelight.svg +share/themes/Canta-compact/xfwm4/hide-pressed.svg +share/themes/Canta-compact/xfwm4/left-active.svg +share/themes/Canta-compact/xfwm4/left-inactive.svg +share/themes/Canta-compact/xfwm4/maximize-active.svg +share/themes/Canta-compact/xfwm4/maximize-inactive.svg +share/themes/Canta-compact/xfwm4/maximize-prelight.svg +share/themes/Canta-compact/xfwm4/maximize-pressed.svg +share/themes/Canta-compact/xfwm4/maximize-toggled-active.svg +share/themes/Canta-compact/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-compact/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-compact/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-compact/xfwm4/menu-active.svg +share/themes/Canta-compact/xfwm4/menu-inactive.svg +share/themes/Canta-compact/xfwm4/menu-prelight.svg +share/themes/Canta-compact/xfwm4/menu-pressed.svg +share/themes/Canta-compact/xfwm4/right-active.svg +share/themes/Canta-compact/xfwm4/right-inactive.svg +share/themes/Canta-compact/xfwm4/shade-active.svg +share/themes/Canta-compact/xfwm4/shade-inactive.svg +share/themes/Canta-compact/xfwm4/shade-prelight.svg +share/themes/Canta-compact/xfwm4/shade-pressed.svg +share/themes/Canta-compact/xfwm4/shade-toggled-active.svg +share/themes/Canta-compact/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-compact/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-compact/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-compact/xfwm4/stick-active.svg +share/themes/Canta-compact/xfwm4/stick-inactive.svg +share/themes/Canta-compact/xfwm4/stick-prelight.svg +share/themes/Canta-compact/xfwm4/stick-pressed.svg +share/themes/Canta-compact/xfwm4/stick-toggled-active.svg +share/themes/Canta-compact/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-compact/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-compact/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-compact/xfwm4/themerc +share/themes/Canta-compact/xfwm4/title-1-active.svg +share/themes/Canta-compact/xfwm4/title-1-inactive.svg +share/themes/Canta-compact/xfwm4/title-2-active.svg +share/themes/Canta-compact/xfwm4/title-2-inactive.svg +share/themes/Canta-compact/xfwm4/title-3-active.svg +share/themes/Canta-compact/xfwm4/title-3-inactive.svg +share/themes/Canta-compact/xfwm4/title-4-active.svg +share/themes/Canta-compact/xfwm4/title-4-inactive.svg +share/themes/Canta-compact/xfwm4/title-5-active.svg +share/themes/Canta-compact/xfwm4/title-5-inactive.svg +share/themes/Canta-compact/xfwm4/top-left-active.svg +share/themes/Canta-compact/xfwm4/top-left-inactive.svg +share/themes/Canta-compact/xfwm4/top-right-active.svg +share/themes/Canta-compact/xfwm4/top-right-inactive.svg +share/themes/Canta-dark-compact/AUTHORS +share/themes/Canta-dark-compact/COPYING +share/themes/Canta-dark-compact/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-dark-compact/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-dark-compact/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-dark-compact/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-dark-compact/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-dark-compact/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-dark-compact/cinnamon/assets/menu/menu.svg +share/themes/Canta-dark-compact/cinnamon/assets/menu/submenu.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/bg.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/button-box.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/close-active.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/close.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/desklet.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/message.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/osd.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/overview.svg +share/themes/Canta-dark-compact/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-dark-compact/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-dark-compact/cinnamon/assets/panel/activities.svg +share/themes/Canta-dark-compact/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-dark-compact/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-dark-compact/cinnamon/cinnamon.css +share/themes/Canta-dark-compact/cinnamon/thumbnail.png +share/themes/Canta-dark-compact/gnome-shell/assets/activities-active.svg +share/themes/Canta-dark-compact/gnome-shell/assets/activities.svg +share/themes/Canta-dark-compact/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-dark-compact/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-dark-compact/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-dark-compact/gnome-shell/assets/checkbox.svg +share/themes/Canta-dark-compact/gnome-shell/assets/close.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-dark-compact/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-dark-compact/gnome-shell/assets/key-enter.svg +share/themes/Canta-dark-compact/gnome-shell/assets/key-hide.svg +share/themes/Canta-dark-compact/gnome-shell/assets/key-layout.svg +share/themes/Canta-dark-compact/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-dark-compact/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-dark-compact/gnome-shell/assets/key-shift.svg +share/themes/Canta-dark-compact/gnome-shell/assets/more-results.svg +share/themes/Canta-dark-compact/gnome-shell/assets/no-events.svg +share/themes/Canta-dark-compact/gnome-shell/assets/no-notifications.svg +share/themes/Canta-dark-compact/gnome-shell/assets/process-working.svg +share/themes/Canta-dark-compact/gnome-shell/assets/toggle-off.svg +share/themes/Canta-dark-compact/gnome-shell/assets/toggle-on.svg +share/themes/Canta-dark-compact/gnome-shell/assets/window-close-active.svg +share/themes/Canta-dark-compact/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-dark-compact/gnome-shell/assets/window-close.svg +share/themes/Canta-dark-compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-dark-compact/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-dark-compact/gnome-shell/gnome-shell.css +share/themes/Canta-dark-compact/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-dark-compact/gnome-shell/no-events.svg +share/themes/Canta-dark-compact/gnome-shell/no-notifications.svg +share/themes/Canta-dark-compact/gnome-shell/noise-texture.png +share/themes/Canta-dark-compact/gnome-shell/pad-osd.css +share/themes/Canta-dark-compact/gnome-shell/process-working.svg +share/themes/Canta-dark-compact/gtk-2.0/apps.rc +share/themes/Canta-dark-compact/gtk-2.0/assets/border.png +share/themes/Canta-dark-compact/gtk-2.0/assets/button-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/button-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/button.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-dark-compact/gtk-2.0/assets/entry-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/entry-background.png +share/themes/Canta-dark-compact/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/entry.png +share/themes/Canta-dark-compact/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/flat-button.png +share/themes/Canta-dark-compact/gtk-2.0/assets/focus.png +share/themes/Canta-dark-compact/gtk-2.0/assets/frame-inline.png +share/themes/Canta-dark-compact/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-dark-compact/gtk-2.0/assets/frame.png +share/themes/Canta-dark-compact/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/handle-horz.png +share/themes/Canta-dark-compact/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/handle-vert.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-dark-compact/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-dark-compact/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-dark-compact/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-down.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-left.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-right.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pan-up.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-dark-compact/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-dark-compact/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-dark-compact/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-dark-compact/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-dark-compact/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-dark-compact/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-checked.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scale-slider.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-dark-compact/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-dark-compact/gtk-2.0/assets/tab-blue.png +share/themes/Canta-dark-compact/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-dark-compact/gtk-2.0/assets/tab.png +share/themes/Canta-dark-compact/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-dark-compact/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-dark-compact/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-dark-compact/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-dark-compact/gtk-2.0/gtkrc +share/themes/Canta-dark-compact/gtk-2.0/hacks.rc +share/themes/Canta-dark-compact/gtk-2.0/main.rc +share/themes/Canta-dark-compact/gtk-2.0/panel.rc +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top.png +share/themes/Canta-dark-compact/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-dark-compact/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-dark-compact/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-dark-compact/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-dark-compact/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-dark-compact/gtk-3.0/gtk.css +share/themes/Canta-dark-compact/index.theme +share/themes/Canta-dark-compact/metacity-1/close.png +share/themes/Canta-dark-compact/metacity-1/close_focused.png +share/themes/Canta-dark-compact/metacity-1/close_focused_normal.png +share/themes/Canta-dark-compact/metacity-1/close_focused_prelight.png +share/themes/Canta-dark-compact/metacity-1/close_focused_pressed.png +share/themes/Canta-dark-compact/metacity-1/close_unfocused.png +share/themes/Canta-dark-compact/metacity-1/close_unfocused_prelight.png +share/themes/Canta-dark-compact/metacity-1/close_unfocused_pressed.png +share/themes/Canta-dark-compact/metacity-1/maximize.png +share/themes/Canta-dark-compact/metacity-1/maximize_focused.png +share/themes/Canta-dark-compact/metacity-1/maximize_focused_normal.png +share/themes/Canta-dark-compact/metacity-1/maximize_focused_prelight.png +share/themes/Canta-dark-compact/metacity-1/maximize_focused_pressed.png +share/themes/Canta-dark-compact/metacity-1/maximize_unfocused.png +share/themes/Canta-dark-compact/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-dark-compact/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-dark-compact/metacity-1/menu.png +share/themes/Canta-dark-compact/metacity-1/menu_focused.png +share/themes/Canta-dark-compact/metacity-1/menu_focused_normal.png +share/themes/Canta-dark-compact/metacity-1/menu_focused_prelight.png +share/themes/Canta-dark-compact/metacity-1/menu_focused_pressed.png +share/themes/Canta-dark-compact/metacity-1/menu_unfocused.png +share/themes/Canta-dark-compact/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-dark-compact/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-dark-compact/metacity-1/metacity-theme-1.xml +share/themes/Canta-dark-compact/metacity-1/metacity-theme-2.xml +share/themes/Canta-dark-compact/metacity-1/metacity-theme-3.xml +share/themes/Canta-dark-compact/metacity-1/minimize.png +share/themes/Canta-dark-compact/metacity-1/minimize_focused.png +share/themes/Canta-dark-compact/metacity-1/minimize_focused_normal.png +share/themes/Canta-dark-compact/metacity-1/minimize_focused_prelight.png +share/themes/Canta-dark-compact/metacity-1/minimize_focused_pressed.png +share/themes/Canta-dark-compact/metacity-1/minimize_unfocused.png +share/themes/Canta-dark-compact/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-dark-compact/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-dark-compact/metacity-1/shade.png +share/themes/Canta-dark-compact/metacity-1/shade_focused.png +share/themes/Canta-dark-compact/metacity-1/shade_focused_normal.png +share/themes/Canta-dark-compact/metacity-1/shade_focused_prelight.png +share/themes/Canta-dark-compact/metacity-1/shade_focused_pressed.png +share/themes/Canta-dark-compact/metacity-1/shade_unfocused.png +share/themes/Canta-dark-compact/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-dark-compact/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-dark-compact/metacity-1/trough_left.png +share/themes/Canta-dark-compact/metacity-1/trough_middle.png +share/themes/Canta-dark-compact/metacity-1/trough_right.png +share/themes/Canta-dark-compact/metacity-1/trough_unfocused_left.png +share/themes/Canta-dark-compact/metacity-1/trough_unfocused_middle.png +share/themes/Canta-dark-compact/metacity-1/trough_unfocused_right.png +share/themes/Canta-dark-compact/metacity-1/unmaximize.png +share/themes/Canta-dark-compact/metacity-1/unmaximize_focused.png +share/themes/Canta-dark-compact/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-dark-compact/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-dark-compact/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-dark-compact/metacity-1/unmaximize_unfocused.png +share/themes/Canta-dark-compact/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-dark-compact/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-dark-compact/metacity-1/unshade.png +share/themes/Canta-dark-compact/metacity-1/unshade_focused.png +share/themes/Canta-dark-compact/metacity-1/unshade_focused_normal.png +share/themes/Canta-dark-compact/metacity-1/unshade_focused_prelight.png +share/themes/Canta-dark-compact/metacity-1/unshade_focused_pressed.png +share/themes/Canta-dark-compact/metacity-1/unshade_unfocused.png +share/themes/Canta-dark-compact/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-dark-compact/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-dark-compact/plank/dock.theme +share/themes/Canta-dark-compact/unity/assets/close_focused.svg +share/themes/Canta-dark-compact/unity/assets/close_focused_prelight.svg +share/themes/Canta-dark-compact/unity/assets/close_focused_pressed.svg +share/themes/Canta-dark-compact/unity/assets/close_unfocused.svg +share/themes/Canta-dark-compact/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-dark-compact/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-dark-compact/unity/assets/maximize_focused.svg +share/themes/Canta-dark-compact/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-dark-compact/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-dark-compact/unity/assets/maximize_unfocused.svg +share/themes/Canta-dark-compact/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-dark-compact/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-dark-compact/unity/assets/minimize_focused.svg +share/themes/Canta-dark-compact/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-dark-compact/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-dark-compact/unity/assets/minimize_unfocused.svg +share/themes/Canta-dark-compact/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-dark-compact/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-dark-compact/unity/assets/unmaximize_focused.svg +share/themes/Canta-dark-compact/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-dark-compact/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-dark-compact/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-dark-compact/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-dark-compact/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-dark-compact/unity/close.svg +share/themes/Canta-dark-compact/unity/close_dash.svg +share/themes/Canta-dark-compact/unity/close_dash_disabled.svg +share/themes/Canta-dark-compact/unity/close_dash_prelight.svg +share/themes/Canta-dark-compact/unity/close_dash_pressed.svg +share/themes/Canta-dark-compact/unity/close_focused_normal.svg +share/themes/Canta-dark-compact/unity/close_focused_prelight.svg +share/themes/Canta-dark-compact/unity/close_focused_pressed.svg +share/themes/Canta-dark-compact/unity/close_unfocused.svg +share/themes/Canta-dark-compact/unity/close_unfocused_prelight.svg +share/themes/Canta-dark-compact/unity/close_unfocused_pressed.svg +share/themes/Canta-dark-compact/unity/dash-widgets.json +share/themes/Canta-dark-compact/unity/launcher_arrow_btt_19.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_btt_37.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-dark-compact/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-dark-compact/unity/launcher_bfb.png +share/themes/Canta-dark-compact/unity/launcher_icon_back_150.svg +share/themes/Canta-dark-compact/unity/launcher_icon_back_54.svg +share/themes/Canta-dark-compact/unity/launcher_icon_edge_150.svg +share/themes/Canta-dark-compact/unity/launcher_icon_edge_54.svg +share/themes/Canta-dark-compact/unity/launcher_icon_glow_200.svg +share/themes/Canta-dark-compact/unity/launcher_icon_glow_62.svg +share/themes/Canta-dark-compact/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-dark-compact/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-dark-compact/unity/launcher_icon_shadow_200.svg +share/themes/Canta-dark-compact/unity/launcher_icon_shadow_62.svg +share/themes/Canta-dark-compact/unity/launcher_icon_shine_150.svg +share/themes/Canta-dark-compact/unity/launcher_icon_shine_54.svg +share/themes/Canta-dark-compact/unity/launcher_pip_btt_19.svg +share/themes/Canta-dark-compact/unity/launcher_pip_btt_37.svg +share/themes/Canta-dark-compact/unity/launcher_pip_ltr_19.svg +share/themes/Canta-dark-compact/unity/launcher_pip_ltr_37.svg +share/themes/Canta-dark-compact/unity/launcher_pip_rtl_19.svg +share/themes/Canta-dark-compact/unity/launcher_pip_rtl_37.svg +share/themes/Canta-dark-compact/unity/launcher_pip_ttb_19.svg +share/themes/Canta-dark-compact/unity/launcher_pip_ttb_37.svg +share/themes/Canta-dark-compact/unity/maximize.svg +share/themes/Canta-dark-compact/unity/maximize_dash.svg +share/themes/Canta-dark-compact/unity/maximize_dash_disabled.svg +share/themes/Canta-dark-compact/unity/maximize_dash_prelight.svg +share/themes/Canta-dark-compact/unity/maximize_dash_pressed.svg +share/themes/Canta-dark-compact/unity/maximize_focused_normal.svg +share/themes/Canta-dark-compact/unity/maximize_focused_prelight.svg +share/themes/Canta-dark-compact/unity/maximize_focused_pressed.svg +share/themes/Canta-dark-compact/unity/maximize_unfocused.svg +share/themes/Canta-dark-compact/unity/maximize_unfocused_prelight.svg +share/themes/Canta-dark-compact/unity/maximize_unfocused_pressed.svg +share/themes/Canta-dark-compact/unity/minimize.svg +share/themes/Canta-dark-compact/unity/minimize_dash.svg +share/themes/Canta-dark-compact/unity/minimize_dash_disabled.svg +share/themes/Canta-dark-compact/unity/minimize_dash_prelight.svg +share/themes/Canta-dark-compact/unity/minimize_dash_pressed.svg +share/themes/Canta-dark-compact/unity/minimize_focused_normal.svg +share/themes/Canta-dark-compact/unity/minimize_focused_prelight.svg +share/themes/Canta-dark-compact/unity/minimize_focused_pressed.svg +share/themes/Canta-dark-compact/unity/minimize_unfocused.svg +share/themes/Canta-dark-compact/unity/minimize_unfocused_prelight.svg +share/themes/Canta-dark-compact/unity/minimize_unfocused_pressed.svg +share/themes/Canta-dark-compact/unity/progress_bar_fill.svg +share/themes/Canta-dark-compact/unity/progress_bar_trough.svg +share/themes/Canta-dark-compact/unity/sheet_style_close_focused.svg +share/themes/Canta-dark-compact/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-dark-compact/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-dark-compact/unity/unmaximize.svg +share/themes/Canta-dark-compact/unity/unmaximize_dash.svg +share/themes/Canta-dark-compact/unity/unmaximize_dash_disabled.svg +share/themes/Canta-dark-compact/unity/unmaximize_dash_prelight.svg +share/themes/Canta-dark-compact/unity/unmaximize_dash_pressed.svg +share/themes/Canta-dark-compact/unity/unmaximize_focused_normal.svg +share/themes/Canta-dark-compact/unity/unmaximize_focused_prelight.svg +share/themes/Canta-dark-compact/unity/unmaximize_focused_pressed.svg +share/themes/Canta-dark-compact/unity/unmaximize_unfocused.svg +share/themes/Canta-dark-compact/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-dark-compact/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-dark-compact/xfwm4/assets/border.svg +share/themes/Canta-dark-compact/xfwm4/assets/close-active.svg +share/themes/Canta-dark-compact/xfwm4/assets/close-inactive.svg +share/themes/Canta-dark-compact/xfwm4/assets/close-prelight.svg +share/themes/Canta-dark-compact/xfwm4/assets/close-pressed.svg +share/themes/Canta-dark-compact/xfwm4/assets/hide-active.svg +share/themes/Canta-dark-compact/xfwm4/assets/hide-inactive.svg +share/themes/Canta-dark-compact/xfwm4/assets/hide-prelight.svg +share/themes/Canta-dark-compact/xfwm4/assets/hide-pressed.svg +share/themes/Canta-dark-compact/xfwm4/assets/maximize-active.svg +share/themes/Canta-dark-compact/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-dark-compact/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-dark-compact/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-dark-compact/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-dark-compact/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-dark-compact/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-dark-compact/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-dark-compact/xfwm4/assets/menu-active.svg +share/themes/Canta-dark-compact/xfwm4/assets/menu-inactive.svg +share/themes/Canta-dark-compact/xfwm4/assets/menu-prelight.svg +share/themes/Canta-dark-compact/xfwm4/assets/menu-pressed.svg +share/themes/Canta-dark-compact/xfwm4/assets/shade-active.svg +share/themes/Canta-dark-compact/xfwm4/assets/shade-inactive.svg +share/themes/Canta-dark-compact/xfwm4/assets/shade-prelight.svg +share/themes/Canta-dark-compact/xfwm4/assets/shade-pressed.svg +share/themes/Canta-dark-compact/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-dark-compact/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-dark-compact/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-dark-compact/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-dark-compact/xfwm4/assets/stick-active.svg +share/themes/Canta-dark-compact/xfwm4/assets/stick-inactive.svg +share/themes/Canta-dark-compact/xfwm4/assets/stick-prelight.svg +share/themes/Canta-dark-compact/xfwm4/assets/stick-pressed.svg +share/themes/Canta-dark-compact/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-dark-compact/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-dark-compact/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-dark-compact/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-dark-compact/xfwm4/assets/themerc +share/themes/Canta-dark-compact/xfwm4/assets/title-side.svg +share/themes/Canta-dark-compact/xfwm4/assets/title.svg +share/themes/Canta-dark-compact/xfwm4/bottom-active.svg +share/themes/Canta-dark-compact/xfwm4/bottom-inactive.svg +share/themes/Canta-dark-compact/xfwm4/bottom-left-active.svg +share/themes/Canta-dark-compact/xfwm4/bottom-left-inactive.svg +share/themes/Canta-dark-compact/xfwm4/bottom-right-active.svg +share/themes/Canta-dark-compact/xfwm4/bottom-right-inactive.svg +share/themes/Canta-dark-compact/xfwm4/close-active.svg +share/themes/Canta-dark-compact/xfwm4/close-inactive.svg +share/themes/Canta-dark-compact/xfwm4/close-prelight.svg +share/themes/Canta-dark-compact/xfwm4/close-pressed.svg +share/themes/Canta-dark-compact/xfwm4/hide-active.svg +share/themes/Canta-dark-compact/xfwm4/hide-inactive.svg +share/themes/Canta-dark-compact/xfwm4/hide-prelight.svg +share/themes/Canta-dark-compact/xfwm4/hide-pressed.svg +share/themes/Canta-dark-compact/xfwm4/left-active.svg +share/themes/Canta-dark-compact/xfwm4/left-inactive.svg +share/themes/Canta-dark-compact/xfwm4/maximize-active.svg +share/themes/Canta-dark-compact/xfwm4/maximize-inactive.svg +share/themes/Canta-dark-compact/xfwm4/maximize-prelight.svg +share/themes/Canta-dark-compact/xfwm4/maximize-pressed.svg +share/themes/Canta-dark-compact/xfwm4/maximize-toggled-active.svg +share/themes/Canta-dark-compact/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-dark-compact/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-dark-compact/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-dark-compact/xfwm4/menu-active.svg +share/themes/Canta-dark-compact/xfwm4/menu-inactive.svg +share/themes/Canta-dark-compact/xfwm4/menu-prelight.svg +share/themes/Canta-dark-compact/xfwm4/menu-pressed.svg +share/themes/Canta-dark-compact/xfwm4/right-active.svg +share/themes/Canta-dark-compact/xfwm4/right-inactive.svg +share/themes/Canta-dark-compact/xfwm4/shade-active.svg +share/themes/Canta-dark-compact/xfwm4/shade-inactive.svg +share/themes/Canta-dark-compact/xfwm4/shade-prelight.svg +share/themes/Canta-dark-compact/xfwm4/shade-pressed.svg +share/themes/Canta-dark-compact/xfwm4/shade-toggled-active.svg +share/themes/Canta-dark-compact/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-dark-compact/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-dark-compact/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-dark-compact/xfwm4/stick-active.svg +share/themes/Canta-dark-compact/xfwm4/stick-inactive.svg +share/themes/Canta-dark-compact/xfwm4/stick-prelight.svg +share/themes/Canta-dark-compact/xfwm4/stick-pressed.svg +share/themes/Canta-dark-compact/xfwm4/stick-toggled-active.svg +share/themes/Canta-dark-compact/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-dark-compact/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-dark-compact/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-dark-compact/xfwm4/themerc +share/themes/Canta-dark-compact/xfwm4/title-1-active.svg +share/themes/Canta-dark-compact/xfwm4/title-1-inactive.svg +share/themes/Canta-dark-compact/xfwm4/title-2-active.svg +share/themes/Canta-dark-compact/xfwm4/title-2-inactive.svg +share/themes/Canta-dark-compact/xfwm4/title-3-active.svg +share/themes/Canta-dark-compact/xfwm4/title-3-inactive.svg +share/themes/Canta-dark-compact/xfwm4/title-4-active.svg +share/themes/Canta-dark-compact/xfwm4/title-4-inactive.svg +share/themes/Canta-dark-compact/xfwm4/title-5-active.svg +share/themes/Canta-dark-compact/xfwm4/title-5-inactive.svg +share/themes/Canta-dark-compact/xfwm4/top-left-active.svg +share/themes/Canta-dark-compact/xfwm4/top-left-inactive.svg +share/themes/Canta-dark-compact/xfwm4/top-right-active.svg +share/themes/Canta-dark-compact/xfwm4/top-right-inactive.svg +share/themes/Canta-dark/AUTHORS +share/themes/Canta-dark/COPYING +share/themes/Canta-dark/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-dark/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-dark/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-dark/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-dark/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-dark/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-dark/cinnamon/assets/menu/menu.svg +share/themes/Canta-dark/cinnamon/assets/menu/submenu.svg +share/themes/Canta-dark/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-dark/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-dark/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-dark/cinnamon/assets/misc/bg.svg +share/themes/Canta-dark/cinnamon/assets/misc/button-box.svg +share/themes/Canta-dark/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-dark/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-dark/cinnamon/assets/misc/close-active.svg +share/themes/Canta-dark/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-dark/cinnamon/assets/misc/close.svg +share/themes/Canta-dark/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-dark/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-dark/cinnamon/assets/misc/desklet.svg +share/themes/Canta-dark/cinnamon/assets/misc/message.svg +share/themes/Canta-dark/cinnamon/assets/misc/osd.svg +share/themes/Canta-dark/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-dark/cinnamon/assets/misc/overview.svg +share/themes/Canta-dark/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-dark/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-dark/cinnamon/assets/panel/activities.svg +share/themes/Canta-dark/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-dark/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-dark/cinnamon/cinnamon.css +share/themes/Canta-dark/cinnamon/thumbnail.png +share/themes/Canta-dark/gnome-shell/assets/activities-active.svg +share/themes/Canta-dark/gnome-shell/assets/activities.svg +share/themes/Canta-dark/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-dark/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-dark/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-dark/gnome-shell/assets/checkbox.svg +share/themes/Canta-dark/gnome-shell/assets/close.svg +share/themes/Canta-dark/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-dark/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-dark/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-dark/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-dark/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-dark/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-dark/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-dark/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-dark/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-dark/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-dark/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-dark/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-dark/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-dark/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-dark/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-dark/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-dark/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-dark/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-dark/gnome-shell/assets/key-enter.svg +share/themes/Canta-dark/gnome-shell/assets/key-hide.svg +share/themes/Canta-dark/gnome-shell/assets/key-layout.svg +share/themes/Canta-dark/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-dark/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-dark/gnome-shell/assets/key-shift.svg +share/themes/Canta-dark/gnome-shell/assets/more-results.svg +share/themes/Canta-dark/gnome-shell/assets/no-events.svg +share/themes/Canta-dark/gnome-shell/assets/no-notifications.svg +share/themes/Canta-dark/gnome-shell/assets/process-working.svg +share/themes/Canta-dark/gnome-shell/assets/toggle-off.svg +share/themes/Canta-dark/gnome-shell/assets/toggle-on.svg +share/themes/Canta-dark/gnome-shell/assets/window-close-active.svg +share/themes/Canta-dark/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-dark/gnome-shell/assets/window-close.svg +share/themes/Canta-dark/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-dark/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-dark/gnome-shell/gnome-shell.css +share/themes/Canta-dark/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-dark/gnome-shell/no-events.svg +share/themes/Canta-dark/gnome-shell/no-notifications.svg +share/themes/Canta-dark/gnome-shell/noise-texture.png +share/themes/Canta-dark/gnome-shell/pad-osd.css +share/themes/Canta-dark/gnome-shell/process-working.svg +share/themes/Canta-dark/gtk-2.0/apps.rc +share/themes/Canta-dark/gtk-2.0/assets/border.png +share/themes/Canta-dark/gtk-2.0/assets/button-active.png +share/themes/Canta-dark/gtk-2.0/assets/button-hover.png +share/themes/Canta-dark/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/button.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-dark/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-dark/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-dark/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-dark/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-dark/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-dark/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-dark/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-dark/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-dark/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-dark/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-dark/gtk-2.0/assets/entry-active.png +share/themes/Canta-dark/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/entry-background.png +share/themes/Canta-dark/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/entry.png +share/themes/Canta-dark/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-dark/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-dark/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/flat-button.png +share/themes/Canta-dark/gtk-2.0/assets/focus.png +share/themes/Canta-dark/gtk-2.0/assets/frame-inline.png +share/themes/Canta-dark/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-dark/gtk-2.0/assets/frame.png +share/themes/Canta-dark/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-dark/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-dark/gtk-2.0/assets/handle-horz.png +share/themes/Canta-dark/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-dark/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-dark/gtk-2.0/assets/handle-vert.png +share/themes/Canta-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-dark/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-dark/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-dark/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-dark/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-dark/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-dark/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-dark/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-dark/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/pan-down.png +share/themes/Canta-dark/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-dark/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-dark/gtk-2.0/assets/pan-left.png +share/themes/Canta-dark/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-dark/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-dark/gtk-2.0/assets/pan-right.png +share/themes/Canta-dark/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-dark/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/pan-up.png +share/themes/Canta-dark/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-dark/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-dark/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-dark/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-dark/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-dark/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-dark/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-dark/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-dark/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-dark/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-dark/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/radio-checked.png +share/themes/Canta-dark/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-dark/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-dark/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-dark/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-dark/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-dark/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-dark/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-dark/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-dark/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-dark/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-dark/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/scale-slider.png +share/themes/Canta-dark/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-dark/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-dark/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-dark/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-dark/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-dark/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-dark/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-dark/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-dark/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-dark/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-dark/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-dark/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-dark/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-dark/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-dark/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-dark/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-dark/gtk-2.0/assets/tab-blue.png +share/themes/Canta-dark/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-dark/gtk-2.0/assets/tab.png +share/themes/Canta-dark/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-dark/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-dark/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-dark/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-dark/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-dark/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-dark/gtk-2.0/gtkrc +share/themes/Canta-dark/gtk-2.0/hacks.rc +share/themes/Canta-dark/gtk-2.0/main.rc +share/themes/Canta-dark/gtk-2.0/panel.rc +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top.png +share/themes/Canta-dark/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-dark/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-dark/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-dark/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-dark/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-dark/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-dark/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-dark/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-dark/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-dark/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-dark/gtk-3.0/gtk.css +share/themes/Canta-dark/index.theme +share/themes/Canta-dark/metacity-1/close.png +share/themes/Canta-dark/metacity-1/close_focused.png +share/themes/Canta-dark/metacity-1/close_focused_normal.png +share/themes/Canta-dark/metacity-1/close_focused_prelight.png +share/themes/Canta-dark/metacity-1/close_focused_pressed.png +share/themes/Canta-dark/metacity-1/close_unfocused.png +share/themes/Canta-dark/metacity-1/close_unfocused_prelight.png +share/themes/Canta-dark/metacity-1/close_unfocused_pressed.png +share/themes/Canta-dark/metacity-1/maximize.png +share/themes/Canta-dark/metacity-1/maximize_focused.png +share/themes/Canta-dark/metacity-1/maximize_focused_normal.png +share/themes/Canta-dark/metacity-1/maximize_focused_prelight.png +share/themes/Canta-dark/metacity-1/maximize_focused_pressed.png +share/themes/Canta-dark/metacity-1/maximize_unfocused.png +share/themes/Canta-dark/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-dark/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-dark/metacity-1/menu.png +share/themes/Canta-dark/metacity-1/menu_focused.png +share/themes/Canta-dark/metacity-1/menu_focused_normal.png +share/themes/Canta-dark/metacity-1/menu_focused_prelight.png +share/themes/Canta-dark/metacity-1/menu_focused_pressed.png +share/themes/Canta-dark/metacity-1/menu_unfocused.png +share/themes/Canta-dark/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-dark/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-dark/metacity-1/metacity-theme-1.xml +share/themes/Canta-dark/metacity-1/metacity-theme-2.xml +share/themes/Canta-dark/metacity-1/metacity-theme-3.xml +share/themes/Canta-dark/metacity-1/minimize.png +share/themes/Canta-dark/metacity-1/minimize_focused.png +share/themes/Canta-dark/metacity-1/minimize_focused_normal.png +share/themes/Canta-dark/metacity-1/minimize_focused_prelight.png +share/themes/Canta-dark/metacity-1/minimize_focused_pressed.png +share/themes/Canta-dark/metacity-1/minimize_unfocused.png +share/themes/Canta-dark/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-dark/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-dark/metacity-1/shade.png +share/themes/Canta-dark/metacity-1/shade_focused.png +share/themes/Canta-dark/metacity-1/shade_focused_normal.png +share/themes/Canta-dark/metacity-1/shade_focused_prelight.png +share/themes/Canta-dark/metacity-1/shade_focused_pressed.png +share/themes/Canta-dark/metacity-1/shade_unfocused.png +share/themes/Canta-dark/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-dark/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-dark/metacity-1/trough_left.png +share/themes/Canta-dark/metacity-1/trough_middle.png +share/themes/Canta-dark/metacity-1/trough_right.png +share/themes/Canta-dark/metacity-1/trough_unfocused_left.png +share/themes/Canta-dark/metacity-1/trough_unfocused_middle.png +share/themes/Canta-dark/metacity-1/trough_unfocused_right.png +share/themes/Canta-dark/metacity-1/unmaximize.png +share/themes/Canta-dark/metacity-1/unmaximize_focused.png +share/themes/Canta-dark/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-dark/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-dark/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-dark/metacity-1/unmaximize_unfocused.png +share/themes/Canta-dark/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-dark/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-dark/metacity-1/unshade.png +share/themes/Canta-dark/metacity-1/unshade_focused.png +share/themes/Canta-dark/metacity-1/unshade_focused_normal.png +share/themes/Canta-dark/metacity-1/unshade_focused_prelight.png +share/themes/Canta-dark/metacity-1/unshade_focused_pressed.png +share/themes/Canta-dark/metacity-1/unshade_unfocused.png +share/themes/Canta-dark/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-dark/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-dark/plank/dock.theme +share/themes/Canta-dark/unity/assets/close_focused.svg +share/themes/Canta-dark/unity/assets/close_focused_prelight.svg +share/themes/Canta-dark/unity/assets/close_focused_pressed.svg +share/themes/Canta-dark/unity/assets/close_unfocused.svg +share/themes/Canta-dark/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-dark/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-dark/unity/assets/maximize_focused.svg +share/themes/Canta-dark/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-dark/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-dark/unity/assets/maximize_unfocused.svg +share/themes/Canta-dark/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-dark/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-dark/unity/assets/minimize_focused.svg +share/themes/Canta-dark/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-dark/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-dark/unity/assets/minimize_unfocused.svg +share/themes/Canta-dark/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-dark/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-dark/unity/assets/unmaximize_focused.svg +share/themes/Canta-dark/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-dark/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-dark/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-dark/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-dark/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-dark/unity/close.svg +share/themes/Canta-dark/unity/close_dash.svg +share/themes/Canta-dark/unity/close_dash_disabled.svg +share/themes/Canta-dark/unity/close_dash_prelight.svg +share/themes/Canta-dark/unity/close_dash_pressed.svg +share/themes/Canta-dark/unity/close_focused_normal.svg +share/themes/Canta-dark/unity/close_focused_prelight.svg +share/themes/Canta-dark/unity/close_focused_pressed.svg +share/themes/Canta-dark/unity/close_unfocused.svg +share/themes/Canta-dark/unity/close_unfocused_prelight.svg +share/themes/Canta-dark/unity/close_unfocused_pressed.svg +share/themes/Canta-dark/unity/dash-widgets.json +share/themes/Canta-dark/unity/launcher_arrow_btt_19.svg +share/themes/Canta-dark/unity/launcher_arrow_btt_37.svg +share/themes/Canta-dark/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-dark/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-dark/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-dark/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-dark/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-dark/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-dark/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-dark/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-dark/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-dark/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-dark/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-dark/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-dark/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-dark/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-dark/unity/launcher_bfb.png +share/themes/Canta-dark/unity/launcher_icon_back_150.svg +share/themes/Canta-dark/unity/launcher_icon_back_54.svg +share/themes/Canta-dark/unity/launcher_icon_edge_150.svg +share/themes/Canta-dark/unity/launcher_icon_edge_54.svg +share/themes/Canta-dark/unity/launcher_icon_glow_200.svg +share/themes/Canta-dark/unity/launcher_icon_glow_62.svg +share/themes/Canta-dark/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-dark/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-dark/unity/launcher_icon_shadow_200.svg +share/themes/Canta-dark/unity/launcher_icon_shadow_62.svg +share/themes/Canta-dark/unity/launcher_icon_shine_150.svg +share/themes/Canta-dark/unity/launcher_icon_shine_54.svg +share/themes/Canta-dark/unity/launcher_pip_btt_19.svg +share/themes/Canta-dark/unity/launcher_pip_btt_37.svg +share/themes/Canta-dark/unity/launcher_pip_ltr_19.svg +share/themes/Canta-dark/unity/launcher_pip_ltr_37.svg +share/themes/Canta-dark/unity/launcher_pip_rtl_19.svg +share/themes/Canta-dark/unity/launcher_pip_rtl_37.svg +share/themes/Canta-dark/unity/launcher_pip_ttb_19.svg +share/themes/Canta-dark/unity/launcher_pip_ttb_37.svg +share/themes/Canta-dark/unity/maximize.svg +share/themes/Canta-dark/unity/maximize_dash.svg +share/themes/Canta-dark/unity/maximize_dash_disabled.svg +share/themes/Canta-dark/unity/maximize_dash_prelight.svg +share/themes/Canta-dark/unity/maximize_dash_pressed.svg +share/themes/Canta-dark/unity/maximize_focused_normal.svg +share/themes/Canta-dark/unity/maximize_focused_prelight.svg +share/themes/Canta-dark/unity/maximize_focused_pressed.svg +share/themes/Canta-dark/unity/maximize_unfocused.svg +share/themes/Canta-dark/unity/maximize_unfocused_prelight.svg +share/themes/Canta-dark/unity/maximize_unfocused_pressed.svg +share/themes/Canta-dark/unity/minimize.svg +share/themes/Canta-dark/unity/minimize_dash.svg +share/themes/Canta-dark/unity/minimize_dash_disabled.svg +share/themes/Canta-dark/unity/minimize_dash_prelight.svg +share/themes/Canta-dark/unity/minimize_dash_pressed.svg +share/themes/Canta-dark/unity/minimize_focused_normal.svg +share/themes/Canta-dark/unity/minimize_focused_prelight.svg +share/themes/Canta-dark/unity/minimize_focused_pressed.svg +share/themes/Canta-dark/unity/minimize_unfocused.svg +share/themes/Canta-dark/unity/minimize_unfocused_prelight.svg +share/themes/Canta-dark/unity/minimize_unfocused_pressed.svg +share/themes/Canta-dark/unity/progress_bar_fill.svg +share/themes/Canta-dark/unity/progress_bar_trough.svg +share/themes/Canta-dark/unity/sheet_style_close_focused.svg +share/themes/Canta-dark/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-dark/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-dark/unity/unmaximize.svg +share/themes/Canta-dark/unity/unmaximize_dash.svg +share/themes/Canta-dark/unity/unmaximize_dash_disabled.svg +share/themes/Canta-dark/unity/unmaximize_dash_prelight.svg +share/themes/Canta-dark/unity/unmaximize_dash_pressed.svg +share/themes/Canta-dark/unity/unmaximize_focused_normal.svg +share/themes/Canta-dark/unity/unmaximize_focused_prelight.svg +share/themes/Canta-dark/unity/unmaximize_focused_pressed.svg +share/themes/Canta-dark/unity/unmaximize_unfocused.svg +share/themes/Canta-dark/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-dark/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-dark/xfwm4/assets/border.svg +share/themes/Canta-dark/xfwm4/assets/close-active.svg +share/themes/Canta-dark/xfwm4/assets/close-inactive.svg +share/themes/Canta-dark/xfwm4/assets/close-prelight.svg +share/themes/Canta-dark/xfwm4/assets/close-pressed.svg +share/themes/Canta-dark/xfwm4/assets/hide-active.svg +share/themes/Canta-dark/xfwm4/assets/hide-inactive.svg +share/themes/Canta-dark/xfwm4/assets/hide-prelight.svg +share/themes/Canta-dark/xfwm4/assets/hide-pressed.svg +share/themes/Canta-dark/xfwm4/assets/maximize-active.svg +share/themes/Canta-dark/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-dark/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-dark/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-dark/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-dark/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-dark/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-dark/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-dark/xfwm4/assets/menu-active.svg +share/themes/Canta-dark/xfwm4/assets/menu-inactive.svg +share/themes/Canta-dark/xfwm4/assets/menu-prelight.svg +share/themes/Canta-dark/xfwm4/assets/menu-pressed.svg +share/themes/Canta-dark/xfwm4/assets/shade-active.svg +share/themes/Canta-dark/xfwm4/assets/shade-inactive.svg +share/themes/Canta-dark/xfwm4/assets/shade-prelight.svg +share/themes/Canta-dark/xfwm4/assets/shade-pressed.svg +share/themes/Canta-dark/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-dark/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-dark/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-dark/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-dark/xfwm4/assets/stick-active.svg +share/themes/Canta-dark/xfwm4/assets/stick-inactive.svg +share/themes/Canta-dark/xfwm4/assets/stick-prelight.svg +share/themes/Canta-dark/xfwm4/assets/stick-pressed.svg +share/themes/Canta-dark/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-dark/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-dark/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-dark/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-dark/xfwm4/assets/themerc +share/themes/Canta-dark/xfwm4/assets/title-side.svg +share/themes/Canta-dark/xfwm4/assets/title.svg +share/themes/Canta-dark/xfwm4/bottom-active.svg +share/themes/Canta-dark/xfwm4/bottom-inactive.svg +share/themes/Canta-dark/xfwm4/bottom-left-active.svg +share/themes/Canta-dark/xfwm4/bottom-left-inactive.svg +share/themes/Canta-dark/xfwm4/bottom-right-active.svg +share/themes/Canta-dark/xfwm4/bottom-right-inactive.svg +share/themes/Canta-dark/xfwm4/close-active.svg +share/themes/Canta-dark/xfwm4/close-inactive.svg +share/themes/Canta-dark/xfwm4/close-prelight.svg +share/themes/Canta-dark/xfwm4/close-pressed.svg +share/themes/Canta-dark/xfwm4/hide-active.svg +share/themes/Canta-dark/xfwm4/hide-inactive.svg +share/themes/Canta-dark/xfwm4/hide-prelight.svg +share/themes/Canta-dark/xfwm4/hide-pressed.svg +share/themes/Canta-dark/xfwm4/left-active.svg +share/themes/Canta-dark/xfwm4/left-inactive.svg +share/themes/Canta-dark/xfwm4/maximize-active.svg +share/themes/Canta-dark/xfwm4/maximize-inactive.svg +share/themes/Canta-dark/xfwm4/maximize-prelight.svg +share/themes/Canta-dark/xfwm4/maximize-pressed.svg +share/themes/Canta-dark/xfwm4/maximize-toggled-active.svg +share/themes/Canta-dark/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-dark/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-dark/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-dark/xfwm4/menu-active.svg +share/themes/Canta-dark/xfwm4/menu-inactive.svg +share/themes/Canta-dark/xfwm4/menu-prelight.svg +share/themes/Canta-dark/xfwm4/menu-pressed.svg +share/themes/Canta-dark/xfwm4/right-active.svg +share/themes/Canta-dark/xfwm4/right-inactive.svg +share/themes/Canta-dark/xfwm4/shade-active.svg +share/themes/Canta-dark/xfwm4/shade-inactive.svg +share/themes/Canta-dark/xfwm4/shade-prelight.svg +share/themes/Canta-dark/xfwm4/shade-pressed.svg +share/themes/Canta-dark/xfwm4/shade-toggled-active.svg +share/themes/Canta-dark/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-dark/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-dark/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-dark/xfwm4/stick-active.svg +share/themes/Canta-dark/xfwm4/stick-inactive.svg +share/themes/Canta-dark/xfwm4/stick-prelight.svg +share/themes/Canta-dark/xfwm4/stick-pressed.svg +share/themes/Canta-dark/xfwm4/stick-toggled-active.svg +share/themes/Canta-dark/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-dark/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-dark/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-dark/xfwm4/themerc +share/themes/Canta-dark/xfwm4/title-1-active.svg +share/themes/Canta-dark/xfwm4/title-1-inactive.svg +share/themes/Canta-dark/xfwm4/title-2-active.svg +share/themes/Canta-dark/xfwm4/title-2-inactive.svg +share/themes/Canta-dark/xfwm4/title-3-active.svg +share/themes/Canta-dark/xfwm4/title-3-inactive.svg +share/themes/Canta-dark/xfwm4/title-4-active.svg +share/themes/Canta-dark/xfwm4/title-4-inactive.svg +share/themes/Canta-dark/xfwm4/title-5-active.svg +share/themes/Canta-dark/xfwm4/title-5-inactive.svg +share/themes/Canta-dark/xfwm4/top-left-active.svg +share/themes/Canta-dark/xfwm4/top-left-inactive.svg +share/themes/Canta-dark/xfwm4/top-right-active.svg +share/themes/Canta-dark/xfwm4/top-right-inactive.svg +share/themes/Canta-indigo-compact/AUTHORS +share/themes/Canta-indigo-compact/COPYING +share/themes/Canta-indigo-compact/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-indigo-compact/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-indigo-compact/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-indigo-compact/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-indigo-compact/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-indigo-compact/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-indigo-compact/cinnamon/assets/menu/menu.svg +share/themes/Canta-indigo-compact/cinnamon/assets/menu/submenu.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/bg.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/button-box.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/close-active.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/close.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/desklet.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/message.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/osd.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/overview.svg +share/themes/Canta-indigo-compact/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-indigo-compact/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-indigo-compact/cinnamon/assets/panel/activities.svg +share/themes/Canta-indigo-compact/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-indigo-compact/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-indigo-compact/cinnamon/cinnamon.css +share/themes/Canta-indigo-compact/cinnamon/thumbnail.png +share/themes/Canta-indigo-compact/gnome-shell/assets/activities-active.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/activities.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/checkbox.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/close.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/key-enter.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/key-hide.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/key-layout.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/key-shift.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/more-results.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/no-events.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/no-notifications.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/process-working.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/toggle-off.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/toggle-on.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/window-close-active.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-indigo-compact/gnome-shell/assets/window-close.svg +share/themes/Canta-indigo-compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-indigo-compact/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-indigo-compact/gnome-shell/gnome-shell.css +share/themes/Canta-indigo-compact/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-indigo-compact/gnome-shell/no-events.svg +share/themes/Canta-indigo-compact/gnome-shell/no-notifications.svg +share/themes/Canta-indigo-compact/gnome-shell/noise-texture.png +share/themes/Canta-indigo-compact/gnome-shell/pad-osd.css +share/themes/Canta-indigo-compact/gnome-shell/process-working.svg +share/themes/Canta-indigo-compact/gtk-2.0/apps.rc +share/themes/Canta-indigo-compact/gtk-2.0/assets/border.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/button-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/button-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/button.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/entry-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/entry-background.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/entry.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/flat-button.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/focus.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/frame-inline.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/frame.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/handle-horz.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/handle-vert.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-down.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-left.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-right.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pan-up.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-checked.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scale-slider.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/tab-blue.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/tab.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-indigo-compact/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-indigo-compact/gtk-2.0/gtkrc +share/themes/Canta-indigo-compact/gtk-2.0/hacks.rc +share/themes/Canta-indigo-compact/gtk-2.0/main.rc +share/themes/Canta-indigo-compact/gtk-2.0/panel.rc +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-indigo-compact/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-indigo-compact/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-indigo-compact/gtk-3.0/gtk-dark.css +share/themes/Canta-indigo-compact/gtk-3.0/gtk.css +share/themes/Canta-indigo-compact/index.theme +share/themes/Canta-indigo-compact/metacity-1/close.png +share/themes/Canta-indigo-compact/metacity-1/close_focused.png +share/themes/Canta-indigo-compact/metacity-1/close_focused_normal.png +share/themes/Canta-indigo-compact/metacity-1/close_focused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/close_focused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/close_unfocused.png +share/themes/Canta-indigo-compact/metacity-1/close_unfocused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/close_unfocused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/maximize.png +share/themes/Canta-indigo-compact/metacity-1/maximize_focused.png +share/themes/Canta-indigo-compact/metacity-1/maximize_focused_normal.png +share/themes/Canta-indigo-compact/metacity-1/maximize_focused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/maximize_focused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/maximize_unfocused.png +share/themes/Canta-indigo-compact/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/menu.png +share/themes/Canta-indigo-compact/metacity-1/menu_focused.png +share/themes/Canta-indigo-compact/metacity-1/menu_focused_normal.png +share/themes/Canta-indigo-compact/metacity-1/menu_focused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/menu_focused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/menu_unfocused.png +share/themes/Canta-indigo-compact/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/metacity-theme-1.xml +share/themes/Canta-indigo-compact/metacity-1/metacity-theme-2.xml +share/themes/Canta-indigo-compact/metacity-1/metacity-theme-3.xml +share/themes/Canta-indigo-compact/metacity-1/minimize.png +share/themes/Canta-indigo-compact/metacity-1/minimize_focused.png +share/themes/Canta-indigo-compact/metacity-1/minimize_focused_normal.png +share/themes/Canta-indigo-compact/metacity-1/minimize_focused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/minimize_focused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/minimize_unfocused.png +share/themes/Canta-indigo-compact/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/shade.png +share/themes/Canta-indigo-compact/metacity-1/shade_focused.png +share/themes/Canta-indigo-compact/metacity-1/shade_focused_normal.png +share/themes/Canta-indigo-compact/metacity-1/shade_focused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/shade_focused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/shade_unfocused.png +share/themes/Canta-indigo-compact/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/trough_left.png +share/themes/Canta-indigo-compact/metacity-1/trough_middle.png +share/themes/Canta-indigo-compact/metacity-1/trough_right.png +share/themes/Canta-indigo-compact/metacity-1/trough_unfocused_left.png +share/themes/Canta-indigo-compact/metacity-1/trough_unfocused_middle.png +share/themes/Canta-indigo-compact/metacity-1/trough_unfocused_right.png +share/themes/Canta-indigo-compact/metacity-1/unmaximize.png +share/themes/Canta-indigo-compact/metacity-1/unmaximize_focused.png +share/themes/Canta-indigo-compact/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-indigo-compact/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/unmaximize_unfocused.png +share/themes/Canta-indigo-compact/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/unshade.png +share/themes/Canta-indigo-compact/metacity-1/unshade_focused.png +share/themes/Canta-indigo-compact/metacity-1/unshade_focused_normal.png +share/themes/Canta-indigo-compact/metacity-1/unshade_focused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/unshade_focused_pressed.png +share/themes/Canta-indigo-compact/metacity-1/unshade_unfocused.png +share/themes/Canta-indigo-compact/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-indigo-compact/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-indigo-compact/plank/dock.theme +share/themes/Canta-indigo-compact/unity/assets/close_focused.svg +share/themes/Canta-indigo-compact/unity/assets/close_focused_prelight.svg +share/themes/Canta-indigo-compact/unity/assets/close_focused_pressed.svg +share/themes/Canta-indigo-compact/unity/assets/close_unfocused.svg +share/themes/Canta-indigo-compact/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-indigo-compact/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-indigo-compact/unity/assets/maximize_focused.svg +share/themes/Canta-indigo-compact/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-indigo-compact/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-indigo-compact/unity/assets/maximize_unfocused.svg +share/themes/Canta-indigo-compact/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-indigo-compact/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-indigo-compact/unity/assets/minimize_focused.svg +share/themes/Canta-indigo-compact/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-indigo-compact/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-indigo-compact/unity/assets/minimize_unfocused.svg +share/themes/Canta-indigo-compact/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-indigo-compact/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-indigo-compact/unity/assets/unmaximize_focused.svg +share/themes/Canta-indigo-compact/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-indigo-compact/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-indigo-compact/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-indigo-compact/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo-compact/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo-compact/unity/close.svg +share/themes/Canta-indigo-compact/unity/close_dash.svg +share/themes/Canta-indigo-compact/unity/close_dash_disabled.svg +share/themes/Canta-indigo-compact/unity/close_dash_prelight.svg +share/themes/Canta-indigo-compact/unity/close_dash_pressed.svg +share/themes/Canta-indigo-compact/unity/close_focused_normal.svg +share/themes/Canta-indigo-compact/unity/close_focused_prelight.svg +share/themes/Canta-indigo-compact/unity/close_focused_pressed.svg +share/themes/Canta-indigo-compact/unity/close_unfocused.svg +share/themes/Canta-indigo-compact/unity/close_unfocused_prelight.svg +share/themes/Canta-indigo-compact/unity/close_unfocused_pressed.svg +share/themes/Canta-indigo-compact/unity/dash-widgets.json +share/themes/Canta-indigo-compact/unity/launcher_arrow_btt_19.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_btt_37.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-indigo-compact/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-indigo-compact/unity/launcher_bfb.png +share/themes/Canta-indigo-compact/unity/launcher_icon_back_150.svg +share/themes/Canta-indigo-compact/unity/launcher_icon_back_54.svg +share/themes/Canta-indigo-compact/unity/launcher_icon_edge_150.svg +share/themes/Canta-indigo-compact/unity/launcher_icon_edge_54.svg +share/themes/Canta-indigo-compact/unity/launcher_icon_glow_200.svg +share/themes/Canta-indigo-compact/unity/launcher_icon_glow_62.svg +share/themes/Canta-indigo-compact/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-indigo-compact/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-indigo-compact/unity/launcher_icon_shadow_200.svg +share/themes/Canta-indigo-compact/unity/launcher_icon_shadow_62.svg +share/themes/Canta-indigo-compact/unity/launcher_icon_shine_150.svg +share/themes/Canta-indigo-compact/unity/launcher_icon_shine_54.svg +share/themes/Canta-indigo-compact/unity/launcher_pip_btt_19.svg +share/themes/Canta-indigo-compact/unity/launcher_pip_btt_37.svg +share/themes/Canta-indigo-compact/unity/launcher_pip_ltr_19.svg +share/themes/Canta-indigo-compact/unity/launcher_pip_ltr_37.svg +share/themes/Canta-indigo-compact/unity/launcher_pip_rtl_19.svg +share/themes/Canta-indigo-compact/unity/launcher_pip_rtl_37.svg +share/themes/Canta-indigo-compact/unity/launcher_pip_ttb_19.svg +share/themes/Canta-indigo-compact/unity/launcher_pip_ttb_37.svg +share/themes/Canta-indigo-compact/unity/maximize.svg +share/themes/Canta-indigo-compact/unity/maximize_dash.svg +share/themes/Canta-indigo-compact/unity/maximize_dash_disabled.svg +share/themes/Canta-indigo-compact/unity/maximize_dash_prelight.svg +share/themes/Canta-indigo-compact/unity/maximize_dash_pressed.svg +share/themes/Canta-indigo-compact/unity/maximize_focused_normal.svg +share/themes/Canta-indigo-compact/unity/maximize_focused_prelight.svg +share/themes/Canta-indigo-compact/unity/maximize_focused_pressed.svg +share/themes/Canta-indigo-compact/unity/maximize_unfocused.svg +share/themes/Canta-indigo-compact/unity/maximize_unfocused_prelight.svg +share/themes/Canta-indigo-compact/unity/maximize_unfocused_pressed.svg +share/themes/Canta-indigo-compact/unity/minimize.svg +share/themes/Canta-indigo-compact/unity/minimize_dash.svg +share/themes/Canta-indigo-compact/unity/minimize_dash_disabled.svg +share/themes/Canta-indigo-compact/unity/minimize_dash_prelight.svg +share/themes/Canta-indigo-compact/unity/minimize_dash_pressed.svg +share/themes/Canta-indigo-compact/unity/minimize_focused_normal.svg +share/themes/Canta-indigo-compact/unity/minimize_focused_prelight.svg +share/themes/Canta-indigo-compact/unity/minimize_focused_pressed.svg +share/themes/Canta-indigo-compact/unity/minimize_unfocused.svg +share/themes/Canta-indigo-compact/unity/minimize_unfocused_prelight.svg +share/themes/Canta-indigo-compact/unity/minimize_unfocused_pressed.svg +share/themes/Canta-indigo-compact/unity/progress_bar_fill.svg +share/themes/Canta-indigo-compact/unity/progress_bar_trough.svg +share/themes/Canta-indigo-compact/unity/sheet_style_close_focused.svg +share/themes/Canta-indigo-compact/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-indigo-compact/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-indigo-compact/unity/unmaximize.svg +share/themes/Canta-indigo-compact/unity/unmaximize_dash.svg +share/themes/Canta-indigo-compact/unity/unmaximize_dash_disabled.svg +share/themes/Canta-indigo-compact/unity/unmaximize_dash_prelight.svg +share/themes/Canta-indigo-compact/unity/unmaximize_dash_pressed.svg +share/themes/Canta-indigo-compact/unity/unmaximize_focused_normal.svg +share/themes/Canta-indigo-compact/unity/unmaximize_focused_prelight.svg +share/themes/Canta-indigo-compact/unity/unmaximize_focused_pressed.svg +share/themes/Canta-indigo-compact/unity/unmaximize_unfocused.svg +share/themes/Canta-indigo-compact/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo-compact/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo-compact/xfwm4/assets/border.svg +share/themes/Canta-indigo-compact/xfwm4/assets/close-active.svg +share/themes/Canta-indigo-compact/xfwm4/assets/close-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/assets/close-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/assets/close-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/assets/hide-active.svg +share/themes/Canta-indigo-compact/xfwm4/assets/hide-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/assets/hide-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/assets/hide-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/assets/maximize-active.svg +share/themes/Canta-indigo-compact/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-indigo-compact/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/assets/menu-active.svg +share/themes/Canta-indigo-compact/xfwm4/assets/menu-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/assets/menu-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/assets/menu-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/assets/shade-active.svg +share/themes/Canta-indigo-compact/xfwm4/assets/shade-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/assets/shade-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/assets/shade-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-indigo-compact/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/assets/stick-active.svg +share/themes/Canta-indigo-compact/xfwm4/assets/stick-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/assets/stick-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/assets/stick-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-indigo-compact/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/assets/themerc +share/themes/Canta-indigo-compact/xfwm4/assets/title-side.svg +share/themes/Canta-indigo-compact/xfwm4/assets/title.svg +share/themes/Canta-indigo-compact/xfwm4/bottom-active.svg +share/themes/Canta-indigo-compact/xfwm4/bottom-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/bottom-left-active.svg +share/themes/Canta-indigo-compact/xfwm4/bottom-left-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/bottom-right-active.svg +share/themes/Canta-indigo-compact/xfwm4/bottom-right-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/close-active.svg +share/themes/Canta-indigo-compact/xfwm4/close-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/close-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/close-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/hide-active.svg +share/themes/Canta-indigo-compact/xfwm4/hide-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/hide-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/hide-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/left-active.svg +share/themes/Canta-indigo-compact/xfwm4/left-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/maximize-active.svg +share/themes/Canta-indigo-compact/xfwm4/maximize-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/maximize-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/maximize-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/maximize-toggled-active.svg +share/themes/Canta-indigo-compact/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/menu-active.svg +share/themes/Canta-indigo-compact/xfwm4/menu-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/menu-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/menu-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/right-active.svg +share/themes/Canta-indigo-compact/xfwm4/right-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/shade-active.svg +share/themes/Canta-indigo-compact/xfwm4/shade-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/shade-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/shade-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/shade-toggled-active.svg +share/themes/Canta-indigo-compact/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/stick-active.svg +share/themes/Canta-indigo-compact/xfwm4/stick-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/stick-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/stick-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/stick-toggled-active.svg +share/themes/Canta-indigo-compact/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-indigo-compact/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-indigo-compact/xfwm4/themerc +share/themes/Canta-indigo-compact/xfwm4/title-1-active.svg +share/themes/Canta-indigo-compact/xfwm4/title-1-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/title-2-active.svg +share/themes/Canta-indigo-compact/xfwm4/title-2-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/title-3-active.svg +share/themes/Canta-indigo-compact/xfwm4/title-3-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/title-4-active.svg +share/themes/Canta-indigo-compact/xfwm4/title-4-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/title-5-active.svg +share/themes/Canta-indigo-compact/xfwm4/title-5-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/top-left-active.svg +share/themes/Canta-indigo-compact/xfwm4/top-left-inactive.svg +share/themes/Canta-indigo-compact/xfwm4/top-right-active.svg +share/themes/Canta-indigo-compact/xfwm4/top-right-inactive.svg +share/themes/Canta-indigo-dark-compact/AUTHORS +share/themes/Canta-indigo-dark-compact/COPYING +share/themes/Canta-indigo-dark-compact/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/menu/menu.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/menu/submenu.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/bg.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/button-box.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/close-active.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/close.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/desklet.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/message.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/osd.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/overview.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/panel/activities.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-indigo-dark-compact/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-indigo-dark-compact/cinnamon/cinnamon.css +share/themes/Canta-indigo-dark-compact/cinnamon/thumbnail.png +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/activities-active.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/activities.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/checkbox.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/close.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/key-enter.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/key-hide.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/key-layout.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/key-shift.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/more-results.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/no-events.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/no-notifications.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/process-working.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/toggle-off.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/toggle-on.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/window-close-active.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/assets/window-close.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-indigo-dark-compact/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-indigo-dark-compact/gnome-shell/gnome-shell.css +share/themes/Canta-indigo-dark-compact/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/no-events.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/no-notifications.svg +share/themes/Canta-indigo-dark-compact/gnome-shell/noise-texture.png +share/themes/Canta-indigo-dark-compact/gnome-shell/pad-osd.css +share/themes/Canta-indigo-dark-compact/gnome-shell/process-working.svg +share/themes/Canta-indigo-dark-compact/gtk-2.0/apps.rc +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/border.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/button-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/button-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/button.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/entry-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/entry-background.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/entry.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/flat-button.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/focus.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/frame-inline.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/frame.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/handle-horz.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/handle-vert.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-down.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-left.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-right.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pan-up.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-checked.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scale-slider.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/tab-blue.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/tab.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-indigo-dark-compact/gtk-2.0/gtkrc +share/themes/Canta-indigo-dark-compact/gtk-2.0/hacks.rc +share/themes/Canta-indigo-dark-compact/gtk-2.0/main.rc +share/themes/Canta-indigo-dark-compact/gtk-2.0/panel.rc +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-indigo-dark-compact/gtk-3.0/gtk.css +share/themes/Canta-indigo-dark-compact/index.theme +share/themes/Canta-indigo-dark-compact/metacity-1/close.png +share/themes/Canta-indigo-dark-compact/metacity-1/close_focused.png +share/themes/Canta-indigo-dark-compact/metacity-1/close_focused_normal.png +share/themes/Canta-indigo-dark-compact/metacity-1/close_focused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/close_focused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/close_unfocused.png +share/themes/Canta-indigo-dark-compact/metacity-1/close_unfocused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/close_unfocused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/maximize.png +share/themes/Canta-indigo-dark-compact/metacity-1/maximize_focused.png +share/themes/Canta-indigo-dark-compact/metacity-1/maximize_focused_normal.png +share/themes/Canta-indigo-dark-compact/metacity-1/maximize_focused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/maximize_focused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/maximize_unfocused.png +share/themes/Canta-indigo-dark-compact/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/menu.png +share/themes/Canta-indigo-dark-compact/metacity-1/menu_focused.png +share/themes/Canta-indigo-dark-compact/metacity-1/menu_focused_normal.png +share/themes/Canta-indigo-dark-compact/metacity-1/menu_focused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/menu_focused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/menu_unfocused.png +share/themes/Canta-indigo-dark-compact/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/metacity-theme-1.xml +share/themes/Canta-indigo-dark-compact/metacity-1/metacity-theme-2.xml +share/themes/Canta-indigo-dark-compact/metacity-1/metacity-theme-3.xml +share/themes/Canta-indigo-dark-compact/metacity-1/minimize.png +share/themes/Canta-indigo-dark-compact/metacity-1/minimize_focused.png +share/themes/Canta-indigo-dark-compact/metacity-1/minimize_focused_normal.png +share/themes/Canta-indigo-dark-compact/metacity-1/minimize_focused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/minimize_focused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/minimize_unfocused.png +share/themes/Canta-indigo-dark-compact/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/shade.png +share/themes/Canta-indigo-dark-compact/metacity-1/shade_focused.png +share/themes/Canta-indigo-dark-compact/metacity-1/shade_focused_normal.png +share/themes/Canta-indigo-dark-compact/metacity-1/shade_focused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/shade_focused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/shade_unfocused.png +share/themes/Canta-indigo-dark-compact/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/trough_left.png +share/themes/Canta-indigo-dark-compact/metacity-1/trough_middle.png +share/themes/Canta-indigo-dark-compact/metacity-1/trough_right.png +share/themes/Canta-indigo-dark-compact/metacity-1/trough_unfocused_left.png +share/themes/Canta-indigo-dark-compact/metacity-1/trough_unfocused_middle.png +share/themes/Canta-indigo-dark-compact/metacity-1/trough_unfocused_right.png +share/themes/Canta-indigo-dark-compact/metacity-1/unmaximize.png +share/themes/Canta-indigo-dark-compact/metacity-1/unmaximize_focused.png +share/themes/Canta-indigo-dark-compact/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-indigo-dark-compact/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/unmaximize_unfocused.png +share/themes/Canta-indigo-dark-compact/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/unshade.png +share/themes/Canta-indigo-dark-compact/metacity-1/unshade_focused.png +share/themes/Canta-indigo-dark-compact/metacity-1/unshade_focused_normal.png +share/themes/Canta-indigo-dark-compact/metacity-1/unshade_focused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/unshade_focused_pressed.png +share/themes/Canta-indigo-dark-compact/metacity-1/unshade_unfocused.png +share/themes/Canta-indigo-dark-compact/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-indigo-dark-compact/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-indigo-dark-compact/plank/dock.theme +share/themes/Canta-indigo-dark-compact/unity/assets/close_focused.svg +share/themes/Canta-indigo-dark-compact/unity/assets/close_focused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/assets/close_focused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/assets/close_unfocused.svg +share/themes/Canta-indigo-dark-compact/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/assets/maximize_focused.svg +share/themes/Canta-indigo-dark-compact/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/assets/maximize_unfocused.svg +share/themes/Canta-indigo-dark-compact/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/assets/minimize_focused.svg +share/themes/Canta-indigo-dark-compact/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/assets/minimize_unfocused.svg +share/themes/Canta-indigo-dark-compact/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/assets/unmaximize_focused.svg +share/themes/Canta-indigo-dark-compact/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-indigo-dark-compact/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/close.svg +share/themes/Canta-indigo-dark-compact/unity/close_dash.svg +share/themes/Canta-indigo-dark-compact/unity/close_dash_disabled.svg +share/themes/Canta-indigo-dark-compact/unity/close_dash_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/close_dash_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/close_focused_normal.svg +share/themes/Canta-indigo-dark-compact/unity/close_focused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/close_focused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/close_unfocused.svg +share/themes/Canta-indigo-dark-compact/unity/close_unfocused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/close_unfocused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/dash-widgets.json +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_btt_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_btt_37.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_bfb.png +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_back_150.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_back_54.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_edge_150.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_edge_54.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_glow_200.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_glow_62.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_shadow_200.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_shadow_62.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_shine_150.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_icon_shine_54.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_pip_btt_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_pip_btt_37.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_pip_ltr_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_pip_ltr_37.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_pip_rtl_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_pip_rtl_37.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_pip_ttb_19.svg +share/themes/Canta-indigo-dark-compact/unity/launcher_pip_ttb_37.svg +share/themes/Canta-indigo-dark-compact/unity/maximize.svg +share/themes/Canta-indigo-dark-compact/unity/maximize_dash.svg +share/themes/Canta-indigo-dark-compact/unity/maximize_dash_disabled.svg +share/themes/Canta-indigo-dark-compact/unity/maximize_dash_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/maximize_dash_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/maximize_focused_normal.svg +share/themes/Canta-indigo-dark-compact/unity/maximize_focused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/maximize_focused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/maximize_unfocused.svg +share/themes/Canta-indigo-dark-compact/unity/maximize_unfocused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/maximize_unfocused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/minimize.svg +share/themes/Canta-indigo-dark-compact/unity/minimize_dash.svg +share/themes/Canta-indigo-dark-compact/unity/minimize_dash_disabled.svg +share/themes/Canta-indigo-dark-compact/unity/minimize_dash_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/minimize_dash_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/minimize_focused_normal.svg +share/themes/Canta-indigo-dark-compact/unity/minimize_focused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/minimize_focused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/minimize_unfocused.svg +share/themes/Canta-indigo-dark-compact/unity/minimize_unfocused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/minimize_unfocused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/progress_bar_fill.svg +share/themes/Canta-indigo-dark-compact/unity/progress_bar_trough.svg +share/themes/Canta-indigo-dark-compact/unity/sheet_style_close_focused.svg +share/themes/Canta-indigo-dark-compact/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/unmaximize.svg +share/themes/Canta-indigo-dark-compact/unity/unmaximize_dash.svg +share/themes/Canta-indigo-dark-compact/unity/unmaximize_dash_disabled.svg +share/themes/Canta-indigo-dark-compact/unity/unmaximize_dash_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/unmaximize_dash_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/unmaximize_focused_normal.svg +share/themes/Canta-indigo-dark-compact/unity/unmaximize_focused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/unmaximize_focused_pressed.svg +share/themes/Canta-indigo-dark-compact/unity/unmaximize_unfocused.svg +share/themes/Canta-indigo-dark-compact/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo-dark-compact/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/border.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/close-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/close-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/close-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/close-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/hide-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/hide-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/hide-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/hide-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/maximize-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/menu-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/menu-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/menu-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/menu-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/shade-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/shade-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/shade-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/shade-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/stick-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/stick-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/stick-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/stick-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/themerc +share/themes/Canta-indigo-dark-compact/xfwm4/assets/title-side.svg +share/themes/Canta-indigo-dark-compact/xfwm4/assets/title.svg +share/themes/Canta-indigo-dark-compact/xfwm4/bottom-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/bottom-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/bottom-left-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/bottom-left-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/bottom-right-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/bottom-right-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/close-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/close-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/close-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/close-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/hide-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/hide-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/hide-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/hide-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/left-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/left-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/maximize-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/maximize-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/maximize-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/maximize-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/maximize-toggled-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/menu-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/menu-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/menu-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/menu-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/right-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/right-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/shade-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/shade-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/shade-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/shade-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/shade-toggled-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/stick-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/stick-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/stick-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/stick-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/stick-toggled-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-indigo-dark-compact/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-indigo-dark-compact/xfwm4/themerc +share/themes/Canta-indigo-dark-compact/xfwm4/title-1-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/title-1-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/title-2-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/title-2-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/title-3-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/title-3-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/title-4-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/title-4-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/title-5-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/title-5-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/top-left-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/top-left-inactive.svg +share/themes/Canta-indigo-dark-compact/xfwm4/top-right-active.svg +share/themes/Canta-indigo-dark-compact/xfwm4/top-right-inactive.svg +share/themes/Canta-indigo-dark/AUTHORS +share/themes/Canta-indigo-dark/COPYING +share/themes/Canta-indigo-dark/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-indigo-dark/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-indigo-dark/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-indigo-dark/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-indigo-dark/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-indigo-dark/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-indigo-dark/cinnamon/assets/menu/menu.svg +share/themes/Canta-indigo-dark/cinnamon/assets/menu/submenu.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/bg.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/button-box.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/close-active.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/close.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/desklet.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/message.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/osd.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/overview.svg +share/themes/Canta-indigo-dark/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-indigo-dark/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-indigo-dark/cinnamon/assets/panel/activities.svg +share/themes/Canta-indigo-dark/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-indigo-dark/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-indigo-dark/cinnamon/cinnamon.css +share/themes/Canta-indigo-dark/cinnamon/thumbnail.png +share/themes/Canta-indigo-dark/gnome-shell/assets/activities-active.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/activities.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/checkbox.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/close.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/key-enter.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/key-hide.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/key-layout.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/key-shift.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/more-results.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/no-events.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/no-notifications.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/process-working.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/toggle-off.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/toggle-on.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/window-close-active.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-indigo-dark/gnome-shell/assets/window-close.svg +share/themes/Canta-indigo-dark/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-indigo-dark/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-indigo-dark/gnome-shell/gnome-shell.css +share/themes/Canta-indigo-dark/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-indigo-dark/gnome-shell/no-events.svg +share/themes/Canta-indigo-dark/gnome-shell/no-notifications.svg +share/themes/Canta-indigo-dark/gnome-shell/noise-texture.png +share/themes/Canta-indigo-dark/gnome-shell/pad-osd.css +share/themes/Canta-indigo-dark/gnome-shell/process-working.svg +share/themes/Canta-indigo-dark/gtk-2.0/apps.rc +share/themes/Canta-indigo-dark/gtk-2.0/assets/border.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/button-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/button-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/button.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/entry-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/entry-background.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/entry.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/flat-button.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/focus.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/frame-inline.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/frame.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/handle-horz.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/handle-vert.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-down.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-left.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-right.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pan-up.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-checked.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scale-slider.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/tab-blue.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/tab.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-indigo-dark/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-indigo-dark/gtk-2.0/gtkrc +share/themes/Canta-indigo-dark/gtk-2.0/hacks.rc +share/themes/Canta-indigo-dark/gtk-2.0/main.rc +share/themes/Canta-indigo-dark/gtk-2.0/panel.rc +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-indigo-dark/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-indigo-dark/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-indigo-dark/gtk-3.0/gtk.css +share/themes/Canta-indigo-dark/index.theme +share/themes/Canta-indigo-dark/metacity-1/close.png +share/themes/Canta-indigo-dark/metacity-1/close_focused.png +share/themes/Canta-indigo-dark/metacity-1/close_focused_normal.png +share/themes/Canta-indigo-dark/metacity-1/close_focused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/close_focused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/close_unfocused.png +share/themes/Canta-indigo-dark/metacity-1/close_unfocused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/close_unfocused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/maximize.png +share/themes/Canta-indigo-dark/metacity-1/maximize_focused.png +share/themes/Canta-indigo-dark/metacity-1/maximize_focused_normal.png +share/themes/Canta-indigo-dark/metacity-1/maximize_focused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/maximize_focused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/maximize_unfocused.png +share/themes/Canta-indigo-dark/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/menu.png +share/themes/Canta-indigo-dark/metacity-1/menu_focused.png +share/themes/Canta-indigo-dark/metacity-1/menu_focused_normal.png +share/themes/Canta-indigo-dark/metacity-1/menu_focused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/menu_focused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/menu_unfocused.png +share/themes/Canta-indigo-dark/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/metacity-theme-1.xml +share/themes/Canta-indigo-dark/metacity-1/metacity-theme-2.xml +share/themes/Canta-indigo-dark/metacity-1/metacity-theme-3.xml +share/themes/Canta-indigo-dark/metacity-1/minimize.png +share/themes/Canta-indigo-dark/metacity-1/minimize_focused.png +share/themes/Canta-indigo-dark/metacity-1/minimize_focused_normal.png +share/themes/Canta-indigo-dark/metacity-1/minimize_focused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/minimize_focused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/minimize_unfocused.png +share/themes/Canta-indigo-dark/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/shade.png +share/themes/Canta-indigo-dark/metacity-1/shade_focused.png +share/themes/Canta-indigo-dark/metacity-1/shade_focused_normal.png +share/themes/Canta-indigo-dark/metacity-1/shade_focused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/shade_focused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/shade_unfocused.png +share/themes/Canta-indigo-dark/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/trough_left.png +share/themes/Canta-indigo-dark/metacity-1/trough_middle.png +share/themes/Canta-indigo-dark/metacity-1/trough_right.png +share/themes/Canta-indigo-dark/metacity-1/trough_unfocused_left.png +share/themes/Canta-indigo-dark/metacity-1/trough_unfocused_middle.png +share/themes/Canta-indigo-dark/metacity-1/trough_unfocused_right.png +share/themes/Canta-indigo-dark/metacity-1/unmaximize.png +share/themes/Canta-indigo-dark/metacity-1/unmaximize_focused.png +share/themes/Canta-indigo-dark/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-indigo-dark/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/unmaximize_unfocused.png +share/themes/Canta-indigo-dark/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/unshade.png +share/themes/Canta-indigo-dark/metacity-1/unshade_focused.png +share/themes/Canta-indigo-dark/metacity-1/unshade_focused_normal.png +share/themes/Canta-indigo-dark/metacity-1/unshade_focused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/unshade_focused_pressed.png +share/themes/Canta-indigo-dark/metacity-1/unshade_unfocused.png +share/themes/Canta-indigo-dark/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-indigo-dark/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-indigo-dark/plank/dock.theme +share/themes/Canta-indigo-dark/unity/assets/close_focused.svg +share/themes/Canta-indigo-dark/unity/assets/close_focused_prelight.svg +share/themes/Canta-indigo-dark/unity/assets/close_focused_pressed.svg +share/themes/Canta-indigo-dark/unity/assets/close_unfocused.svg +share/themes/Canta-indigo-dark/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-indigo-dark/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-indigo-dark/unity/assets/maximize_focused.svg +share/themes/Canta-indigo-dark/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-indigo-dark/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-indigo-dark/unity/assets/maximize_unfocused.svg +share/themes/Canta-indigo-dark/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-indigo-dark/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-indigo-dark/unity/assets/minimize_focused.svg +share/themes/Canta-indigo-dark/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-indigo-dark/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-indigo-dark/unity/assets/minimize_unfocused.svg +share/themes/Canta-indigo-dark/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-indigo-dark/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-indigo-dark/unity/assets/unmaximize_focused.svg +share/themes/Canta-indigo-dark/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-indigo-dark/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-indigo-dark/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-indigo-dark/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo-dark/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo-dark/unity/close.svg +share/themes/Canta-indigo-dark/unity/close_dash.svg +share/themes/Canta-indigo-dark/unity/close_dash_disabled.svg +share/themes/Canta-indigo-dark/unity/close_dash_prelight.svg +share/themes/Canta-indigo-dark/unity/close_dash_pressed.svg +share/themes/Canta-indigo-dark/unity/close_focused_normal.svg +share/themes/Canta-indigo-dark/unity/close_focused_prelight.svg +share/themes/Canta-indigo-dark/unity/close_focused_pressed.svg +share/themes/Canta-indigo-dark/unity/close_unfocused.svg +share/themes/Canta-indigo-dark/unity/close_unfocused_prelight.svg +share/themes/Canta-indigo-dark/unity/close_unfocused_pressed.svg +share/themes/Canta-indigo-dark/unity/dash-widgets.json +share/themes/Canta-indigo-dark/unity/launcher_arrow_btt_19.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_btt_37.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-indigo-dark/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-indigo-dark/unity/launcher_bfb.png +share/themes/Canta-indigo-dark/unity/launcher_icon_back_150.svg +share/themes/Canta-indigo-dark/unity/launcher_icon_back_54.svg +share/themes/Canta-indigo-dark/unity/launcher_icon_edge_150.svg +share/themes/Canta-indigo-dark/unity/launcher_icon_edge_54.svg +share/themes/Canta-indigo-dark/unity/launcher_icon_glow_200.svg +share/themes/Canta-indigo-dark/unity/launcher_icon_glow_62.svg +share/themes/Canta-indigo-dark/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-indigo-dark/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-indigo-dark/unity/launcher_icon_shadow_200.svg +share/themes/Canta-indigo-dark/unity/launcher_icon_shadow_62.svg +share/themes/Canta-indigo-dark/unity/launcher_icon_shine_150.svg +share/themes/Canta-indigo-dark/unity/launcher_icon_shine_54.svg +share/themes/Canta-indigo-dark/unity/launcher_pip_btt_19.svg +share/themes/Canta-indigo-dark/unity/launcher_pip_btt_37.svg +share/themes/Canta-indigo-dark/unity/launcher_pip_ltr_19.svg +share/themes/Canta-indigo-dark/unity/launcher_pip_ltr_37.svg +share/themes/Canta-indigo-dark/unity/launcher_pip_rtl_19.svg +share/themes/Canta-indigo-dark/unity/launcher_pip_rtl_37.svg +share/themes/Canta-indigo-dark/unity/launcher_pip_ttb_19.svg +share/themes/Canta-indigo-dark/unity/launcher_pip_ttb_37.svg +share/themes/Canta-indigo-dark/unity/maximize.svg +share/themes/Canta-indigo-dark/unity/maximize_dash.svg +share/themes/Canta-indigo-dark/unity/maximize_dash_disabled.svg +share/themes/Canta-indigo-dark/unity/maximize_dash_prelight.svg +share/themes/Canta-indigo-dark/unity/maximize_dash_pressed.svg +share/themes/Canta-indigo-dark/unity/maximize_focused_normal.svg +share/themes/Canta-indigo-dark/unity/maximize_focused_prelight.svg +share/themes/Canta-indigo-dark/unity/maximize_focused_pressed.svg +share/themes/Canta-indigo-dark/unity/maximize_unfocused.svg +share/themes/Canta-indigo-dark/unity/maximize_unfocused_prelight.svg +share/themes/Canta-indigo-dark/unity/maximize_unfocused_pressed.svg +share/themes/Canta-indigo-dark/unity/minimize.svg +share/themes/Canta-indigo-dark/unity/minimize_dash.svg +share/themes/Canta-indigo-dark/unity/minimize_dash_disabled.svg +share/themes/Canta-indigo-dark/unity/minimize_dash_prelight.svg +share/themes/Canta-indigo-dark/unity/minimize_dash_pressed.svg +share/themes/Canta-indigo-dark/unity/minimize_focused_normal.svg +share/themes/Canta-indigo-dark/unity/minimize_focused_prelight.svg +share/themes/Canta-indigo-dark/unity/minimize_focused_pressed.svg +share/themes/Canta-indigo-dark/unity/minimize_unfocused.svg +share/themes/Canta-indigo-dark/unity/minimize_unfocused_prelight.svg +share/themes/Canta-indigo-dark/unity/minimize_unfocused_pressed.svg +share/themes/Canta-indigo-dark/unity/progress_bar_fill.svg +share/themes/Canta-indigo-dark/unity/progress_bar_trough.svg +share/themes/Canta-indigo-dark/unity/sheet_style_close_focused.svg +share/themes/Canta-indigo-dark/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-indigo-dark/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-indigo-dark/unity/unmaximize.svg +share/themes/Canta-indigo-dark/unity/unmaximize_dash.svg +share/themes/Canta-indigo-dark/unity/unmaximize_dash_disabled.svg +share/themes/Canta-indigo-dark/unity/unmaximize_dash_prelight.svg +share/themes/Canta-indigo-dark/unity/unmaximize_dash_pressed.svg +share/themes/Canta-indigo-dark/unity/unmaximize_focused_normal.svg +share/themes/Canta-indigo-dark/unity/unmaximize_focused_prelight.svg +share/themes/Canta-indigo-dark/unity/unmaximize_focused_pressed.svg +share/themes/Canta-indigo-dark/unity/unmaximize_unfocused.svg +share/themes/Canta-indigo-dark/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo-dark/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo-dark/xfwm4/assets/border.svg +share/themes/Canta-indigo-dark/xfwm4/assets/close-active.svg +share/themes/Canta-indigo-dark/xfwm4/assets/close-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/assets/close-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/assets/close-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/assets/hide-active.svg +share/themes/Canta-indigo-dark/xfwm4/assets/hide-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/assets/hide-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/assets/hide-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/assets/maximize-active.svg +share/themes/Canta-indigo-dark/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-indigo-dark/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/assets/menu-active.svg +share/themes/Canta-indigo-dark/xfwm4/assets/menu-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/assets/menu-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/assets/menu-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/assets/shade-active.svg +share/themes/Canta-indigo-dark/xfwm4/assets/shade-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/assets/shade-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/assets/shade-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-indigo-dark/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/assets/stick-active.svg +share/themes/Canta-indigo-dark/xfwm4/assets/stick-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/assets/stick-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/assets/stick-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-indigo-dark/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/assets/themerc +share/themes/Canta-indigo-dark/xfwm4/assets/title-side.svg +share/themes/Canta-indigo-dark/xfwm4/assets/title.svg +share/themes/Canta-indigo-dark/xfwm4/bottom-active.svg +share/themes/Canta-indigo-dark/xfwm4/bottom-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/bottom-left-active.svg +share/themes/Canta-indigo-dark/xfwm4/bottom-left-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/bottom-right-active.svg +share/themes/Canta-indigo-dark/xfwm4/bottom-right-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/close-active.svg +share/themes/Canta-indigo-dark/xfwm4/close-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/close-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/close-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/hide-active.svg +share/themes/Canta-indigo-dark/xfwm4/hide-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/hide-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/hide-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/left-active.svg +share/themes/Canta-indigo-dark/xfwm4/left-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/maximize-active.svg +share/themes/Canta-indigo-dark/xfwm4/maximize-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/maximize-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/maximize-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/maximize-toggled-active.svg +share/themes/Canta-indigo-dark/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/menu-active.svg +share/themes/Canta-indigo-dark/xfwm4/menu-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/menu-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/menu-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/right-active.svg +share/themes/Canta-indigo-dark/xfwm4/right-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/shade-active.svg +share/themes/Canta-indigo-dark/xfwm4/shade-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/shade-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/shade-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/shade-toggled-active.svg +share/themes/Canta-indigo-dark/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/stick-active.svg +share/themes/Canta-indigo-dark/xfwm4/stick-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/stick-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/stick-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/stick-toggled-active.svg +share/themes/Canta-indigo-dark/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-indigo-dark/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-indigo-dark/xfwm4/themerc +share/themes/Canta-indigo-dark/xfwm4/title-1-active.svg +share/themes/Canta-indigo-dark/xfwm4/title-1-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/title-2-active.svg +share/themes/Canta-indigo-dark/xfwm4/title-2-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/title-3-active.svg +share/themes/Canta-indigo-dark/xfwm4/title-3-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/title-4-active.svg +share/themes/Canta-indigo-dark/xfwm4/title-4-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/title-5-active.svg +share/themes/Canta-indigo-dark/xfwm4/title-5-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/top-left-active.svg +share/themes/Canta-indigo-dark/xfwm4/top-left-inactive.svg +share/themes/Canta-indigo-dark/xfwm4/top-right-active.svg +share/themes/Canta-indigo-dark/xfwm4/top-right-inactive.svg +share/themes/Canta-indigo-light-compact/AUTHORS +share/themes/Canta-indigo-light-compact/COPYING +share/themes/Canta-indigo-light-compact/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/menu/menu.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/menu/submenu.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/bg.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/button-box.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/close-active.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/close.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/desklet.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/message.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/osd.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/overview.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/panel/activities.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-indigo-light-compact/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-indigo-light-compact/cinnamon/cinnamon.css +share/themes/Canta-indigo-light-compact/cinnamon/thumbnail.png +share/themes/Canta-indigo-light-compact/gnome-shell/assets/activities-active.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/activities.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/checkbox.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/close.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/key-enter.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/key-hide.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/key-layout.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/key-shift.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/more-results.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/no-events.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/no-notifications.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/process-working.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/toggle-off.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/toggle-on.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/window-close-active.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-indigo-light-compact/gnome-shell/assets/window-close.svg +share/themes/Canta-indigo-light-compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-indigo-light-compact/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-indigo-light-compact/gnome-shell/gnome-shell.css +share/themes/Canta-indigo-light-compact/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-indigo-light-compact/gnome-shell/no-events.svg +share/themes/Canta-indigo-light-compact/gnome-shell/no-notifications.svg +share/themes/Canta-indigo-light-compact/gnome-shell/noise-texture.png +share/themes/Canta-indigo-light-compact/gnome-shell/pad-osd.css +share/themes/Canta-indigo-light-compact/gnome-shell/process-working.svg +share/themes/Canta-indigo-light-compact/gtk-2.0/apps.rc +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/border.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/button-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/button-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/button.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/entry-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/entry-background.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/entry.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/flat-button.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/focus.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/frame-inline.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/frame.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/handle-horz.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/handle-vert.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-down.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-left.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-right.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pan-up.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-checked.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scale-slider.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/tab-blue.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/tab.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-indigo-light-compact/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-indigo-light-compact/gtk-2.0/gtkrc +share/themes/Canta-indigo-light-compact/gtk-2.0/hacks.rc +share/themes/Canta-indigo-light-compact/gtk-2.0/main.rc +share/themes/Canta-indigo-light-compact/gtk-2.0/panel.rc +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-indigo-light-compact/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-indigo-light-compact/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-indigo-light-compact/gtk-3.0/gtk-dark.css +share/themes/Canta-indigo-light-compact/gtk-3.0/gtk.css +share/themes/Canta-indigo-light-compact/index.theme +share/themes/Canta-indigo-light-compact/metacity-1/close.png +share/themes/Canta-indigo-light-compact/metacity-1/close_focused.png +share/themes/Canta-indigo-light-compact/metacity-1/close_focused_normal.png +share/themes/Canta-indigo-light-compact/metacity-1/close_focused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/close_focused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/close_unfocused.png +share/themes/Canta-indigo-light-compact/metacity-1/close_unfocused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/close_unfocused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/maximize.png +share/themes/Canta-indigo-light-compact/metacity-1/maximize_focused.png +share/themes/Canta-indigo-light-compact/metacity-1/maximize_focused_normal.png +share/themes/Canta-indigo-light-compact/metacity-1/maximize_focused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/maximize_focused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/maximize_unfocused.png +share/themes/Canta-indigo-light-compact/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/menu.png +share/themes/Canta-indigo-light-compact/metacity-1/menu_focused.png +share/themes/Canta-indigo-light-compact/metacity-1/menu_focused_normal.png +share/themes/Canta-indigo-light-compact/metacity-1/menu_focused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/menu_focused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/menu_unfocused.png +share/themes/Canta-indigo-light-compact/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/metacity-theme-1.xml +share/themes/Canta-indigo-light-compact/metacity-1/metacity-theme-2.xml +share/themes/Canta-indigo-light-compact/metacity-1/metacity-theme-3.xml +share/themes/Canta-indigo-light-compact/metacity-1/minimize.png +share/themes/Canta-indigo-light-compact/metacity-1/minimize_focused.png +share/themes/Canta-indigo-light-compact/metacity-1/minimize_focused_normal.png +share/themes/Canta-indigo-light-compact/metacity-1/minimize_focused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/minimize_focused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/minimize_unfocused.png +share/themes/Canta-indigo-light-compact/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/shade.png +share/themes/Canta-indigo-light-compact/metacity-1/shade_focused.png +share/themes/Canta-indigo-light-compact/metacity-1/shade_focused_normal.png +share/themes/Canta-indigo-light-compact/metacity-1/shade_focused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/shade_focused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/shade_unfocused.png +share/themes/Canta-indigo-light-compact/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/trough_left.png +share/themes/Canta-indigo-light-compact/metacity-1/trough_middle.png +share/themes/Canta-indigo-light-compact/metacity-1/trough_right.png +share/themes/Canta-indigo-light-compact/metacity-1/trough_unfocused_left.png +share/themes/Canta-indigo-light-compact/metacity-1/trough_unfocused_middle.png +share/themes/Canta-indigo-light-compact/metacity-1/trough_unfocused_right.png +share/themes/Canta-indigo-light-compact/metacity-1/unmaximize.png +share/themes/Canta-indigo-light-compact/metacity-1/unmaximize_focused.png +share/themes/Canta-indigo-light-compact/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-indigo-light-compact/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/unmaximize_unfocused.png +share/themes/Canta-indigo-light-compact/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/unshade.png +share/themes/Canta-indigo-light-compact/metacity-1/unshade_focused.png +share/themes/Canta-indigo-light-compact/metacity-1/unshade_focused_normal.png +share/themes/Canta-indigo-light-compact/metacity-1/unshade_focused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/unshade_focused_pressed.png +share/themes/Canta-indigo-light-compact/metacity-1/unshade_unfocused.png +share/themes/Canta-indigo-light-compact/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-indigo-light-compact/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-indigo-light-compact/plank/dock.theme +share/themes/Canta-indigo-light-compact/unity/assets/close_focused.svg +share/themes/Canta-indigo-light-compact/unity/assets/close_focused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/assets/close_focused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/assets/close_unfocused.svg +share/themes/Canta-indigo-light-compact/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/assets/maximize_focused.svg +share/themes/Canta-indigo-light-compact/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/assets/maximize_unfocused.svg +share/themes/Canta-indigo-light-compact/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/assets/minimize_focused.svg +share/themes/Canta-indigo-light-compact/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/assets/minimize_unfocused.svg +share/themes/Canta-indigo-light-compact/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/assets/unmaximize_focused.svg +share/themes/Canta-indigo-light-compact/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-indigo-light-compact/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/close.svg +share/themes/Canta-indigo-light-compact/unity/close_dash.svg +share/themes/Canta-indigo-light-compact/unity/close_dash_disabled.svg +share/themes/Canta-indigo-light-compact/unity/close_dash_prelight.svg +share/themes/Canta-indigo-light-compact/unity/close_dash_pressed.svg +share/themes/Canta-indigo-light-compact/unity/close_focused_normal.svg +share/themes/Canta-indigo-light-compact/unity/close_focused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/close_focused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/close_unfocused.svg +share/themes/Canta-indigo-light-compact/unity/close_unfocused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/close_unfocused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/dash-widgets.json +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_btt_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_btt_37.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-indigo-light-compact/unity/launcher_bfb.png +share/themes/Canta-indigo-light-compact/unity/launcher_icon_back_150.svg +share/themes/Canta-indigo-light-compact/unity/launcher_icon_back_54.svg +share/themes/Canta-indigo-light-compact/unity/launcher_icon_edge_150.svg +share/themes/Canta-indigo-light-compact/unity/launcher_icon_edge_54.svg +share/themes/Canta-indigo-light-compact/unity/launcher_icon_glow_200.svg +share/themes/Canta-indigo-light-compact/unity/launcher_icon_glow_62.svg +share/themes/Canta-indigo-light-compact/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-indigo-light-compact/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-indigo-light-compact/unity/launcher_icon_shadow_200.svg +share/themes/Canta-indigo-light-compact/unity/launcher_icon_shadow_62.svg +share/themes/Canta-indigo-light-compact/unity/launcher_icon_shine_150.svg +share/themes/Canta-indigo-light-compact/unity/launcher_icon_shine_54.svg +share/themes/Canta-indigo-light-compact/unity/launcher_pip_btt_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_pip_btt_37.svg +share/themes/Canta-indigo-light-compact/unity/launcher_pip_ltr_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_pip_ltr_37.svg +share/themes/Canta-indigo-light-compact/unity/launcher_pip_rtl_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_pip_rtl_37.svg +share/themes/Canta-indigo-light-compact/unity/launcher_pip_ttb_19.svg +share/themes/Canta-indigo-light-compact/unity/launcher_pip_ttb_37.svg +share/themes/Canta-indigo-light-compact/unity/maximize.svg +share/themes/Canta-indigo-light-compact/unity/maximize_dash.svg +share/themes/Canta-indigo-light-compact/unity/maximize_dash_disabled.svg +share/themes/Canta-indigo-light-compact/unity/maximize_dash_prelight.svg +share/themes/Canta-indigo-light-compact/unity/maximize_dash_pressed.svg +share/themes/Canta-indigo-light-compact/unity/maximize_focused_normal.svg +share/themes/Canta-indigo-light-compact/unity/maximize_focused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/maximize_focused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/maximize_unfocused.svg +share/themes/Canta-indigo-light-compact/unity/maximize_unfocused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/maximize_unfocused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/minimize.svg +share/themes/Canta-indigo-light-compact/unity/minimize_dash.svg +share/themes/Canta-indigo-light-compact/unity/minimize_dash_disabled.svg +share/themes/Canta-indigo-light-compact/unity/minimize_dash_prelight.svg +share/themes/Canta-indigo-light-compact/unity/minimize_dash_pressed.svg +share/themes/Canta-indigo-light-compact/unity/minimize_focused_normal.svg +share/themes/Canta-indigo-light-compact/unity/minimize_focused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/minimize_focused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/minimize_unfocused.svg +share/themes/Canta-indigo-light-compact/unity/minimize_unfocused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/minimize_unfocused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/progress_bar_fill.svg +share/themes/Canta-indigo-light-compact/unity/progress_bar_trough.svg +share/themes/Canta-indigo-light-compact/unity/sheet_style_close_focused.svg +share/themes/Canta-indigo-light-compact/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/unmaximize.svg +share/themes/Canta-indigo-light-compact/unity/unmaximize_dash.svg +share/themes/Canta-indigo-light-compact/unity/unmaximize_dash_disabled.svg +share/themes/Canta-indigo-light-compact/unity/unmaximize_dash_prelight.svg +share/themes/Canta-indigo-light-compact/unity/unmaximize_dash_pressed.svg +share/themes/Canta-indigo-light-compact/unity/unmaximize_focused_normal.svg +share/themes/Canta-indigo-light-compact/unity/unmaximize_focused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/unmaximize_focused_pressed.svg +share/themes/Canta-indigo-light-compact/unity/unmaximize_unfocused.svg +share/themes/Canta-indigo-light-compact/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo-light-compact/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/border.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/close-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/close-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/close-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/close-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/hide-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/hide-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/hide-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/hide-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/maximize-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/menu-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/menu-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/menu-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/menu-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/shade-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/shade-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/shade-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/shade-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/stick-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/stick-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/stick-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/stick-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/themerc +share/themes/Canta-indigo-light-compact/xfwm4/assets/title-side.svg +share/themes/Canta-indigo-light-compact/xfwm4/assets/title.svg +share/themes/Canta-indigo-light-compact/xfwm4/bottom-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/bottom-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/bottom-left-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/bottom-left-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/bottom-right-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/bottom-right-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/close-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/close-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/close-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/close-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/hide-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/hide-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/hide-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/hide-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/left-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/left-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/maximize-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/maximize-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/maximize-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/maximize-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/maximize-toggled-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/menu-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/menu-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/menu-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/menu-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/right-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/right-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/shade-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/shade-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/shade-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/shade-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/shade-toggled-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/stick-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/stick-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/stick-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/stick-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/stick-toggled-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-indigo-light-compact/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-indigo-light-compact/xfwm4/themerc +share/themes/Canta-indigo-light-compact/xfwm4/title-1-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/title-1-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/title-2-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/title-2-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/title-3-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/title-3-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/title-4-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/title-4-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/title-5-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/title-5-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/top-left-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/top-left-inactive.svg +share/themes/Canta-indigo-light-compact/xfwm4/top-right-active.svg +share/themes/Canta-indigo-light-compact/xfwm4/top-right-inactive.svg +share/themes/Canta-indigo-light/AUTHORS +share/themes/Canta-indigo-light/COPYING +share/themes/Canta-indigo-light/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-indigo-light/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-indigo-light/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-indigo-light/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-indigo-light/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-indigo-light/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-indigo-light/cinnamon/assets/menu/menu.svg +share/themes/Canta-indigo-light/cinnamon/assets/menu/submenu.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/bg.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/button-box.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/close-active.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/close.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/desklet.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/message.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/osd.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/overview.svg +share/themes/Canta-indigo-light/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-indigo-light/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-indigo-light/cinnamon/assets/panel/activities.svg +share/themes/Canta-indigo-light/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-indigo-light/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-indigo-light/cinnamon/cinnamon.css +share/themes/Canta-indigo-light/cinnamon/thumbnail.png +share/themes/Canta-indigo-light/gnome-shell/assets/activities-active.svg +share/themes/Canta-indigo-light/gnome-shell/assets/activities.svg +share/themes/Canta-indigo-light/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-indigo-light/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-indigo-light/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-indigo-light/gnome-shell/assets/checkbox.svg +share/themes/Canta-indigo-light/gnome-shell/assets/close.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-indigo-light/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-indigo-light/gnome-shell/assets/key-enter.svg +share/themes/Canta-indigo-light/gnome-shell/assets/key-hide.svg +share/themes/Canta-indigo-light/gnome-shell/assets/key-layout.svg +share/themes/Canta-indigo-light/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-indigo-light/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-indigo-light/gnome-shell/assets/key-shift.svg +share/themes/Canta-indigo-light/gnome-shell/assets/more-results.svg +share/themes/Canta-indigo-light/gnome-shell/assets/no-events.svg +share/themes/Canta-indigo-light/gnome-shell/assets/no-notifications.svg +share/themes/Canta-indigo-light/gnome-shell/assets/process-working.svg +share/themes/Canta-indigo-light/gnome-shell/assets/toggle-off.svg +share/themes/Canta-indigo-light/gnome-shell/assets/toggle-on.svg +share/themes/Canta-indigo-light/gnome-shell/assets/window-close-active.svg +share/themes/Canta-indigo-light/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-indigo-light/gnome-shell/assets/window-close.svg +share/themes/Canta-indigo-light/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-indigo-light/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-indigo-light/gnome-shell/gnome-shell.css +share/themes/Canta-indigo-light/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-indigo-light/gnome-shell/no-events.svg +share/themes/Canta-indigo-light/gnome-shell/no-notifications.svg +share/themes/Canta-indigo-light/gnome-shell/noise-texture.png +share/themes/Canta-indigo-light/gnome-shell/pad-osd.css +share/themes/Canta-indigo-light/gnome-shell/process-working.svg +share/themes/Canta-indigo-light/gtk-2.0/apps.rc +share/themes/Canta-indigo-light/gtk-2.0/assets/border.png +share/themes/Canta-indigo-light/gtk-2.0/assets/button-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/button-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/button.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-indigo-light/gtk-2.0/assets/entry-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/entry-background.png +share/themes/Canta-indigo-light/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/entry.png +share/themes/Canta-indigo-light/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/flat-button.png +share/themes/Canta-indigo-light/gtk-2.0/assets/focus.png +share/themes/Canta-indigo-light/gtk-2.0/assets/frame-inline.png +share/themes/Canta-indigo-light/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-indigo-light/gtk-2.0/assets/frame.png +share/themes/Canta-indigo-light/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/handle-horz.png +share/themes/Canta-indigo-light/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/handle-vert.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-indigo-light/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-indigo-light/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-indigo-light/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-down.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-left.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-right.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pan-up.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-indigo-light/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-indigo-light/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-indigo-light/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-indigo-light/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-indigo-light/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-indigo-light/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-checked.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scale-slider.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-indigo-light/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-indigo-light/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-indigo-light/gtk-2.0/assets/tab-blue.png +share/themes/Canta-indigo-light/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-indigo-light/gtk-2.0/assets/tab.png +share/themes/Canta-indigo-light/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-indigo-light/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-indigo-light/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-indigo-light/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-indigo-light/gtk-2.0/gtkrc +share/themes/Canta-indigo-light/gtk-2.0/hacks.rc +share/themes/Canta-indigo-light/gtk-2.0/main.rc +share/themes/Canta-indigo-light/gtk-2.0/panel.rc +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top.png +share/themes/Canta-indigo-light/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-indigo-light/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-indigo-light/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-indigo-light/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-indigo-light/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-indigo-light/gtk-3.0/gtk-dark.css +share/themes/Canta-indigo-light/gtk-3.0/gtk.css +share/themes/Canta-indigo-light/index.theme +share/themes/Canta-indigo-light/metacity-1/close.png +share/themes/Canta-indigo-light/metacity-1/close_focused.png +share/themes/Canta-indigo-light/metacity-1/close_focused_normal.png +share/themes/Canta-indigo-light/metacity-1/close_focused_prelight.png +share/themes/Canta-indigo-light/metacity-1/close_focused_pressed.png +share/themes/Canta-indigo-light/metacity-1/close_unfocused.png +share/themes/Canta-indigo-light/metacity-1/close_unfocused_prelight.png +share/themes/Canta-indigo-light/metacity-1/close_unfocused_pressed.png +share/themes/Canta-indigo-light/metacity-1/maximize.png +share/themes/Canta-indigo-light/metacity-1/maximize_focused.png +share/themes/Canta-indigo-light/metacity-1/maximize_focused_normal.png +share/themes/Canta-indigo-light/metacity-1/maximize_focused_prelight.png +share/themes/Canta-indigo-light/metacity-1/maximize_focused_pressed.png +share/themes/Canta-indigo-light/metacity-1/maximize_unfocused.png +share/themes/Canta-indigo-light/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-indigo-light/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-indigo-light/metacity-1/menu.png +share/themes/Canta-indigo-light/metacity-1/menu_focused.png +share/themes/Canta-indigo-light/metacity-1/menu_focused_normal.png +share/themes/Canta-indigo-light/metacity-1/menu_focused_prelight.png +share/themes/Canta-indigo-light/metacity-1/menu_focused_pressed.png +share/themes/Canta-indigo-light/metacity-1/menu_unfocused.png +share/themes/Canta-indigo-light/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-indigo-light/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-indigo-light/metacity-1/metacity-theme-1.xml +share/themes/Canta-indigo-light/metacity-1/metacity-theme-2.xml +share/themes/Canta-indigo-light/metacity-1/metacity-theme-3.xml +share/themes/Canta-indigo-light/metacity-1/minimize.png +share/themes/Canta-indigo-light/metacity-1/minimize_focused.png +share/themes/Canta-indigo-light/metacity-1/minimize_focused_normal.png +share/themes/Canta-indigo-light/metacity-1/minimize_focused_prelight.png +share/themes/Canta-indigo-light/metacity-1/minimize_focused_pressed.png +share/themes/Canta-indigo-light/metacity-1/minimize_unfocused.png +share/themes/Canta-indigo-light/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-indigo-light/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-indigo-light/metacity-1/shade.png +share/themes/Canta-indigo-light/metacity-1/shade_focused.png +share/themes/Canta-indigo-light/metacity-1/shade_focused_normal.png +share/themes/Canta-indigo-light/metacity-1/shade_focused_prelight.png +share/themes/Canta-indigo-light/metacity-1/shade_focused_pressed.png +share/themes/Canta-indigo-light/metacity-1/shade_unfocused.png +share/themes/Canta-indigo-light/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-indigo-light/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-indigo-light/metacity-1/trough_left.png +share/themes/Canta-indigo-light/metacity-1/trough_middle.png +share/themes/Canta-indigo-light/metacity-1/trough_right.png +share/themes/Canta-indigo-light/metacity-1/trough_unfocused_left.png +share/themes/Canta-indigo-light/metacity-1/trough_unfocused_middle.png +share/themes/Canta-indigo-light/metacity-1/trough_unfocused_right.png +share/themes/Canta-indigo-light/metacity-1/unmaximize.png +share/themes/Canta-indigo-light/metacity-1/unmaximize_focused.png +share/themes/Canta-indigo-light/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-indigo-light/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-indigo-light/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-indigo-light/metacity-1/unmaximize_unfocused.png +share/themes/Canta-indigo-light/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-indigo-light/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-indigo-light/metacity-1/unshade.png +share/themes/Canta-indigo-light/metacity-1/unshade_focused.png +share/themes/Canta-indigo-light/metacity-1/unshade_focused_normal.png +share/themes/Canta-indigo-light/metacity-1/unshade_focused_prelight.png +share/themes/Canta-indigo-light/metacity-1/unshade_focused_pressed.png +share/themes/Canta-indigo-light/metacity-1/unshade_unfocused.png +share/themes/Canta-indigo-light/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-indigo-light/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-indigo-light/plank/dock.theme +share/themes/Canta-indigo-light/unity/assets/close_focused.svg +share/themes/Canta-indigo-light/unity/assets/close_focused_prelight.svg +share/themes/Canta-indigo-light/unity/assets/close_focused_pressed.svg +share/themes/Canta-indigo-light/unity/assets/close_unfocused.svg +share/themes/Canta-indigo-light/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-indigo-light/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-indigo-light/unity/assets/maximize_focused.svg +share/themes/Canta-indigo-light/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-indigo-light/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-indigo-light/unity/assets/maximize_unfocused.svg +share/themes/Canta-indigo-light/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-indigo-light/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-indigo-light/unity/assets/minimize_focused.svg +share/themes/Canta-indigo-light/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-indigo-light/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-indigo-light/unity/assets/minimize_unfocused.svg +share/themes/Canta-indigo-light/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-indigo-light/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-indigo-light/unity/assets/unmaximize_focused.svg +share/themes/Canta-indigo-light/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-indigo-light/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-indigo-light/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-indigo-light/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo-light/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo-light/unity/close.svg +share/themes/Canta-indigo-light/unity/close_dash.svg +share/themes/Canta-indigo-light/unity/close_dash_disabled.svg +share/themes/Canta-indigo-light/unity/close_dash_prelight.svg +share/themes/Canta-indigo-light/unity/close_dash_pressed.svg +share/themes/Canta-indigo-light/unity/close_focused_normal.svg +share/themes/Canta-indigo-light/unity/close_focused_prelight.svg +share/themes/Canta-indigo-light/unity/close_focused_pressed.svg +share/themes/Canta-indigo-light/unity/close_unfocused.svg +share/themes/Canta-indigo-light/unity/close_unfocused_prelight.svg +share/themes/Canta-indigo-light/unity/close_unfocused_pressed.svg +share/themes/Canta-indigo-light/unity/dash-widgets.json +share/themes/Canta-indigo-light/unity/launcher_arrow_btt_19.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_btt_37.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-indigo-light/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-indigo-light/unity/launcher_bfb.png +share/themes/Canta-indigo-light/unity/launcher_icon_back_150.svg +share/themes/Canta-indigo-light/unity/launcher_icon_back_54.svg +share/themes/Canta-indigo-light/unity/launcher_icon_edge_150.svg +share/themes/Canta-indigo-light/unity/launcher_icon_edge_54.svg +share/themes/Canta-indigo-light/unity/launcher_icon_glow_200.svg +share/themes/Canta-indigo-light/unity/launcher_icon_glow_62.svg +share/themes/Canta-indigo-light/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-indigo-light/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-indigo-light/unity/launcher_icon_shadow_200.svg +share/themes/Canta-indigo-light/unity/launcher_icon_shadow_62.svg +share/themes/Canta-indigo-light/unity/launcher_icon_shine_150.svg +share/themes/Canta-indigo-light/unity/launcher_icon_shine_54.svg +share/themes/Canta-indigo-light/unity/launcher_pip_btt_19.svg +share/themes/Canta-indigo-light/unity/launcher_pip_btt_37.svg +share/themes/Canta-indigo-light/unity/launcher_pip_ltr_19.svg +share/themes/Canta-indigo-light/unity/launcher_pip_ltr_37.svg +share/themes/Canta-indigo-light/unity/launcher_pip_rtl_19.svg +share/themes/Canta-indigo-light/unity/launcher_pip_rtl_37.svg +share/themes/Canta-indigo-light/unity/launcher_pip_ttb_19.svg +share/themes/Canta-indigo-light/unity/launcher_pip_ttb_37.svg +share/themes/Canta-indigo-light/unity/maximize.svg +share/themes/Canta-indigo-light/unity/maximize_dash.svg +share/themes/Canta-indigo-light/unity/maximize_dash_disabled.svg +share/themes/Canta-indigo-light/unity/maximize_dash_prelight.svg +share/themes/Canta-indigo-light/unity/maximize_dash_pressed.svg +share/themes/Canta-indigo-light/unity/maximize_focused_normal.svg +share/themes/Canta-indigo-light/unity/maximize_focused_prelight.svg +share/themes/Canta-indigo-light/unity/maximize_focused_pressed.svg +share/themes/Canta-indigo-light/unity/maximize_unfocused.svg +share/themes/Canta-indigo-light/unity/maximize_unfocused_prelight.svg +share/themes/Canta-indigo-light/unity/maximize_unfocused_pressed.svg +share/themes/Canta-indigo-light/unity/minimize.svg +share/themes/Canta-indigo-light/unity/minimize_dash.svg +share/themes/Canta-indigo-light/unity/minimize_dash_disabled.svg +share/themes/Canta-indigo-light/unity/minimize_dash_prelight.svg +share/themes/Canta-indigo-light/unity/minimize_dash_pressed.svg +share/themes/Canta-indigo-light/unity/minimize_focused_normal.svg +share/themes/Canta-indigo-light/unity/minimize_focused_prelight.svg +share/themes/Canta-indigo-light/unity/minimize_focused_pressed.svg +share/themes/Canta-indigo-light/unity/minimize_unfocused.svg +share/themes/Canta-indigo-light/unity/minimize_unfocused_prelight.svg +share/themes/Canta-indigo-light/unity/minimize_unfocused_pressed.svg +share/themes/Canta-indigo-light/unity/progress_bar_fill.svg +share/themes/Canta-indigo-light/unity/progress_bar_trough.svg +share/themes/Canta-indigo-light/unity/sheet_style_close_focused.svg +share/themes/Canta-indigo-light/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-indigo-light/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-indigo-light/unity/unmaximize.svg +share/themes/Canta-indigo-light/unity/unmaximize_dash.svg +share/themes/Canta-indigo-light/unity/unmaximize_dash_disabled.svg +share/themes/Canta-indigo-light/unity/unmaximize_dash_prelight.svg +share/themes/Canta-indigo-light/unity/unmaximize_dash_pressed.svg +share/themes/Canta-indigo-light/unity/unmaximize_focused_normal.svg +share/themes/Canta-indigo-light/unity/unmaximize_focused_prelight.svg +share/themes/Canta-indigo-light/unity/unmaximize_focused_pressed.svg +share/themes/Canta-indigo-light/unity/unmaximize_unfocused.svg +share/themes/Canta-indigo-light/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo-light/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo-light/xfwm4/assets/border.svg +share/themes/Canta-indigo-light/xfwm4/assets/close-active.svg +share/themes/Canta-indigo-light/xfwm4/assets/close-inactive.svg +share/themes/Canta-indigo-light/xfwm4/assets/close-prelight.svg +share/themes/Canta-indigo-light/xfwm4/assets/close-pressed.svg +share/themes/Canta-indigo-light/xfwm4/assets/hide-active.svg +share/themes/Canta-indigo-light/xfwm4/assets/hide-inactive.svg +share/themes/Canta-indigo-light/xfwm4/assets/hide-prelight.svg +share/themes/Canta-indigo-light/xfwm4/assets/hide-pressed.svg +share/themes/Canta-indigo-light/xfwm4/assets/maximize-active.svg +share/themes/Canta-indigo-light/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-indigo-light/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-indigo-light/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-indigo-light/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-indigo-light/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-indigo-light/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-indigo-light/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-indigo-light/xfwm4/assets/menu-active.svg +share/themes/Canta-indigo-light/xfwm4/assets/menu-inactive.svg +share/themes/Canta-indigo-light/xfwm4/assets/menu-prelight.svg +share/themes/Canta-indigo-light/xfwm4/assets/menu-pressed.svg +share/themes/Canta-indigo-light/xfwm4/assets/shade-active.svg +share/themes/Canta-indigo-light/xfwm4/assets/shade-inactive.svg +share/themes/Canta-indigo-light/xfwm4/assets/shade-prelight.svg +share/themes/Canta-indigo-light/xfwm4/assets/shade-pressed.svg +share/themes/Canta-indigo-light/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-indigo-light/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-indigo-light/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-indigo-light/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-indigo-light/xfwm4/assets/stick-active.svg +share/themes/Canta-indigo-light/xfwm4/assets/stick-inactive.svg +share/themes/Canta-indigo-light/xfwm4/assets/stick-prelight.svg +share/themes/Canta-indigo-light/xfwm4/assets/stick-pressed.svg +share/themes/Canta-indigo-light/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-indigo-light/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-indigo-light/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-indigo-light/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-indigo-light/xfwm4/assets/themerc +share/themes/Canta-indigo-light/xfwm4/assets/title-side.svg +share/themes/Canta-indigo-light/xfwm4/assets/title.svg +share/themes/Canta-indigo-light/xfwm4/bottom-active.svg +share/themes/Canta-indigo-light/xfwm4/bottom-inactive.svg +share/themes/Canta-indigo-light/xfwm4/bottom-left-active.svg +share/themes/Canta-indigo-light/xfwm4/bottom-left-inactive.svg +share/themes/Canta-indigo-light/xfwm4/bottom-right-active.svg +share/themes/Canta-indigo-light/xfwm4/bottom-right-inactive.svg +share/themes/Canta-indigo-light/xfwm4/close-active.svg +share/themes/Canta-indigo-light/xfwm4/close-inactive.svg +share/themes/Canta-indigo-light/xfwm4/close-prelight.svg +share/themes/Canta-indigo-light/xfwm4/close-pressed.svg +share/themes/Canta-indigo-light/xfwm4/hide-active.svg +share/themes/Canta-indigo-light/xfwm4/hide-inactive.svg +share/themes/Canta-indigo-light/xfwm4/hide-prelight.svg +share/themes/Canta-indigo-light/xfwm4/hide-pressed.svg +share/themes/Canta-indigo-light/xfwm4/left-active.svg +share/themes/Canta-indigo-light/xfwm4/left-inactive.svg +share/themes/Canta-indigo-light/xfwm4/maximize-active.svg +share/themes/Canta-indigo-light/xfwm4/maximize-inactive.svg +share/themes/Canta-indigo-light/xfwm4/maximize-prelight.svg +share/themes/Canta-indigo-light/xfwm4/maximize-pressed.svg +share/themes/Canta-indigo-light/xfwm4/maximize-toggled-active.svg +share/themes/Canta-indigo-light/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-indigo-light/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-indigo-light/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-indigo-light/xfwm4/menu-active.svg +share/themes/Canta-indigo-light/xfwm4/menu-inactive.svg +share/themes/Canta-indigo-light/xfwm4/menu-prelight.svg +share/themes/Canta-indigo-light/xfwm4/menu-pressed.svg +share/themes/Canta-indigo-light/xfwm4/right-active.svg +share/themes/Canta-indigo-light/xfwm4/right-inactive.svg +share/themes/Canta-indigo-light/xfwm4/shade-active.svg +share/themes/Canta-indigo-light/xfwm4/shade-inactive.svg +share/themes/Canta-indigo-light/xfwm4/shade-prelight.svg +share/themes/Canta-indigo-light/xfwm4/shade-pressed.svg +share/themes/Canta-indigo-light/xfwm4/shade-toggled-active.svg +share/themes/Canta-indigo-light/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-indigo-light/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-indigo-light/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-indigo-light/xfwm4/stick-active.svg +share/themes/Canta-indigo-light/xfwm4/stick-inactive.svg +share/themes/Canta-indigo-light/xfwm4/stick-prelight.svg +share/themes/Canta-indigo-light/xfwm4/stick-pressed.svg +share/themes/Canta-indigo-light/xfwm4/stick-toggled-active.svg +share/themes/Canta-indigo-light/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-indigo-light/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-indigo-light/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-indigo-light/xfwm4/themerc +share/themes/Canta-indigo-light/xfwm4/title-1-active.svg +share/themes/Canta-indigo-light/xfwm4/title-1-inactive.svg +share/themes/Canta-indigo-light/xfwm4/title-2-active.svg +share/themes/Canta-indigo-light/xfwm4/title-2-inactive.svg +share/themes/Canta-indigo-light/xfwm4/title-3-active.svg +share/themes/Canta-indigo-light/xfwm4/title-3-inactive.svg +share/themes/Canta-indigo-light/xfwm4/title-4-active.svg +share/themes/Canta-indigo-light/xfwm4/title-4-inactive.svg +share/themes/Canta-indigo-light/xfwm4/title-5-active.svg +share/themes/Canta-indigo-light/xfwm4/title-5-inactive.svg +share/themes/Canta-indigo-light/xfwm4/top-left-active.svg +share/themes/Canta-indigo-light/xfwm4/top-left-inactive.svg +share/themes/Canta-indigo-light/xfwm4/top-right-active.svg +share/themes/Canta-indigo-light/xfwm4/top-right-inactive.svg +share/themes/Canta-indigo/AUTHORS +share/themes/Canta-indigo/COPYING +share/themes/Canta-indigo/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-indigo/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-indigo/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-indigo/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-indigo/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-indigo/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-indigo/cinnamon/assets/menu/menu.svg +share/themes/Canta-indigo/cinnamon/assets/menu/submenu.svg +share/themes/Canta-indigo/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-indigo/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-indigo/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-indigo/cinnamon/assets/misc/bg.svg +share/themes/Canta-indigo/cinnamon/assets/misc/button-box.svg +share/themes/Canta-indigo/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-indigo/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-indigo/cinnamon/assets/misc/close-active.svg +share/themes/Canta-indigo/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-indigo/cinnamon/assets/misc/close.svg +share/themes/Canta-indigo/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-indigo/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-indigo/cinnamon/assets/misc/desklet.svg +share/themes/Canta-indigo/cinnamon/assets/misc/message.svg +share/themes/Canta-indigo/cinnamon/assets/misc/osd.svg +share/themes/Canta-indigo/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-indigo/cinnamon/assets/misc/overview.svg +share/themes/Canta-indigo/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-indigo/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-indigo/cinnamon/assets/panel/activities.svg +share/themes/Canta-indigo/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-indigo/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-indigo/cinnamon/cinnamon.css +share/themes/Canta-indigo/cinnamon/thumbnail.png +share/themes/Canta-indigo/gnome-shell/assets/activities-active.svg +share/themes/Canta-indigo/gnome-shell/assets/activities.svg +share/themes/Canta-indigo/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-indigo/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-indigo/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-indigo/gnome-shell/assets/checkbox.svg +share/themes/Canta-indigo/gnome-shell/assets/close.svg +share/themes/Canta-indigo/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-indigo/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-indigo/gnome-shell/assets/key-enter.svg +share/themes/Canta-indigo/gnome-shell/assets/key-hide.svg +share/themes/Canta-indigo/gnome-shell/assets/key-layout.svg +share/themes/Canta-indigo/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-indigo/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-indigo/gnome-shell/assets/key-shift.svg +share/themes/Canta-indigo/gnome-shell/assets/more-results.svg +share/themes/Canta-indigo/gnome-shell/assets/no-events.svg +share/themes/Canta-indigo/gnome-shell/assets/no-notifications.svg +share/themes/Canta-indigo/gnome-shell/assets/process-working.svg +share/themes/Canta-indigo/gnome-shell/assets/toggle-off.svg +share/themes/Canta-indigo/gnome-shell/assets/toggle-on.svg +share/themes/Canta-indigo/gnome-shell/assets/window-close-active.svg +share/themes/Canta-indigo/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-indigo/gnome-shell/assets/window-close.svg +share/themes/Canta-indigo/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-indigo/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-indigo/gnome-shell/gnome-shell.css +share/themes/Canta-indigo/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-indigo/gnome-shell/no-events.svg +share/themes/Canta-indigo/gnome-shell/no-notifications.svg +share/themes/Canta-indigo/gnome-shell/noise-texture.png +share/themes/Canta-indigo/gnome-shell/pad-osd.css +share/themes/Canta-indigo/gnome-shell/process-working.svg +share/themes/Canta-indigo/gtk-2.0/apps.rc +share/themes/Canta-indigo/gtk-2.0/assets/border.png +share/themes/Canta-indigo/gtk-2.0/assets/button-active.png +share/themes/Canta-indigo/gtk-2.0/assets/button-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/button.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-indigo/gtk-2.0/assets/entry-active.png +share/themes/Canta-indigo/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/entry-background.png +share/themes/Canta-indigo/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/entry.png +share/themes/Canta-indigo/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-indigo/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/flat-button.png +share/themes/Canta-indigo/gtk-2.0/assets/focus.png +share/themes/Canta-indigo/gtk-2.0/assets/frame-inline.png +share/themes/Canta-indigo/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-indigo/gtk-2.0/assets/frame.png +share/themes/Canta-indigo/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-indigo/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/handle-horz.png +share/themes/Canta-indigo/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-indigo/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/handle-vert.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-indigo/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-indigo/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-indigo/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-indigo/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-indigo/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-indigo/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-down.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-left.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-right.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/pan-up.png +share/themes/Canta-indigo/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-indigo/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-indigo/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-indigo/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-indigo/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-indigo/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-indigo/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-indigo/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-checked.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-indigo/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-indigo/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-indigo/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-indigo/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/scale-slider.png +share/themes/Canta-indigo/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-indigo/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-indigo/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-indigo/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-indigo/gtk-2.0/assets/tab-blue.png +share/themes/Canta-indigo/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-indigo/gtk-2.0/assets/tab.png +share/themes/Canta-indigo/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-indigo/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-indigo/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-indigo/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-indigo/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-indigo/gtk-2.0/gtkrc +share/themes/Canta-indigo/gtk-2.0/hacks.rc +share/themes/Canta-indigo/gtk-2.0/main.rc +share/themes/Canta-indigo/gtk-2.0/panel.rc +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top.png +share/themes/Canta-indigo/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-indigo/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-indigo/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-indigo/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-indigo/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-indigo/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-indigo/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-indigo/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-indigo/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-indigo/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-indigo/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-indigo/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-indigo/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-indigo/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-indigo/gtk-3.0/gtk-dark.css +share/themes/Canta-indigo/gtk-3.0/gtk.css +share/themes/Canta-indigo/index.theme +share/themes/Canta-indigo/metacity-1/close.png +share/themes/Canta-indigo/metacity-1/close_focused.png +share/themes/Canta-indigo/metacity-1/close_focused_normal.png +share/themes/Canta-indigo/metacity-1/close_focused_prelight.png +share/themes/Canta-indigo/metacity-1/close_focused_pressed.png +share/themes/Canta-indigo/metacity-1/close_unfocused.png +share/themes/Canta-indigo/metacity-1/close_unfocused_prelight.png +share/themes/Canta-indigo/metacity-1/close_unfocused_pressed.png +share/themes/Canta-indigo/metacity-1/maximize.png +share/themes/Canta-indigo/metacity-1/maximize_focused.png +share/themes/Canta-indigo/metacity-1/maximize_focused_normal.png +share/themes/Canta-indigo/metacity-1/maximize_focused_prelight.png +share/themes/Canta-indigo/metacity-1/maximize_focused_pressed.png +share/themes/Canta-indigo/metacity-1/maximize_unfocused.png +share/themes/Canta-indigo/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-indigo/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-indigo/metacity-1/menu.png +share/themes/Canta-indigo/metacity-1/menu_focused.png +share/themes/Canta-indigo/metacity-1/menu_focused_normal.png +share/themes/Canta-indigo/metacity-1/menu_focused_prelight.png +share/themes/Canta-indigo/metacity-1/menu_focused_pressed.png +share/themes/Canta-indigo/metacity-1/menu_unfocused.png +share/themes/Canta-indigo/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-indigo/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-indigo/metacity-1/metacity-theme-1.xml +share/themes/Canta-indigo/metacity-1/metacity-theme-2.xml +share/themes/Canta-indigo/metacity-1/metacity-theme-3.xml +share/themes/Canta-indigo/metacity-1/minimize.png +share/themes/Canta-indigo/metacity-1/minimize_focused.png +share/themes/Canta-indigo/metacity-1/minimize_focused_normal.png +share/themes/Canta-indigo/metacity-1/minimize_focused_prelight.png +share/themes/Canta-indigo/metacity-1/minimize_focused_pressed.png +share/themes/Canta-indigo/metacity-1/minimize_unfocused.png +share/themes/Canta-indigo/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-indigo/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-indigo/metacity-1/shade.png +share/themes/Canta-indigo/metacity-1/shade_focused.png +share/themes/Canta-indigo/metacity-1/shade_focused_normal.png +share/themes/Canta-indigo/metacity-1/shade_focused_prelight.png +share/themes/Canta-indigo/metacity-1/shade_focused_pressed.png +share/themes/Canta-indigo/metacity-1/shade_unfocused.png +share/themes/Canta-indigo/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-indigo/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-indigo/metacity-1/trough_left.png +share/themes/Canta-indigo/metacity-1/trough_middle.png +share/themes/Canta-indigo/metacity-1/trough_right.png +share/themes/Canta-indigo/metacity-1/trough_unfocused_left.png +share/themes/Canta-indigo/metacity-1/trough_unfocused_middle.png +share/themes/Canta-indigo/metacity-1/trough_unfocused_right.png +share/themes/Canta-indigo/metacity-1/unmaximize.png +share/themes/Canta-indigo/metacity-1/unmaximize_focused.png +share/themes/Canta-indigo/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-indigo/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-indigo/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-indigo/metacity-1/unmaximize_unfocused.png +share/themes/Canta-indigo/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-indigo/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-indigo/metacity-1/unshade.png +share/themes/Canta-indigo/metacity-1/unshade_focused.png +share/themes/Canta-indigo/metacity-1/unshade_focused_normal.png +share/themes/Canta-indigo/metacity-1/unshade_focused_prelight.png +share/themes/Canta-indigo/metacity-1/unshade_focused_pressed.png +share/themes/Canta-indigo/metacity-1/unshade_unfocused.png +share/themes/Canta-indigo/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-indigo/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-indigo/plank/dock.theme +share/themes/Canta-indigo/unity/assets/close_focused.svg +share/themes/Canta-indigo/unity/assets/close_focused_prelight.svg +share/themes/Canta-indigo/unity/assets/close_focused_pressed.svg +share/themes/Canta-indigo/unity/assets/close_unfocused.svg +share/themes/Canta-indigo/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-indigo/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-indigo/unity/assets/maximize_focused.svg +share/themes/Canta-indigo/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-indigo/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-indigo/unity/assets/maximize_unfocused.svg +share/themes/Canta-indigo/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-indigo/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-indigo/unity/assets/minimize_focused.svg +share/themes/Canta-indigo/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-indigo/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-indigo/unity/assets/minimize_unfocused.svg +share/themes/Canta-indigo/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-indigo/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-indigo/unity/assets/unmaximize_focused.svg +share/themes/Canta-indigo/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-indigo/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-indigo/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-indigo/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo/unity/close.svg +share/themes/Canta-indigo/unity/close_dash.svg +share/themes/Canta-indigo/unity/close_dash_disabled.svg +share/themes/Canta-indigo/unity/close_dash_prelight.svg +share/themes/Canta-indigo/unity/close_dash_pressed.svg +share/themes/Canta-indigo/unity/close_focused_normal.svg +share/themes/Canta-indigo/unity/close_focused_prelight.svg +share/themes/Canta-indigo/unity/close_focused_pressed.svg +share/themes/Canta-indigo/unity/close_unfocused.svg +share/themes/Canta-indigo/unity/close_unfocused_prelight.svg +share/themes/Canta-indigo/unity/close_unfocused_pressed.svg +share/themes/Canta-indigo/unity/dash-widgets.json +share/themes/Canta-indigo/unity/launcher_arrow_btt_19.svg +share/themes/Canta-indigo/unity/launcher_arrow_btt_37.svg +share/themes/Canta-indigo/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-indigo/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-indigo/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-indigo/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-indigo/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-indigo/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-indigo/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-indigo/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-indigo/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-indigo/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-indigo/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-indigo/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-indigo/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-indigo/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-indigo/unity/launcher_bfb.png +share/themes/Canta-indigo/unity/launcher_icon_back_150.svg +share/themes/Canta-indigo/unity/launcher_icon_back_54.svg +share/themes/Canta-indigo/unity/launcher_icon_edge_150.svg +share/themes/Canta-indigo/unity/launcher_icon_edge_54.svg +share/themes/Canta-indigo/unity/launcher_icon_glow_200.svg +share/themes/Canta-indigo/unity/launcher_icon_glow_62.svg +share/themes/Canta-indigo/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-indigo/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-indigo/unity/launcher_icon_shadow_200.svg +share/themes/Canta-indigo/unity/launcher_icon_shadow_62.svg +share/themes/Canta-indigo/unity/launcher_icon_shine_150.svg +share/themes/Canta-indigo/unity/launcher_icon_shine_54.svg +share/themes/Canta-indigo/unity/launcher_pip_btt_19.svg +share/themes/Canta-indigo/unity/launcher_pip_btt_37.svg +share/themes/Canta-indigo/unity/launcher_pip_ltr_19.svg +share/themes/Canta-indigo/unity/launcher_pip_ltr_37.svg +share/themes/Canta-indigo/unity/launcher_pip_rtl_19.svg +share/themes/Canta-indigo/unity/launcher_pip_rtl_37.svg +share/themes/Canta-indigo/unity/launcher_pip_ttb_19.svg +share/themes/Canta-indigo/unity/launcher_pip_ttb_37.svg +share/themes/Canta-indigo/unity/maximize.svg +share/themes/Canta-indigo/unity/maximize_dash.svg +share/themes/Canta-indigo/unity/maximize_dash_disabled.svg +share/themes/Canta-indigo/unity/maximize_dash_prelight.svg +share/themes/Canta-indigo/unity/maximize_dash_pressed.svg +share/themes/Canta-indigo/unity/maximize_focused_normal.svg +share/themes/Canta-indigo/unity/maximize_focused_prelight.svg +share/themes/Canta-indigo/unity/maximize_focused_pressed.svg +share/themes/Canta-indigo/unity/maximize_unfocused.svg +share/themes/Canta-indigo/unity/maximize_unfocused_prelight.svg +share/themes/Canta-indigo/unity/maximize_unfocused_pressed.svg +share/themes/Canta-indigo/unity/minimize.svg +share/themes/Canta-indigo/unity/minimize_dash.svg +share/themes/Canta-indigo/unity/minimize_dash_disabled.svg +share/themes/Canta-indigo/unity/minimize_dash_prelight.svg +share/themes/Canta-indigo/unity/minimize_dash_pressed.svg +share/themes/Canta-indigo/unity/minimize_focused_normal.svg +share/themes/Canta-indigo/unity/minimize_focused_prelight.svg +share/themes/Canta-indigo/unity/minimize_focused_pressed.svg +share/themes/Canta-indigo/unity/minimize_unfocused.svg +share/themes/Canta-indigo/unity/minimize_unfocused_prelight.svg +share/themes/Canta-indigo/unity/minimize_unfocused_pressed.svg +share/themes/Canta-indigo/unity/progress_bar_fill.svg +share/themes/Canta-indigo/unity/progress_bar_trough.svg +share/themes/Canta-indigo/unity/sheet_style_close_focused.svg +share/themes/Canta-indigo/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-indigo/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-indigo/unity/unmaximize.svg +share/themes/Canta-indigo/unity/unmaximize_dash.svg +share/themes/Canta-indigo/unity/unmaximize_dash_disabled.svg +share/themes/Canta-indigo/unity/unmaximize_dash_prelight.svg +share/themes/Canta-indigo/unity/unmaximize_dash_pressed.svg +share/themes/Canta-indigo/unity/unmaximize_focused_normal.svg +share/themes/Canta-indigo/unity/unmaximize_focused_prelight.svg +share/themes/Canta-indigo/unity/unmaximize_focused_pressed.svg +share/themes/Canta-indigo/unity/unmaximize_unfocused.svg +share/themes/Canta-indigo/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-indigo/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-indigo/xfwm4/assets/border.svg +share/themes/Canta-indigo/xfwm4/assets/close-active.svg +share/themes/Canta-indigo/xfwm4/assets/close-inactive.svg +share/themes/Canta-indigo/xfwm4/assets/close-prelight.svg +share/themes/Canta-indigo/xfwm4/assets/close-pressed.svg +share/themes/Canta-indigo/xfwm4/assets/hide-active.svg +share/themes/Canta-indigo/xfwm4/assets/hide-inactive.svg +share/themes/Canta-indigo/xfwm4/assets/hide-prelight.svg +share/themes/Canta-indigo/xfwm4/assets/hide-pressed.svg +share/themes/Canta-indigo/xfwm4/assets/maximize-active.svg +share/themes/Canta-indigo/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-indigo/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-indigo/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-indigo/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-indigo/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-indigo/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-indigo/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-indigo/xfwm4/assets/menu-active.svg +share/themes/Canta-indigo/xfwm4/assets/menu-inactive.svg +share/themes/Canta-indigo/xfwm4/assets/menu-prelight.svg +share/themes/Canta-indigo/xfwm4/assets/menu-pressed.svg +share/themes/Canta-indigo/xfwm4/assets/shade-active.svg +share/themes/Canta-indigo/xfwm4/assets/shade-inactive.svg +share/themes/Canta-indigo/xfwm4/assets/shade-prelight.svg +share/themes/Canta-indigo/xfwm4/assets/shade-pressed.svg +share/themes/Canta-indigo/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-indigo/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-indigo/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-indigo/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-indigo/xfwm4/assets/stick-active.svg +share/themes/Canta-indigo/xfwm4/assets/stick-inactive.svg +share/themes/Canta-indigo/xfwm4/assets/stick-prelight.svg +share/themes/Canta-indigo/xfwm4/assets/stick-pressed.svg +share/themes/Canta-indigo/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-indigo/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-indigo/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-indigo/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-indigo/xfwm4/assets/themerc +share/themes/Canta-indigo/xfwm4/assets/title-side.svg +share/themes/Canta-indigo/xfwm4/assets/title.svg +share/themes/Canta-indigo/xfwm4/bottom-active.svg +share/themes/Canta-indigo/xfwm4/bottom-inactive.svg +share/themes/Canta-indigo/xfwm4/bottom-left-active.svg +share/themes/Canta-indigo/xfwm4/bottom-left-inactive.svg +share/themes/Canta-indigo/xfwm4/bottom-right-active.svg +share/themes/Canta-indigo/xfwm4/bottom-right-inactive.svg +share/themes/Canta-indigo/xfwm4/close-active.svg +share/themes/Canta-indigo/xfwm4/close-inactive.svg +share/themes/Canta-indigo/xfwm4/close-prelight.svg +share/themes/Canta-indigo/xfwm4/close-pressed.svg +share/themes/Canta-indigo/xfwm4/hide-active.svg +share/themes/Canta-indigo/xfwm4/hide-inactive.svg +share/themes/Canta-indigo/xfwm4/hide-prelight.svg +share/themes/Canta-indigo/xfwm4/hide-pressed.svg +share/themes/Canta-indigo/xfwm4/left-active.svg +share/themes/Canta-indigo/xfwm4/left-inactive.svg +share/themes/Canta-indigo/xfwm4/maximize-active.svg +share/themes/Canta-indigo/xfwm4/maximize-inactive.svg +share/themes/Canta-indigo/xfwm4/maximize-prelight.svg +share/themes/Canta-indigo/xfwm4/maximize-pressed.svg +share/themes/Canta-indigo/xfwm4/maximize-toggled-active.svg +share/themes/Canta-indigo/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-indigo/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-indigo/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-indigo/xfwm4/menu-active.svg +share/themes/Canta-indigo/xfwm4/menu-inactive.svg +share/themes/Canta-indigo/xfwm4/menu-prelight.svg +share/themes/Canta-indigo/xfwm4/menu-pressed.svg +share/themes/Canta-indigo/xfwm4/right-active.svg +share/themes/Canta-indigo/xfwm4/right-inactive.svg +share/themes/Canta-indigo/xfwm4/shade-active.svg +share/themes/Canta-indigo/xfwm4/shade-inactive.svg +share/themes/Canta-indigo/xfwm4/shade-prelight.svg +share/themes/Canta-indigo/xfwm4/shade-pressed.svg +share/themes/Canta-indigo/xfwm4/shade-toggled-active.svg +share/themes/Canta-indigo/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-indigo/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-indigo/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-indigo/xfwm4/stick-active.svg +share/themes/Canta-indigo/xfwm4/stick-inactive.svg +share/themes/Canta-indigo/xfwm4/stick-prelight.svg +share/themes/Canta-indigo/xfwm4/stick-pressed.svg +share/themes/Canta-indigo/xfwm4/stick-toggled-active.svg +share/themes/Canta-indigo/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-indigo/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-indigo/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-indigo/xfwm4/themerc +share/themes/Canta-indigo/xfwm4/title-1-active.svg +share/themes/Canta-indigo/xfwm4/title-1-inactive.svg +share/themes/Canta-indigo/xfwm4/title-2-active.svg +share/themes/Canta-indigo/xfwm4/title-2-inactive.svg +share/themes/Canta-indigo/xfwm4/title-3-active.svg +share/themes/Canta-indigo/xfwm4/title-3-inactive.svg +share/themes/Canta-indigo/xfwm4/title-4-active.svg +share/themes/Canta-indigo/xfwm4/title-4-inactive.svg +share/themes/Canta-indigo/xfwm4/title-5-active.svg +share/themes/Canta-indigo/xfwm4/title-5-inactive.svg +share/themes/Canta-indigo/xfwm4/top-left-active.svg +share/themes/Canta-indigo/xfwm4/top-left-inactive.svg +share/themes/Canta-indigo/xfwm4/top-right-active.svg +share/themes/Canta-indigo/xfwm4/top-right-inactive.svg +share/themes/Canta-light-compact/AUTHORS +share/themes/Canta-light-compact/COPYING +share/themes/Canta-light-compact/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-light-compact/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-light-compact/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-light-compact/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-light-compact/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-light-compact/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-light-compact/cinnamon/assets/menu/menu.svg +share/themes/Canta-light-compact/cinnamon/assets/menu/submenu.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/bg.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/button-box.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/close-active.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/close.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/desklet.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/message.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/osd.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/overview.svg +share/themes/Canta-light-compact/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-light-compact/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-light-compact/cinnamon/assets/panel/activities.svg +share/themes/Canta-light-compact/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-light-compact/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-light-compact/cinnamon/cinnamon.css +share/themes/Canta-light-compact/cinnamon/thumbnail.png +share/themes/Canta-light-compact/gnome-shell/assets/activities-active.svg +share/themes/Canta-light-compact/gnome-shell/assets/activities.svg +share/themes/Canta-light-compact/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-light-compact/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-light-compact/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-light-compact/gnome-shell/assets/checkbox.svg +share/themes/Canta-light-compact/gnome-shell/assets/close.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-light-compact/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-light-compact/gnome-shell/assets/key-enter.svg +share/themes/Canta-light-compact/gnome-shell/assets/key-hide.svg +share/themes/Canta-light-compact/gnome-shell/assets/key-layout.svg +share/themes/Canta-light-compact/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-light-compact/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-light-compact/gnome-shell/assets/key-shift.svg +share/themes/Canta-light-compact/gnome-shell/assets/more-results.svg +share/themes/Canta-light-compact/gnome-shell/assets/no-events.svg +share/themes/Canta-light-compact/gnome-shell/assets/no-notifications.svg +share/themes/Canta-light-compact/gnome-shell/assets/process-working.svg +share/themes/Canta-light-compact/gnome-shell/assets/toggle-off.svg +share/themes/Canta-light-compact/gnome-shell/assets/toggle-on.svg +share/themes/Canta-light-compact/gnome-shell/assets/window-close-active.svg +share/themes/Canta-light-compact/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-light-compact/gnome-shell/assets/window-close.svg +share/themes/Canta-light-compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-light-compact/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-light-compact/gnome-shell/gnome-shell.css +share/themes/Canta-light-compact/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-light-compact/gnome-shell/no-events.svg +share/themes/Canta-light-compact/gnome-shell/no-notifications.svg +share/themes/Canta-light-compact/gnome-shell/noise-texture.png +share/themes/Canta-light-compact/gnome-shell/pad-osd.css +share/themes/Canta-light-compact/gnome-shell/process-working.svg +share/themes/Canta-light-compact/gtk-2.0/apps.rc +share/themes/Canta-light-compact/gtk-2.0/assets/border.png +share/themes/Canta-light-compact/gtk-2.0/assets/button-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/button-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/button.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-light-compact/gtk-2.0/assets/entry-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/entry-background.png +share/themes/Canta-light-compact/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/entry.png +share/themes/Canta-light-compact/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/flat-button.png +share/themes/Canta-light-compact/gtk-2.0/assets/focus.png +share/themes/Canta-light-compact/gtk-2.0/assets/frame-inline.png +share/themes/Canta-light-compact/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-light-compact/gtk-2.0/assets/frame.png +share/themes/Canta-light-compact/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/handle-horz.png +share/themes/Canta-light-compact/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/handle-vert.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-light-compact/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-light-compact/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-light-compact/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-down.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-left.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-right.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/pan-up.png +share/themes/Canta-light-compact/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-light-compact/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-light-compact/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-light-compact/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-light-compact/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-light-compact/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-light-compact/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-light-compact/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-checked.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-light-compact/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-light-compact/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/scale-slider.png +share/themes/Canta-light-compact/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-light-compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-light-compact/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-light-compact/gtk-2.0/assets/tab-blue.png +share/themes/Canta-light-compact/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-light-compact/gtk-2.0/assets/tab.png +share/themes/Canta-light-compact/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-light-compact/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-light-compact/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-light-compact/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-light-compact/gtk-2.0/gtkrc +share/themes/Canta-light-compact/gtk-2.0/hacks.rc +share/themes/Canta-light-compact/gtk-2.0/main.rc +share/themes/Canta-light-compact/gtk-2.0/panel.rc +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top.png +share/themes/Canta-light-compact/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-light-compact/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-light-compact/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-light-compact/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-light-compact/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-light-compact/gtk-3.0/gtk-dark.css +share/themes/Canta-light-compact/gtk-3.0/gtk.css +share/themes/Canta-light-compact/index.theme +share/themes/Canta-light-compact/metacity-1/close.png +share/themes/Canta-light-compact/metacity-1/close_focused.png +share/themes/Canta-light-compact/metacity-1/close_focused_normal.png +share/themes/Canta-light-compact/metacity-1/close_focused_prelight.png +share/themes/Canta-light-compact/metacity-1/close_focused_pressed.png +share/themes/Canta-light-compact/metacity-1/close_unfocused.png +share/themes/Canta-light-compact/metacity-1/close_unfocused_prelight.png +share/themes/Canta-light-compact/metacity-1/close_unfocused_pressed.png +share/themes/Canta-light-compact/metacity-1/maximize.png +share/themes/Canta-light-compact/metacity-1/maximize_focused.png +share/themes/Canta-light-compact/metacity-1/maximize_focused_normal.png +share/themes/Canta-light-compact/metacity-1/maximize_focused_prelight.png +share/themes/Canta-light-compact/metacity-1/maximize_focused_pressed.png +share/themes/Canta-light-compact/metacity-1/maximize_unfocused.png +share/themes/Canta-light-compact/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-light-compact/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-light-compact/metacity-1/menu.png +share/themes/Canta-light-compact/metacity-1/menu_focused.png +share/themes/Canta-light-compact/metacity-1/menu_focused_normal.png +share/themes/Canta-light-compact/metacity-1/menu_focused_prelight.png +share/themes/Canta-light-compact/metacity-1/menu_focused_pressed.png +share/themes/Canta-light-compact/metacity-1/menu_unfocused.png +share/themes/Canta-light-compact/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-light-compact/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-light-compact/metacity-1/metacity-theme-1.xml +share/themes/Canta-light-compact/metacity-1/metacity-theme-2.xml +share/themes/Canta-light-compact/metacity-1/metacity-theme-3.xml +share/themes/Canta-light-compact/metacity-1/minimize.png +share/themes/Canta-light-compact/metacity-1/minimize_focused.png +share/themes/Canta-light-compact/metacity-1/minimize_focused_normal.png +share/themes/Canta-light-compact/metacity-1/minimize_focused_prelight.png +share/themes/Canta-light-compact/metacity-1/minimize_focused_pressed.png +share/themes/Canta-light-compact/metacity-1/minimize_unfocused.png +share/themes/Canta-light-compact/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-light-compact/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-light-compact/metacity-1/shade.png +share/themes/Canta-light-compact/metacity-1/shade_focused.png +share/themes/Canta-light-compact/metacity-1/shade_focused_normal.png +share/themes/Canta-light-compact/metacity-1/shade_focused_prelight.png +share/themes/Canta-light-compact/metacity-1/shade_focused_pressed.png +share/themes/Canta-light-compact/metacity-1/shade_unfocused.png +share/themes/Canta-light-compact/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-light-compact/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-light-compact/metacity-1/trough_left.png +share/themes/Canta-light-compact/metacity-1/trough_middle.png +share/themes/Canta-light-compact/metacity-1/trough_right.png +share/themes/Canta-light-compact/metacity-1/trough_unfocused_left.png +share/themes/Canta-light-compact/metacity-1/trough_unfocused_middle.png +share/themes/Canta-light-compact/metacity-1/trough_unfocused_right.png +share/themes/Canta-light-compact/metacity-1/unmaximize.png +share/themes/Canta-light-compact/metacity-1/unmaximize_focused.png +share/themes/Canta-light-compact/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-light-compact/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-light-compact/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-light-compact/metacity-1/unmaximize_unfocused.png +share/themes/Canta-light-compact/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-light-compact/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-light-compact/metacity-1/unshade.png +share/themes/Canta-light-compact/metacity-1/unshade_focused.png +share/themes/Canta-light-compact/metacity-1/unshade_focused_normal.png +share/themes/Canta-light-compact/metacity-1/unshade_focused_prelight.png +share/themes/Canta-light-compact/metacity-1/unshade_focused_pressed.png +share/themes/Canta-light-compact/metacity-1/unshade_unfocused.png +share/themes/Canta-light-compact/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-light-compact/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-light-compact/plank/dock.theme +share/themes/Canta-light-compact/unity/assets/close_focused.svg +share/themes/Canta-light-compact/unity/assets/close_focused_prelight.svg +share/themes/Canta-light-compact/unity/assets/close_focused_pressed.svg +share/themes/Canta-light-compact/unity/assets/close_unfocused.svg +share/themes/Canta-light-compact/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-light-compact/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-light-compact/unity/assets/maximize_focused.svg +share/themes/Canta-light-compact/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-light-compact/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-light-compact/unity/assets/maximize_unfocused.svg +share/themes/Canta-light-compact/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-light-compact/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-light-compact/unity/assets/minimize_focused.svg +share/themes/Canta-light-compact/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-light-compact/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-light-compact/unity/assets/minimize_unfocused.svg +share/themes/Canta-light-compact/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-light-compact/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-light-compact/unity/assets/unmaximize_focused.svg +share/themes/Canta-light-compact/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-light-compact/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-light-compact/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-light-compact/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-light-compact/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-light-compact/unity/close.svg +share/themes/Canta-light-compact/unity/close_dash.svg +share/themes/Canta-light-compact/unity/close_dash_disabled.svg +share/themes/Canta-light-compact/unity/close_dash_prelight.svg +share/themes/Canta-light-compact/unity/close_dash_pressed.svg +share/themes/Canta-light-compact/unity/close_focused_normal.svg +share/themes/Canta-light-compact/unity/close_focused_prelight.svg +share/themes/Canta-light-compact/unity/close_focused_pressed.svg +share/themes/Canta-light-compact/unity/close_unfocused.svg +share/themes/Canta-light-compact/unity/close_unfocused_prelight.svg +share/themes/Canta-light-compact/unity/close_unfocused_pressed.svg +share/themes/Canta-light-compact/unity/dash-widgets.json +share/themes/Canta-light-compact/unity/launcher_arrow_btt_19.svg +share/themes/Canta-light-compact/unity/launcher_arrow_btt_37.svg +share/themes/Canta-light-compact/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-light-compact/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-light-compact/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-light-compact/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-light-compact/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-light-compact/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-light-compact/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-light-compact/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-light-compact/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-light-compact/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-light-compact/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-light-compact/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-light-compact/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-light-compact/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-light-compact/unity/launcher_bfb.png +share/themes/Canta-light-compact/unity/launcher_icon_back_150.svg +share/themes/Canta-light-compact/unity/launcher_icon_back_54.svg +share/themes/Canta-light-compact/unity/launcher_icon_edge_150.svg +share/themes/Canta-light-compact/unity/launcher_icon_edge_54.svg +share/themes/Canta-light-compact/unity/launcher_icon_glow_200.svg +share/themes/Canta-light-compact/unity/launcher_icon_glow_62.svg +share/themes/Canta-light-compact/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-light-compact/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-light-compact/unity/launcher_icon_shadow_200.svg +share/themes/Canta-light-compact/unity/launcher_icon_shadow_62.svg +share/themes/Canta-light-compact/unity/launcher_icon_shine_150.svg +share/themes/Canta-light-compact/unity/launcher_icon_shine_54.svg +share/themes/Canta-light-compact/unity/launcher_pip_btt_19.svg +share/themes/Canta-light-compact/unity/launcher_pip_btt_37.svg +share/themes/Canta-light-compact/unity/launcher_pip_ltr_19.svg +share/themes/Canta-light-compact/unity/launcher_pip_ltr_37.svg +share/themes/Canta-light-compact/unity/launcher_pip_rtl_19.svg +share/themes/Canta-light-compact/unity/launcher_pip_rtl_37.svg +share/themes/Canta-light-compact/unity/launcher_pip_ttb_19.svg +share/themes/Canta-light-compact/unity/launcher_pip_ttb_37.svg +share/themes/Canta-light-compact/unity/maximize.svg +share/themes/Canta-light-compact/unity/maximize_dash.svg +share/themes/Canta-light-compact/unity/maximize_dash_disabled.svg +share/themes/Canta-light-compact/unity/maximize_dash_prelight.svg +share/themes/Canta-light-compact/unity/maximize_dash_pressed.svg +share/themes/Canta-light-compact/unity/maximize_focused_normal.svg +share/themes/Canta-light-compact/unity/maximize_focused_prelight.svg +share/themes/Canta-light-compact/unity/maximize_focused_pressed.svg +share/themes/Canta-light-compact/unity/maximize_unfocused.svg +share/themes/Canta-light-compact/unity/maximize_unfocused_prelight.svg +share/themes/Canta-light-compact/unity/maximize_unfocused_pressed.svg +share/themes/Canta-light-compact/unity/minimize.svg +share/themes/Canta-light-compact/unity/minimize_dash.svg +share/themes/Canta-light-compact/unity/minimize_dash_disabled.svg +share/themes/Canta-light-compact/unity/minimize_dash_prelight.svg +share/themes/Canta-light-compact/unity/minimize_dash_pressed.svg +share/themes/Canta-light-compact/unity/minimize_focused_normal.svg +share/themes/Canta-light-compact/unity/minimize_focused_prelight.svg +share/themes/Canta-light-compact/unity/minimize_focused_pressed.svg +share/themes/Canta-light-compact/unity/minimize_unfocused.svg +share/themes/Canta-light-compact/unity/minimize_unfocused_prelight.svg +share/themes/Canta-light-compact/unity/minimize_unfocused_pressed.svg +share/themes/Canta-light-compact/unity/progress_bar_fill.svg +share/themes/Canta-light-compact/unity/progress_bar_trough.svg +share/themes/Canta-light-compact/unity/sheet_style_close_focused.svg +share/themes/Canta-light-compact/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-light-compact/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-light-compact/unity/unmaximize.svg +share/themes/Canta-light-compact/unity/unmaximize_dash.svg +share/themes/Canta-light-compact/unity/unmaximize_dash_disabled.svg +share/themes/Canta-light-compact/unity/unmaximize_dash_prelight.svg +share/themes/Canta-light-compact/unity/unmaximize_dash_pressed.svg +share/themes/Canta-light-compact/unity/unmaximize_focused_normal.svg +share/themes/Canta-light-compact/unity/unmaximize_focused_prelight.svg +share/themes/Canta-light-compact/unity/unmaximize_focused_pressed.svg +share/themes/Canta-light-compact/unity/unmaximize_unfocused.svg +share/themes/Canta-light-compact/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-light-compact/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-light-compact/xfwm4/assets/border.svg +share/themes/Canta-light-compact/xfwm4/assets/close-active.svg +share/themes/Canta-light-compact/xfwm4/assets/close-inactive.svg +share/themes/Canta-light-compact/xfwm4/assets/close-prelight.svg +share/themes/Canta-light-compact/xfwm4/assets/close-pressed.svg +share/themes/Canta-light-compact/xfwm4/assets/hide-active.svg +share/themes/Canta-light-compact/xfwm4/assets/hide-inactive.svg +share/themes/Canta-light-compact/xfwm4/assets/hide-prelight.svg +share/themes/Canta-light-compact/xfwm4/assets/hide-pressed.svg +share/themes/Canta-light-compact/xfwm4/assets/maximize-active.svg +share/themes/Canta-light-compact/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-light-compact/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-light-compact/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-light-compact/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-light-compact/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-light-compact/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-light-compact/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-light-compact/xfwm4/assets/menu-active.svg +share/themes/Canta-light-compact/xfwm4/assets/menu-inactive.svg +share/themes/Canta-light-compact/xfwm4/assets/menu-prelight.svg +share/themes/Canta-light-compact/xfwm4/assets/menu-pressed.svg +share/themes/Canta-light-compact/xfwm4/assets/shade-active.svg +share/themes/Canta-light-compact/xfwm4/assets/shade-inactive.svg +share/themes/Canta-light-compact/xfwm4/assets/shade-prelight.svg +share/themes/Canta-light-compact/xfwm4/assets/shade-pressed.svg +share/themes/Canta-light-compact/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-light-compact/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-light-compact/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-light-compact/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-light-compact/xfwm4/assets/stick-active.svg +share/themes/Canta-light-compact/xfwm4/assets/stick-inactive.svg +share/themes/Canta-light-compact/xfwm4/assets/stick-prelight.svg +share/themes/Canta-light-compact/xfwm4/assets/stick-pressed.svg +share/themes/Canta-light-compact/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-light-compact/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-light-compact/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-light-compact/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-light-compact/xfwm4/assets/themerc +share/themes/Canta-light-compact/xfwm4/assets/title-side.svg +share/themes/Canta-light-compact/xfwm4/assets/title.svg +share/themes/Canta-light-compact/xfwm4/bottom-active.svg +share/themes/Canta-light-compact/xfwm4/bottom-inactive.svg +share/themes/Canta-light-compact/xfwm4/bottom-left-active.svg +share/themes/Canta-light-compact/xfwm4/bottom-left-inactive.svg +share/themes/Canta-light-compact/xfwm4/bottom-right-active.svg +share/themes/Canta-light-compact/xfwm4/bottom-right-inactive.svg +share/themes/Canta-light-compact/xfwm4/close-active.svg +share/themes/Canta-light-compact/xfwm4/close-inactive.svg +share/themes/Canta-light-compact/xfwm4/close-prelight.svg +share/themes/Canta-light-compact/xfwm4/close-pressed.svg +share/themes/Canta-light-compact/xfwm4/hide-active.svg +share/themes/Canta-light-compact/xfwm4/hide-inactive.svg +share/themes/Canta-light-compact/xfwm4/hide-prelight.svg +share/themes/Canta-light-compact/xfwm4/hide-pressed.svg +share/themes/Canta-light-compact/xfwm4/left-active.svg +share/themes/Canta-light-compact/xfwm4/left-inactive.svg +share/themes/Canta-light-compact/xfwm4/maximize-active.svg +share/themes/Canta-light-compact/xfwm4/maximize-inactive.svg +share/themes/Canta-light-compact/xfwm4/maximize-prelight.svg +share/themes/Canta-light-compact/xfwm4/maximize-pressed.svg +share/themes/Canta-light-compact/xfwm4/maximize-toggled-active.svg +share/themes/Canta-light-compact/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-light-compact/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-light-compact/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-light-compact/xfwm4/menu-active.svg +share/themes/Canta-light-compact/xfwm4/menu-inactive.svg +share/themes/Canta-light-compact/xfwm4/menu-prelight.svg +share/themes/Canta-light-compact/xfwm4/menu-pressed.svg +share/themes/Canta-light-compact/xfwm4/right-active.svg +share/themes/Canta-light-compact/xfwm4/right-inactive.svg +share/themes/Canta-light-compact/xfwm4/shade-active.svg +share/themes/Canta-light-compact/xfwm4/shade-inactive.svg +share/themes/Canta-light-compact/xfwm4/shade-prelight.svg +share/themes/Canta-light-compact/xfwm4/shade-pressed.svg +share/themes/Canta-light-compact/xfwm4/shade-toggled-active.svg +share/themes/Canta-light-compact/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-light-compact/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-light-compact/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-light-compact/xfwm4/stick-active.svg +share/themes/Canta-light-compact/xfwm4/stick-inactive.svg +share/themes/Canta-light-compact/xfwm4/stick-prelight.svg +share/themes/Canta-light-compact/xfwm4/stick-pressed.svg +share/themes/Canta-light-compact/xfwm4/stick-toggled-active.svg +share/themes/Canta-light-compact/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-light-compact/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-light-compact/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-light-compact/xfwm4/themerc +share/themes/Canta-light-compact/xfwm4/title-1-active.svg +share/themes/Canta-light-compact/xfwm4/title-1-inactive.svg +share/themes/Canta-light-compact/xfwm4/title-2-active.svg +share/themes/Canta-light-compact/xfwm4/title-2-inactive.svg +share/themes/Canta-light-compact/xfwm4/title-3-active.svg +share/themes/Canta-light-compact/xfwm4/title-3-inactive.svg +share/themes/Canta-light-compact/xfwm4/title-4-active.svg +share/themes/Canta-light-compact/xfwm4/title-4-inactive.svg +share/themes/Canta-light-compact/xfwm4/title-5-active.svg +share/themes/Canta-light-compact/xfwm4/title-5-inactive.svg +share/themes/Canta-light-compact/xfwm4/top-left-active.svg +share/themes/Canta-light-compact/xfwm4/top-left-inactive.svg +share/themes/Canta-light-compact/xfwm4/top-right-active.svg +share/themes/Canta-light-compact/xfwm4/top-right-inactive.svg +share/themes/Canta-light/AUTHORS +share/themes/Canta-light/COPYING +share/themes/Canta-light/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta-light/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta-light/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta-light/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta-light/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta-light/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta-light/cinnamon/assets/menu/menu.svg +share/themes/Canta-light/cinnamon/assets/menu/submenu.svg +share/themes/Canta-light/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta-light/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta-light/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta-light/cinnamon/assets/misc/bg.svg +share/themes/Canta-light/cinnamon/assets/misc/button-box.svg +share/themes/Canta-light/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta-light/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta-light/cinnamon/assets/misc/close-active.svg +share/themes/Canta-light/cinnamon/assets/misc/close-hover.svg +share/themes/Canta-light/cinnamon/assets/misc/close.svg +share/themes/Canta-light/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta-light/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta-light/cinnamon/assets/misc/desklet.svg +share/themes/Canta-light/cinnamon/assets/misc/message.svg +share/themes/Canta-light/cinnamon/assets/misc/osd.svg +share/themes/Canta-light/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta-light/cinnamon/assets/misc/overview.svg +share/themes/Canta-light/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta-light/cinnamon/assets/panel/activities-active.svg +share/themes/Canta-light/cinnamon/assets/panel/activities.svg +share/themes/Canta-light/cinnamon/assets/switch/switch-off.svg +share/themes/Canta-light/cinnamon/assets/switch/switch-on.svg +share/themes/Canta-light/cinnamon/cinnamon.css +share/themes/Canta-light/cinnamon/thumbnail.png +share/themes/Canta-light/gnome-shell/assets/activities-active.svg +share/themes/Canta-light/gnome-shell/assets/activities.svg +share/themes/Canta-light/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta-light/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta-light/gnome-shell/assets/checkbox-off.svg +share/themes/Canta-light/gnome-shell/assets/checkbox.svg +share/themes/Canta-light/gnome-shell/assets/close.svg +share/themes/Canta-light/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta-light/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta-light/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta-light/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta-light/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta-light/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta-light/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta-light/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta-light/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta-light/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta-light/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta-light/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta-light/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta-light/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta-light/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta-light/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta-light/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta-light/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta-light/gnome-shell/assets/key-enter.svg +share/themes/Canta-light/gnome-shell/assets/key-hide.svg +share/themes/Canta-light/gnome-shell/assets/key-layout.svg +share/themes/Canta-light/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta-light/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta-light/gnome-shell/assets/key-shift.svg +share/themes/Canta-light/gnome-shell/assets/more-results.svg +share/themes/Canta-light/gnome-shell/assets/no-events.svg +share/themes/Canta-light/gnome-shell/assets/no-notifications.svg +share/themes/Canta-light/gnome-shell/assets/process-working.svg +share/themes/Canta-light/gnome-shell/assets/toggle-off.svg +share/themes/Canta-light/gnome-shell/assets/toggle-on.svg +share/themes/Canta-light/gnome-shell/assets/window-close-active.svg +share/themes/Canta-light/gnome-shell/assets/window-close-hover.svg +share/themes/Canta-light/gnome-shell/assets/window-close.svg +share/themes/Canta-light/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta-light/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta-light/gnome-shell/gnome-shell.css +share/themes/Canta-light/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta-light/gnome-shell/no-events.svg +share/themes/Canta-light/gnome-shell/no-notifications.svg +share/themes/Canta-light/gnome-shell/noise-texture.png +share/themes/Canta-light/gnome-shell/pad-osd.css +share/themes/Canta-light/gnome-shell/process-working.svg +share/themes/Canta-light/gtk-2.0/apps.rc +share/themes/Canta-light/gtk-2.0/assets/border.png +share/themes/Canta-light/gtk-2.0/assets/button-active.png +share/themes/Canta-light/gtk-2.0/assets/button-hover.png +share/themes/Canta-light/gtk-2.0/assets/button-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/button.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta-light/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta-light/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta-light/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta-light/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta-light/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta-light/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta-light/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta-light/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta-light/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta-light/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta-light/gtk-2.0/assets/entry-active.png +share/themes/Canta-light/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/entry-background.png +share/themes/Canta-light/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/entry.png +share/themes/Canta-light/gtk-2.0/assets/flat-button-active.png +share/themes/Canta-light/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta-light/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/flat-button.png +share/themes/Canta-light/gtk-2.0/assets/focus.png +share/themes/Canta-light/gtk-2.0/assets/frame-inline.png +share/themes/Canta-light/gtk-2.0/assets/frame-notebook.png +share/themes/Canta-light/gtk-2.0/assets/frame.png +share/themes/Canta-light/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta-light/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta-light/gtk-2.0/assets/handle-horz.png +share/themes/Canta-light/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta-light/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta-light/gtk-2.0/assets/handle-vert.png +share/themes/Canta-light/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta-light/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta-light/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta-light/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta-light/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta-light/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta-light/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta-light/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta-light/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta-light/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta-light/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta-light/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/notebook-entry.png +share/themes/Canta-light/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta-light/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/pan-down.png +share/themes/Canta-light/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta-light/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta-light/gtk-2.0/assets/pan-left.png +share/themes/Canta-light/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta-light/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta-light/gtk-2.0/assets/pan-right.png +share/themes/Canta-light/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta-light/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/pan-up.png +share/themes/Canta-light/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta-light/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta-light/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta-light/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta-light/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta-light/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta-light/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta-light/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta-light/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta-light/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta-light/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/radio-checked.png +share/themes/Canta-light/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta-light/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta-light/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/radio-mixed.png +share/themes/Canta-light/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta-light/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta-light/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta-light/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta-light/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta-light/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta-light/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta-light/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/scale-slider.png +share/themes/Canta-light/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta-light/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta-light/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta-light/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta-light/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta-light/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta-light/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta-light/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta-light/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta-light/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta-light/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta-light/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta-light/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta-light/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta-light/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta-light/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta-light/gtk-2.0/assets/tab-blue.png +share/themes/Canta-light/gtk-2.0/assets/tab-indigo.png +share/themes/Canta-light/gtk-2.0/assets/tab.png +share/themes/Canta-light/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta-light/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta-light/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta-light/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta-light/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta-light/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta-light/gtk-2.0/gtkrc +share/themes/Canta-light/gtk-2.0/hacks.rc +share/themes/Canta-light/gtk-2.0/main.rc +share/themes/Canta-light/gtk-2.0/panel.rc +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta-light/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top.png +share/themes/Canta-light/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-square.png +share/themes/Canta-light/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta-light/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta-light/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta-light/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta-light/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta-light/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta-light/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta-light/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta-light/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta-light/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta-light/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta-light/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta-light/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta-light/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta-light/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta-light/gtk-3.0/gtk-dark.css +share/themes/Canta-light/gtk-3.0/gtk.css +share/themes/Canta-light/index.theme +share/themes/Canta-light/metacity-1/close.png +share/themes/Canta-light/metacity-1/close_focused.png +share/themes/Canta-light/metacity-1/close_focused_normal.png +share/themes/Canta-light/metacity-1/close_focused_prelight.png +share/themes/Canta-light/metacity-1/close_focused_pressed.png +share/themes/Canta-light/metacity-1/close_unfocused.png +share/themes/Canta-light/metacity-1/close_unfocused_prelight.png +share/themes/Canta-light/metacity-1/close_unfocused_pressed.png +share/themes/Canta-light/metacity-1/maximize.png +share/themes/Canta-light/metacity-1/maximize_focused.png +share/themes/Canta-light/metacity-1/maximize_focused_normal.png +share/themes/Canta-light/metacity-1/maximize_focused_prelight.png +share/themes/Canta-light/metacity-1/maximize_focused_pressed.png +share/themes/Canta-light/metacity-1/maximize_unfocused.png +share/themes/Canta-light/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta-light/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta-light/metacity-1/menu.png +share/themes/Canta-light/metacity-1/menu_focused.png +share/themes/Canta-light/metacity-1/menu_focused_normal.png +share/themes/Canta-light/metacity-1/menu_focused_prelight.png +share/themes/Canta-light/metacity-1/menu_focused_pressed.png +share/themes/Canta-light/metacity-1/menu_unfocused.png +share/themes/Canta-light/metacity-1/menu_unfocused_prelight.png +share/themes/Canta-light/metacity-1/menu_unfocused_pressed.png +share/themes/Canta-light/metacity-1/metacity-theme-1.xml +share/themes/Canta-light/metacity-1/metacity-theme-2.xml +share/themes/Canta-light/metacity-1/metacity-theme-3.xml +share/themes/Canta-light/metacity-1/minimize.png +share/themes/Canta-light/metacity-1/minimize_focused.png +share/themes/Canta-light/metacity-1/minimize_focused_normal.png +share/themes/Canta-light/metacity-1/minimize_focused_prelight.png +share/themes/Canta-light/metacity-1/minimize_focused_pressed.png +share/themes/Canta-light/metacity-1/minimize_unfocused.png +share/themes/Canta-light/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta-light/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta-light/metacity-1/shade.png +share/themes/Canta-light/metacity-1/shade_focused.png +share/themes/Canta-light/metacity-1/shade_focused_normal.png +share/themes/Canta-light/metacity-1/shade_focused_prelight.png +share/themes/Canta-light/metacity-1/shade_focused_pressed.png +share/themes/Canta-light/metacity-1/shade_unfocused.png +share/themes/Canta-light/metacity-1/shade_unfocused_prelight.png +share/themes/Canta-light/metacity-1/shade_unfocused_pressed.png +share/themes/Canta-light/metacity-1/trough_left.png +share/themes/Canta-light/metacity-1/trough_middle.png +share/themes/Canta-light/metacity-1/trough_right.png +share/themes/Canta-light/metacity-1/trough_unfocused_left.png +share/themes/Canta-light/metacity-1/trough_unfocused_middle.png +share/themes/Canta-light/metacity-1/trough_unfocused_right.png +share/themes/Canta-light/metacity-1/unmaximize.png +share/themes/Canta-light/metacity-1/unmaximize_focused.png +share/themes/Canta-light/metacity-1/unmaximize_focused_normal.png +share/themes/Canta-light/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta-light/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta-light/metacity-1/unmaximize_unfocused.png +share/themes/Canta-light/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta-light/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta-light/metacity-1/unshade.png +share/themes/Canta-light/metacity-1/unshade_focused.png +share/themes/Canta-light/metacity-1/unshade_focused_normal.png +share/themes/Canta-light/metacity-1/unshade_focused_prelight.png +share/themes/Canta-light/metacity-1/unshade_focused_pressed.png +share/themes/Canta-light/metacity-1/unshade_unfocused.png +share/themes/Canta-light/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta-light/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta-light/plank/dock.theme +share/themes/Canta-light/unity/assets/close_focused.svg +share/themes/Canta-light/unity/assets/close_focused_prelight.svg +share/themes/Canta-light/unity/assets/close_focused_pressed.svg +share/themes/Canta-light/unity/assets/close_unfocused.svg +share/themes/Canta-light/unity/assets/close_unfocused_prelight.svg +share/themes/Canta-light/unity/assets/close_unfocused_pressed.svg +share/themes/Canta-light/unity/assets/maximize_focused.svg +share/themes/Canta-light/unity/assets/maximize_focused_prelight.svg +share/themes/Canta-light/unity/assets/maximize_focused_pressed.svg +share/themes/Canta-light/unity/assets/maximize_unfocused.svg +share/themes/Canta-light/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta-light/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta-light/unity/assets/minimize_focused.svg +share/themes/Canta-light/unity/assets/minimize_focused_prelight.svg +share/themes/Canta-light/unity/assets/minimize_focused_pressed.svg +share/themes/Canta-light/unity/assets/minimize_unfocused.svg +share/themes/Canta-light/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta-light/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta-light/unity/assets/unmaximize_focused.svg +share/themes/Canta-light/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta-light/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta-light/unity/assets/unmaximize_unfocused.svg +share/themes/Canta-light/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta-light/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta-light/unity/close.svg +share/themes/Canta-light/unity/close_dash.svg +share/themes/Canta-light/unity/close_dash_disabled.svg +share/themes/Canta-light/unity/close_dash_prelight.svg +share/themes/Canta-light/unity/close_dash_pressed.svg +share/themes/Canta-light/unity/close_focused_normal.svg +share/themes/Canta-light/unity/close_focused_prelight.svg +share/themes/Canta-light/unity/close_focused_pressed.svg +share/themes/Canta-light/unity/close_unfocused.svg +share/themes/Canta-light/unity/close_unfocused_prelight.svg +share/themes/Canta-light/unity/close_unfocused_pressed.svg +share/themes/Canta-light/unity/dash-widgets.json +share/themes/Canta-light/unity/launcher_arrow_btt_19.svg +share/themes/Canta-light/unity/launcher_arrow_btt_37.svg +share/themes/Canta-light/unity/launcher_arrow_ltr_19.svg +share/themes/Canta-light/unity/launcher_arrow_ltr_37.svg +share/themes/Canta-light/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta-light/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta-light/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta-light/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta-light/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta-light/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta-light/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta-light/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta-light/unity/launcher_arrow_rtl_19.svg +share/themes/Canta-light/unity/launcher_arrow_rtl_37.svg +share/themes/Canta-light/unity/launcher_arrow_ttb_19.svg +share/themes/Canta-light/unity/launcher_arrow_ttb_37.svg +share/themes/Canta-light/unity/launcher_bfb.png +share/themes/Canta-light/unity/launcher_icon_back_150.svg +share/themes/Canta-light/unity/launcher_icon_back_54.svg +share/themes/Canta-light/unity/launcher_icon_edge_150.svg +share/themes/Canta-light/unity/launcher_icon_edge_54.svg +share/themes/Canta-light/unity/launcher_icon_glow_200.svg +share/themes/Canta-light/unity/launcher_icon_glow_62.svg +share/themes/Canta-light/unity/launcher_icon_selected_back_150.svg +share/themes/Canta-light/unity/launcher_icon_selected_back_54.svg +share/themes/Canta-light/unity/launcher_icon_shadow_200.svg +share/themes/Canta-light/unity/launcher_icon_shadow_62.svg +share/themes/Canta-light/unity/launcher_icon_shine_150.svg +share/themes/Canta-light/unity/launcher_icon_shine_54.svg +share/themes/Canta-light/unity/launcher_pip_btt_19.svg +share/themes/Canta-light/unity/launcher_pip_btt_37.svg +share/themes/Canta-light/unity/launcher_pip_ltr_19.svg +share/themes/Canta-light/unity/launcher_pip_ltr_37.svg +share/themes/Canta-light/unity/launcher_pip_rtl_19.svg +share/themes/Canta-light/unity/launcher_pip_rtl_37.svg +share/themes/Canta-light/unity/launcher_pip_ttb_19.svg +share/themes/Canta-light/unity/launcher_pip_ttb_37.svg +share/themes/Canta-light/unity/maximize.svg +share/themes/Canta-light/unity/maximize_dash.svg +share/themes/Canta-light/unity/maximize_dash_disabled.svg +share/themes/Canta-light/unity/maximize_dash_prelight.svg +share/themes/Canta-light/unity/maximize_dash_pressed.svg +share/themes/Canta-light/unity/maximize_focused_normal.svg +share/themes/Canta-light/unity/maximize_focused_prelight.svg +share/themes/Canta-light/unity/maximize_focused_pressed.svg +share/themes/Canta-light/unity/maximize_unfocused.svg +share/themes/Canta-light/unity/maximize_unfocused_prelight.svg +share/themes/Canta-light/unity/maximize_unfocused_pressed.svg +share/themes/Canta-light/unity/minimize.svg +share/themes/Canta-light/unity/minimize_dash.svg +share/themes/Canta-light/unity/minimize_dash_disabled.svg +share/themes/Canta-light/unity/minimize_dash_prelight.svg +share/themes/Canta-light/unity/minimize_dash_pressed.svg +share/themes/Canta-light/unity/minimize_focused_normal.svg +share/themes/Canta-light/unity/minimize_focused_prelight.svg +share/themes/Canta-light/unity/minimize_focused_pressed.svg +share/themes/Canta-light/unity/minimize_unfocused.svg +share/themes/Canta-light/unity/minimize_unfocused_prelight.svg +share/themes/Canta-light/unity/minimize_unfocused_pressed.svg +share/themes/Canta-light/unity/progress_bar_fill.svg +share/themes/Canta-light/unity/progress_bar_trough.svg +share/themes/Canta-light/unity/sheet_style_close_focused.svg +share/themes/Canta-light/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta-light/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta-light/unity/unmaximize.svg +share/themes/Canta-light/unity/unmaximize_dash.svg +share/themes/Canta-light/unity/unmaximize_dash_disabled.svg +share/themes/Canta-light/unity/unmaximize_dash_prelight.svg +share/themes/Canta-light/unity/unmaximize_dash_pressed.svg +share/themes/Canta-light/unity/unmaximize_focused_normal.svg +share/themes/Canta-light/unity/unmaximize_focused_prelight.svg +share/themes/Canta-light/unity/unmaximize_focused_pressed.svg +share/themes/Canta-light/unity/unmaximize_unfocused.svg +share/themes/Canta-light/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta-light/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta-light/xfwm4/assets/border.svg +share/themes/Canta-light/xfwm4/assets/close-active.svg +share/themes/Canta-light/xfwm4/assets/close-inactive.svg +share/themes/Canta-light/xfwm4/assets/close-prelight.svg +share/themes/Canta-light/xfwm4/assets/close-pressed.svg +share/themes/Canta-light/xfwm4/assets/hide-active.svg +share/themes/Canta-light/xfwm4/assets/hide-inactive.svg +share/themes/Canta-light/xfwm4/assets/hide-prelight.svg +share/themes/Canta-light/xfwm4/assets/hide-pressed.svg +share/themes/Canta-light/xfwm4/assets/maximize-active.svg +share/themes/Canta-light/xfwm4/assets/maximize-inactive.svg +share/themes/Canta-light/xfwm4/assets/maximize-prelight.svg +share/themes/Canta-light/xfwm4/assets/maximize-pressed.svg +share/themes/Canta-light/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta-light/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta-light/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta-light/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta-light/xfwm4/assets/menu-active.svg +share/themes/Canta-light/xfwm4/assets/menu-inactive.svg +share/themes/Canta-light/xfwm4/assets/menu-prelight.svg +share/themes/Canta-light/xfwm4/assets/menu-pressed.svg +share/themes/Canta-light/xfwm4/assets/shade-active.svg +share/themes/Canta-light/xfwm4/assets/shade-inactive.svg +share/themes/Canta-light/xfwm4/assets/shade-prelight.svg +share/themes/Canta-light/xfwm4/assets/shade-pressed.svg +share/themes/Canta-light/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta-light/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta-light/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta-light/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta-light/xfwm4/assets/stick-active.svg +share/themes/Canta-light/xfwm4/assets/stick-inactive.svg +share/themes/Canta-light/xfwm4/assets/stick-prelight.svg +share/themes/Canta-light/xfwm4/assets/stick-pressed.svg +share/themes/Canta-light/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta-light/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta-light/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta-light/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta-light/xfwm4/assets/themerc +share/themes/Canta-light/xfwm4/assets/title-side.svg +share/themes/Canta-light/xfwm4/assets/title.svg +share/themes/Canta-light/xfwm4/bottom-active.svg +share/themes/Canta-light/xfwm4/bottom-inactive.svg +share/themes/Canta-light/xfwm4/bottom-left-active.svg +share/themes/Canta-light/xfwm4/bottom-left-inactive.svg +share/themes/Canta-light/xfwm4/bottom-right-active.svg +share/themes/Canta-light/xfwm4/bottom-right-inactive.svg +share/themes/Canta-light/xfwm4/close-active.svg +share/themes/Canta-light/xfwm4/close-inactive.svg +share/themes/Canta-light/xfwm4/close-prelight.svg +share/themes/Canta-light/xfwm4/close-pressed.svg +share/themes/Canta-light/xfwm4/hide-active.svg +share/themes/Canta-light/xfwm4/hide-inactive.svg +share/themes/Canta-light/xfwm4/hide-prelight.svg +share/themes/Canta-light/xfwm4/hide-pressed.svg +share/themes/Canta-light/xfwm4/left-active.svg +share/themes/Canta-light/xfwm4/left-inactive.svg +share/themes/Canta-light/xfwm4/maximize-active.svg +share/themes/Canta-light/xfwm4/maximize-inactive.svg +share/themes/Canta-light/xfwm4/maximize-prelight.svg +share/themes/Canta-light/xfwm4/maximize-pressed.svg +share/themes/Canta-light/xfwm4/maximize-toggled-active.svg +share/themes/Canta-light/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta-light/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta-light/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta-light/xfwm4/menu-active.svg +share/themes/Canta-light/xfwm4/menu-inactive.svg +share/themes/Canta-light/xfwm4/menu-prelight.svg +share/themes/Canta-light/xfwm4/menu-pressed.svg +share/themes/Canta-light/xfwm4/right-active.svg +share/themes/Canta-light/xfwm4/right-inactive.svg +share/themes/Canta-light/xfwm4/shade-active.svg +share/themes/Canta-light/xfwm4/shade-inactive.svg +share/themes/Canta-light/xfwm4/shade-prelight.svg +share/themes/Canta-light/xfwm4/shade-pressed.svg +share/themes/Canta-light/xfwm4/shade-toggled-active.svg +share/themes/Canta-light/xfwm4/shade-toggled-inactive.svg +share/themes/Canta-light/xfwm4/shade-toggled-prelight.svg +share/themes/Canta-light/xfwm4/shade-toggled-pressed.svg +share/themes/Canta-light/xfwm4/stick-active.svg +share/themes/Canta-light/xfwm4/stick-inactive.svg +share/themes/Canta-light/xfwm4/stick-prelight.svg +share/themes/Canta-light/xfwm4/stick-pressed.svg +share/themes/Canta-light/xfwm4/stick-toggled-active.svg +share/themes/Canta-light/xfwm4/stick-toggled-inactive.svg +share/themes/Canta-light/xfwm4/stick-toggled-prelight.svg +share/themes/Canta-light/xfwm4/stick-toggled-pressed.svg +share/themes/Canta-light/xfwm4/themerc +share/themes/Canta-light/xfwm4/title-1-active.svg +share/themes/Canta-light/xfwm4/title-1-inactive.svg +share/themes/Canta-light/xfwm4/title-2-active.svg +share/themes/Canta-light/xfwm4/title-2-inactive.svg +share/themes/Canta-light/xfwm4/title-3-active.svg +share/themes/Canta-light/xfwm4/title-3-inactive.svg +share/themes/Canta-light/xfwm4/title-4-active.svg +share/themes/Canta-light/xfwm4/title-4-inactive.svg +share/themes/Canta-light/xfwm4/title-5-active.svg +share/themes/Canta-light/xfwm4/title-5-inactive.svg +share/themes/Canta-light/xfwm4/top-left-active.svg +share/themes/Canta-light/xfwm4/top-left-inactive.svg +share/themes/Canta-light/xfwm4/top-right-active.svg +share/themes/Canta-light/xfwm4/top-right-inactive.svg +share/themes/Canta/AUTHORS +share/themes/Canta/COPYING +share/themes/Canta/cinnamon/assets/checkbox/checkbox-checked.svg +share/themes/Canta/cinnamon/assets/checkbox/checkbox-unchecked.svg +share/themes/Canta/cinnamon/assets/checkbox/radiobutton-checked.svg +share/themes/Canta/cinnamon/assets/checkbox/radiobutton-unchecked.svg +share/themes/Canta/cinnamon/assets/menu/menu-hover.svg +share/themes/Canta/cinnamon/assets/menu/menu-separator.svg +share/themes/Canta/cinnamon/assets/menu/menu.svg +share/themes/Canta/cinnamon/assets/menu/submenu.svg +share/themes/Canta/cinnamon/assets/misc/add-workspace-active.svg +share/themes/Canta/cinnamon/assets/misc/add-workspace-hover.svg +share/themes/Canta/cinnamon/assets/misc/add-workspace.svg +share/themes/Canta/cinnamon/assets/misc/bg.svg +share/themes/Canta/cinnamon/assets/misc/button-box.svg +share/themes/Canta/cinnamon/assets/misc/calendar-arrow-left.svg +share/themes/Canta/cinnamon/assets/misc/calendar-arrow-right.svg +share/themes/Canta/cinnamon/assets/misc/close-active.svg +share/themes/Canta/cinnamon/assets/misc/close-hover.svg +share/themes/Canta/cinnamon/assets/misc/close.svg +share/themes/Canta/cinnamon/assets/misc/corner-ripple.svg +share/themes/Canta/cinnamon/assets/misc/desklet-header.svg +share/themes/Canta/cinnamon/assets/misc/desklet.svg +share/themes/Canta/cinnamon/assets/misc/message.svg +share/themes/Canta/cinnamon/assets/misc/osd.svg +share/themes/Canta/cinnamon/assets/misc/overview-hover.svg +share/themes/Canta/cinnamon/assets/misc/overview.svg +share/themes/Canta/cinnamon/assets/misc/trash-icon.svg +share/themes/Canta/cinnamon/assets/panel/activities-active.svg +share/themes/Canta/cinnamon/assets/panel/activities.svg +share/themes/Canta/cinnamon/assets/switch/switch-off.svg +share/themes/Canta/cinnamon/assets/switch/switch-on.svg +share/themes/Canta/cinnamon/cinnamon.css +share/themes/Canta/cinnamon/thumbnail.png +share/themes/Canta/gnome-shell/assets/activities-active.svg +share/themes/Canta/gnome-shell/assets/activities.svg +share/themes/Canta/gnome-shell/assets/calendar-arrow-left.svg +share/themes/Canta/gnome-shell/assets/calendar-arrow-right.svg +share/themes/Canta/gnome-shell/assets/checkbox-off.svg +share/themes/Canta/gnome-shell/assets/checkbox.svg +share/themes/Canta/gnome-shell/assets/close.svg +share/themes/Canta/gnome-shell/assets/dash-placeholder.svg +share/themes/Canta/gnome-shell/assets/dash/bottom-running1-focused.svg +share/themes/Canta/gnome-shell/assets/dash/bottom-running1.svg +share/themes/Canta/gnome-shell/assets/dash/bottom-running2-focused.svg +share/themes/Canta/gnome-shell/assets/dash/bottom-running2.svg +share/themes/Canta/gnome-shell/assets/dash/bottom-running3-focused.svg +share/themes/Canta/gnome-shell/assets/dash/bottom-running3.svg +share/themes/Canta/gnome-shell/assets/dash/bottom-running4-focused.svg +share/themes/Canta/gnome-shell/assets/dash/bottom-running4.svg +share/themes/Canta/gnome-shell/assets/dash/left-running1-focused.svg +share/themes/Canta/gnome-shell/assets/dash/left-running1.svg +share/themes/Canta/gnome-shell/assets/dash/left-running2-focused.svg +share/themes/Canta/gnome-shell/assets/dash/left-running2.svg +share/themes/Canta/gnome-shell/assets/dash/left-running3-focused.svg +share/themes/Canta/gnome-shell/assets/dash/left-running3.svg +share/themes/Canta/gnome-shell/assets/dash/left-running4-focused.svg +share/themes/Canta/gnome-shell/assets/dash/left-running4.svg +share/themes/Canta/gnome-shell/assets/dash/right-running1-focused.svg +share/themes/Canta/gnome-shell/assets/dash/right-running1.svg +share/themes/Canta/gnome-shell/assets/dash/right-running2-focused.svg +share/themes/Canta/gnome-shell/assets/dash/right-running2.svg +share/themes/Canta/gnome-shell/assets/dash/right-running3-focused.svg +share/themes/Canta/gnome-shell/assets/dash/right-running3.svg +share/themes/Canta/gnome-shell/assets/dash/right-running4-focused.svg +share/themes/Canta/gnome-shell/assets/dash/right-running4.svg +share/themes/Canta/gnome-shell/assets/dash/top-running1-focused.svg +share/themes/Canta/gnome-shell/assets/dash/top-running1.svg +share/themes/Canta/gnome-shell/assets/dash/top-running2-focused.svg +share/themes/Canta/gnome-shell/assets/dash/top-running2.svg +share/themes/Canta/gnome-shell/assets/dash/top-running3-focused.svg +share/themes/Canta/gnome-shell/assets/dash/top-running3.svg +share/themes/Canta/gnome-shell/assets/dash/top-running4-focused.svg +share/themes/Canta/gnome-shell/assets/dash/top-running4.svg +share/themes/Canta/gnome-shell/assets/key-enter.svg +share/themes/Canta/gnome-shell/assets/key-hide.svg +share/themes/Canta/gnome-shell/assets/key-layout.svg +share/themes/Canta/gnome-shell/assets/key-shift-latched-uppercase.svg +share/themes/Canta/gnome-shell/assets/key-shift-uppercase.svg +share/themes/Canta/gnome-shell/assets/key-shift.svg +share/themes/Canta/gnome-shell/assets/more-results.svg +share/themes/Canta/gnome-shell/assets/no-events.svg +share/themes/Canta/gnome-shell/assets/no-notifications.svg +share/themes/Canta/gnome-shell/assets/process-working.svg +share/themes/Canta/gnome-shell/assets/toggle-off.svg +share/themes/Canta/gnome-shell/assets/toggle-on.svg +share/themes/Canta/gnome-shell/assets/window-close-active.svg +share/themes/Canta/gnome-shell/assets/window-close-hover.svg +share/themes/Canta/gnome-shell/assets/window-close.svg +share/themes/Canta/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css +share/themes/Canta/gnome-shell/gnome-shell-theme.gresource.xml +share/themes/Canta/gnome-shell/gnome-shell.css +share/themes/Canta/gnome-shell/message-indicator-symbolic.svg +share/themes/Canta/gnome-shell/no-events.svg +share/themes/Canta/gnome-shell/no-notifications.svg +share/themes/Canta/gnome-shell/noise-texture.png +share/themes/Canta/gnome-shell/pad-osd.css +share/themes/Canta/gnome-shell/process-working.svg +share/themes/Canta/gtk-2.0/apps.rc +share/themes/Canta/gtk-2.0/assets/border.png +share/themes/Canta/gtk-2.0/assets/button-active.png +share/themes/Canta/gtk-2.0/assets/button-hover.png +share/themes/Canta/gtk-2.0/assets/button-insensitive.png +share/themes/Canta/gtk-2.0/assets/button.png +share/themes/Canta/gtk-2.0/assets/checkbox-checked-active.png +share/themes/Canta/gtk-2.0/assets/checkbox-checked-hover.png +share/themes/Canta/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Canta/gtk-2.0/assets/checkbox-checked.png +share/themes/Canta/gtk-2.0/assets/checkbox-mixed-active.png +share/themes/Canta/gtk-2.0/assets/checkbox-mixed-hover.png +share/themes/Canta/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Canta/gtk-2.0/assets/checkbox-mixed.png +share/themes/Canta/gtk-2.0/assets/checkbox-unchecked-active.png +share/themes/Canta/gtk-2.0/assets/checkbox-unchecked-hover.png +share/themes/Canta/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Canta/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Canta/gtk-2.0/assets/combo-ltr-button-active.png +share/themes/Canta/gtk-2.0/assets/combo-ltr-button-hover.png +share/themes/Canta/gtk-2.0/assets/combo-ltr-button-insensitive.png +share/themes/Canta/gtk-2.0/assets/combo-ltr-button.png +share/themes/Canta/gtk-2.0/assets/combo-ltr-entry-active.png +share/themes/Canta/gtk-2.0/assets/combo-ltr-entry-insensitive.png +share/themes/Canta/gtk-2.0/assets/combo-ltr-entry.png +share/themes/Canta/gtk-2.0/assets/combo-rtl-button-active.png +share/themes/Canta/gtk-2.0/assets/combo-rtl-button-hover.png +share/themes/Canta/gtk-2.0/assets/combo-rtl-button-insensitive.png +share/themes/Canta/gtk-2.0/assets/combo-rtl-button.png +share/themes/Canta/gtk-2.0/assets/combo-rtl-entry-active.png +share/themes/Canta/gtk-2.0/assets/combo-rtl-entry-insensitive.png +share/themes/Canta/gtk-2.0/assets/combo-rtl-entry.png +share/themes/Canta/gtk-2.0/assets/entry-active.png +share/themes/Canta/gtk-2.0/assets/entry-background-insensitive.png +share/themes/Canta/gtk-2.0/assets/entry-background.png +share/themes/Canta/gtk-2.0/assets/entry-insensitive.png +share/themes/Canta/gtk-2.0/assets/entry.png +share/themes/Canta/gtk-2.0/assets/flat-button-active.png +share/themes/Canta/gtk-2.0/assets/flat-button-hover.png +share/themes/Canta/gtk-2.0/assets/flat-button-insensitive.png +share/themes/Canta/gtk-2.0/assets/flat-button.png +share/themes/Canta/gtk-2.0/assets/focus.png +share/themes/Canta/gtk-2.0/assets/frame-inline.png +share/themes/Canta/gtk-2.0/assets/frame-notebook.png +share/themes/Canta/gtk-2.0/assets/frame.png +share/themes/Canta/gtk-2.0/assets/handle-horz-active.png +share/themes/Canta/gtk-2.0/assets/handle-horz-hover.png +share/themes/Canta/gtk-2.0/assets/handle-horz.png +share/themes/Canta/gtk-2.0/assets/handle-vert-active.png +share/themes/Canta/gtk-2.0/assets/handle-vert-hover.png +share/themes/Canta/gtk-2.0/assets/handle-vert.png +share/themes/Canta/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +share/themes/Canta/gtk-2.0/assets/menu-checkbox-checked.png +share/themes/Canta/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png +share/themes/Canta/gtk-2.0/assets/menu-checkbox-mixed.png +share/themes/Canta/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +share/themes/Canta/gtk-2.0/assets/menu-checkbox-unchecked.png +share/themes/Canta/gtk-2.0/assets/menu-radio-checked-insensitive.png +share/themes/Canta/gtk-2.0/assets/menu-radio-checked.png +share/themes/Canta/gtk-2.0/assets/menu-radio-mixed-insensitive.png +share/themes/Canta/gtk-2.0/assets/menu-radio-mixed.png +share/themes/Canta/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +share/themes/Canta/gtk-2.0/assets/menu-radio-unchecked.png +share/themes/Canta/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +share/themes/Canta/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png +share/themes/Canta/gtk-2.0/assets/notebook-combo-ltr-entry.png +share/themes/Canta/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +share/themes/Canta/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png +share/themes/Canta/gtk-2.0/assets/notebook-combo-rtl-entry.png +share/themes/Canta/gtk-2.0/assets/notebook-entry-active.png +share/themes/Canta/gtk-2.0/assets/notebook-entry-insensitive.png +share/themes/Canta/gtk-2.0/assets/notebook-entry.png +share/themes/Canta/gtk-2.0/assets/pan-down-alt-insensitive.png +share/themes/Canta/gtk-2.0/assets/pan-down-alt.png +share/themes/Canta/gtk-2.0/assets/pan-down-insensitive.png +share/themes/Canta/gtk-2.0/assets/pan-down.png +share/themes/Canta/gtk-2.0/assets/pan-left-alt-insensitive.png +share/themes/Canta/gtk-2.0/assets/pan-left-alt.png +share/themes/Canta/gtk-2.0/assets/pan-left-insensitive.png +share/themes/Canta/gtk-2.0/assets/pan-left-semi.png +share/themes/Canta/gtk-2.0/assets/pan-left.png +share/themes/Canta/gtk-2.0/assets/pan-right-alt-insensitive.png +share/themes/Canta/gtk-2.0/assets/pan-right-alt.png +share/themes/Canta/gtk-2.0/assets/pan-right-insensitive.png +share/themes/Canta/gtk-2.0/assets/pan-right-semi.png +share/themes/Canta/gtk-2.0/assets/pan-right.png +share/themes/Canta/gtk-2.0/assets/pan-up-alt-insensitive.png +share/themes/Canta/gtk-2.0/assets/pan-up-alt.png +share/themes/Canta/gtk-2.0/assets/pan-up-insensitive.png +share/themes/Canta/gtk-2.0/assets/pan-up.png +share/themes/Canta/gtk-2.0/assets/pathbar_button_active.png +share/themes/Canta/gtk-2.0/assets/pathbar_button_prelight.png +share/themes/Canta/gtk-2.0/assets/progressbar-progress-blue.png +share/themes/Canta/gtk-2.0/assets/progressbar-progress-indigo.png +share/themes/Canta/gtk-2.0/assets/progressbar-progress.png +share/themes/Canta/gtk-2.0/assets/progressbar-trough-blue.png +share/themes/Canta/gtk-2.0/assets/progressbar-trough-indigo.png +share/themes/Canta/gtk-2.0/assets/progressbar-trough.png +share/themes/Canta/gtk-2.0/assets/radio-checked-active.png +share/themes/Canta/gtk-2.0/assets/radio-checked-hover.png +share/themes/Canta/gtk-2.0/assets/radio-checked-insensitive.png +share/themes/Canta/gtk-2.0/assets/radio-checked.png +share/themes/Canta/gtk-2.0/assets/radio-mixed-active.png +share/themes/Canta/gtk-2.0/assets/radio-mixed-hover.png +share/themes/Canta/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Canta/gtk-2.0/assets/radio-mixed.png +share/themes/Canta/gtk-2.0/assets/radio-unchecked-active.png +share/themes/Canta/gtk-2.0/assets/radio-unchecked-hover.png +share/themes/Canta/gtk-2.0/assets/radio-unchecked-insensitive.png +share/themes/Canta/gtk-2.0/assets/radio-unchecked.png +share/themes/Canta/gtk-2.0/assets/scale-horz-trough-active.png +share/themes/Canta/gtk-2.0/assets/scale-horz-trough-insensitive.png +share/themes/Canta/gtk-2.0/assets/scale-horz-trough.png +share/themes/Canta/gtk-2.0/assets/scale-slider-active.png +share/themes/Canta/gtk-2.0/assets/scale-slider-hover.png +share/themes/Canta/gtk-2.0/assets/scale-slider-insensitive.png +share/themes/Canta/gtk-2.0/assets/scale-slider.png +share/themes/Canta/gtk-2.0/assets/scale-vert-trough-active.png +share/themes/Canta/gtk-2.0/assets/scale-vert-trough-insensitive.png +share/themes/Canta/gtk-2.0/assets/scale-vert-trough.png +share/themes/Canta/gtk-2.0/assets/scrollbar-horz-slider-active.png +share/themes/Canta/gtk-2.0/assets/scrollbar-horz-slider-hover.png +share/themes/Canta/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png +share/themes/Canta/gtk-2.0/assets/scrollbar-horz-slider.png +share/themes/Canta/gtk-2.0/assets/scrollbar-horz-trough.png +share/themes/Canta/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +share/themes/Canta/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +share/themes/Canta/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png +share/themes/Canta/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +share/themes/Canta/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +share/themes/Canta/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +share/themes/Canta/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +share/themes/Canta/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png +share/themes/Canta/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +share/themes/Canta/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +share/themes/Canta/gtk-2.0/assets/spin-ltr-down-active.png +share/themes/Canta/gtk-2.0/assets/spin-ltr-down-hover.png +share/themes/Canta/gtk-2.0/assets/spin-ltr-down-insensitive.png +share/themes/Canta/gtk-2.0/assets/spin-ltr-down.png +share/themes/Canta/gtk-2.0/assets/spin-ltr-up-active.png +share/themes/Canta/gtk-2.0/assets/spin-ltr-up-hover.png +share/themes/Canta/gtk-2.0/assets/spin-ltr-up-insensitive.png +share/themes/Canta/gtk-2.0/assets/spin-ltr-up.png +share/themes/Canta/gtk-2.0/assets/spin-rtl-down-active.png +share/themes/Canta/gtk-2.0/assets/spin-rtl-down-hover.png +share/themes/Canta/gtk-2.0/assets/spin-rtl-down-insensitive.png +share/themes/Canta/gtk-2.0/assets/spin-rtl-down.png +share/themes/Canta/gtk-2.0/assets/spin-rtl-up-active.png +share/themes/Canta/gtk-2.0/assets/spin-rtl-up-hover.png +share/themes/Canta/gtk-2.0/assets/spin-rtl-up-insensitive.png +share/themes/Canta/gtk-2.0/assets/spin-rtl-up.png +share/themes/Canta/gtk-2.0/assets/tab-blue.png +share/themes/Canta/gtk-2.0/assets/tab-indigo.png +share/themes/Canta/gtk-2.0/assets/tab.png +share/themes/Canta/gtk-2.0/assets/treeview-ltr-button-active.png +share/themes/Canta/gtk-2.0/assets/treeview-ltr-button-hover.png +share/themes/Canta/gtk-2.0/assets/treeview-ltr-button.png +share/themes/Canta/gtk-2.0/assets/treeview-rtl-button-active.png +share/themes/Canta/gtk-2.0/assets/treeview-rtl-button-hover.png +share/themes/Canta/gtk-2.0/assets/treeview-rtl-button.png +share/themes/Canta/gtk-2.0/gtkrc +share/themes/Canta/gtk-2.0/hacks.rc +share/themes/Canta/gtk-2.0/main.rc +share/themes/Canta/gtk-2.0/panel.rc +share/themes/Canta/gtk-3.0/assets/background-img-bottom-blue.png +share/themes/Canta/gtk-3.0/assets/background-img-bottom-blue@2.png +share/themes/Canta/gtk-3.0/assets/background-img-bottom-dark-blue.png +share/themes/Canta/gtk-3.0/assets/background-img-bottom-dark-blue@2.png +share/themes/Canta/gtk-3.0/assets/background-img-bottom-dark-indigo.png +share/themes/Canta/gtk-3.0/assets/background-img-bottom-dark-indigo@2.png +share/themes/Canta/gtk-3.0/assets/background-img-bottom-dark.png +share/themes/Canta/gtk-3.0/assets/background-img-bottom-dark@2.png +share/themes/Canta/gtk-3.0/assets/background-img-bottom-indigo.png +share/themes/Canta/gtk-3.0/assets/background-img-bottom-indigo@2.png +share/themes/Canta/gtk-3.0/assets/background-img-bottom.png +share/themes/Canta/gtk-3.0/assets/background-img-bottom@2.png +share/themes/Canta/gtk-3.0/assets/background-img-top-blue.png +share/themes/Canta/gtk-3.0/assets/background-img-top-blue@2.png +share/themes/Canta/gtk-3.0/assets/background-img-top-dark-blue.png +share/themes/Canta/gtk-3.0/assets/background-img-top-dark-blue@2.png +share/themes/Canta/gtk-3.0/assets/background-img-top-dark-indigo.png +share/themes/Canta/gtk-3.0/assets/background-img-top-dark-indigo@2.png +share/themes/Canta/gtk-3.0/assets/background-img-top-dark.png +share/themes/Canta/gtk-3.0/assets/background-img-top-dark@2.png +share/themes/Canta/gtk-3.0/assets/background-img-top-indigo.png +share/themes/Canta/gtk-3.0/assets/background-img-top-indigo@2.png +share/themes/Canta/gtk-3.0/assets/background-img-top.png +share/themes/Canta/gtk-3.0/assets/background-img-top@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-circle-blue.png +share/themes/Canta/gtk-3.0/assets/button-checked-circle-blue@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-circle-indigo.png +share/themes/Canta/gtk-3.0/assets/button-checked-circle-indigo@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-circle.png +share/themes/Canta/gtk-3.0/assets/button-checked-circle@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-circle-blue.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-circle-blue@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-circle-indigo.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-circle-indigo@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-circle.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-circle@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-square-blue.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-square-blue@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-square-indigo.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-square-indigo@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-square.png +share/themes/Canta/gtk-3.0/assets/button-checked-compact-square@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-square-blue.png +share/themes/Canta/gtk-3.0/assets/button-checked-square-blue@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-square-indigo.png +share/themes/Canta/gtk-3.0/assets/button-checked-square-indigo@2.png +share/themes/Canta/gtk-3.0/assets/button-checked-square.png +share/themes/Canta/gtk-3.0/assets/button-checked-square@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-circle-blue.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-circle-blue@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-circle-indigo.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-circle-indigo@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-circle.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-circle@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-circle-blue@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-circle.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-circle@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-square-blue@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-square-indigo@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-square.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-compact-square@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-square-blue.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-square-blue@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-square-indigo.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-square-indigo@2.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-square.png +share/themes/Canta/gtk-3.0/assets/firstbutton-checked-square@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-circle-blue.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-circle-blue@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-circle-indigo.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-circle-indigo@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-circle.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-circle@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-circle-blue@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-circle.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-circle@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-square-blue@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-square-indigo@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-square.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-compact-square@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-square-blue.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-square-blue@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-square-indigo.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-square-indigo@2.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-square.png +share/themes/Canta/gtk-3.0/assets/lastbutton-checked-square@2.png +share/themes/Canta/gtk-3.0/common-assets/box-shadow-backdrop-dark.png +share/themes/Canta/gtk-3.0/common-assets/box-shadow-backdrop-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/box-shadow-backdrop.png +share/themes/Canta/gtk-3.0/common-assets/box-shadow-backdrop@2.png +share/themes/Canta/gtk-3.0/common-assets/box-shadow-dark.png +share/themes/Canta/gtk-3.0/common-assets/box-shadow-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/box-shadow.png +share/themes/Canta/gtk-3.0/common-assets/box-shadow@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-active-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-active-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-active.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-active@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-disabled.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-hover-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-hover-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-hover.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked-hover@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-checked@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-active-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-active-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-active.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-active@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-disabled.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-hover-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-hover.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed-hover@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-mixed@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-active-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-active.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-active@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-disabled.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-hover-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-hover.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked-hover@2.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked.png +share/themes/Canta/gtk-3.0/common-assets/checkbox-unchecked@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-checked-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-checked-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-checked-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-checked.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-checked@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-mixed-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-mixed-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-mixed.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-mixed@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-unchecked-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-unchecked.png +share/themes/Canta/gtk-3.0/common-assets/menu-checkbox-unchecked@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-checked-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-checked-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-checked-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-checked-disabled.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-checked-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-checked.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-checked@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-mixed-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-mixed-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-mixed-disabled.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-mixed-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-mixed.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-mixed@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-unchecked-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-unchecked-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-unchecked-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-unchecked.png +share/themes/Canta/gtk-3.0/common-assets/menu-radio-unchecked@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-active-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-active-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-active.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-active@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-disabled.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-hover-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-hover-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-hover.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked-hover@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked.png +share/themes/Canta/gtk-3.0/common-assets/radio-checked@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-active-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-active-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-active.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-active@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-disabled.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-hover-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-hover-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-hover.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed-hover@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed.png +share/themes/Canta/gtk-3.0/common-assets/radio-mixed@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-active-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-active-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-active.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-active@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-disabled.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-hover-dark.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-hover-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-hover.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked-hover@2.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked.png +share/themes/Canta/gtk-3.0/common-assets/radio-unchecked@2.png +share/themes/Canta/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-after-slider.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-after-slider@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-before-slider.png +share/themes/Canta/gtk-3.0/common-assets/scale-horz-marks-before-slider@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-slider-dark.png +share/themes/Canta/gtk-3.0/common-assets/scale-slider-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-slider-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/scale-slider-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-slider-disabled.png +share/themes/Canta/gtk-3.0/common-assets/scale-slider-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-slider.png +share/themes/Canta/gtk-3.0/common-assets/scale-slider@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-after-slider.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-after-slider@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled@2.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-before-slider.png +share/themes/Canta/gtk-3.0/common-assets/scale-vert-marks-before-slider@2.png +share/themes/Canta/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png +share/themes/Canta/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/selectionmode-checkbox-checked.png +share/themes/Canta/gtk-3.0/common-assets/selectionmode-checkbox-checked@2.png +share/themes/Canta/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png +share/themes/Canta/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark@2.png +share/themes/Canta/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png +share/themes/Canta/gtk-3.0/common-assets/selectionmode-checkbox-unchecked@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-close-active.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-close-active@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-close-backdrop.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-close-backdrop@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-close-hover.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-close-hover@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-close.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-close@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-maximize-active.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-maximize-active@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-maximize-backdrop@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-maximize-hover.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-maximize-hover@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-maximize.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-maximize@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-minimize-active.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-minimize-active@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-minimize-backdrop@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-minimize-hover.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-minimize-hover@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-minimize.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-minimize@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-restore-active.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-restore-active@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-restore-backdrop.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-restore-backdrop@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-restore-hover.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-restore-hover@2.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-restore.png +share/themes/Canta/gtk-3.0/common-assets/titlebutton-restore@2.png +share/themes/Canta/gtk-3.0/gtk-dark.css +share/themes/Canta/gtk-3.0/gtk.css +share/themes/Canta/index.theme +share/themes/Canta/metacity-1/close.png +share/themes/Canta/metacity-1/close_focused.png +share/themes/Canta/metacity-1/close_focused_normal.png +share/themes/Canta/metacity-1/close_focused_prelight.png +share/themes/Canta/metacity-1/close_focused_pressed.png +share/themes/Canta/metacity-1/close_unfocused.png +share/themes/Canta/metacity-1/close_unfocused_prelight.png +share/themes/Canta/metacity-1/close_unfocused_pressed.png +share/themes/Canta/metacity-1/maximize.png +share/themes/Canta/metacity-1/maximize_focused.png +share/themes/Canta/metacity-1/maximize_focused_normal.png +share/themes/Canta/metacity-1/maximize_focused_prelight.png +share/themes/Canta/metacity-1/maximize_focused_pressed.png +share/themes/Canta/metacity-1/maximize_unfocused.png +share/themes/Canta/metacity-1/maximize_unfocused_prelight.png +share/themes/Canta/metacity-1/maximize_unfocused_pressed.png +share/themes/Canta/metacity-1/menu.png +share/themes/Canta/metacity-1/menu_focused.png +share/themes/Canta/metacity-1/menu_focused_normal.png +share/themes/Canta/metacity-1/menu_focused_prelight.png +share/themes/Canta/metacity-1/menu_focused_pressed.png +share/themes/Canta/metacity-1/menu_unfocused.png +share/themes/Canta/metacity-1/menu_unfocused_prelight.png +share/themes/Canta/metacity-1/menu_unfocused_pressed.png +share/themes/Canta/metacity-1/metacity-theme-1.xml +share/themes/Canta/metacity-1/metacity-theme-2.xml +share/themes/Canta/metacity-1/metacity-theme-3.xml +share/themes/Canta/metacity-1/minimize.png +share/themes/Canta/metacity-1/minimize_focused.png +share/themes/Canta/metacity-1/minimize_focused_normal.png +share/themes/Canta/metacity-1/minimize_focused_prelight.png +share/themes/Canta/metacity-1/minimize_focused_pressed.png +share/themes/Canta/metacity-1/minimize_unfocused.png +share/themes/Canta/metacity-1/minimize_unfocused_prelight.png +share/themes/Canta/metacity-1/minimize_unfocused_pressed.png +share/themes/Canta/metacity-1/shade.png +share/themes/Canta/metacity-1/shade_focused.png +share/themes/Canta/metacity-1/shade_focused_normal.png +share/themes/Canta/metacity-1/shade_focused_prelight.png +share/themes/Canta/metacity-1/shade_focused_pressed.png +share/themes/Canta/metacity-1/shade_unfocused.png +share/themes/Canta/metacity-1/shade_unfocused_prelight.png +share/themes/Canta/metacity-1/shade_unfocused_pressed.png +share/themes/Canta/metacity-1/trough_left.png +share/themes/Canta/metacity-1/trough_middle.png +share/themes/Canta/metacity-1/trough_right.png +share/themes/Canta/metacity-1/trough_unfocused_left.png +share/themes/Canta/metacity-1/trough_unfocused_middle.png +share/themes/Canta/metacity-1/trough_unfocused_right.png +share/themes/Canta/metacity-1/unmaximize.png +share/themes/Canta/metacity-1/unmaximize_focused.png +share/themes/Canta/metacity-1/unmaximize_focused_normal.png +share/themes/Canta/metacity-1/unmaximize_focused_prelight.png +share/themes/Canta/metacity-1/unmaximize_focused_pressed.png +share/themes/Canta/metacity-1/unmaximize_unfocused.png +share/themes/Canta/metacity-1/unmaximize_unfocused_prelight.png +share/themes/Canta/metacity-1/unmaximize_unfocused_pressed.png +share/themes/Canta/metacity-1/unshade.png +share/themes/Canta/metacity-1/unshade_focused.png +share/themes/Canta/metacity-1/unshade_focused_normal.png +share/themes/Canta/metacity-1/unshade_focused_prelight.png +share/themes/Canta/metacity-1/unshade_focused_pressed.png +share/themes/Canta/metacity-1/unshade_unfocused.png +share/themes/Canta/metacity-1/unshade_unfocused_prelight.png +share/themes/Canta/metacity-1/unshade_unfocused_pressed.png +share/themes/Canta/plank/dock.theme +share/themes/Canta/unity/assets/close_focused.svg +share/themes/Canta/unity/assets/close_focused_prelight.svg +share/themes/Canta/unity/assets/close_focused_pressed.svg +share/themes/Canta/unity/assets/close_unfocused.svg +share/themes/Canta/unity/assets/close_unfocused_prelight.svg +share/themes/Canta/unity/assets/close_unfocused_pressed.svg +share/themes/Canta/unity/assets/maximize_focused.svg +share/themes/Canta/unity/assets/maximize_focused_prelight.svg +share/themes/Canta/unity/assets/maximize_focused_pressed.svg +share/themes/Canta/unity/assets/maximize_unfocused.svg +share/themes/Canta/unity/assets/maximize_unfocused_prelight.svg +share/themes/Canta/unity/assets/maximize_unfocused_pressed.svg +share/themes/Canta/unity/assets/minimize_focused.svg +share/themes/Canta/unity/assets/minimize_focused_prelight.svg +share/themes/Canta/unity/assets/minimize_focused_pressed.svg +share/themes/Canta/unity/assets/minimize_unfocused.svg +share/themes/Canta/unity/assets/minimize_unfocused_prelight.svg +share/themes/Canta/unity/assets/minimize_unfocused_pressed.svg +share/themes/Canta/unity/assets/unmaximize_focused.svg +share/themes/Canta/unity/assets/unmaximize_focused_prelight.svg +share/themes/Canta/unity/assets/unmaximize_focused_pressed.svg +share/themes/Canta/unity/assets/unmaximize_unfocused.svg +share/themes/Canta/unity/assets/unmaximize_unfocused_prelight.svg +share/themes/Canta/unity/assets/unmaximize_unfocused_pressed.svg +share/themes/Canta/unity/close.svg +share/themes/Canta/unity/close_dash.svg +share/themes/Canta/unity/close_dash_disabled.svg +share/themes/Canta/unity/close_dash_prelight.svg +share/themes/Canta/unity/close_dash_pressed.svg +share/themes/Canta/unity/close_focused_normal.svg +share/themes/Canta/unity/close_focused_prelight.svg +share/themes/Canta/unity/close_focused_pressed.svg +share/themes/Canta/unity/close_unfocused.svg +share/themes/Canta/unity/close_unfocused_prelight.svg +share/themes/Canta/unity/close_unfocused_pressed.svg +share/themes/Canta/unity/dash-widgets.json +share/themes/Canta/unity/launcher_arrow_btt_19.svg +share/themes/Canta/unity/launcher_arrow_btt_37.svg +share/themes/Canta/unity/launcher_arrow_ltr_19.svg +share/themes/Canta/unity/launcher_arrow_ltr_37.svg +share/themes/Canta/unity/launcher_arrow_outline_btt_19.svg +share/themes/Canta/unity/launcher_arrow_outline_btt_37.svg +share/themes/Canta/unity/launcher_arrow_outline_ltr_19.svg +share/themes/Canta/unity/launcher_arrow_outline_ltr_37.svg +share/themes/Canta/unity/launcher_arrow_outline_rtl_19.svg +share/themes/Canta/unity/launcher_arrow_outline_rtl_37.svg +share/themes/Canta/unity/launcher_arrow_outline_ttb_19.svg +share/themes/Canta/unity/launcher_arrow_outline_ttb_37.svg +share/themes/Canta/unity/launcher_arrow_rtl_19.svg +share/themes/Canta/unity/launcher_arrow_rtl_37.svg +share/themes/Canta/unity/launcher_arrow_ttb_19.svg +share/themes/Canta/unity/launcher_arrow_ttb_37.svg +share/themes/Canta/unity/launcher_bfb.png +share/themes/Canta/unity/launcher_icon_back_150.svg +share/themes/Canta/unity/launcher_icon_back_54.svg +share/themes/Canta/unity/launcher_icon_edge_150.svg +share/themes/Canta/unity/launcher_icon_edge_54.svg +share/themes/Canta/unity/launcher_icon_glow_200.svg +share/themes/Canta/unity/launcher_icon_glow_62.svg +share/themes/Canta/unity/launcher_icon_selected_back_150.svg +share/themes/Canta/unity/launcher_icon_selected_back_54.svg +share/themes/Canta/unity/launcher_icon_shadow_200.svg +share/themes/Canta/unity/launcher_icon_shadow_62.svg +share/themes/Canta/unity/launcher_icon_shine_150.svg +share/themes/Canta/unity/launcher_icon_shine_54.svg +share/themes/Canta/unity/launcher_pip_btt_19.svg +share/themes/Canta/unity/launcher_pip_btt_37.svg +share/themes/Canta/unity/launcher_pip_ltr_19.svg +share/themes/Canta/unity/launcher_pip_ltr_37.svg +share/themes/Canta/unity/launcher_pip_rtl_19.svg +share/themes/Canta/unity/launcher_pip_rtl_37.svg +share/themes/Canta/unity/launcher_pip_ttb_19.svg +share/themes/Canta/unity/launcher_pip_ttb_37.svg +share/themes/Canta/unity/maximize.svg +share/themes/Canta/unity/maximize_dash.svg +share/themes/Canta/unity/maximize_dash_disabled.svg +share/themes/Canta/unity/maximize_dash_prelight.svg +share/themes/Canta/unity/maximize_dash_pressed.svg +share/themes/Canta/unity/maximize_focused_normal.svg +share/themes/Canta/unity/maximize_focused_prelight.svg +share/themes/Canta/unity/maximize_focused_pressed.svg +share/themes/Canta/unity/maximize_unfocused.svg +share/themes/Canta/unity/maximize_unfocused_prelight.svg +share/themes/Canta/unity/maximize_unfocused_pressed.svg +share/themes/Canta/unity/minimize.svg +share/themes/Canta/unity/minimize_dash.svg +share/themes/Canta/unity/minimize_dash_disabled.svg +share/themes/Canta/unity/minimize_dash_prelight.svg +share/themes/Canta/unity/minimize_dash_pressed.svg +share/themes/Canta/unity/minimize_focused_normal.svg +share/themes/Canta/unity/minimize_focused_prelight.svg +share/themes/Canta/unity/minimize_focused_pressed.svg +share/themes/Canta/unity/minimize_unfocused.svg +share/themes/Canta/unity/minimize_unfocused_prelight.svg +share/themes/Canta/unity/minimize_unfocused_pressed.svg +share/themes/Canta/unity/progress_bar_fill.svg +share/themes/Canta/unity/progress_bar_trough.svg +share/themes/Canta/unity/sheet_style_close_focused.svg +share/themes/Canta/unity/sheet_style_close_focused_prelight.svg +share/themes/Canta/unity/sheet_style_close_focused_pressed.svg +share/themes/Canta/unity/unmaximize.svg +share/themes/Canta/unity/unmaximize_dash.svg +share/themes/Canta/unity/unmaximize_dash_disabled.svg +share/themes/Canta/unity/unmaximize_dash_prelight.svg +share/themes/Canta/unity/unmaximize_dash_pressed.svg +share/themes/Canta/unity/unmaximize_focused_normal.svg +share/themes/Canta/unity/unmaximize_focused_prelight.svg +share/themes/Canta/unity/unmaximize_focused_pressed.svg +share/themes/Canta/unity/unmaximize_unfocused.svg +share/themes/Canta/unity/unmaximize_unfocused_prelight.svg +share/themes/Canta/unity/unmaximize_unfocused_pressed.svg +share/themes/Canta/xfwm4/assets/border.svg +share/themes/Canta/xfwm4/assets/close-active.svg +share/themes/Canta/xfwm4/assets/close-inactive.svg +share/themes/Canta/xfwm4/assets/close-prelight.svg +share/themes/Canta/xfwm4/assets/close-pressed.svg +share/themes/Canta/xfwm4/assets/hide-active.svg +share/themes/Canta/xfwm4/assets/hide-inactive.svg +share/themes/Canta/xfwm4/assets/hide-prelight.svg +share/themes/Canta/xfwm4/assets/hide-pressed.svg +share/themes/Canta/xfwm4/assets/maximize-active.svg +share/themes/Canta/xfwm4/assets/maximize-inactive.svg +share/themes/Canta/xfwm4/assets/maximize-prelight.svg +share/themes/Canta/xfwm4/assets/maximize-pressed.svg +share/themes/Canta/xfwm4/assets/maximize-toggled-active.svg +share/themes/Canta/xfwm4/assets/maximize-toggled-inactive.svg +share/themes/Canta/xfwm4/assets/maximize-toggled-prelight.svg +share/themes/Canta/xfwm4/assets/maximize-toggled-pressed.svg +share/themes/Canta/xfwm4/assets/menu-active.svg +share/themes/Canta/xfwm4/assets/menu-inactive.svg +share/themes/Canta/xfwm4/assets/menu-prelight.svg +share/themes/Canta/xfwm4/assets/menu-pressed.svg +share/themes/Canta/xfwm4/assets/shade-active.svg +share/themes/Canta/xfwm4/assets/shade-inactive.svg +share/themes/Canta/xfwm4/assets/shade-prelight.svg +share/themes/Canta/xfwm4/assets/shade-pressed.svg +share/themes/Canta/xfwm4/assets/shade-toggled-active.svg +share/themes/Canta/xfwm4/assets/shade-toggled-inactive.svg +share/themes/Canta/xfwm4/assets/shade-toggled-prelight.svg +share/themes/Canta/xfwm4/assets/shade-toggled-pressed.svg +share/themes/Canta/xfwm4/assets/stick-active.svg +share/themes/Canta/xfwm4/assets/stick-inactive.svg +share/themes/Canta/xfwm4/assets/stick-prelight.svg +share/themes/Canta/xfwm4/assets/stick-pressed.svg +share/themes/Canta/xfwm4/assets/stick-toggled-active.svg +share/themes/Canta/xfwm4/assets/stick-toggled-inactive.svg +share/themes/Canta/xfwm4/assets/stick-toggled-prelight.svg +share/themes/Canta/xfwm4/assets/stick-toggled-pressed.svg +share/themes/Canta/xfwm4/assets/themerc +share/themes/Canta/xfwm4/assets/title-side.svg +share/themes/Canta/xfwm4/assets/title.svg +share/themes/Canta/xfwm4/bottom-active.svg +share/themes/Canta/xfwm4/bottom-inactive.svg +share/themes/Canta/xfwm4/bottom-left-active.svg +share/themes/Canta/xfwm4/bottom-left-inactive.svg +share/themes/Canta/xfwm4/bottom-right-active.svg +share/themes/Canta/xfwm4/bottom-right-inactive.svg +share/themes/Canta/xfwm4/close-active.svg +share/themes/Canta/xfwm4/close-inactive.svg +share/themes/Canta/xfwm4/close-prelight.svg +share/themes/Canta/xfwm4/close-pressed.svg +share/themes/Canta/xfwm4/hide-active.svg +share/themes/Canta/xfwm4/hide-inactive.svg +share/themes/Canta/xfwm4/hide-prelight.svg +share/themes/Canta/xfwm4/hide-pressed.svg +share/themes/Canta/xfwm4/left-active.svg +share/themes/Canta/xfwm4/left-inactive.svg +share/themes/Canta/xfwm4/maximize-active.svg +share/themes/Canta/xfwm4/maximize-inactive.svg +share/themes/Canta/xfwm4/maximize-prelight.svg +share/themes/Canta/xfwm4/maximize-pressed.svg +share/themes/Canta/xfwm4/maximize-toggled-active.svg +share/themes/Canta/xfwm4/maximize-toggled-inactive.svg +share/themes/Canta/xfwm4/maximize-toggled-prelight.svg +share/themes/Canta/xfwm4/maximize-toggled-pressed.svg +share/themes/Canta/xfwm4/menu-active.svg +share/themes/Canta/xfwm4/menu-inactive.svg +share/themes/Canta/xfwm4/menu-prelight.svg +share/themes/Canta/xfwm4/menu-pressed.svg +share/themes/Canta/xfwm4/right-active.svg +share/themes/Canta/xfwm4/right-inactive.svg +share/themes/Canta/xfwm4/shade-active.svg +share/themes/Canta/xfwm4/shade-inactive.svg +share/themes/Canta/xfwm4/shade-prelight.svg +share/themes/Canta/xfwm4/shade-pressed.svg +share/themes/Canta/xfwm4/shade-toggled-active.svg +share/themes/Canta/xfwm4/shade-toggled-inactive.svg +share/themes/Canta/xfwm4/shade-toggled-prelight.svg +share/themes/Canta/xfwm4/shade-toggled-pressed.svg +share/themes/Canta/xfwm4/stick-active.svg +share/themes/Canta/xfwm4/stick-inactive.svg +share/themes/Canta/xfwm4/stick-prelight.svg +share/themes/Canta/xfwm4/stick-pressed.svg +share/themes/Canta/xfwm4/stick-toggled-active.svg +share/themes/Canta/xfwm4/stick-toggled-inactive.svg +share/themes/Canta/xfwm4/stick-toggled-prelight.svg +share/themes/Canta/xfwm4/stick-toggled-pressed.svg +share/themes/Canta/xfwm4/themerc +share/themes/Canta/xfwm4/title-1-active.svg +share/themes/Canta/xfwm4/title-1-inactive.svg +share/themes/Canta/xfwm4/title-2-active.svg +share/themes/Canta/xfwm4/title-2-inactive.svg +share/themes/Canta/xfwm4/title-3-active.svg +share/themes/Canta/xfwm4/title-3-inactive.svg +share/themes/Canta/xfwm4/title-4-active.svg +share/themes/Canta/xfwm4/title-4-inactive.svg +share/themes/Canta/xfwm4/title-5-active.svg +share/themes/Canta/xfwm4/title-5-inactive.svg +share/themes/Canta/xfwm4/top-left-active.svg +share/themes/Canta/xfwm4/top-left-inactive.svg +share/themes/Canta/xfwm4/top-right-active.svg +share/themes/Canta/xfwm4/top-right-inactive.svg