From owner-svn-ports-head@freebsd.org Tue Feb 4 13:23:13 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 22ED92462AE; Tue, 4 Feb 2020 13:23:13 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48BlkT08H8z3Q3H; Tue, 4 Feb 2020 13:23:13 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F3CEF1A661; Tue, 4 Feb 2020 13:23:12 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 014DNCUE028233; Tue, 4 Feb 2020 13:23:12 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 014DNBbt028226; Tue, 4 Feb 2020 13:23:11 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202002041323.014DNBbt028226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Feb 2020 13:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525159 - in head: . x11-themes x11-themes/classiclooks x11-themes/xfce-evolution X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head: . x11-themes x11-themes/classiclooks x11-themes/xfce-evolution X-SVN-Commit-Revision: 525159 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2020 13:23:13 -0000 Author: swills Date: Tue Feb 4 13:23:11 2020 New Revision: 525159 URL: https://svnweb.freebsd.org/changeset/ports/525159 Log: x11-themes/xfce-evolution: rename to x11-themes/classiclooks The project was renamed upstream PR: 243465 Submitted by: J.R. Oldroyd (maintainer) Added: head/x11-themes/classiclooks/ head/x11-themes/classiclooks/Makefile (contents, props changed) - copied, changed from r525152, head/x11-themes/xfce-evolution/Makefile head/x11-themes/classiclooks/distinfo (contents, props changed) head/x11-themes/classiclooks/pkg-descr (contents, props changed) - copied, changed from r525152, head/x11-themes/xfce-evolution/pkg-descr head/x11-themes/classiclooks/pkg-message (contents, props changed) - copied, changed from r525152, head/x11-themes/xfce-evolution/pkg-message head/x11-themes/classiclooks/pkg-plist (contents, props changed) Deleted: head/x11-themes/xfce-evolution/ Modified: head/MOVED head/x11-themes/Makefile (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Tue Feb 4 13:19:58 2020 (r525158) +++ head/MOVED Tue Feb 4 13:23:11 2020 (r525159) @@ -14196,3 +14196,4 @@ archivers/rubygem-rubyzip12|archivers/rubygem-rubyzip| www/py-blogofile||2020-02-04|Has expired: Outdated, uses EOLed python27 www/clearsilver-python||2020-02-04|Has expired: Unmaintained, uses EOLed python27 x11-toolkits/py-sexy||2020-02-04|Has expired: Unmaintained, uses EOLed python27 +x11-themes/xfce-evolution|x11-themes/classiclooks|2020-02-04|Project renamed Modified: head/x11-themes/Makefile ============================================================================== --- head/x11-themes/Makefile Tue Feb 4 13:19:58 2020 (r525158) +++ head/x11-themes/Makefile Tue Feb 4 13:23:11 2020 (r525159) @@ -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 Copied and modified: head/x11-themes/classiclooks/Makefile (from r525152, head/x11-themes/xfce-evolution/Makefile) ============================================================================== --- head/x11-themes/xfce-evolution/Makefile Tue Feb 4 11:49:41 2020 (r525152, copy source) +++ head/x11-themes/classiclooks/Makefile Tue Feb 4 13:23:11 2020 (r525159) @@ -1,15 +1,15 @@ # $FreeBSD$ -PORTNAME= xfce-evolution -DISTVERSION= 6.12.0 +PORTNAME= classiclooks +DISTVERSION= 1.4.2 CATEGORIES= x11-themes MASTER_SITES= SF/${PORTNAME} MAINTAINER= fbsd@opal.com -COMMENT= Complete Xfce Evolution Gtk2, Gtk3, Qt5, wxWidgets, Xfce themes +COMMENT= Retro theme providing a consistent look for all standard GUI toolkits LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/GPL-v2 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= fontconfig>0:x11-fonts/fontconfig \ gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \ @@ -30,12 +30,12 @@ EXTRADIRS= TOOLS/SETUP do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes @cd ${WRKSRC} && \ - ${COPYTREE_SHARE} "Xfce*" ${STAGEDIR}${PREFIX}/share/themes + ${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/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} + @${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 Added: head/x11-themes/classiclooks/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/classiclooks/distinfo Tue Feb 4 13:23:11 2020 (r525159) @@ -0,0 +1,3 @@ +TIMESTAMP = 1579514194 +SHA256 (classiclooks-1.4.2.zip) = 1eb747167bcbd7a974824b6bf60dc9244929af095a6bc1eeb3af493c22301ac2 +SIZE (classiclooks-1.4.2.zip) = 2146987 Copied and modified: head/x11-themes/classiclooks/pkg-descr (from r525152, head/x11-themes/xfce-evolution/pkg-descr) ============================================================================== --- head/x11-themes/xfce-evolution/pkg-descr Tue Feb 4 11:49:41 2020 (r525152, copy source) +++ head/x11-themes/classiclooks/pkg-descr Tue Feb 4 13:23:11 2020 (r525159) @@ -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 Copied and modified: head/x11-themes/classiclooks/pkg-message (from r525152, head/x11-themes/xfce-evolution/pkg-message) ============================================================================== --- head/x11-themes/xfce-evolution/pkg-message Tue Feb 4 11:49:41 2020 (r525152, copy source) +++ head/x11-themes/classiclooks/pkg-message Tue Feb 4 13:23:11 2020 (r525159) @@ -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 } ] Added: head/x11-themes/classiclooks/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/classiclooks/pkg-plist Tue Feb 4 13:23:11 2020 (r525159) @@ -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 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***