aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-02-04 21:23:11 +0800
committerSteve Wills <swills@FreeBSD.org>2020-02-04 21:23:11 +0800
commit0203b741c008e04926347a0e4a1c15f827127710 (patch)
tree7dce8c22d293de5fc76813cafc05a1cde8e7b001 /x11-themes
parenta5e97720f73f9c41104365220c11b07e8ea91707 (diff)
downloadfreebsd-ports-gnome-0203b741c008e04926347a0e4a1c15f827127710.tar.gz
freebsd-ports-gnome-0203b741c008e04926347a0e4a1c15f827127710.tar.zst
freebsd-ports-gnome-0203b741c008e04926347a0e4a1c15f827127710.zip
x11-themes/xfce-evolution: rename to x11-themes/classiclooks
The project was renamed upstream PR: 243465 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/Makefile2
-rw-r--r--x11-themes/classiclooks/Makefile41
-rw-r--r--x11-themes/classiclooks/distinfo3
-rw-r--r--x11-themes/classiclooks/pkg-descr (renamed from x11-themes/xfce-evolution/pkg-descr)4
-rw-r--r--x11-themes/classiclooks/pkg-message (renamed from x11-themes/xfce-evolution/pkg-message)2
-rw-r--r--x11-themes/classiclooks/pkg-plist2697
-rw-r--r--x11-themes/xfce-evolution/Makefile41
-rw-r--r--x11-themes/xfce-evolution/distinfo3
-rw-r--r--x11-themes/xfce-evolution/pkg-plist2056
9 files changed, 2745 insertions, 2104 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile
index 1d1cef7c6f6b..cc92380248c0 100644
--- a/x11-themes/Makefile
+++ b/x11-themes/Makefile
@@ -10,6 +10,7 @@
SUBDIR += adwaita-qt
SUBDIR += arc-gruvbox-theme
SUBDIR += audacious-skins
+ SUBDIR += classiclooks
SUBDIR += claws-mail-themes
SUBDIR += clearlooks
SUBDIR += clearlooks-metacity
@@ -155,7 +156,6 @@
SUBDIR += ubuntulooks
SUBDIR += wallpapers-freebsd-kde
SUBDIR += xcursor-themes
- SUBDIR += xfce-evolution
SUBDIR += xfce-icons-elementary
.include <bsd.port.subdir.mk>
diff --git a/x11-themes/classiclooks/Makefile b/x11-themes/classiclooks/Makefile
new file mode 100644
index 000000000000..20b9a656e6b5
--- /dev/null
+++ b/x11-themes/classiclooks/Makefile
@@ -0,0 +1,41 @@
+# $FreeBSD$
+
+PORTNAME= classiclooks
+DISTVERSION= 1.4.2
+CATEGORIES= x11-themes
+MASTER_SITES= SF/${PORTNAME}
+
+MAINTAINER= fbsd@opal.com
+COMMENT= Retro theme providing a consistent look for all standard GUI toolkits
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= fontconfig>0:x11-fonts/fontconfig \
+ gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
+ qt5-style-plugins>0:x11-themes/qt5-style-plugins
+
+USES= shebangfix gnome zip
+USE_GNOME= gtk20
+
+NO_BUILD= yes
+NO_ARCH= yes
+SHEBANG_REGEX= 00.[0-4]0
+bash_CMD= /bin/sh
+
+EXTRACT_AFTER_ARGS= -d ${DISTNAME}
+
+EXTRADIRS= TOOLS/SETUP
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
+ @cd ${WRKSRC} && \
+ ${COPYTREE_SHARE} "ClassicLooks*" ${STAGEDIR}${PREFIX}/share/themes
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail ${STAGEDIR}${PREFIX}/etc/fonts/conf.d
+ @${CP} ${STAGEDIR}${PREFIX}/share/themes/ClassicLooks/TOOLS/SETUP/lib/90-classiclooks_qt5fontfix.conf \
+ ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/90-classiclooks_qt5fontfix.conf
+ @${RLN} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/90-classiclooks_qt5fontfix.conf \
+ ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/90-classiclooks_qt5fontfix.conf
+ @cd ${STAGEDIR}${PREFIX}/share/themes/ClassicLooks && ${RM} -r ${EXTRADIRS}
+
+.include <bsd.port.mk>
diff --git a/x11-themes/classiclooks/distinfo b/x11-themes/classiclooks/distinfo
new file mode 100644
index 000000000000..e02c990f7d43
--- /dev/null
+++ b/x11-themes/classiclooks/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579514194
+SHA256 (classiclooks-1.4.2.zip) = 1eb747167bcbd7a974824b6bf60dc9244929af095a6bc1eeb3af493c22301ac2
+SIZE (classiclooks-1.4.2.zip) = 2146987
diff --git a/x11-themes/xfce-evolution/pkg-descr b/x11-themes/classiclooks/pkg-descr
index d44f4b83a760..602c97092d38 100644
--- a/x11-themes/xfce-evolution/pkg-descr
+++ b/x11-themes/classiclooks/pkg-descr
@@ -1,4 +1,4 @@
-The Xfce Evolution theme attempts to rid the Xfce desktop of visual
+The Xfce Classiclooks theme attempts to rid the Xfce desktop of visual
distractions by providing a more consistent look (buttons, scrollbars,
menus, etc) across older and newer applications.
@@ -7,4 +7,4 @@ fonts.
Based on Ambiance gtk2, Adwaita gtk3, and Greybird xfwm.
-WWW: http://www.itgroup.ro/xfce-evolution
+WWW: http://www.itgroup.ro/classiclooks
diff --git a/x11-themes/xfce-evolution/pkg-message b/x11-themes/classiclooks/pkg-message
index 7e5b19068691..9f1c4cf633ea 100644
--- a/x11-themes/xfce-evolution/pkg-message
+++ b/x11-themes/classiclooks/pkg-message
@@ -6,7 +6,7 @@ environment variable:
export QT_QPA_PLATFORMTHEME=gtk2
-which can be done in your shell's .profile file.
+which can be done in your shell's .profile file.
EOM
}
]
diff --git a/x11-themes/classiclooks/pkg-plist b/x11-themes/classiclooks/pkg-plist
new file mode 100644
index 000000000000..496a81bbcbcd
--- /dev/null
+++ b/x11-themes/classiclooks/pkg-plist
@@ -0,0 +1,2697 @@
+etc/fonts/conf.avail/90-classiclooks_qt5fontfix.conf
+etc/fonts/conf.d/90-classiclooks_qt5fontfix.conf
+share/themes/ClassicLooks (HDPI)/classiclooks_mark
+share/themes/ClassicLooks (HDPI)/gtk-2.0/assets
+share/themes/ClassicLooks (HDPI)/gtk-2.0/gtkrc
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/tweaks.css
+share/themes/ClassicLooks (HDPI)/gtk-2.0/widgets.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/assets
+share/themes/ClassicLooks (HDPI)/gtk-3.0/gtk.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/settings.ini
+share/themes/ClassicLooks (HDPI)/gtk-3.0/tweaks.css
+share/themes/ClassicLooks (HDPI)/gtk-3.0/widgets.css
+share/themes/ClassicLooks (HDPI)/themecolor.sh
+share/themes/ClassicLooks Ambiance/classiclooks_mark
+share/themes/ClassicLooks Ambiance/gtk-2.0/assets
+share/themes/ClassicLooks Ambiance/gtk-2.0/gtkrc
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Ambiance/gtk-2.0/widgets.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/assets
+share/themes/ClassicLooks Ambiance/gtk-3.0/gtk.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/settings.ini
+share/themes/ClassicLooks Ambiance/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Ambiance/gtk-3.0/widgets.css
+share/themes/ClassicLooks Ambiance/themecolor.sh
+share/themes/ClassicLooks Bronze/classiclooks_mark
+share/themes/ClassicLooks Bronze/gtk-2.0/assets
+share/themes/ClassicLooks Bronze/gtk-2.0/gtkrc
+share/themes/ClassicLooks Bronze/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Bronze/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Bronze/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Bronze/gtk-2.0/widgets.css
+share/themes/ClassicLooks Bronze/gtk-3.0/assets
+share/themes/ClassicLooks Bronze/gtk-3.0/gtk.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Bronze/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Bronze/gtk-3.0/settings.ini
+share/themes/ClassicLooks Bronze/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Bronze/gtk-3.0/widgets.css
+share/themes/ClassicLooks Bronze/themecolor.sh
+share/themes/ClassicLooks Crux/classiclooks_mark
+share/themes/ClassicLooks Crux/gtk-2.0/assets
+share/themes/ClassicLooks Crux/gtk-2.0/gtkrc
+share/themes/ClassicLooks Crux/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Crux/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Crux/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Crux/gtk-2.0/widgets.css
+share/themes/ClassicLooks Crux/gtk-3.0/assets
+share/themes/ClassicLooks Crux/gtk-3.0/gtk.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Crux/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Crux/gtk-3.0/settings.ini
+share/themes/ClassicLooks Crux/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Crux/gtk-3.0/widgets.css
+share/themes/ClassicLooks Crux/themecolor.sh
+share/themes/ClassicLooks Devilsclaw/classiclooks_mark
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/assets
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/gtkrc
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Devilsclaw/gtk-2.0/widgets.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/assets
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/gtk.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/settings.ini
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Devilsclaw/gtk-3.0/widgets.css
+share/themes/ClassicLooks Devilsclaw/themecolor.sh
+share/themes/ClassicLooks Graphite/classiclooks_mark
+share/themes/ClassicLooks Graphite/gtk-2.0/assets
+share/themes/ClassicLooks Graphite/gtk-2.0/gtkrc
+share/themes/ClassicLooks Graphite/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Graphite/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Graphite/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Graphite/gtk-2.0/widgets.css
+share/themes/ClassicLooks Graphite/gtk-3.0/assets
+share/themes/ClassicLooks Graphite/gtk-3.0/gtk.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Graphite/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Graphite/gtk-3.0/settings.ini
+share/themes/ClassicLooks Graphite/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Graphite/gtk-3.0/widgets.css
+share/themes/ClassicLooks Graphite/themecolor.sh
+share/themes/ClassicLooks Greybird/classiclooks_mark
+share/themes/ClassicLooks Greybird/gtk-2.0/assets
+share/themes/ClassicLooks Greybird/gtk-2.0/gtkrc
+share/themes/ClassicLooks Greybird/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Greybird/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Greybird/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Greybird/gtk-2.0/widgets.css
+share/themes/ClassicLooks Greybird/gtk-3.0/assets
+share/themes/ClassicLooks Greybird/gtk-3.0/gtk.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Greybird/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Greybird/gtk-3.0/settings.ini
+share/themes/ClassicLooks Greybird/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Greybird/gtk-3.0/widgets.css
+share/themes/ClassicLooks Greybird/themecolor.sh
+share/themes/ClassicLooks Icelake/classiclooks_mark
+share/themes/ClassicLooks Icelake/gtk-2.0/assets
+share/themes/ClassicLooks Icelake/gtk-2.0/gtkrc
+share/themes/ClassicLooks Icelake/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Icelake/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Icelake/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Icelake/gtk-2.0/widgets.css
+share/themes/ClassicLooks Icelake/gtk-3.0/assets
+share/themes/ClassicLooks Icelake/gtk-3.0/gtk.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Icelake/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Icelake/gtk-3.0/settings.ini
+share/themes/ClassicLooks Icelake/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Icelake/gtk-3.0/widgets.css
+share/themes/ClassicLooks Icelake/themecolor.sh
+share/themes/ClassicLooks Irix/classiclooks_mark
+share/themes/ClassicLooks Irix/gtk-2.0/assets
+share/themes/ClassicLooks Irix/gtk-2.0/gtkrc
+share/themes/ClassicLooks Irix/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Irix/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Irix/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Irix/gtk-2.0/widgets.css
+share/themes/ClassicLooks Irix/gtk-3.0/assets
+share/themes/ClassicLooks Irix/gtk-3.0/gtk.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Irix/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Irix/gtk-3.0/settings.ini
+share/themes/ClassicLooks Irix/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Irix/gtk-3.0/widgets.css
+share/themes/ClassicLooks Irix/themecolor.sh
+share/themes/ClassicLooks Rainyday/classiclooks_mark
+share/themes/ClassicLooks Rainyday/gtk-2.0/assets
+share/themes/ClassicLooks Rainyday/gtk-2.0/gtkrc
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Rainyday/gtk-2.0/widgets.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/assets
+share/themes/ClassicLooks Rainyday/gtk-3.0/gtk.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/settings.ini
+share/themes/ClassicLooks Rainyday/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Rainyday/gtk-3.0/widgets.css
+share/themes/ClassicLooks Rainyday/themecolor.sh
+share/themes/ClassicLooks Raleigh/classiclooks_mark
+share/themes/ClassicLooks Raleigh/gtk-2.0/assets
+share/themes/ClassicLooks Raleigh/gtk-2.0/gtkrc
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Raleigh/gtk-2.0/widgets.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/assets
+share/themes/ClassicLooks Raleigh/gtk-3.0/gtk.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/settings.ini
+share/themes/ClassicLooks Raleigh/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Raleigh/gtk-3.0/widgets.css
+share/themes/ClassicLooks Raleigh/themecolor.sh
+share/themes/ClassicLooks Redmond/classiclooks_mark
+share/themes/ClassicLooks Redmond/gtk-2.0/assets
+share/themes/ClassicLooks Redmond/gtk-2.0/gtkrc
+share/themes/ClassicLooks Redmond/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Redmond/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Redmond/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Redmond/gtk-2.0/widgets.css
+share/themes/ClassicLooks Redmond/gtk-3.0/assets
+share/themes/ClassicLooks Redmond/gtk-3.0/gtk.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Redmond/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Redmond/gtk-3.0/settings.ini
+share/themes/ClassicLooks Redmond/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Redmond/gtk-3.0/widgets.css
+share/themes/ClassicLooks Redmond/themecolor.sh
+share/themes/ClassicLooks Solaris/classiclooks_mark
+share/themes/ClassicLooks Solaris/gtk-2.0/assets
+share/themes/ClassicLooks Solaris/gtk-2.0/gtkrc
+share/themes/ClassicLooks Solaris/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Solaris/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Solaris/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Solaris/gtk-2.0/widgets.css
+share/themes/ClassicLooks Solaris/gtk-3.0/assets
+share/themes/ClassicLooks Solaris/gtk-3.0/gtk.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Solaris/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Solaris/gtk-3.0/settings.ini
+share/themes/ClassicLooks Solaris/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Solaris/gtk-3.0/widgets.css
+share/themes/ClassicLooks Solaris/themecolor.sh
+share/themes/ClassicLooks Straw/classiclooks_mark
+share/themes/ClassicLooks Straw/gtk-2.0/assets
+share/themes/ClassicLooks Straw/gtk-2.0/gtkrc
+share/themes/ClassicLooks Straw/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Straw/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Straw/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Straw/gtk-2.0/widgets.css
+share/themes/ClassicLooks Straw/gtk-3.0/assets
+share/themes/ClassicLooks Straw/gtk-3.0/gtk.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Straw/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Straw/gtk-3.0/settings.ini
+share/themes/ClassicLooks Straw/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Straw/gtk-3.0/widgets.css
+share/themes/ClassicLooks Straw/themecolor.sh
+share/themes/ClassicLooks Summerfield/classiclooks_mark
+share/themes/ClassicLooks Summerfield/gtk-2.0/assets
+share/themes/ClassicLooks Summerfield/gtk-2.0/gtkrc
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Summerfield/gtk-2.0/widgets.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/assets
+share/themes/ClassicLooks Summerfield/gtk-3.0/gtk.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/settings.ini
+share/themes/ClassicLooks Summerfield/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Summerfield/gtk-3.0/widgets.css
+share/themes/ClassicLooks Summerfield/themecolor.sh
+share/themes/ClassicLooks Summerstorm/classiclooks_mark
+share/themes/ClassicLooks Summerstorm/gtk-2.0/assets
+share/themes/ClassicLooks Summerstorm/gtk-2.0/gtkrc
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/tweaks.css
+share/themes/ClassicLooks Summerstorm/gtk-2.0/widgets.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/assets
+share/themes/ClassicLooks Summerstorm/gtk-3.0/gtk.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/settings.ini
+share/themes/ClassicLooks Summerstorm/gtk-3.0/tweaks.css
+share/themes/ClassicLooks Summerstorm/gtk-3.0/widgets.css
+share/themes/ClassicLooks Summerstorm/themecolor.sh
+share/themes/ClassicLooks XFWM4 (HDPI)/classiclooks_mark
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/base-prelight.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/base.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-left-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-left-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-left-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-left-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-right-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-right-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-right-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/bottom-right-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/close-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/close-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/close-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/close-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/close-prelight.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/close-prelight.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/close-pressed.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/close-pressed.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/hide-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/hide-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/hide-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/hide-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/hide-prelight.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/hide-prelight.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/hide-pressed.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/hide-pressed.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/left-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/left-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/left-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/left-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-prelight.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-prelight.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-pressed.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-pressed.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-toggled-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-toggled-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-toggled-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-toggled-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-toggled-prelight.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-toggled-prelight.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-toggled-pressed.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/maximize-toggled-pressed.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/menu-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/menu-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/menu-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/menu-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/menu-prelight.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/menu-prelight.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/menu-pressed.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/menu-pressed.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-prelight.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-prelight.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-pressed.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-pressed.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-prelight.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-prelight.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-pressed.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-pressed.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-prelight.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-prelight.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-pressed.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-pressed.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-prelight.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-prelight.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-pressed.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-pressed.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/right-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/right-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/right-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/right-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/themerc
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/themerc-greybird-original
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-1-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-1-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-1-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-1-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-2-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-2-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-2-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-2-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-3-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-3-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-3-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-3-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-4-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-4-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-4-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-4-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-5-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-5-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-5-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/title-5-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/top-left-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/top-left-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/top-left-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/top-left-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/top-right-active.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/top-right-active.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/top-right-inactive.png
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/top-right-inactive.xpm
+share/themes/ClassicLooks XFWM4 (HDPI)/xfwm4/xfwm4-hdpi
+share/themes/ClassicLooks XFWM4/classiclooks_mark
+share/themes/ClassicLooks XFWM4/xfwm4/base-prelight.png
+share/themes/ClassicLooks XFWM4/xfwm4/base.png
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-left-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-left-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-left-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-left-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-right-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-right-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-right-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/bottom-right-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/close-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/close-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/close-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/close-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/close-prelight.png
+share/themes/ClassicLooks XFWM4/xfwm4/close-prelight.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/close-pressed.png
+share/themes/ClassicLooks XFWM4/xfwm4/close-pressed.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/hide-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/hide-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/hide-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/hide-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/hide-prelight.png
+share/themes/ClassicLooks XFWM4/xfwm4/hide-prelight.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/hide-pressed.png
+share/themes/ClassicLooks XFWM4/xfwm4/hide-pressed.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/left-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/left-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/left-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/left-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-prelight.png
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-prelight.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-pressed.png
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-pressed.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-toggled-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-toggled-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-toggled-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-toggled-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-toggled-prelight.png
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-toggled-prelight.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-toggled-pressed.png
+share/themes/ClassicLooks XFWM4/xfwm4/maximize-toggled-pressed.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/menu-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/menu-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/menu-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/menu-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/menu-prelight.png
+share/themes/ClassicLooks XFWM4/xfwm4/menu-prelight.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/menu-pressed.png
+share/themes/ClassicLooks XFWM4/xfwm4/menu-pressed.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-prelight.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-prelight.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-pressed.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-pressed.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-toggled-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-toggled-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-toggled-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-toggled-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-toggled-prelight.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-toggled-prelight.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-toggled-pressed.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/shade-toggled-pressed.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-prelight.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-prelight.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-pressed.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-pressed.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-toggled-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-toggled-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-toggled-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-toggled-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-toggled-prelight.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-toggled-prelight.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-toggled-pressed.png
+share/themes/ClassicLooks XFWM4/xfwm4/not-used/stick-toggled-pressed.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/right-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/right-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/right-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/right-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/themerc
+share/themes/ClassicLooks XFWM4/xfwm4/themerc-greybird-original
+share/themes/ClassicLooks XFWM4/xfwm4/title-1-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/title-1-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/title-1-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/title-1-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/title-2-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/title-2-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/title-2-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/title-2-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/title-3-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/title-3-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/title-3-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/title-3-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/title-4-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/title-4-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/title-4-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/title-4-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/title-5-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/title-5-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/title-5-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/title-5-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/top-left-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/top-left-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/top-left-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/top-left-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/top-right-active.png
+share/themes/ClassicLooks XFWM4/xfwm4/top-right-active.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/top-right-inactive.png
+share/themes/ClassicLooks XFWM4/xfwm4/top-right-inactive.xpm
+share/themes/ClassicLooks XFWM4/xfwm4/xfmw4
+share/themes/ClassicLooks/TOOLS/CONFIG/HACKING
+share/themes/ClassicLooks/TOOLS/CONFIG/lib/set-theme-color.sh
+share/themes/ClassicLooks/classiclooks_mark
+share/themes/ClassicLooks/gtk-2.0/assets/arrow-down.png
+share/themes/ClassicLooks/gtk-2.0/assets/button-bg-hover.png
+share/themes/ClassicLooks/gtk-2.0/assets/handle-h.png
+share/themes/ClassicLooks/gtk-2.0/assets/handle-v.png
+share/themes/ClassicLooks/gtk-2.0/assets/null.png
+share/themes/ClassicLooks/gtk-2.0/assets/panel-button-active.png
+share/themes/ClassicLooks/gtk-2.0/assets/panel-button-hover.png
+share/themes/ClassicLooks/gtk-2.0/assets/panel-button-inactive.png
+share/themes/ClassicLooks/gtk-2.0/assets/panel.png
+share/themes/ClassicLooks/gtk-2.0/gtkrc
+share/themes/ClassicLooks/gtk-2.0/options/button-hover-accent.css
+share/themes/ClassicLooks/gtk-2.0/options/button-hover-contrast.css
+share/themes/ClassicLooks/gtk-2.0/options/button-hover-themed.css
+share/themes/ClassicLooks/gtk-2.0/options/button-pressed-accent.css
+share/themes/ClassicLooks/gtk-2.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks/gtk-2.0/options/button-pressed-dented.css
+share/themes/ClassicLooks/gtk-2.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks/gtk-2.0/options/button-pressed-themed.css
+share/themes/ClassicLooks/gtk-2.0/options/button-pressed-tx.css
+share/themes/ClassicLooks/gtk-2.0/options/default-button-accent.css
+share/themes/ClassicLooks/gtk-2.0/options/default-button-contrast.css
+share/themes/ClassicLooks/gtk-2.0/options/default-button-off.css
+share/themes/ClassicLooks/gtk-2.0/options/default-button-themed.css
+share/themes/ClassicLooks/gtk-2.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks/gtk-2.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks/gtk-2.0/options/dpi-high.css
+share/themes/ClassicLooks/gtk-2.0/options/dpi-low.css
+share/themes/ClassicLooks/gtk-2.0/options/highlight_button_hover.css
+share/themes/ClassicLooks/gtk-2.0/options/highlight_button_pressed.css
+share/themes/ClassicLooks/gtk-2.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks/gtk-2.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks/gtk-2.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks/gtk-2.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks/gtk-2.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks/gtk-2.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks/gtk-2.0/options/menu-dark.css
+share/themes/ClassicLooks/gtk-2.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks/gtk-2.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks/gtk-2.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks/gtk-2.0/options/menu-selection-dented.css
+share/themes/ClassicLooks/gtk-2.0/options/menu-selection-flat.css
+share/themes/ClassicLooks/gtk-2.0/options/menu-separator-dark.css
+share/themes/ClassicLooks/gtk-2.0/options/menu-separator-dented.css
+share/themes/ClassicLooks/gtk-2.0/options/menu-separator-light.css
+share/themes/ClassicLooks/gtk-2.0/options/menu-themed.css
+share/themes/ClassicLooks/gtk-2.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks/gtk-2.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks/gtk-2.0/options/pane-separator-auto.css
+share/themes/ClassicLooks/gtk-2.0/options/pane-separator-wide.css
+share/themes/ClassicLooks/gtk-2.0/options/panel-black.css
+share/themes/ClassicLooks/gtk-2.0/options/panel-contrast.css
+share/themes/ClassicLooks/gtk-2.0/options/panel-dark.css
+share/themes/ClassicLooks/gtk-2.0/options/panel-themed.css
+share/themes/ClassicLooks/gtk-2.0/options/scrollbar-accent.css
+share/themes/ClassicLooks/gtk-2.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks/gtk-2.0/options/scrollbar-flat.css
+share/themes/ClassicLooks/gtk-2.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks/gtk-2.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks/gtk-2.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks/gtk-2.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks/gtk-2.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks/gtk-2.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks/gtk-2.0/options/scrollbar-themed.css
+share/themes/ClassicLooks/gtk-2.0/options/tab-button.css
+share/themes/ClassicLooks/gtk-2.0/options/tab-classic.css
+share/themes/ClassicLooks/gtk-2.0/options/tab-flat.css
+share/themes/ClassicLooks/gtk-2.0/options/tab-notebook.css
+share/themes/ClassicLooks/gtk-2.0/options/window-frame-dark.css
+share/themes/ClassicLooks/gtk-2.0/options/window-frame-themed.css
+share/themes/ClassicLooks/gtk-2.0/tweaks.css
+share/themes/ClassicLooks/gtk-2.0/widgets.css
+share/themes/ClassicLooks/gtk-3.0/assets/bullet-symbolic-small.svg
+share/themes/ClassicLooks/gtk-3.0/assets/bullet-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/bullet-symbolic.symbolic.png
+share/themes/ClassicLooks/gtk-3.0/assets/check-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/check-symbolic.symbolic.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-active-selectionmode.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-active-selectionmode@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-checked-active-selectionmode.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-checked-selectionmode.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-checked-selectionmode@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-hover-selectionmode.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-hover-selectionmode@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-selectionmode.png
+share/themes/ClassicLooks/gtk-3.0/assets/checkbox-selectionmode@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/dash-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/dash-symbolic.symbolic.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/1.note
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-checked-active-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-checked-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-checked-disabled-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-checked-disabled.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-indeterminate-active-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-indeterminate-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-indeterminate-disabled-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-indeterminate-disabled.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-unchecked-active-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-unchecked-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-unchecked-disabled-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/checkbox-unchecked-disabled.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-base-prelight-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-base-prelight.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-close-active-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-close-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-close-inactive-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-close-inactive.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-close-prelight-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-close-prelight.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-close-pressed-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-close-pressed.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-hide-active-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-hide-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-hide-inactive-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-hide-inactive.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-hide-prelight-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-hide-prelight.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-hide-pressed-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-hide-pressed.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-maximize-active-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-maximize-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-maximize-inactive-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-maximize-inactive.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-maximize-prelight-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-maximize-prelight.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-maximize-pressed-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/csd-maximize-pressed.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/pan-end2-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/extras/pan-end3-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/extras/pan-start2-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/extras/pan-start3-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/extras/pixel-bumps-horiz.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/pixel-bumps-vert.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-checked-active-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-checked-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-checked-disabled-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-checked-disabled.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-indeterminate-active-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-indeterminate-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-indeterminate-disabled-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-indeterminate-disabled.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-unchecked-active-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-unchecked-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-unchecked-disabled-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/radio-unchecked-disabled.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/scrollbar-handle-horiz.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/scrollbar-handle-vert.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-bg-darker.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-bg-lighter.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-bg-transparent.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-handle-horiz.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-handle-vert.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-horiz-bg-left.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-horiz-bg-right.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-horiz-darker.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-horiz-lighter.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-line-horiz-darker.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-line-horiz-lighter.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-line-vert-darker.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-line-vert-lighter.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-narrow-horiz-dark.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-narrow-horiz-light.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-narrow-horiz-normal.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-narrow-vert-dark.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-narrow-vert-light.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-narrow-vert-normal.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-vert-bg-bottom.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-vert-bg-top.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-vert-darker.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/separator-vert-lighter.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/switch-0-grey.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/switch-0-orange.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/switch-0-red.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/switch-0.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/switch-1-disabled.png
+share/themes/ClassicLooks/gtk-3.0/assets/extras/switch-1.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/check-symbolic.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/check-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/check-symbolic.symbolic.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/check-symbolic2.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/combo-symbolic-dim.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/combo-symbolic.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/combo-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/combobox-large-base.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/combobox-symbolic-large-dim.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/combobox-symbolic-large.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/combobox-symbolic-large.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/combobox-symbolic-small-dim.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/combobox-symbolic-small.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/menu-arrow-large-down-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/menu-arrow-large-left-symbolic.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/menu-arrow-large-left-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/menu-arrow-large-right-base.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/menu-arrow-large-right-symbolic.png
+share/themes/ClassicLooks/gtk-3.0/assets/override/menu-arrow-large-right-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/menu-arrow-large-up-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/menu-arrow-small-down-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/menu-arrow-small-left-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/menu-arrow-small-right-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/menu-arrow-small-up-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/pan-down-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/pan-end-symbolic-rtl.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/pan-end-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/pan-left-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/pan-right-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/pan-start-symbolic-rtl.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/pan-start-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/pan-up-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/scrollbar-arrow-down-large-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/scrollbar-arrow-left-large-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/scrollbar-arrow-right-large-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/override/scrollbar-arrow-up-large-symbolic.svg
+share/themes/ClassicLooks/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png
+share/themes/ClassicLooks/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/slider-horz-scale-has-marks-above.png
+share/themes/ClassicLooks/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end-active-dark.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end-active-dark@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end-active@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end-dark.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end-dark@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end-hover-dark.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end-hover-dark@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end-hover.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end-hover@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-end@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start-active-dark.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start-active-dark@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start-active.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start-active@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start-dark.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start-dark@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start-hover-dark.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start-hover-dark@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start-hover.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start-hover@2.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start.png
+share/themes/ClassicLooks/gtk-3.0/assets/text-select-start@2.png
+share/themes/ClassicLooks/gtk-3.0/gtk.css
+share/themes/ClassicLooks/gtk-3.0/options/button-hover-accent.css
+share/themes/ClassicLooks/gtk-3.0/options/button-hover-contrast.css
+share/themes/ClassicLooks/gtk-3.0/options/button-hover-themed.css
+share/themes/ClassicLooks/gtk-3.0/options/button-pressed-accent.css
+share/themes/ClassicLooks/gtk-3.0/options/button-pressed-contrast.css
+share/themes/ClassicLooks/gtk-3.0/options/button-pressed-dented.css
+share/themes/ClassicLooks/gtk-3.0/options/button-pressed-dented_tab.css
+share/themes/ClassicLooks/gtk-3.0/options/button-pressed-sunken.css
+share/themes/ClassicLooks/gtk-3.0/options/button-pressed-sunken_tab.css
+share/themes/ClassicLooks/gtk-3.0/options/button-pressed-themed.css
+share/themes/ClassicLooks/gtk-3.0/options/button-pressed-tx.css
+share/themes/ClassicLooks/gtk-3.0/options/default-button-accent.css
+share/themes/ClassicLooks/gtk-3.0/options/default-button-contrast.css
+share/themes/ClassicLooks/gtk-3.0/options/default-button-off.css
+share/themes/ClassicLooks/gtk-3.0/options/default-button-themed.css
+share/themes/ClassicLooks/gtk-3.0/options/desktop-icon-background-off.css
+share/themes/ClassicLooks/gtk-3.0/options/desktop-icon-background-on.css
+share/themes/ClassicLooks/gtk-3.0/options/dpi-high.css
+share/themes/ClassicLooks/gtk-3.0/options/dpi-low.css
+share/themes/ClassicLooks/gtk-3.0/options/highlight_colors_accent.css
+share/themes/ClassicLooks/gtk-3.0/options/highlight_colors_themed.css
+share/themes/ClassicLooks/gtk-3.0/options/highlight_scrollbar.css
+share/themes/ClassicLooks/gtk-3.0/options/highlight_scrollbar_hover.css
+share/themes/ClassicLooks/gtk-3.0/options/keyboard-navigation-off.css
+share/themes/ClassicLooks/gtk-3.0/options/keyboard-navigation-on.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-dark.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-selection-bulged-rounded.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-selection-bulged-slight.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-selection-bulged.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-selection-dented.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-selection-flat-bordered.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-selection-flat.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-selection-rectangle.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-selection-rounded.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-separator-dark.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-separator-dented.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-separator-light.css
+share/themes/ClassicLooks/gtk-3.0/options/menu-themed.css
+share/themes/ClassicLooks/gtk-3.0/options/menubar-selection-rectangle.css
+share/themes/ClassicLooks/gtk-3.0/options/menubar-selection-rounded.css
+share/themes/ClassicLooks/gtk-3.0/options/pane-separator-auto.css
+share/themes/ClassicLooks/gtk-3.0/options/pane-separator-autohide.css
+share/themes/ClassicLooks/gtk-3.0/options/pane-separator-wide.css
+share/themes/ClassicLooks/gtk-3.0/options/panel-black.css
+share/themes/ClassicLooks/gtk-3.0/options/panel-contrast.css
+share/themes/ClassicLooks/gtk-3.0/options/panel-dark.css
+share/themes/ClassicLooks/gtk-3.0/options/panel-themed.css
+share/themes/ClassicLooks/gtk-3.0/options/scrollbar-accent.css
+share/themes/ClassicLooks/gtk-3.0/options/scrollbar-contrast.css
+share/themes/ClassicLooks/gtk-3.0/options/scrollbar-flat.css
+share/themes/ClassicLooks/gtk-3.0/options/scrollbar-handle-decoration-off.css
+share/themes/ClassicLooks/gtk-3.0/options/scrollbar-handle-decoration-on.css
+share/themes/ClassicLooks/gtk-3.0/options/scrollbar-hover-accent.css
+share/themes/ClassicLooks/gtk-3.0/options/scrollbar-hover-contrast.css
+share/themes/ClassicLooks/gtk-3.0/options/scrollbar-hover-flat.css
+share/themes/ClassicLooks/gtk-3.0/options/scrollbar-hover-themed.css
+share/themes/ClassicLooks/gtk-3.0/options/scrollbar-themed.css
+share/themes/ClassicLooks/gtk-3.0/options/tab-button.css
+share/themes/ClassicLooks/gtk-3.0/options/tab-classic.css
+share/themes/ClassicLooks/gtk-3.0/options/tab-flat.css
+share/themes/ClassicLooks/gtk-3.0/options/tab-notebook.css
+share/themes/ClassicLooks/gtk-3.0/options/window-frame-dark.css
+share/themes/ClassicLooks/gtk-3.0/options/window-frame-themed.css
+share/themes/ClassicLooks/gtk-3.0/settings.ini
+share/themes/ClassicLooks/gtk-3.0/tweaks.css
+share/themes/ClassicLooks/gtk-3.0/widgets.css
+share/themes/ClassicLooks/themecolor.sh
diff --git a/x11-themes/xfce-evolution/Makefile b/x11-themes/xfce-evolution/Makefile
deleted file mode 100644
index 170b00e29082..000000000000
--- a/x11-themes/xfce-evolution/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= xfce-evolution
-DISTVERSION= 6.12.0
-CATEGORIES= x11-themes
-MASTER_SITES= SF/${PORTNAME}
-
-MAINTAINER= fbsd@opal.com
-COMMENT= Complete Xfce Evolution Gtk2, Gtk3, Qt5, wxWidgets, Xfce themes
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/GPL-v2
-
-RUN_DEPENDS= fontconfig>0:x11-fonts/fontconfig \
- gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
- qt5-style-plugins>0:x11-themes/qt5-style-plugins
-
-USES= shebangfix gnome zip
-USE_GNOME= gtk20
-
-NO_BUILD= yes
-NO_ARCH= yes
-SHEBANG_REGEX= 00.[0-4]0
-bash_CMD= /bin/sh
-
-EXTRACT_AFTER_ARGS= -d ${DISTNAME}
-
-EXTRADIRS= TOOLS/SETUP
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
- @cd ${WRKSRC} && \
- ${COPYTREE_SHARE} "Xfce*" ${STAGEDIR}${PREFIX}/share/themes
- @${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail ${STAGEDIR}${PREFIX}/etc/fonts/conf.d
- @${CP} ${STAGEDIR}${PREFIX}/share/themes/Xfce\ Evolution/TOOLS/SETUP/lib/90-xfce-evolution_qt5fontfix.conf \
- ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/90-xfce-evolution_qt5fontfix.conf
- @${RLN} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail/90-xfce-evolution_qt5fontfix.conf \
- ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/90-xfce-evolution_qt5fontfix.conf
- @cd ${STAGEDIR}${PREFIX}/share/themes/Xfce\ Evolution && ${RM} -r ${EXTRADIRS}
-
-.include <bsd.port.mk>
diff --git a/x11-themes/xfce-evolution/distinfo b/x11-themes/xfce-evolution/distinfo
deleted file mode 100644
index 1a0da737e8c9..000000000000
--- a/x11-themes/xfce-evolution/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1568363239
-SHA256 (xfce-evolution-6.12.0.zip) = e06deb23cd9d3887e47ab30d77f81146aa24957e01a32011d4dc71cc9a6d635e
-SIZE (xfce-evolution-6.12.0.zip) = 1961392
diff --git a/x11-themes/xfce-evolution/pkg-plist b/x11-themes/xfce-evolution/pkg-plist
deleted file mode 100644
index dec8784ec97c..000000000000
--- a/x11-themes/xfce-evolution/pkg-plist
+++ /dev/null
@@ -1,2056 +0,0 @@
-etc/fonts/conf.avail/90-xfce-evolution_qt5fontfix.conf
-etc/fonts/conf.d/90-xfce-evolution_qt5fontfix.conf
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/assets
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/gtkrc
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution (HDPI)/gtk-2.0/widgets.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/assets
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/gtk.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/settings.ini
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution (HDPI)/gtk-3.0/widgets.css
-share/themes/Xfce Evolution (HDPI)/themecolor.sh
-share/themes/Xfce Evolution (HDPI)/xfce-evolution_mark
-share/themes/Xfce Evolution Bronze/gtk-2.0/assets
-share/themes/Xfce Evolution Bronze/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Bronze/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/assets
-share/themes/Xfce Evolution Bronze/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Bronze/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Bronze/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Bronze/themecolor.sh
-share/themes/Xfce Evolution Bronze/xfce-evolution_mark
-share/themes/Xfce Evolution Crux/gtk-2.0/assets
-share/themes/Xfce Evolution Crux/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Crux/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Crux/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Crux/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Crux/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Crux/gtk-3.0/assets
-share/themes/Xfce Evolution Crux/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Crux/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Crux/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Crux/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Crux/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Crux/themecolor.sh
-share/themes/Xfce Evolution Crux/xfce-evolution_mark
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/assets
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Devilsclaw/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/assets
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Devilsclaw/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Devilsclaw/themecolor.sh
-share/themes/Xfce Evolution Devilsclaw/xfce-evolution_mark
-share/themes/Xfce Evolution Graphite/gtk-2.0/assets
-share/themes/Xfce Evolution Graphite/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Graphite/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/assets
-share/themes/Xfce Evolution Graphite/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Graphite/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Graphite/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Graphite/themecolor.sh
-share/themes/Xfce Evolution Graphite/xfce-evolution_mark
-share/themes/Xfce Evolution Greybird/gtk-2.0/assets
-share/themes/Xfce Evolution Greybird/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Greybird/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/assets
-share/themes/Xfce Evolution Greybird/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Greybird/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Greybird/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Greybird/themecolor.sh
-share/themes/Xfce Evolution Greybird/xfce-evolution_mark
-share/themes/Xfce Evolution Icelake/gtk-2.0/assets
-share/themes/Xfce Evolution Icelake/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Icelake/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/assets
-share/themes/Xfce Evolution Icelake/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Icelake/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Icelake/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Icelake/themecolor.sh
-share/themes/Xfce Evolution Icelake/xfce-evolution_mark
-share/themes/Xfce Evolution Irix/gtk-2.0/assets
-share/themes/Xfce Evolution Irix/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Irix/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Irix/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Irix/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Irix/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Irix/gtk-3.0/assets
-share/themes/Xfce Evolution Irix/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Irix/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Irix/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Irix/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Irix/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Irix/themecolor.sh
-share/themes/Xfce Evolution Irix/xfce-evolution_mark
-share/themes/Xfce Evolution Rainyday/gtk-2.0/assets
-share/themes/Xfce Evolution Rainyday/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Rainyday/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/assets
-share/themes/Xfce Evolution Rainyday/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Rainyday/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Rainyday/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Rainyday/themecolor.sh
-share/themes/Xfce Evolution Rainyday/xfce-evolution_mark
-share/themes/Xfce Evolution Raleigh/gtk-2.0/assets
-share/themes/Xfce Evolution Raleigh/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Raleigh/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/assets
-share/themes/Xfce Evolution Raleigh/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Raleigh/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Raleigh/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Raleigh/themecolor.sh
-share/themes/Xfce Evolution Raleigh/xfce-evolution_mark
-share/themes/Xfce Evolution Redmond/gtk-2.0/assets
-share/themes/Xfce Evolution Redmond/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Redmond/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/assets
-share/themes/Xfce Evolution Redmond/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Redmond/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Redmond/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Redmond/themecolor.sh
-share/themes/Xfce Evolution Redmond/xfce-evolution_mark
-share/themes/Xfce Evolution Solaris/gtk-2.0/assets
-share/themes/Xfce Evolution Solaris/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Solaris/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/assets
-share/themes/Xfce Evolution Solaris/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Solaris/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Solaris/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Solaris/themecolor.sh
-share/themes/Xfce Evolution Solaris/xfce-evolution_mark
-share/themes/Xfce Evolution Straw/gtk-2.0/assets
-share/themes/Xfce Evolution Straw/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Straw/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Straw/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Straw/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Straw/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Straw/gtk-3.0/assets
-share/themes/Xfce Evolution Straw/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Straw/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Straw/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Straw/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Straw/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Straw/themecolor.sh
-share/themes/Xfce Evolution Straw/xfce-evolution_mark
-share/themes/Xfce Evolution Summerfield/gtk-2.0/assets
-share/themes/Xfce Evolution Summerfield/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Summerfield/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/assets
-share/themes/Xfce Evolution Summerfield/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Summerfield/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Summerfield/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Summerfield/themecolor.sh
-share/themes/Xfce Evolution Summerfield/xfce-evolution_mark
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/assets
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/gtkrc
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution Summerstorm/gtk-2.0/widgets.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/assets
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/gtk.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/settings.ini
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution Summerstorm/gtk-3.0/widgets.css
-share/themes/Xfce Evolution Summerstorm/themecolor.sh
-share/themes/Xfce Evolution Summerstorm/xfce-evolution_mark
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfce-evolution_mark
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/base-prelight.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/base.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/bottom-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/bottom-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/bottom-left-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/bottom-left-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/bottom-right-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/bottom-right-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/close-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/close-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/close-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/close-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/close-prelight.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/close-prelight.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/close-pressed.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/close-pressed.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/hide-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/hide-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/hide-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/hide-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/hide-prelight.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/hide-prelight.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/hide-pressed.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/hide-pressed.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/left-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/left-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-prelight.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-prelight.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-pressed.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-pressed.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-toggled-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-toggled-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-toggled-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-toggled-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-toggled-prelight.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-toggled-prelight.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-toggled-pressed.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/maximize-toggled-pressed.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/menu-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/menu-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/menu-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/menu-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/menu-prelight.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/menu-prelight.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/menu-pressed.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/menu-pressed.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-prelight.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-prelight.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-pressed.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-pressed.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-prelight.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-prelight.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-pressed.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/shade-toggled-pressed.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-prelight.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-prelight.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-pressed.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-pressed.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-prelight.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-prelight.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-pressed.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/not-used/stick-toggled-pressed.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/right-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/right-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/themerc
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/themerc-greybird-original
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-1-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-1-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-1-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-1-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-2-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-2-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-2-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-2-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-3-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-3-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-3-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-3-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-4-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-4-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-4-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-4-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-5-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-5-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-5-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/title-5-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/top-left-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/top-left-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/top-left-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/top-left-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/top-right-active.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/top-right-active.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/top-right-inactive.png
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/top-right-inactive.xpm
-share/themes/Xfce Evolution XFWM4 (HDPI)/xfwm4/xfwm4-hdpi
-share/themes/Xfce Evolution XFWM4/xfce-evolution_mark
-share/themes/Xfce Evolution XFWM4/xfwm4/base-prelight.png
-share/themes/Xfce Evolution XFWM4/xfwm4/base.png
-share/themes/Xfce Evolution XFWM4/xfwm4/bottom-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/bottom-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/bottom-left-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/bottom-left-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/bottom-right-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/bottom-right-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/close-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/close-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/close-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/close-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/close-prelight.png
-share/themes/Xfce Evolution XFWM4/xfwm4/close-prelight.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/close-pressed.png
-share/themes/Xfce Evolution XFWM4/xfwm4/close-pressed.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/hide-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/hide-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/hide-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/hide-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/hide-prelight.png
-share/themes/Xfce Evolution XFWM4/xfwm4/hide-prelight.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/hide-pressed.png
-share/themes/Xfce Evolution XFWM4/xfwm4/hide-pressed.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/left-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/left-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-prelight.png
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-prelight.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-pressed.png
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-pressed.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-toggled-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-toggled-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-toggled-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-toggled-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-toggled-prelight.png
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-toggled-prelight.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-toggled-pressed.png
-share/themes/Xfce Evolution XFWM4/xfwm4/maximize-toggled-pressed.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/menu-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/menu-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/menu-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/menu-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/menu-prelight.png
-share/themes/Xfce Evolution XFWM4/xfwm4/menu-prelight.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/menu-pressed.png
-share/themes/Xfce Evolution XFWM4/xfwm4/menu-pressed.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-prelight.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-prelight.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-pressed.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-pressed.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-toggled-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-toggled-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-toggled-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-toggled-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-toggled-prelight.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-toggled-prelight.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-toggled-pressed.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/shade-toggled-pressed.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-prelight.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-prelight.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-pressed.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-pressed.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-toggled-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-toggled-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-toggled-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-toggled-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-toggled-prelight.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-toggled-prelight.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-toggled-pressed.png
-share/themes/Xfce Evolution XFWM4/xfwm4/not-used/stick-toggled-pressed.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/right-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/right-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/themerc
-share/themes/Xfce Evolution XFWM4/xfwm4/themerc-greybird-original
-share/themes/Xfce Evolution XFWM4/xfwm4/title-1-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/title-1-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/title-1-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/title-1-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/title-2-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/title-2-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/title-2-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/title-2-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/title-3-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/title-3-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/title-3-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/title-3-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/title-4-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/title-4-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/title-4-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/title-4-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/title-5-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/title-5-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/title-5-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/title-5-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/top-left-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/top-left-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/top-left-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/top-left-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/top-right-active.png
-share/themes/Xfce Evolution XFWM4/xfwm4/top-right-active.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/top-right-inactive.png
-share/themes/Xfce Evolution XFWM4/xfwm4/top-right-inactive.xpm
-share/themes/Xfce Evolution XFWM4/xfwm4/xfmw4
-share/themes/Xfce Evolution/TOOLS/CONFIG/HACKING
-share/themes/Xfce Evolution/TOOLS/CONFIG/lib/set-theme-color.sh
-share/themes/Xfce Evolution/gtk-2.0/assets/arrow-down.png
-share/themes/Xfce Evolution/gtk-2.0/assets/button-bg-hover.png
-share/themes/Xfce Evolution/gtk-2.0/assets/handle-h.png
-share/themes/Xfce Evolution/gtk-2.0/assets/handle-v.png
-share/themes/Xfce Evolution/gtk-2.0/assets/null.png
-share/themes/Xfce Evolution/gtk-2.0/assets/panel-button-active.png
-share/themes/Xfce Evolution/gtk-2.0/assets/panel-button-hover.png
-share/themes/Xfce Evolution/gtk-2.0/assets/panel-button-inactive.png
-share/themes/Xfce Evolution/gtk-2.0/assets/panel.png
-share/themes/Xfce Evolution/gtk-2.0/gtkrc
-share/themes/Xfce Evolution/gtk-2.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution/gtk-2.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution/gtk-2.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution/gtk-2.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution/gtk-2.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution/gtk-2.0/options/default-button-contrast.css
-share/themes/Xfce Evolution/gtk-2.0/options/default-button-explicit.css
-share/themes/Xfce Evolution/gtk-2.0/options/default-button-off.css
-share/themes/Xfce Evolution/gtk-2.0/options/default-button-themed.css
-share/themes/Xfce Evolution/gtk-2.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution/gtk-2.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution/gtk-2.0/options/dpi-high.css
-share/themes/Xfce Evolution/gtk-2.0/options/dpi-low.css
-share/themes/Xfce Evolution/gtk-2.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution/gtk-2.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution/gtk-2.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution/gtk-2.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution/gtk-2.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution/gtk-2.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution/gtk-2.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution/gtk-2.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution/gtk-2.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution/gtk-2.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution/gtk-2.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution/gtk-2.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution/gtk-2.0/options/menu-separator-light.css
-share/themes/Xfce Evolution/gtk-2.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution/gtk-2.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution/gtk-2.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution/gtk-2.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution/gtk-2.0/options/panel-black.css
-share/themes/Xfce Evolution/gtk-2.0/options/panel-contrast.css
-share/themes/Xfce Evolution/gtk-2.0/options/panel-dark.css
-share/themes/Xfce Evolution/gtk-2.0/options/panel-themed.css
-share/themes/Xfce Evolution/gtk-2.0/options/tab-button.css
-share/themes/Xfce Evolution/gtk-2.0/options/tab-flat.css
-share/themes/Xfce Evolution/gtk-2.0/options/tab-notebook.css
-share/themes/Xfce Evolution/gtk-2.0/options/tab-tab.css
-share/themes/Xfce Evolution/gtk-2.0/tweaks.css
-share/themes/Xfce Evolution/gtk-2.0/widgets.css
-share/themes/Xfce Evolution/gtk-3.0/assets/bullet-symbolic-small.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/bullet-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/bullet-symbolic.symbolic.png
-share/themes/Xfce Evolution/gtk-3.0/assets/check-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/check-symbolic.symbolic.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-active-selectionmode.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-active-selectionmode@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-checked-active-selectionmode.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-checked-selectionmode.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-checked-selectionmode@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-hover-selectionmode.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-hover-selectionmode@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-selectionmode.png
-share/themes/Xfce Evolution/gtk-3.0/assets/checkbox-selectionmode@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/dash-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/dash-symbolic.symbolic.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-checked-active-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-checked-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-checked-disabled-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-checked-disabled.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-indeterminate-active-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-indeterminate-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-indeterminate-disabled-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-indeterminate-disabled.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-unchecked-active-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-unchecked-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-unchecked-disabled-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/checkbox-unchecked-disabled.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-base-prelight.note
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-base-prelight.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-close-active-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-close-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-close-inactive-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-close-inactive.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-close-prelight-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-close-prelight.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-close-pressed-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-close-pressed.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-hide-active-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-hide-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-hide-inactive-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-hide-inactive.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-hide-prelight-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-hide-prelight.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-hide-pressed-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-hide-pressed.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-maximize-active-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-maximize-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-maximize-inactive-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-maximize-inactive.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-maximize-prelight-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-maximize-prelight.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-maximize-pressed-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/csd-maximize-pressed.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/pan-end2-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/pan-end3-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/pan-start2-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/pan-start3-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/pixel-bumps-horiz.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/pixel-bumps-vert.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-checked-active-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-checked-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-checked-disabled-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-checked-disabled.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-indeterminate-active-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-indeterminate-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-indeterminate-disabled-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-indeterminate-disabled.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-unchecked-active-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-unchecked-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-unchecked-disabled-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/radio-unchecked-disabled.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-bg-darker.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-bg-lighter.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-bg-transparent.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-handle-horiz.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-handle-vert.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-horiz-bg-left.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-horiz-bg-right.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-horiz-darker.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-horiz-lighter.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-line-horiz-darker.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-line-horiz-lighter.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-line-vert-darker.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-line-vert-lighter.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-narrow-horiz-dark.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-narrow-horiz-light.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-narrow-horiz-normal.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-narrow-vert-dark.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-narrow-vert-light.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-narrow-vert-normal.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-vert-bg-bottom.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-vert-bg-top.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-vert-darker.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/separator-vert-lighter.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/switch-0-grey.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/switch-0-orange.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/switch-0-red.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/switch-0.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/switch-1-disabled.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/switch-1.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/tmp/checkbox-checked-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/tmp/checkbox-checked-disabled.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/tmp/checkbox-indeterminate-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/tmp/checkbox-indeterminate-disabled.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/tmp/checkbox-unchecked-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/tmp/checkbox-unchecked-disabled.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/tmp/radio-checked-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/tmp/radio-indeterminate-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/tmp/radio-unchecked-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/extras/tmp/tmp1.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/check-symbolic.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/check-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/check-symbolic.symbolic.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/check-symbolic2.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/combo-symbolic-dim.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/combo-symbolic.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/combo-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/combobox-large-base.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/combobox-symbolic-large-dim.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/combobox-symbolic-large.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/combobox-symbolic-large.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/combobox-symbolic-small-dim.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/combobox-symbolic-small.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/menu-arrow-large-down-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/menu-arrow-large-left-symbolic.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/menu-arrow-large-left-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/menu-arrow-large-right-base.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/menu-arrow-large-right-symbolic.png
-share/themes/Xfce Evolution/gtk-3.0/assets/override/menu-arrow-large-right-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/menu-arrow-large-up-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/menu-arrow-small-down-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/menu-arrow-small-left-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/menu-arrow-small-right-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/menu-arrow-small-up-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/pan-down-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/pan-end-symbolic-rtl.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/pan-end-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/pan-left-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/pan-right-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/pan-start-symbolic-rtl.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/pan-start-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/pan-up-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/scrollbar-arrow-down-large-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/scrollbar-arrow-left-large-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/scrollbar-arrow-right-large-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/override/scrollbar-arrow-up-large-symbolic.svg
-share/themes/Xfce Evolution/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png
-share/themes/Xfce Evolution/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/slider-horz-scale-has-marks-above.png
-share/themes/Xfce Evolution/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end-active-dark.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end-active-dark@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end-active@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end-dark.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end-dark@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end-hover-dark.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end-hover-dark@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end-hover.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end-hover@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-end@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start-active-dark.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start-active-dark@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start-active.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start-active@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start-dark.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start-dark@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start-hover-dark.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start-hover-dark@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start-hover.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start-hover@2.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start.png
-share/themes/Xfce Evolution/gtk-3.0/assets/text-select-start@2.png
-share/themes/Xfce Evolution/gtk-3.0/gtk.css
-share/themes/Xfce Evolution/gtk-3.0/options/button-pressed-dented.css
-share/themes/Xfce Evolution/gtk-3.0/options/button-pressed-dented_tab.css
-share/themes/Xfce Evolution/gtk-3.0/options/button-pressed-explicit.css
-share/themes/Xfce Evolution/gtk-3.0/options/button-pressed-sunken.css
-share/themes/Xfce Evolution/gtk-3.0/options/button-pressed-sunken_tab.css
-share/themes/Xfce Evolution/gtk-3.0/options/button-pressed-themed.css
-share/themes/Xfce Evolution/gtk-3.0/options/button-pressed-tx.css
-share/themes/Xfce Evolution/gtk-3.0/options/default-button-contrast.css
-share/themes/Xfce Evolution/gtk-3.0/options/default-button-explicit.css
-share/themes/Xfce Evolution/gtk-3.0/options/default-button-off.css
-share/themes/Xfce Evolution/gtk-3.0/options/default-button-themed.css
-share/themes/Xfce Evolution/gtk-3.0/options/desktop-icon-background-off.css
-share/themes/Xfce Evolution/gtk-3.0/options/desktop-icon-background-on.css
-share/themes/Xfce Evolution/gtk-3.0/options/dpi-high.css
-share/themes/Xfce Evolution/gtk-3.0/options/dpi-low.css
-share/themes/Xfce Evolution/gtk-3.0/options/keyboard-navigation-off.css
-share/themes/Xfce Evolution/gtk-3.0/options/keyboard-navigation-on.css
-share/themes/Xfce Evolution/gtk-3.0/options/menu-selection-bulged-rounded.css
-share/themes/Xfce Evolution/gtk-3.0/options/menu-selection-bulged-slight.css
-share/themes/Xfce Evolution/gtk-3.0/options/menu-selection-bulged.css
-share/themes/Xfce Evolution/gtk-3.0/options/menu-selection-dented.css
-share/themes/Xfce Evolution/gtk-3.0/options/menu-selection-flat-bordered.css
-share/themes/Xfce Evolution/gtk-3.0/options/menu-selection-flat.css
-share/themes/Xfce Evolution/gtk-3.0/options/menu-selection-rectangle.css
-share/themes/Xfce Evolution/gtk-3.0/options/menu-selection-rounded.css
-share/themes/Xfce Evolution/gtk-3.0/options/menu-separator-dark.css
-share/themes/Xfce Evolution/gtk-3.0/options/menu-separator-dented.css
-share/themes/Xfce Evolution/gtk-3.0/options/menu-separator-light.css
-share/themes/Xfce Evolution/gtk-3.0/options/menubar-selection-rectangle.css
-share/themes/Xfce Evolution/gtk-3.0/options/menubar-selection-rounded.css
-share/themes/Xfce Evolution/gtk-3.0/options/pane-separator-auto.css
-share/themes/Xfce Evolution/gtk-3.0/options/pane-separator-autohide.css
-share/themes/Xfce Evolution/gtk-3.0/options/pane-separator-wide.css
-share/themes/Xfce Evolution/gtk-3.0/options/panel-black.css
-share/themes/Xfce Evolution/gtk-3.0/options/panel-contrast.css
-share/themes/Xfce Evolution/gtk-3.0/options/panel-dark.css
-share/themes/Xfce Evolution/gtk-3.0/options/panel-themed.css
-share/themes/Xfce Evolution/gtk-3.0/options/tab-button.css
-share/themes/Xfce Evolution/gtk-3.0/options/tab-flat.css
-share/themes/Xfce Evolution/gtk-3.0/options/tab-notebook.css
-share/themes/Xfce Evolution/gtk-3.0/options/tab-tab.css
-share/themes/Xfce Evolution/gtk-3.0/options/tab-tab_v1.css
-share/themes/Xfce Evolution/gtk-3.0/options/tab-tab_v2.css
-share/themes/Xfce Evolution/gtk-3.0/settings.ini
-share/themes/Xfce Evolution/gtk-3.0/tweaks.css
-share/themes/Xfce Evolution/gtk-3.0/widgets.css
-share/themes/Xfce Evolution/original/gtk-2.0/apps/banshee.rc
-share/themes/Xfce Evolution/original/gtk-2.0/apps/chromium.rc
-share/themes/Xfce Evolution/original/gtk-2.0/apps/ff.rc
-share/themes/Xfce Evolution/original/gtk-2.0/apps/gnome-terminal.rc
-share/themes/Xfce Evolution/original/gtk-2.0/apps/img/arrow-down.png
-share/themes/Xfce Evolution/original/gtk-2.0/apps/img/handle-h.png
-share/themes/Xfce Evolution/original/gtk-2.0/apps/img/handle-v.png
-share/themes/Xfce Evolution/original/gtk-2.0/apps/img/panel-button-active.png
-share/themes/Xfce Evolution/original/gtk-2.0/apps/img/panel-button-hover.png
-share/themes/Xfce Evolution/original/gtk-2.0/apps/img/panel-button-inactive.png
-share/themes/Xfce Evolution/original/gtk-2.0/apps/img/panel.png
-share/themes/Xfce Evolution/original/gtk-2.0/apps/nautilus.rc
-share/themes/Xfce Evolution/original/gtk-2.0/apps/panel.rc
-share/themes/Xfce Evolution/original/gtk-2.0/gtkrc
-share/themes/Xfce Evolution/original/gtk-2.0/panel.rc
-share/themes/Xfce Evolution/original/gtk-3.0/assets/bullet-symbolic.svg
-share/themes/Xfce Evolution/original/gtk-3.0/assets/bullet-symbolic.symbolic.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/check-symbolic.svg
-share/themes/Xfce Evolution/original/gtk-3.0/assets/check-symbolic.symbolic.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-active-selectionmode.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-active-selectionmode@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-backdrop-selectionmode.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-backdrop-selectionmode@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-checked-active-selectionmode.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-checked-active-selectionmode@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-checked-hover-selectionmode@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-checked-selectionmode.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-checked-selectionmode@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-hover-selectionmode.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-hover-selectionmode@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-selectionmode.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/checkbox-selectionmode@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/dash-symbolic.svg
-share/themes/Xfce Evolution/original/gtk-3.0/assets/dash-symbolic.symbolic.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-active-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-active@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-above@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-active-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-active@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-horz-scale-has-marks-below@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-active-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-active@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-above@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-active-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-active@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/slider-vert-scale-has-marks-below@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end-active-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end-active-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end-active.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end-active@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end-hover-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end-hover-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end-hover.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end-hover@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-end@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start-active-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start-active-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start-active.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start-active@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start-hover-dark.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start-hover-dark@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start-hover.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start-hover@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start.png
-share/themes/Xfce Evolution/original/gtk-3.0/assets/text-select-start@2.png
-share/themes/Xfce Evolution/original/gtk-3.0/gtk-contained-dark.css
-share/themes/Xfce Evolution/original/gtk-3.0/gtk-contained.css
-share/themes/Xfce Evolution/original/gtk-3.0/gtk-dark.css
-share/themes/Xfce Evolution/original/gtk-3.0/gtk.css
-share/themes/Xfce Evolution/themecolor.sh
-share/themes/Xfce Evolution/xfce-evolution_mark