Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 21:15:44 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558332 - in head/x11-themes: . ant-dracula-theme
Message-ID:  <202012172115.0BHLFiM3031893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Thu Dec 17 21:15:44 2020
New Revision: 558332
URL: https://svnweb.freebsd.org/changeset/ports/558332

Log:
  Add new port x11-themes/ant-dracula-theme:
  
  Dark theme for GTK & KDE.
  
  PR:		250575
  Submitted by:	Alexander Vereeken

Added:
  head/x11-themes/ant-dracula-theme/
  head/x11-themes/ant-dracula-theme/Makefile   (contents, props changed)
  head/x11-themes/ant-dracula-theme/distinfo   (contents, props changed)
  head/x11-themes/ant-dracula-theme/pkg-descr   (contents, props changed)
  head/x11-themes/ant-dracula-theme/pkg-plist   (contents, props changed)
Modified:
  head/x11-themes/Makefile

Modified: head/x11-themes/Makefile
==============================================================================
--- head/x11-themes/Makefile	Thu Dec 17 21:15:36 2020	(r558331)
+++ head/x11-themes/Makefile	Thu Dec 17 21:15:44 2020	(r558332)
@@ -8,6 +8,7 @@
     SUBDIR += adapta-gtk-theme
     SUBDIR += adwaita-icon-theme
     SUBDIR += adwaita-qt
+    SUBDIR += ant-dracula-theme
     SUBDIR += arc-gruvbox-theme
     SUBDIR += audacious-skins
     SUBDIR += classiclooks

Added: head/x11-themes/ant-dracula-theme/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/ant-dracula-theme/Makefile	Thu Dec 17 21:15:44 2020	(r558332)
@@ -0,0 +1,66 @@
+# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
+# $FreeBSD$
+
+PORTNAME=	ant-dracula-theme
+DISTVERSIONPREFIX=	v
+DISTVERSION=	2.0
+CATEGORIES=	x11-themes
+
+MAINTAINER=	Alexander88207@protonmail.com
+COMMENT=	Dark theme for GTK & KDE
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	dracula
+GH_PROJECT=	gtk
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+OPTIONS_DEFINE=	CINNAMON GNOMESHELL KDE METACITY XFCE
+OPTIONS_DEFAULT=	GNOMESHELL KDE METACITY XFCE
+OPTIONS_SUB=	yes
+
+CINNAMON_DESC=	Install Cinnamon theme
+CINNAMON_IMPLIES=	METACITY
+CINNAMON_VARS=	THEME_SUBSETS+=cinnamon
+
+GNOMESHELL_DESC=	Install Gnome-Shell theme
+GNOMESHELL_VARS=	THEME_SUBSETS+=gnome-shell
+
+KDE_DESC=	Install KDE theme
+
+METACITY_DESC=	Install Metacity theme
+METACITY_VARS=	THEME_SUBSETS+=metacity-1
+
+XFCE_DESC=	Install XFCE theme
+XFCE_VARS=	THEME_SUBSETS+=xfwm4
+
+THEMEDIR=	${PREFIX}/share/themes/Ant-Dracula
+THEME_SUBSETS=	assets gtk-2.0 gtk-3.0 gtk-3.20 index.theme
+
+post-patch:
+	${RM} ${WRKSRC}/gtk-2.0/render-assets.sh \
+		${WRKSRC}/gtk-3.20/assets/render-gtk3-assets-hidpi.py \
+		${WRKSRC}/gtk-3.20/assets/render-gtk3-assets.py
+
+.include <bsd.port.options.mk>
+
+do-install:
+	${MKDIR} ${STAGEDIR}${THEMEDIR}
+.for i in ${THEME_SUBSETS}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${THEMEDIR})
+.endfor
+
+do-install-KDE-on:
+	(cd ${WRKSRC}/kde && ${COPYTREE_SHARE} color-schemes ${STAGEDIR}${PREFIX}/share)
+	(cd ${WRKSRC}/kde && ${COPYTREE_SHARE} plasma ${STAGEDIR}${PREFIX}/share)
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/aurorae/themes
+	(cd ${WRKSRC}/kde/aurorae && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/aurorae/themes)
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/Kvantum
+	(cd ${WRKSRC}/kde/kvantum && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/Kvantum)
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/sddm/themes
+	(cd ${WRKSRC}/kde/sddm && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/sddm/themes)
+
+.include <bsd.port.mk>

Added: head/x11-themes/ant-dracula-theme/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/ant-dracula-theme/distinfo	Thu Dec 17 21:15:44 2020	(r558332)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1603535827
+SHA256 (dracula-gtk-v2.0_GH0.tar.gz) = 2cfbaef1fa79c8b9361e3aa9d9d19a0fefadec43562c1fbe148b38f2559e6fe3
+SIZE (dracula-gtk-v2.0_GH0.tar.gz) = 5589914

Added: head/x11-themes/ant-dracula-theme/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/ant-dracula-theme/pkg-descr	Thu Dec 17 21:15:44 2020	(r558332)
@@ -0,0 +1,3 @@
+Dark theme for GTK & KDE.
+
+WWW: https://github.com/dracula/gtk

Added: head/x11-themes/ant-dracula-theme/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/ant-dracula-theme/pkg-plist	Thu Dec 17 21:15:44 2020	(r558332)
@@ -0,0 +1,838 @@
+%%KDE%%share/Kvantum/Dracula-Solid/Dracula-Solid.kvconfig
+%%KDE%%share/Kvantum/Dracula-Solid/Dracula-Solid.svg
+%%KDE%%share/Kvantum/Dracula-purple-solid/Dracula-purple-solid.kvconfig
+%%KDE%%share/Kvantum/Dracula-purple-solid/Dracula-purple-solid.svg
+%%KDE%%share/Kvantum/Dracula-purple/Dracula-purple.kvconfig
+%%KDE%%share/Kvantum/Dracula-purple/Dracula-purple.svg
+%%KDE%%share/Kvantum/Dracula/Dracula.kvconfig
+%%KDE%%share/Kvantum/Dracula/Dracula.svg
+%%KDE%%share/aurorae/themes/Dracula/.shade.svg
+%%KDE%%share/aurorae/themes/Dracula/Dracularc
+%%KDE%%share/aurorae/themes/Dracula/alldesktops.svg
+%%KDE%%share/aurorae/themes/Dracula/close.svg
+%%KDE%%share/aurorae/themes/Dracula/decoration.svg
+%%KDE%%share/aurorae/themes/Dracula/keepabove.svg
+%%KDE%%share/aurorae/themes/Dracula/keepbelow.svg
+%%KDE%%share/aurorae/themes/Dracula/maximize.svg
+%%KDE%%share/aurorae/themes/Dracula/metadata.desktop
+%%KDE%%share/aurorae/themes/Dracula/minimize.svg
+%%KDE%%share/aurorae/themes/Dracula/restore.svg
+%%KDE%%share/color-schemes/Dracula.colors
+%%KDE%%share/color-schemes/DraculaPurple.colors
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/colors
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/dialogs/background.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/icons/applications.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/icons/bookmarks.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/icons/computer.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/icons/system.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/icons/view.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/metadata.desktop
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/action-overlays.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/actionbutton.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/arrows.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/background.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/bar_meter_horizontal.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/bar_meter_vertical.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/busywidget.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/button.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/checkmarks.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/clock.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/containment-controls.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/frame.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/glowbar.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/line.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/lineedit.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/listitem.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/pager.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/panel-background.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/plot-background.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/scrollbar.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/scrollwidget.svg
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/slider.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/tabbar.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/tasks.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/timer.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/toolbar.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/tooltip.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/translucentbackground.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula-Solid/widgets/viewitem.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/colors
+%%KDE%%share/plasma/desktoptheme/Dracula/dialogs/background.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/icons/applications.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/icons/bookmarks.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/icons/computer.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/icons/system.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/icons/view.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/metadata.desktop
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/action-overlays.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/actionbutton.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/arrows.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/background.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/bar_meter_horizontal.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/bar_meter_vertical.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/busywidget.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/button.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/checkmarks.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/clock.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/containment-controls.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/frame.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/glowbar.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/line.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/lineedit.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/listitem.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/pager.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/panel-background.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/plot-background.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/scrollbar.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/scrollwidget.svg
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/slider.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/tabbar.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/tasks.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/timer.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/toolbar.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/tooltip.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/translucentbackground.svgz
+%%KDE%%share/plasma/desktoptheme/Dracula/widgets/viewitem.svgz
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/ActionButton.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/Battery.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/Clock.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/KeyboardLayoutButton.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/SessionManagementScreen.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/UserDelegate.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/UserList.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/VirtualKeyboard.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/WallpaperFader.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/artwork/README.txt
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/artwork/logout_primary.svgz
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/artwork/restart_primary.svgz
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/components/artwork/shutdown_primary.svgz
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/defaults
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/lockscreen/LockOsd.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/lockscreen/LockScreen.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/lockscreen/LockScreenUi.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/lockscreen/MainBlock.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/lockscreen/MediaControls.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/lockscreen/config.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/lockscreen/config.xml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/osd/Osd.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/osd/OsdItem.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/previews/fullscreenpreview.jpg
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/previews/preview.png
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/previews/splash.png
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/splash/Splash.qml
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/splash/images/background.png
+%%KDE%%share/plasma/look-and-feel/Dracula/contents/splash/images/logo.png
+%%KDE%%share/plasma/look-and-feel/Dracula/metadata.desktop
+%%KDE%%share/sddm/themes/Dracula/DropdownMenuStyle.qml
+%%KDE%%share/sddm/themes/Dracula/KeyboardButton.qml
+%%KDE%%share/sddm/themes/Dracula/Login.qml
+%%KDE%%share/sddm/themes/Dracula/Main.qml
+%%KDE%%share/sddm/themes/Dracula/SessionButton.qml
+%%KDE%%share/sddm/themes/Dracula/assets/bg.png
+%%KDE%%share/sddm/themes/Dracula/assets/change_user.svg
+%%KDE%%share/sddm/themes/Dracula/assets/restart.svg
+%%KDE%%share/sddm/themes/Dracula/assets/shutdown.svg
+%%KDE%%share/sddm/themes/Dracula/assets/suspend.svg
+%%KDE%%share/sddm/themes/Dracula/components/ActionButton.qml
+%%KDE%%share/sddm/themes/Dracula/components/Battery.qml
+%%KDE%%share/sddm/themes/Dracula/components/Clock.qml
+%%KDE%%share/sddm/themes/Dracula/components/Input.qml
+%%KDE%%share/sddm/themes/Dracula/components/KeyboardLayoutButton.qml
+%%KDE%%share/sddm/themes/Dracula/components/SessionManagementScreen.qml
+%%KDE%%share/sddm/themes/Dracula/components/UserDelegate.qml
+%%KDE%%share/sddm/themes/Dracula/components/UserList.qml
+%%KDE%%share/sddm/themes/Dracula/components/VirtualKeyboard.qml
+%%KDE%%share/sddm/themes/Dracula/components/artwork/logout_primary.svgz
+%%KDE%%share/sddm/themes/Dracula/components/artwork/restart_primary.svgz
+%%KDE%%share/sddm/themes/Dracula/components/artwork/shutdown_primary.svgz
+%%KDE%%share/sddm/themes/Dracula/faces/.face.icon
+%%KDE%%share/sddm/themes/Dracula/metadata.desktop
+%%KDE%%share/sddm/themes/Dracula/preview.png
+%%KDE%%share/sddm/themes/Dracula/theme.conf
+share/themes/Ant-Dracula/assets/checkbox-checked-active.png
+share/themes/Ant-Dracula/assets/checkbox-checked-active@2.png
+share/themes/Ant-Dracula/assets/checkbox-checked-backdrop.png
+share/themes/Ant-Dracula/assets/checkbox-checked-backdrop@2.png
+share/themes/Ant-Dracula/assets/checkbox-checked-hover.png
+share/themes/Ant-Dracula/assets/checkbox-checked-hover@2.png
+share/themes/Ant-Dracula/assets/checkbox-checked-insensitive-backdrop.png
+share/themes/Ant-Dracula/assets/checkbox-checked-insensitive-backdrop@2.png
+share/themes/Ant-Dracula/assets/checkbox-checked-insensitive.png
+share/themes/Ant-Dracula/assets/checkbox-checked-insensitive@2.png
+share/themes/Ant-Dracula/assets/checkbox-checked.png
+share/themes/Ant-Dracula/assets/checkbox-checked@2.png
+share/themes/Ant-Dracula/assets/checkbox-mixed-active.png
+share/themes/Ant-Dracula/assets/checkbox-mixed-active@2.png
+share/themes/Ant-Dracula/assets/checkbox-mixed-backdrop.png
+share/themes/Ant-Dracula/assets/checkbox-mixed-backdrop@2.png
+share/themes/Ant-Dracula/assets/checkbox-mixed-hover.png
+share/themes/Ant-Dracula/assets/checkbox-mixed-hover@2.png
+share/themes/Ant-Dracula/assets/checkbox-mixed-insensitive-backdrop.png
+share/themes/Ant-Dracula/assets/checkbox-mixed-insensitive-backdrop@2.png
+share/themes/Ant-Dracula/assets/checkbox-mixed-insensitive.png
+share/themes/Ant-Dracula/assets/checkbox-mixed-insensitive@2.png
+share/themes/Ant-Dracula/assets/checkbox-mixed.png
+share/themes/Ant-Dracula/assets/checkbox-mixed@2.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked-active.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked-active@2.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked-backdrop.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked-backdrop@2.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked-hover.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked-hover@2.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked-insensitive-backdrop.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked-insensitive-backdrop@2.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked-insensitive.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked-insensitive@2.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked.png
+share/themes/Ant-Dracula/assets/checkbox-unchecked@2.png
+share/themes/Ant-Dracula/assets/close.png
+share/themes/Ant-Dracula/assets/close.svg
+share/themes/Ant-Dracula/assets/close@2.png
+share/themes/Ant-Dracula/assets/close_prelight.png
+share/themes/Ant-Dracula/assets/close_prelight.svg
+share/themes/Ant-Dracula/assets/close_prelight@2.png
+share/themes/Ant-Dracula/assets/close_pressed.svg
+share/themes/Ant-Dracula/assets/close_unfocused.png
+share/themes/Ant-Dracula/assets/close_unfocused.svg
+share/themes/Ant-Dracula/assets/close_unfocused@2.png
+share/themes/Ant-Dracula/assets/grid-selection-checked.png
+share/themes/Ant-Dracula/assets/grid-selection-checked@2.png
+share/themes/Ant-Dracula/assets/grid-selection-unchecked.png
+share/themes/Ant-Dracula/assets/grid-selection-unchecked@2.png
+share/themes/Ant-Dracula/assets/maximize.png
+share/themes/Ant-Dracula/assets/maximize.svg
+share/themes/Ant-Dracula/assets/maximize@2.png
+share/themes/Ant-Dracula/assets/maximize_prelight.png
+share/themes/Ant-Dracula/assets/maximize_prelight.svg
+share/themes/Ant-Dracula/assets/maximize_prelight@2.png
+share/themes/Ant-Dracula/assets/maximize_pressed.svg
+share/themes/Ant-Dracula/assets/maximize_unfocused.png
+share/themes/Ant-Dracula/assets/maximize_unfocused.svg
+share/themes/Ant-Dracula/assets/menuitem-checkbox-checked-hover.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-checked-hover@2.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-checked-insensitive.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-checked-insensitive@2.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-checked.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-checked@2.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-mixed-hover.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-mixed-hover@2.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-mixed-insensitive.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-mixed-insensitive@2.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-mixed-selected.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-mixed-selected@2.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-mixed.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-mixed@2.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-unchecked.png
+share/themes/Ant-Dracula/assets/menuitem-checkbox-unchecked@2.png
+share/themes/Ant-Dracula/assets/menuitem-radio-checked-hover.png
+share/themes/Ant-Dracula/assets/menuitem-radio-checked-hover@2.png
+share/themes/Ant-Dracula/assets/menuitem-radio-checked-insensitive.png
+share/themes/Ant-Dracula/assets/menuitem-radio-checked-insensitive@2.png
+share/themes/Ant-Dracula/assets/menuitem-radio-checked.png
+share/themes/Ant-Dracula/assets/menuitem-radio-checked@2.png
+share/themes/Ant-Dracula/assets/min.png
+share/themes/Ant-Dracula/assets/min.svg
+share/themes/Ant-Dracula/assets/min@2.png
+share/themes/Ant-Dracula/assets/min_prelight.png
+share/themes/Ant-Dracula/assets/min_prelight.svg
+share/themes/Ant-Dracula/assets/min_prelight@2.png
+share/themes/Ant-Dracula/assets/min_pressed.svg
+share/themes/Ant-Dracula/assets/min_unfocused.png
+share/themes/Ant-Dracula/assets/min_unfocused.svg
+share/themes/Ant-Dracula/assets/pane-handle-vertical.png
+share/themes/Ant-Dracula/assets/pane-handle-vertical@2.png
+share/themes/Ant-Dracula/assets/pane-handle.png
+share/themes/Ant-Dracula/assets/pane-handle@2.png
+share/themes/Ant-Dracula/assets/radio-checked-active.png
+share/themes/Ant-Dracula/assets/radio-checked-active@2.png
+share/themes/Ant-Dracula/assets/radio-checked-backdrop.png
+share/themes/Ant-Dracula/assets/radio-checked-backdrop@2.png
+share/themes/Ant-Dracula/assets/radio-checked-hover.png
+share/themes/Ant-Dracula/assets/radio-checked-hover@2.png
+share/themes/Ant-Dracula/assets/radio-checked-insensitive-backdrop.png
+share/themes/Ant-Dracula/assets/radio-checked-insensitive-backdrop@2.png
+share/themes/Ant-Dracula/assets/radio-checked-insensitive.png
+share/themes/Ant-Dracula/assets/radio-checked-insensitive@2.png
+share/themes/Ant-Dracula/assets/radio-checked.png
+share/themes/Ant-Dracula/assets/radio-checked@2.png
+share/themes/Ant-Dracula/assets/radio-mixed-active.png
+share/themes/Ant-Dracula/assets/radio-mixed-active@2.png
+share/themes/Ant-Dracula/assets/radio-mixed-backdrop.png
+share/themes/Ant-Dracula/assets/radio-mixed-backdrop@2.png
+share/themes/Ant-Dracula/assets/radio-mixed-hover.png
+share/themes/Ant-Dracula/assets/radio-mixed-hover@2.png
+share/themes/Ant-Dracula/assets/radio-mixed-insensitive-backdrop.png
+share/themes/Ant-Dracula/assets/radio-mixed-insensitive-backdrop@2.png
+share/themes/Ant-Dracula/assets/radio-mixed-insensitive.png
+share/themes/Ant-Dracula/assets/radio-mixed-insensitive@2.png
+share/themes/Ant-Dracula/assets/radio-mixed.png
+share/themes/Ant-Dracula/assets/radio-mixed@2.png
+share/themes/Ant-Dracula/assets/radio-selected-insensitive.png
+share/themes/Ant-Dracula/assets/radio-selected-insensitive@2.png
+share/themes/Ant-Dracula/assets/radio-selected@2.png
+share/themes/Ant-Dracula/assets/radio-unchecked-active.png
+share/themes/Ant-Dracula/assets/radio-unchecked-active@2.png
+share/themes/Ant-Dracula/assets/radio-unchecked-backdrop.png
+share/themes/Ant-Dracula/assets/radio-unchecked-backdrop@2.png
+share/themes/Ant-Dracula/assets/radio-unchecked-hover.png
+share/themes/Ant-Dracula/assets/radio-unchecked-hover@2.png
+share/themes/Ant-Dracula/assets/radio-unchecked-insensitive-backdrop.png
+share/themes/Ant-Dracula/assets/radio-unchecked-insensitive-backdrop@2.png
+share/themes/Ant-Dracula/assets/radio-unchecked-insensitive.png
+share/themes/Ant-Dracula/assets/radio-unchecked-insensitive@2.png
+share/themes/Ant-Dracula/assets/radio-unchecked.png
+share/themes/Ant-Dracula/assets/radio-unchecked@2.png
+share/themes/Ant-Dracula/assets/radio-unselected-hover@2.png
+share/themes/Ant-Dracula/assets/radio-unselected-insensitive.png
+share/themes/Ant-Dracula/assets/radio-unselected-insensitive@2.png
+share/themes/Ant-Dracula/assets/radio-unselected.svg
+share/themes/Ant-Dracula/assets/radio-unselected@2.png
+share/themes/Ant-Dracula/assets/scale-slider-hover.svg
+share/themes/Ant-Dracula/assets/scale-slider-hover@2.png
+share/themes/Ant-Dracula/assets/scale-slider-insensitive.png
+share/themes/Ant-Dracula/assets/scale-slider-insensitive@2.png
+share/themes/Ant-Dracula/assets/scale-slider.svg
+share/themes/Ant-Dracula/assets/scale-slider@2.png
+share/themes/Ant-Dracula/assets/selected-checkbox-checked.png
+share/themes/Ant-Dracula/assets/selected-checkbox-checked@2.png
+share/themes/Ant-Dracula/assets/selected-checkbox-mixed.png
+share/themes/Ant-Dracula/assets/selected-checkbox-mixed@2.png
+share/themes/Ant-Dracula/assets/selected-checkbox-unchecked.png
+share/themes/Ant-Dracula/assets/selected-checkbox-unchecked@2.png
+share/themes/Ant-Dracula/assets/selected-radio-checked.png
+share/themes/Ant-Dracula/assets/selected-radio-checked@2.png
+share/themes/Ant-Dracula/assets/selected-radio-mixed.png
+share/themes/Ant-Dracula/assets/selected-radio-mixed@2.png
+share/themes/Ant-Dracula/assets/selected-radio-unchecked.png
+share/themes/Ant-Dracula/assets/selected-radio-unchecked@2.png
+share/themes/Ant-Dracula/assets/switch-insensitive.svg
+share/themes/Ant-Dracula/assets/switch-insensitive@2.svg
+share/themes/Ant-Dracula/assets/switch-off.svg
+share/themes/Ant-Dracula/assets/switch-off@2.svg
+share/themes/Ant-Dracula/assets/switch-on.svg
+share/themes/Ant-Dracula/assets/switch-on@2.svg
+share/themes/Ant-Dracula/assets/switch-slider-insensitive.svg
+share/themes/Ant-Dracula/assets/switch-slider-insensitive@2.svg
+share/themes/Ant-Dracula/assets/switch-slider-off.svg
+share/themes/Ant-Dracula/assets/switch-slider-off@2.svg
+share/themes/Ant-Dracula/assets/switch-slider-on.svg
+share/themes/Ant-Dracula/assets/switch-slider-on@2.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/_colors.scss
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/_common.scss
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/_drawing.scss
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/cinnamon-dark.css
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/cinnamon-dark.scss
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/cinnamon.css
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/cinnamon.scss
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/menu/menu-hover.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/menu/menu-separator.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/add-workspace-active.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/add-workspace-hover.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/add-workspace.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/bg.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/calendar-arrow-left.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/calendar-arrow-right.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/close-active.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/close-hover.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/close.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/corner-ripple.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/desklet-header.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/desklet.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/osd.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/overview-hover.png
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/overview.png
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/misc/trash-icon.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/panel/activities-active.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/panel/activities.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/panel/panel-bottom.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/panel/panel-left.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/panel/panel-right.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/panel/panel-top.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/panel/window-list-active-bottom.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/panel/window-list-active-left.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/panel/window-list-active-right.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/panel/window-list-active-top.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/switch/switch-off-selected.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/common-assets/switch/switch-on-selected.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/dark-assets/checkbox/checkbox-checked.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/dark-assets/menu/menu.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/dark-assets/menu/submenu.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/dark-assets/misc/button-box.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/dark-assets/misc/message.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/dark-assets/misc/modal.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/dark-assets/switch/switch-off.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/dark-assets/switch/switch-on.svg
+%%CINNAMON%%share/themes/Ant-Dracula/cinnamon/thumbnail.png
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/_colors.scss
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/_common.scss
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/_drawing.scss
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/_extensions.scss
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/calendar-arrow-left.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/calendar-arrow-right.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/calendar-today.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/checkbox-focused.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/checkbox-off-focused.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/checkbox-off.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/checkbox.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/close-window.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/corner-ripple-ltr.png
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/corner-ripple-rtl.png
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/dash-placeholder.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/logged-in-indicator.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/noise-texture.png
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/process-working.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/running-indicator.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/source-button-border.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/toggle-off.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/toggle-on.svg
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/ws-switch-arrow-down.png
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/assets/ws-switch-arrow-up.png
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/extensions/_openweather.scss
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/gnome-shell.css
+%%GNOMESHELL%%share/themes/Ant-Dracula/gnome-shell/gnome-shell.scss
+share/themes/Ant-Dracula/gtk-2.0/apps/chrome.rc
+share/themes/Ant-Dracula/gtk-2.0/apps/gimp.rc
+share/themes/Ant-Dracula/gtk-2.0/apps/libreoffice.rc
+share/themes/Ant-Dracula/gtk-2.0/apps/terminal.rc
+share/themes/Ant-Dracula/gtk-2.0/apps/thunar.rc
+share/themes/Ant-Dracula/gtk-2.0/apps/xfce.rc
+share/themes/Ant-Dracula/gtk-2.0/assets.svg
+share/themes/Ant-Dracula/gtk-2.0/assets.txt
+share/themes/Ant-Dracula/gtk-2.0/assets/border.png
+share/themes/Ant-Dracula/gtk-2.0/assets/button-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/button-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/button-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/button.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-checked-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-checked-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-checked-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-checked.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-mixed-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-mixed-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-mixed-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-mixed.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-unchecked-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-unchecked-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-unchecked-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/checkbox-unchecked.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-ltr-button-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-ltr-button-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-ltr-button.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-ltr-entry-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-ltr-entry.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-rtl-button-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-rtl-button-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-rtl-button.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-rtl-entry-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/combo-entry-rtl-entry.png
+share/themes/Ant-Dracula/gtk-2.0/assets/entry-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/entry-background-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/entry-background.png
+share/themes/Ant-Dracula/gtk-2.0/assets/entry-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/entry.png
+share/themes/Ant-Dracula/gtk-2.0/assets/focus.png
+share/themes/Ant-Dracula/gtk-2.0/assets/frame-inline.png
+share/themes/Ant-Dracula/gtk-2.0/assets/frame-notebook.png
+share/themes/Ant-Dracula/gtk-2.0/assets/frame.png
+share/themes/Ant-Dracula/gtk-2.0/assets/handle-horz.png
+share/themes/Ant-Dracula/gtk-2.0/assets/handle-vert.png
+share/themes/Ant-Dracula/gtk-2.0/assets/handle.png
+share/themes/Ant-Dracula/gtk-2.0/assets/line.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-border.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-checkbox-checked-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-checkbox-checked-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-checkbox-checked.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-checkbox-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-checkbox-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-checkbox-mixed-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-checkbox-mixed.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-checkbox.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-pan-down-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-pan-down.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-pan-left-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-pan-left-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-pan-left.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-pan-right-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-pan-right-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-pan-right.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-pan-up-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-pan-up.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-radio-checked-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-radio-checked-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-radio-checked.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-radio-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-radio-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-radio-mixed-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-radio-mixed-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-radio-mixed.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menu-radio.png
+share/themes/Ant-Dracula/gtk-2.0/assets/menubar-item-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png
+share/themes/Ant-Dracula/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png
+share/themes/Ant-Dracula/gtk-2.0/assets/notebook-entry-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/notebook-entry-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/notebook-entry.png
+share/themes/Ant-Dracula/gtk-2.0/assets/pan-down-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/pan-down.png
+share/themes/Ant-Dracula/gtk-2.0/assets/pan-left-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/pan-left-semi.png
+share/themes/Ant-Dracula/gtk-2.0/assets/pan-left.png
+share/themes/Ant-Dracula/gtk-2.0/assets/pan-right-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/pan-right-semi.png
+share/themes/Ant-Dracula/gtk-2.0/assets/pan-right.png
+share/themes/Ant-Dracula/gtk-2.0/assets/pan-up-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/pan-up.png
+share/themes/Ant-Dracula/gtk-2.0/assets/progressbar-horz-trough.png
+share/themes/Ant-Dracula/gtk-2.0/assets/progressbar-horz.png
+share/themes/Ant-Dracula/gtk-2.0/assets/progressbar-vert-trough.png
+share/themes/Ant-Dracula/gtk-2.0/assets/progressbar-vert.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-checked-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-checked-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-checked-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-checked.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-mixed-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-mixed-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-mixed-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-mixed.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-unchecked-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-unchecked-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-unchecked-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/radio-unchecked.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scale-horz-focus.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scale-horz-trough-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scale-horz-trough.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scale-slider-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scale-slider-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scale-slider-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scale-slider.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scale-vert-trough-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scale-vert-trough.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-horz-slider-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-horz-slider-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-horz-slider.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-horz-trough.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-vert-slider-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-vert-slider-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-vert-slider-rtl.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-vert-slider.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-vert-trough-rtl.png
+share/themes/Ant-Dracula/gtk-2.0/assets/scrollbar-vert-trough.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-down-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-down.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-ltr-down-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-ltr-down-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-ltr-down-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-ltr-down.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-ltr-up-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-ltr-up-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-ltr-up-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-ltr-up.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-rtl-down-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-rtl-down-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-rtl-down-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-rtl-down.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-rtl-up-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-rtl-up-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-rtl-up-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-rtl-up.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-up-insensitive.png
+share/themes/Ant-Dracula/gtk-2.0/assets/spin-up.png
+share/themes/Ant-Dracula/gtk-2.0/assets/tab-down-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/tab-down.png
+share/themes/Ant-Dracula/gtk-2.0/assets/tab-horz-gap.png
+share/themes/Ant-Dracula/gtk-2.0/assets/tab-left-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/tab-left.png
+share/themes/Ant-Dracula/gtk-2.0/assets/tab-right-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/tab-right.png
+share/themes/Ant-Dracula/gtk-2.0/assets/tab-up-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/tab-up.png
+share/themes/Ant-Dracula/gtk-2.0/assets/tab-vert-gap.png
+share/themes/Ant-Dracula/gtk-2.0/assets/toolbar-button-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/toolbar-button-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/treeview-pan-down-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/treeview-pan-down-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/treeview-pan-down.png
+share/themes/Ant-Dracula/gtk-2.0/assets/treeview-pan-up-active.png
+share/themes/Ant-Dracula/gtk-2.0/assets/treeview-pan-up-hover.png
+share/themes/Ant-Dracula/gtk-2.0/assets/treeview-pan-up.png
+share/themes/Ant-Dracula/gtk-2.0/assets/treeview-separator-ltr.png
+share/themes/Ant-Dracula/gtk-2.0/assets/treeview-separator-rtl.png
+share/themes/Ant-Dracula/gtk-2.0/gtkrc
+share/themes/Ant-Dracula/gtk-2.0/links.fish
+share/themes/Ant-Dracula/gtk-2.0/main.rc
+share/themes/Ant-Dracula/gtk-3.0/apps/budgie.css
+share/themes/Ant-Dracula/gtk-3.0/apps/corebird.css
+share/themes/Ant-Dracula/gtk-3.0/apps/gala.css
+share/themes/Ant-Dracula/gtk-3.0/apps/gnome-applications.css
+share/themes/Ant-Dracula/gtk-3.0/apps/mate-applications.css
+share/themes/Ant-Dracula/gtk-3.0/apps/solus-applications.css
+share/themes/Ant-Dracula/gtk-3.0/apps/unity.css
+share/themes/Ant-Dracula/gtk-3.0/gtk-widgets-assets.css
+share/themes/Ant-Dracula/gtk-3.0/gtk-widgets.css
+share/themes/Ant-Dracula/gtk-3.0/gtk.css
+share/themes/Ant-Dracula/gtk-3.0/settings.ini
+share/themes/Ant-Dracula/gtk-3.0/widgets/app-notifications.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/assistant.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/button.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/calendar.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/cell-row.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/check-radio.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/color-chooser.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/column-header.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/combobox.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/content-view.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/csd.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/dialogs.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/entry.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/gnome-sofware.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/infobar.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/list-boxes.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/menu.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/notebook.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/osd.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/popover.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/progress-scale.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/scrollbar.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/search-bar.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/selection-mode.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/separator.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/sidebar.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/spinbutton.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/spinner.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/switch.css
+share/themes/Ant-Dracula/gtk-3.0/widgets/toolbar.css
+share/themes/Ant-Dracula/gtk-3.20/_apps.scss
+share/themes/Ant-Dracula/gtk-3.20/_colors-public.scss
+share/themes/Ant-Dracula/gtk-3.20/_colors.scss
+share/themes/Ant-Dracula/gtk-3.20/_common.scss
+share/themes/Ant-Dracula/gtk-3.20/_drawing.scss
+share/themes/Ant-Dracula/gtk-3.20/_widgets.scss
+share/themes/Ant-Dracula/gtk-3.20/apps/_budgie.scss
+share/themes/Ant-Dracula/gtk-3.20/apps/_geary.scss
+share/themes/Ant-Dracula/gtk-3.20/apps/_gnome.scss
+share/themes/Ant-Dracula/gtk-3.20/apps/_lightdm.scss
+share/themes/Ant-Dracula/gtk-3.20/apps/_pantheon.scss
+share/themes/Ant-Dracula/gtk-3.20/apps/_unity.scss
+share/themes/Ant-Dracula/gtk-3.20/apps/_xfce.scss
+share/themes/Ant-Dracula/gtk-3.20/assets/gtk3-assets-dark.svg
+share/themes/Ant-Dracula/gtk-3.20/assets/gtk3-assets.svg
+share/themes/Ant-Dracula/gtk-3.20/assets/gtk3-selection.svg
+share/themes/Ant-Dracula/gtk-3.20/assets/wm_controls.fish
+share/themes/Ant-Dracula/gtk-3.20/gtk-dark.css
+share/themes/Ant-Dracula/gtk-3.20/gtk-dark.scss
+share/themes/Ant-Dracula/gtk-3.20/gtk.css
+share/themes/Ant-Dracula/gtk-3.20/gtk.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_action-bars.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_app-notifications.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_base-states.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_buttons.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_calendar.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_checks-radios.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_color-chooser.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_comboboxes.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_dialogs.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_entries.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_expanders.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_file-chooser.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_floating-bar.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_frames.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_granite.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_header-bars.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_infobars.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_level-bars.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_links.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_lists.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_menus.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_misc.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_notebooks.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_paned.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_pathbars.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_popovers.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_print-dialog.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_progress-bars.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_scales.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_scrollbars.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_sidebar.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_spinbuttons.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_spinner.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_switches.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_toolbars.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_tooltips.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_touch-copy-paste.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_treeviews.scss
+share/themes/Ant-Dracula/gtk-3.20/widgets/_windows.scss
+share/themes/Ant-Dracula/index.theme
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/close.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/close_focused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/close_focused_normal.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/close_focused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/close_focused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/close_unfocused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/close_unfocused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/close_unfocused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/maximize.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/maximize_focused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/maximize_focused_normal.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/maximize_focused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/maximize_focused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/maximize_unfocused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/maximize_unfocused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/maximize_unfocused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/menu.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/menu_focused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/menu_focused_normal.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/menu_focused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/menu_focused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/menu_unfocused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/menu_unfocused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/menu_unfocused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/metacity-theme-1.xml
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/metacity-theme-2.xml
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/metacity-theme-3.xml
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/metacity-theme.xml
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/minimize.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/minimize_focused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/minimize_focused_normal.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/minimize_focused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/minimize_focused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/minimize_unfocused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/minimize_unfocused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/minimize_unfocused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/shade.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/shade_focused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/shade_focused_normal.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/shade_focused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/shade_focused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/shade_unfocused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/shade_unfocused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/shade_unfocused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unmaximize.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unmaximize_focused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unmaximize_focused_normal.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unmaximize_focused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unmaximize_focused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unmaximize_unfocused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unmaximize_unfocused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unmaximize_unfocused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unshade.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unshade_focused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unshade_focused_normal.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unshade_focused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unshade_focused_pressed.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unshade_unfocused.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unshade_unfocused_prelight.png
+%%METACITY%%share/themes/Ant-Dracula/metacity-1/unshade_unfocused_pressed.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/bottom-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/bottom-left-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/bottom-right-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/close-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/close-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/close-prelight.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/close-pressed.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/hide-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/hide-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/hide-prelight.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/hide-pressed.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/maximize-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/maximize-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/maximize-prelight.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/maximize-pressed.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/menu-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/menu-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/menu-prelight.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/menu-pressed.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/right-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/shade-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/shade-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/shade-prelight.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/shade-pressed.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/stick-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/stick-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/stick-prelight.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/stick-pressed.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/title-1-active-shaded.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/title-1-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/title-1-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/title-2-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/title-2-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/title-3-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/title-3-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/title-4-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/title-4-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/title-5-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/title-5-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/top-left-active-shaded.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/top-left-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/top-left-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/top-right-active-shaded.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/top-right-active.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/assets/top-right-inactive.svg
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/bottom-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/bottom-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/bottom-left-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/bottom-left-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/bottom-right-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/bottom-right-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/close-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/close-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/close-prelight.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/close-pressed.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/hide-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/hide-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/hide-prelight.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/hide-pressed.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/left-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/left-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/maximize-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/maximize-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/maximize-prelight.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/maximize-pressed.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/menu-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/menu-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/menu-prelight.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/menu-pressed.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/render_assets.fish
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/right-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/right-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/shade-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/shade-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/shade-prelight.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/shade-pressed.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/stick-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/stick-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/stick-prelight.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/stick-pressed.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/themerc
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/title-1-active-shaded.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/title-1-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/title-1-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/title-2-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/title-2-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/title-3-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/title-3-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/title-4-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/title-4-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/title-5-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/title-5-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/top-left-active-shaded.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/top-left-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/top-left-inactive.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/top-right-active-shaded.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/top-right-active.png
+%%XFCE%%share/themes/Ant-Dracula/xfwm4/top-right-inactive.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012172115.0BHLFiM3031893>