summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/librep/Makefile24
-rw-r--r--lang/librep/distinfo4
-rw-r--r--lang/librep/files/patch-src__lispmach.h11
-rw-r--r--lang/librep/pkg-descr8
-rw-r--r--x11-toolkits/rep-gtk2/Makefile10
-rw-r--r--x11-toolkits/rep-gtk2/distinfo4
-rw-r--r--x11-wm/sawfish/Makefile15
-rw-r--r--x11-wm/sawfish/distinfo4
-rw-r--r--x11-wm/sawfish/pkg-plist5006
9 files changed, 2482 insertions, 2604 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index 84c5ba80b103..130f8a6888b0 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -1,29 +1,27 @@
-# New ports collection makefile for: librep
-# Date created: 13 September 1999
-# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
-#
+# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/lang/librep/Makefile,v 1.2 2006/09/10 00:51:12 mezz Exp $
PORTNAME= librep
-PORTVERSION= 0.92.1b
+PORTVERSION= 0.92.3
CATEGORIES= lang elisp gnome
-MASTER_SITES= http://download.tuxfamily.org/librep/
+MASTER_SITES= http://download.tuxfamily.org/librep/%SUBDIR%/
+MASTER_SITE_SUBDIR= . Archive
MAINTAINER= ports@FreeBSD.org
-COMMENT= An Emacs Lisp like runtime library
+COMMENT= Emacs Lisp like runtime library
LICENSE= GPLv2
-LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm \
+LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \
ffi:${PORTSDIR}/devel/libffi \
- gmp.10:${PORTSDIR}/math/gmp
+ gmp:${PORTSDIR}/math/gmp
RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
USE_CSTD= gnu89
USE_XZ= yes
-USES= pathfix gettext
+USES= gettext pathfix pkgconfig
+USE_READLINE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \
@@ -31,8 +29,8 @@ CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
-CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib -pthread
MANCOMPRESSED= yes
MAN1= rep.1 rep-remote.1 rep-xgettext.1 repdoc.1
diff --git a/lang/librep/distinfo b/lang/librep/distinfo
index 9692ac879268..d53979f5d285 100644
--- a/lang/librep/distinfo
+++ b/lang/librep/distinfo
@@ -1,2 +1,2 @@
-SHA256 (librep-0.92.1b.tar.xz) = aedca2716252a1ff2256aca321cce35646b795840b65a3c481708c04a6fd7e3e
-SIZE (librep-0.92.1b.tar.xz) = 598352
+SHA256 (librep-0.92.3.tar.xz) = 45c98a5bbdfde4f1d98e3839b319d9ae15857d2d1ae8e3838d9a18d53f3e8b85
+SIZE (librep-0.92.3.tar.xz) = 607128
diff --git a/lang/librep/files/patch-src__lispmach.h b/lang/librep/files/patch-src__lispmach.h
new file mode 100644
index 000000000000..e682b7b5e21a
--- /dev/null
+++ b/lang/librep/files/patch-src__lispmach.h
@@ -0,0 +1,11 @@
+--- src/lispmach.h.orig
++++ src/lispmach.h
+@@ -475,7 +475,7 @@
+ #ifdef __arm__
+ #define PC_REG asm("r9")
+ #define SP_REG asm("r8")
+-#define SLOTS_REG asm("r7")
++#define SLOTS_REG asm("r10")
+ #endif
+ #endif
+
diff --git a/lang/librep/pkg-descr b/lang/librep/pkg-descr
index a29d1e04af91..cfced9c5aa4e 100644
--- a/lang/librep/pkg-descr
+++ b/lang/librep/pkg-descr
@@ -1,3 +1,9 @@
-An Emacs Lisp like runtime library
+Librep is a Lisp system for UNIX, needed by Sawfish window manager.
+It contains a Lisp interpreter, byte-code compiler and virtual
+machine. Applications may use the Lisp interpreter as an extension
+language, or it may be used for stand-alone scripts.
+
+The Lisp dialect was originally inspired by Emacs Lisp, but with the
+worst features removed. It also borrows many ideas from Scheme.
WWW: http://sawfish.tuxfamily.org/
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile
index a615f41ddc8c..60e6bdec26c9 100644
--- a/x11-toolkits/rep-gtk2/Makefile
+++ b/x11-toolkits/rep-gtk2/Makefile
@@ -1,12 +1,12 @@
# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/x11-toolkits/rep-gtk2/Makefile,v 1.8 2006/07/18 16:50:28 ahze Exp $
+
PORTNAME= rep-gtk2
-PORTVERSION= 0.90.7
-PORTREVISION= 1
+PORTVERSION= 0.90.8.1
PORTEPOCH= 1
CATEGORIES= x11-toolkits
-MASTER_SITES= http://download.tuxfamily.org/librep/rep-gtk/
+MASTER_SITES= http://download.tuxfamily.org/librep/rep-gtk/%SUBDIR%/
+MASTER_SITE_SUBDIR= . Archive
DISTNAME= rep-gtk-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@@ -14,7 +14,7 @@ COMMENT= GTK+-2 binding for rep Lisp interpreter
LICENSE= GPLv2
-LIB_DEPENDS= rep.16:${PORTSDIR}/lang/librep
+LIB_DEPENDS= rep:${PORTSDIR}/lang/librep
USE_XZ= yes
USES= pathfix pkgconfig
diff --git a/x11-toolkits/rep-gtk2/distinfo b/x11-toolkits/rep-gtk2/distinfo
index 475fe81d3c2f..f04a30c4a18f 100644
--- a/x11-toolkits/rep-gtk2/distinfo
+++ b/x11-toolkits/rep-gtk2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rep-gtk-0.90.7.tar.xz) = d25d2763323bbdf7b3541c7215b29c00c9e06ad336cf84a69daafa3910481c0f
-SIZE (rep-gtk-0.90.7.tar.xz) = 244368
+SHA256 (rep-gtk-0.90.8.1.tar.xz) = aebb2ae356cb11a2a5a6516703f1b5c6d1d71c48715bc340c13db98b9bd1a650
+SIZE (rep-gtk-0.90.8.1.tar.xz) = 251652
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile
index 1cb78e19f64c..1c069db1fb1a 100644
--- a/x11-wm/sawfish/Makefile
+++ b/x11-wm/sawfish/Makefile
@@ -2,16 +2,17 @@
# $FreeBSD$
PORTNAME= sawfish
-PORTVERSION= 1.8.2
-PORTREVISION= 2
+PORTVERSION= 1.9.1
PORTEPOCH= 2
CATEGORIES= x11-wm
-MASTER_SITES= http://download.tuxfamily.org/sawfish/
+MASTER_SITES= http://download.tuxfamily.org/sawfish/%SUBDIR%/
+MASTER_SITE_SUBDIR= . Archive
MAINTAINER= ports@FreeBSD.org
COMMENT= Lisp configurable window manager
-LICENSE= GPLv2
+LICENSE= ART20 GPLv2
+LICENSE_COMB= multi
BUILD_DEPENDS= rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
@@ -19,8 +20,8 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
RUN_DEPENDS= rep-gtk2>=0.90:${PORTSDIR}/x11-toolkits/rep-gtk2
USE_XZ= yes
-USE_XORG= ice sm x11 xft xinerama xrandr
-USES= pathfix gettext
+USES= gettext pathfix pkgconfig
+USE_XORG= ice sm x11 xft xinerama xrandr xtst
USE_GNOME= gnomehier gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -36,6 +37,8 @@ MANCOMPRESSED= yes
MAN1= sawfish.1 sawfish-client.1 sawfish-config.1
INFO= sawfish
+PORTSCOUT= limit:^1\.9\.[0-9]
+
post-patch:
@${REINPLACE_CMD} -e \
'/dnsdomainname/d' ${WRKSRC}/build-info
diff --git a/x11-wm/sawfish/distinfo b/x11-wm/sawfish/distinfo
index b3e34383fe98..d826a8255d69 100644
--- a/x11-wm/sawfish/distinfo
+++ b/x11-wm/sawfish/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sawfish-1.8.2.tar.xz) = 41f557e399371334f81a46bb1d1fa3a554e91cafb3c8ff9523832263c34c1252
-SIZE (sawfish-1.8.2.tar.xz) = 3870232
+SHA256 (sawfish-1.9.1.tar.xz) = c1751abf46a52dead8a50fa4b91c09ff0540cb9cc988c76ebfea0bee9edd0618
+SIZE (sawfish-1.9.1.tar.xz) = 2616612
diff --git a/x11-wm/sawfish/pkg-plist b/x11-wm/sawfish/pkg-plist
index 078e7e4cc7b0..98702a6612a9 100644
--- a/x11-wm/sawfish/pkg-plist
+++ b/x11-wm/sawfish/pkg-plist
@@ -1,4 +1,5 @@
bin/sawfish
+bin/sawfish-about
bin/sawfish-client
bin/sawfish-config
include/sawfish/build.h
@@ -25,7 +26,6 @@ lib/sawfish/sawfish/wm/util/selection.so
lib/sawfish/sawfish/wm/util/x.a
lib/sawfish/sawfish/wm/util/x.la
lib/sawfish/sawfish/wm/util/x.so
-lib/sawfish/sawfish-about
lib/sawfish/sawfish-menu
lib/sawfish/selection.a
lib/sawfish/selection.la
@@ -37,6 +37,7 @@ libdata/pkgconfig/sawfish.pc
share/applications/sawfish.desktop
share/gnome/wm-properties/sawfish-wm.desktop
share/icons/hicolor/32x32/apps/sawfish-config.png
+share/locale/ak/LC_MESSAGES/sawfish.mo
share/locale/am/LC_MESSAGES/sawfish.mo
share/locale/ar/LC_MESSAGES/sawfish.mo
share/locale/az/LC_MESSAGES/sawfish.mo
@@ -58,6 +59,7 @@ share/locale/fi/LC_MESSAGES/sawfish.mo
share/locale/fr/LC_MESSAGES/sawfish.mo
share/locale/ga/LC_MESSAGES/sawfish.mo
share/locale/gl/LC_MESSAGES/sawfish.mo
+share/locale/hi_IN/LC_MESSAGES/sawfish.mo
share/locale/hu/LC_MESSAGES/sawfish.mo
share/locale/id/LC_MESSAGES/sawfish.mo
share/locale/it/LC_MESSAGES/sawfish.mo
@@ -114,14 +116,20 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/edge-actions.jlc
%%DATADIR%%/lisp/edge-conf.jl
%%DATADIR%%/lisp/edge-conf.jlc
+%%DATADIR%%/lisp/edge-expand.jl
+%%DATADIR%%/lisp/edge-expand.jlc
%%DATADIR%%/lisp/edge-flip.jl
%%DATADIR%%/lisp/edge-flip.jlc
+%%DATADIR%%/lisp/edge-misc.jl
+%%DATADIR%%/lisp/edge-misc.jlc
%%DATADIR%%/lisp/edge-util.jl
%%DATADIR%%/lisp/edge-util.jlc
%%DATADIR%%/lisp/edges.jl
%%DATADIR%%/lisp/edges.jlc
%%DATADIR%%/lisp/error-handler.jl
%%DATADIR%%/lisp/error-handler.jlc
+%%DATADIR%%/lisp/expose.jl
+%%DATADIR%%/lisp/expose.jlc
%%DATADIR%%/lisp/gnome-int.jl
%%DATADIR%%/lisp/gnome-int.jlc
%%DATADIR%%/lisp/group-funs.jl
@@ -140,16 +148,20 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/keymap.jlc
%%DATADIR%%/lisp/launcher.jl
%%DATADIR%%/lisp/launcher.jlc
+%%DATADIR%%/lisp/lxde-int.jl
+%%DATADIR%%/lisp/lxde-int.jlc
%%DATADIR%%/lisp/make-theme.jl
%%DATADIR%%/lisp/make-theme.jlc
-%%DATADIR%%/lisp/marks.jl
-%%DATADIR%%/lisp/marks.jlc
%%DATADIR%%/lisp/match-window.jl
%%DATADIR%%/lisp/match-window.jlc
+%%DATADIR%%/lisp/mate-int.jl
+%%DATADIR%%/lisp/mate-int.jlc
%%DATADIR%%/lisp/maximize.jl
%%DATADIR%%/lisp/maximize.jlc
%%DATADIR%%/lisp/menus.jl
%%DATADIR%%/lisp/menus.jlc
+%%DATADIR%%/lisp/mousetrap.jl
+%%DATADIR%%/lisp/mousetrap.jlc
%%DATADIR%%/lisp/move-resize.jl
%%DATADIR%%/lisp/move-resize.jlc
%%DATADIR%%/lisp/old-window-menu.jl
@@ -158,6 +170,8 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/poweroff.jlc
%%DATADIR%%/lisp/prompt.jl
%%DATADIR%%/lisp/prompt.jlc
+%%DATADIR%%/lisp/razor-int.jl
+%%DATADIR%%/lisp/razor-int.jlc
%%DATADIR%%/lisp/rects.jl
%%DATADIR%%/lisp/rects.jlc
%%DATADIR%%/lisp/sawfish/cfg/apply.jl
@@ -178,24 +192,6 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/sawfish/cfg/shell.jlc
%%DATADIR%%/lisp/sawfish/cfg/slot.jl
%%DATADIR%%/lisp/sawfish/cfg/slot.jlc
-%%DATADIR%%/lisp/sawfish/cfg/utils.jl
-%%DATADIR%%/lisp/sawfish/cfg/utils.jlc
-%%DATADIR%%/lisp/sawfish/cfg/widgets/command.jl
-%%DATADIR%%/lisp/sawfish/cfg/widgets/command.jlc
-%%DATADIR%%/lisp/sawfish/cfg/widgets/event.jl
-%%DATADIR%%/lisp/sawfish/cfg/widgets/event.jlc
-%%DATADIR%%/lisp/sawfish/cfg/widgets/frame-style.jl
-%%DATADIR%%/lisp/sawfish/cfg/widgets/frame-style.jlc
-%%DATADIR%%/lisp/sawfish/cfg/widgets/icon.jl
-%%DATADIR%%/lisp/sawfish/cfg/widgets/icon.jlc
-%%DATADIR%%/lisp/sawfish/cfg/widgets/keymap.jl
-%%DATADIR%%/lisp/sawfish/cfg/widgets/keymap.jlc
-%%DATADIR%%/lisp/sawfish/cfg/widgets/match-window.jl
-%%DATADIR%%/lisp/sawfish/cfg/widgets/match-window.jlc
-%%DATADIR%%/lisp/sawfish/cfg/widgets/modifier-list.jl
-%%DATADIR%%/lisp/sawfish/cfg/widgets/modifier-list.jlc
-%%DATADIR%%/lisp/sawfish/cfg/widgets/workspace-geometry.jl
-%%DATADIR%%/lisp/sawfish/cfg/widgets/workspace-geometry.jlc
%%DATADIR%%/lisp/sawfish/cfg/wm.jl
%%DATADIR%%/lisp/sawfish/cfg/wm.jlc
%%DATADIR%%/lisp/sawfish/gtk/widget.jl
@@ -204,16 +200,28 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/sawfish/gtk/widgets/alist.jlc
%%DATADIR%%/lisp/sawfish/gtk/widgets/color.jl
%%DATADIR%%/lisp/sawfish/gtk/widgets/color.jlc
+%%DATADIR%%/lisp/sawfish/gtk/widgets/command.jl
+%%DATADIR%%/lisp/sawfish/gtk/widgets/command.jlc
+%%DATADIR%%/lisp/sawfish/gtk/widgets/event.jl
+%%DATADIR%%/lisp/sawfish/gtk/widgets/event.jlc
%%DATADIR%%/lisp/sawfish/gtk/widgets/file.jl
%%DATADIR%%/lisp/sawfish/gtk/widgets/file.jlc
%%DATADIR%%/lisp/sawfish/gtk/widgets/font.jl
%%DATADIR%%/lisp/sawfish/gtk/widgets/font.jlc
+%%DATADIR%%/lisp/sawfish/gtk/widgets/frame-style.jl
+%%DATADIR%%/lisp/sawfish/gtk/widgets/frame-style.jlc
+%%DATADIR%%/lisp/sawfish/gtk/widgets/image.jl
+%%DATADIR%%/lisp/sawfish/gtk/widgets/image.jlc
+%%DATADIR%%/lisp/sawfish/gtk/widgets/keymap.jl
+%%DATADIR%%/lisp/sawfish/gtk/widgets/keymap.jlc
%%DATADIR%%/lisp/sawfish/gtk/widgets/list.jl
%%DATADIR%%/lisp/sawfish/gtk/widgets/list.jlc
+%%DATADIR%%/lisp/sawfish/gtk/widgets/match-window.jl
+%%DATADIR%%/lisp/sawfish/gtk/widgets/match-window.jlc
+%%DATADIR%%/lisp/sawfish/gtk/widgets/modifier-list.jl
+%%DATADIR%%/lisp/sawfish/gtk/widgets/modifier-list.jlc
%%DATADIR%%/lisp/sawfish/gtk/widgets/pair.jl
%%DATADIR%%/lisp/sawfish/gtk/widgets/pair.jlc
-%%DATADIR%%/lisp/sawfish/gtk/widgets/program.jl
-%%DATADIR%%/lisp/sawfish/gtk/widgets/program.jlc
%%DATADIR%%/lisp/sawfish/gtk/widgets/scheme-boolean.jl
%%DATADIR%%/lisp/sawfish/gtk/widgets/scheme-boolean.jlc
%%DATADIR%%/lisp/sawfish/gtk/widgets/simple-dialog.jl
@@ -273,10 +281,14 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/sawfish/wm/edge/actions.jlc
%%DATADIR%%/lisp/sawfish/wm/edge/conf.jl
%%DATADIR%%/lisp/sawfish/wm/edge/conf.jlc
+%%DATADIR%%/lisp/sawfish/wm/edge/expand.jl
+%%DATADIR%%/lisp/sawfish/wm/edge/expand.jlc
%%DATADIR%%/lisp/sawfish/wm/edge/flip.jl
%%DATADIR%%/lisp/sawfish/wm/edge/flip.jlc
%%DATADIR%%/lisp/sawfish/wm/edge/hot-spots.jl
%%DATADIR%%/lisp/sawfish/wm/edge/hot-spots.jlc
+%%DATADIR%%/lisp/sawfish/wm/edge/misc.jl
+%%DATADIR%%/lisp/sawfish/wm/edge/misc.jlc
%%DATADIR%%/lisp/sawfish/wm/edge/util.jl
%%DATADIR%%/lisp/sawfish/wm/edge/util.jlc
%%DATADIR%%/lisp/sawfish/wm/edge/viewport-drag.jl
@@ -289,18 +301,29 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/sawfish/wm/ext/auto-raise.jlc
%%DATADIR%%/lisp/sawfish/wm/ext/beos-window-menu.jl
%%DATADIR%%/lisp/sawfish/wm/ext/beos-window-menu.jlc
+%%DATADIR%%/lisp/sawfish/wm/ext/cabinet.jl
+%%DATADIR%%/lisp/sawfish/wm/ext/cabinet.jlc
%%DATADIR%%/lisp/sawfish/wm/ext/error-handler.jl
%%DATADIR%%/lisp/sawfish/wm/ext/error-handler.jlc
+%%DATADIR%%/lisp/sawfish/wm/ext/expose.jl
+%%DATADIR%%/lisp/sawfish/wm/ext/expose.jlc
%%DATADIR%%/lisp/sawfish/wm/ext/hide-dialogs.jl
%%DATADIR%%/lisp/sawfish/wm/ext/hide-dialogs.jlc
%%DATADIR%%/lisp/sawfish/wm/ext/match-window.jl
%%DATADIR%%/lisp/sawfish/wm/ext/match-window.jlc
+%%DATADIR%%/lisp/sawfish/wm/ext/mousetrap.jl
+%%DATADIR%%/lisp/sawfish/wm/ext/mousetrap.jlc
%%DATADIR%%/lisp/sawfish/wm/ext/old-window-menu.jl
%%DATADIR%%/lisp/sawfish/wm/ext/old-window-menu.jlc
%%DATADIR%%/lisp/sawfish/wm/ext/shade-hover.jl
%%DATADIR%%/lisp/sawfish/wm/ext/shade-hover.jlc
+%%DATADIR%%/lisp/sawfish/wm/ext/shade-stack.jl
+%%DATADIR%%/lisp/sawfish/wm/ext/shade-stack.jlc
+%%DATADIR%%/lisp/sawfish/wm/ext/single-window-mode.jl
+%%DATADIR%%/lisp/sawfish/wm/ext/single-window-mode.jlc
%%DATADIR%%/lisp/sawfish/wm/ext/tooltips.jl
%%DATADIR%%/lisp/sawfish/wm/ext/tooltips.jlc
+%%DATADIR%%/lisp/sawfish/wm/ext/wallpaper.jl
%%DATADIR%%/lisp/sawfish/wm/ext/window-history.jl
%%DATADIR%%/lisp/sawfish/wm/ext/window-history.jlc
%%DATADIR%%/lisp/sawfish/wm/ext/workspace-grid.jl
@@ -315,6 +338,12 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/sawfish/wm/integration/gnome.jlc
%%DATADIR%%/lisp/sawfish/wm/integration/kde.jl
%%DATADIR%%/lisp/sawfish/wm/integration/kde.jlc
+%%DATADIR%%/lisp/sawfish/wm/integration/lxde.jl
+%%DATADIR%%/lisp/sawfish/wm/integration/lxde.jlc
+%%DATADIR%%/lisp/sawfish/wm/integration/mate.jl
+%%DATADIR%%/lisp/sawfish/wm/integration/mate.jlc
+%%DATADIR%%/lisp/sawfish/wm/integration/razor.jl
+%%DATADIR%%/lisp/sawfish/wm/integration/razor.jlc
%%DATADIR%%/lisp/sawfish/wm/integration/xfce.jl
%%DATADIR%%/lisp/sawfish/wm/integration/xfce.jlc
%%DATADIR%%/lisp/sawfish/wm/keymaps.jl
@@ -383,6 +412,8 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/sawfish/wm/util/display-wininfo.jlc
%%DATADIR%%/lisp/sawfish/wm/util/edges.jl
%%DATADIR%%/lisp/sawfish/wm/util/edges.jlc
+%%DATADIR%%/lisp/sawfish/wm/util/events.jl
+%%DATADIR%%/lisp/sawfish/wm/util/events.jlc
%%DATADIR%%/lisp/sawfish/wm/util/font.jl
%%DATADIR%%/lisp/sawfish/wm/util/font.jlc
%%DATADIR%%/lisp/sawfish/wm/util/groups.jl
@@ -393,8 +424,6 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/sawfish/wm/util/keymap-diff.jlc
%%DATADIR%%/lisp/sawfish/wm/util/keymap.jl
%%DATADIR%%/lisp/sawfish/wm/util/keymap.jlc
-%%DATADIR%%/lisp/sawfish/wm/util/marks.jl
-%%DATADIR%%/lisp/sawfish/wm/util/marks.jlc
%%DATADIR%%/lisp/sawfish/wm/util/nokogiri.jl
%%DATADIR%%/lisp/sawfish/wm/util/nokogiri.jlc
%%DATADIR%%/lisp/sawfish/wm/util/ping.jl
@@ -429,10 +458,14 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/sawfish/wm.jlc
%%DATADIR%%/lisp/shade-hover.jl
%%DATADIR%%/lisp/shade-hover.jlc
+%%DATADIR%%/lisp/shade-stack.jl
+%%DATADIR%%/lisp/shade-stack.jlc
%%DATADIR%%/lisp/shading.jl
%%DATADIR%%/lisp/shading.jlc
%%DATADIR%%/lisp/shrink-yank.jl
%%DATADIR%%/lisp/shrink-yank.jlc
+%%DATADIR%%/lisp/single-window-mode.jl
+%%DATADIR%%/lisp/single-window-mode.jlc
%%DATADIR%%/lisp/tab.jl
%%DATADIR%%/lisp/tab.jlc
%%DATADIR%%/lisp/tabgroup.jl
@@ -443,6 +476,7 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/lisp/viewport-drag.jlc
%%DATADIR%%/lisp/viewport-linear.jl
%%DATADIR%%/lisp/viewport-linear.jlc
+%%DATADIR%%/lisp/wallpaper.jl
%%DATADIR%%/lisp/window-anim.jl
%%DATADIR%%/lisp/window-anim.jlc
%%DATADIR%%/lisp/window-history.jl
@@ -474,1261 +508,1443 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/sounds/unshade.wav
%%DATADIR%%/themes/Crux.tar.gz
%%DATADIR%%/themes/Elberg-tabbed.tar.gz
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-bottom-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-tab-left-icon-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-tab-left-icon-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-tab-right-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-tab-right-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/bottom-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-bottom-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-bottom-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-tab-bottom-icon-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-tab-bottom-icon-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-tab-top-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-tab-top-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-top-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-top-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/left-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-bottom-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-bottom-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-right-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-right-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-tab-bottom-icon-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-tab-bottom-icon-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-tab-top-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-tab-top-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-top-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-top-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/right-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-icon-title-images-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-icon-title-images-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-tab-left-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-tab-left-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-tab-left-icon-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-tab-left-icon-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-tab-right-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-tab-right-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-top-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-top-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-top-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-top-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Dark/top-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-bottom-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-tab-left-icon-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-tab-left-icon-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-tab-right-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-tab-right-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/bottom-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-bottom-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-bottom-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-tab-bottom-icon-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-tab-bottom-icon-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-tab-top-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-tab-top-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-top-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-top-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/left-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-bottom-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-bottom-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-right-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-right-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-tab-bottom-icon-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-tab-bottom-icon-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-tab-top-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-tab-top-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-top-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-top-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/right-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-icon-title-images-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-icon-title-images-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-tab-left-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-tab-left-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-tab-left-icon-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-tab-left-icon-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-tab-right-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-tab-right-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-top-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-top-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-top-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-top-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/DarkColor/top-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-bottom-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-bottom-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-bottom-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-bottom-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-left-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-left-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-right-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-right-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-left-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-left-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-left-icon-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-left-icon-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-left-icon-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-left-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-left-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-left-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-left-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-left-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-right-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-right-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-right-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-right-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-right-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-right-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-right-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-tab-right-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-top-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-top-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/bottom-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-bottom-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-bottom-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-bottom-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-bottom-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-right-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-right-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-bottom-icon-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-bottom-icon-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-bottom-icon-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-bottom-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-bottom-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-bottom-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-bottom-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-bottom-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-top-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-top-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-top-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-top-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-top-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-top-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-top-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-tab-top-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-top-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-top-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-top-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-top-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/left-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-bottom-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-bottom-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-bottom-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-bottom-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-left-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-left-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-bottom-icon-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-bottom-icon-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-bottom-icon-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-bottom-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-bottom-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-bottom-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-bottom-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-bottom-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-top-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-top-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-top-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-top-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-top-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-top-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-top-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-tab-top-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-top-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-top-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-top-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-top-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/right-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-bottom-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-bottom-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-icon-title-images-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-icon-title-images-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-left-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-left-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-right-border-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-right-border-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-left-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-left-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-left-icon-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-left-icon-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-left-icon-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-left-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-left-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-left-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-left-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-left-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-right-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-right-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-right-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-right-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-right-marked-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-right-marked-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-right-marked-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-tab-right-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-top-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-top-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-top-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-top-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Default/top-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-bottom-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-bottom-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-bottom-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-bottom-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-left-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-left-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-right-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-right-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-left-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-left-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-left-icon-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-left-icon-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-left-icon-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-left-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-left-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-left-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-left-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-left-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-right-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-right-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-right-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-right-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-right-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-right-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-right-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-tab-right-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-top-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-top-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/bottom-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-bottom-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-bottom-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-bottom-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-bottom-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-right-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-right-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-bottom-icon-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-bottom-icon-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-bottom-icon-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-bottom-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-bottom-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-bottom-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-bottom-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-bottom-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-top-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-top-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-top-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-top-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-top-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-top-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-top-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-tab-top-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-top-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-top-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-top-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-top-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/left-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-bottom-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-bottom-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-bottom-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-bottom-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-left-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-left-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-bottom-icon-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-bottom-icon-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-bottom-icon-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-bottom-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-bottom-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-bottom-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-bottom-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-bottom-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-top-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-top-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-top-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-top-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-top-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-top-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-top-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-tab-top-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-top-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-top-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-top-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-top-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/right-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-bottom-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-bottom-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-icon-title-images-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-icon-title-images-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-left-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-left-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-right-border-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-right-border-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-left-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-left-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-left-icon-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-left-icon-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-left-icon-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-left-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-left-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-left-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-left-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-left-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-right-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-right-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-right-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-right-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-right-marked-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-right-marked-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-right-marked-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-tab-right-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-top-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-top-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-top-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-top-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/Glass/top-frame-unsticky-button-ih.png
%%DATADIR%%/themes/StyleTab/README
-%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-bottom-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-bottom-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-bottom-border-i.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-bottom-left-corner-f.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-bottom-left-corner-i.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-bottom-left-corner-shaped-f.png
@@ -1737,6 +1953,10 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-bottom-right-corner-i.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-bottom-right-corner-shaped-f.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-bottom-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-button-i.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-close-button-c.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-close-button-f.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-close-button-h.png
@@ -1838,15 +2058,37 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-sticky-button-ic.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-sticky-button-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-h.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-left-f.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-left-i.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-h.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-left-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-marked-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-right-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-right-h.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-right-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-right-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-right-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-right-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-right-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-tab-right-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-title-cursor-i.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-title-f.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-title-nocursor-i.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-top-border-f.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-top-border-i.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-top-left-corner-f.png
@@ -1883,10 +2125,6 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-unsticky-button-i.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-unsticky-button-ic.png
%%DATADIR%%/themes/StyleTab/Reduce/bottom-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Reduce/button-c.png
-%%DATADIR%%/themes/StyleTab/Reduce/button-f.png
-%%DATADIR%%/themes/StyleTab/Reduce/button-s-c.png
-%%DATADIR%%/themes/StyleTab/Reduce/button-s-f.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-bottom-border-f.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-bottom-border-i.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-bottom-left-corner-f.png
@@ -1895,6 +2133,10 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-bottom-left-corner-shaped-i.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-bottom-right-corner-f.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-button-i.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-close-button-c.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-close-button-f.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-close-button-h.png
@@ -1913,8 +2155,6 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-iconify-button-i.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-iconify-button-ic.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/Reduce/left-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/Reduce/left-frame-left-border-i.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-lock-button-c.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-lock-button-f.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-lock-button-h.png
@@ -1996,13 +2236,35 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-sticky-button-ic.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-sticky-button-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-h.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-bottom-icon-marked-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-h.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-marked-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-top-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-top-h.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-top-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-top-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-top-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-top-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-top-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-tab-top-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-title-cursor-i.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-title-f.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/left-frame-title-nocursor-i.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-top-border-f.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-top-border-i.png
%%DATADIR%%/themes/StyleTab/Reduce/left-frame-top-left-corner-f.png
@@ -2049,6 +2311,10 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-bottom-right-corner-i.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-bottom-right-corner-shaped-f.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-bottom-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-button-i.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-close-button-c.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-close-button-f.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-close-button-h.png
@@ -2135,10 +2401,6 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-rename-button-i.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-rename-button-ic.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/Reduce/right-frame-right-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/Reduce/right-frame-right-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/Reduce/right-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/Reduce/right-frame-right-border-i.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-shade-button-c.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-shade-button-f.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-shade-button-h.png
@@ -2152,13 +2414,35 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-sticky-button-ic.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-sticky-button-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-h.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-bottom-icon-marked-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-h.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-marked-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-top-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-top-h.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-top-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-top-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-top-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-top-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-top-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-tab-top-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-title-cursor-i.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-title-f.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/right-frame-title-nocursor-i.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-top-border-f.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-top-border-i.png
%%DATADIR%%/themes/StyleTab/Reduce/right-frame-top-left-corner-f.png
@@ -2203,6 +2487,10 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-bottom-left-corner-i.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-bottom-right-corner-f.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-button-i.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-close-button-c.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-close-button-f.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-close-button-h.png
@@ -2306,17 +2594,37 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-sticky-button-ic.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-sticky-button-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-h.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-left-f.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-left-i.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-left-icon-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-left-icon-h.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-left-icon-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-left-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-left-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-left-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-left-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-left-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-marked-ih.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-right-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-right-h.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-right-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-right-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-right-marked-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-right-marked-h.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-right-marked-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-tab-right-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-title-cursor-i.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-title-f.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/Reduce/top-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/Reduce/top-frame-top-border-i.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Reduce/top-frame-title-nocursor-i.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-top-left-corner-f.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-top-left-corner-i.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-top-left-corner-shaped-f.png
@@ -2355,1268 +2663,6 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-unsticky-button-i.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-unsticky-button-ic.png
%%DATADIR%%/themes/StyleTab/Reduce/top-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-bottom-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-tab-left-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-tab-left-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-tab-left-icon-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-tab-left-icon-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-tab-right-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-tab-right-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/bottom-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/button-c-h.png
-%%DATADIR%%/themes/StyleTab/Silver/button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/button-f-h.png
-%%DATADIR%%/themes/StyleTab/Silver/button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-bottom-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-bottom-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-tab-bottom-icon-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-tab-bottom-icon-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-tab-top-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-tab-top-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-top-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-top-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/left-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-bottom-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-bottom-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-right-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-right-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-tab-bottom-icon-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-tab-bottom-icon-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-tab-top-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-tab-top-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-top-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-top-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/right-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-icon-title-images-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-icon-title-images-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-tab-left-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-tab-left-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-tab-left-icon-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-tab-left-icon-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-tab-right-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-tab-right-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-top-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-top-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-top-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-top-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/Silver/top-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-bottom-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-tab-left-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-tab-left-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-tab-left-icon-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-tab-left-icon-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-tab-right-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-tab-right-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/bottom-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-bottom-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-bottom-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-tab-bottom-icon-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-tab-bottom-icon-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-tab-top-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-tab-top-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-top-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-top-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/left-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-bottom-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-bottom-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-right-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-right-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-tab-bottom-icon-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-tab-bottom-icon-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-tab-top-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-tab-top-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-top-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-top-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/right-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-bottom-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-bottom-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-bottom-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-bottom-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-bottom-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-close-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-close-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-close-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-close-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-close-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-close-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-frame-type-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-frame-type-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-frame-type-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-frame-type-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-frame-type-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-frame-type-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-icon-title-images-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-icon-title-images-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-iconify-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-iconify-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-iconify-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-iconify-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-iconify-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-left-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-lock-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-lock-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-lock-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-lock-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-lock-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-lock-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-maximize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-maximize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-maximize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-maximize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-maximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-maximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-menu-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-menu-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-menu-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-menu-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-menu-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-menu-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-move-resize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-move-resize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-move-resize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-move-resize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-move-resize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-move-resize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-last-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-last-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-last-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-last-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-next-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-ontop-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-ontop-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-ontop-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-ontop-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-ontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-ontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-last-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-last-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-last-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-last-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-last-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-prev-last-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-raise-lower-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-raise-lower-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-raise-lower-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-raise-lower-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-raise-lower-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-raise-lower-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-rename-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-rename-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-rename-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-rename-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-rename-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-right-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-shade-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-shade-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-shade-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-shade-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-shade-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-shade-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-sticky-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-sticky-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-sticky-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-sticky-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-sticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-sticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-tab-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-tab-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-tab-left-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-tab-left-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-tab-left-icon-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-tab-left-icon-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-tab-right-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-tab-right-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-title-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-top-border-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-top-left-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-top-left-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-top-left-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-top-left-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-top-right-corner-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-top-right-corner-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-top-right-corner-shaped-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-top-right-corner-shaped-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unlock-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unlock-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unlock-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unlock-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unlock-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unlock-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unmaximize-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unmaximize-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unmaximize-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unmaximize-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unmaximize-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unmaximize-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unontop-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unontop-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unontop-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unontop-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unontop-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unontop-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unshade-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unshade-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unshade-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unshade-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unshade-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unshade-button-ih.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unsticky-button-c.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unsticky-button-f.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unsticky-button-h.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unsticky-button-i.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unsticky-button-ic.png
-%%DATADIR%%/themes/StyleTab/SilverColor/top-frame-unsticky-button-ih.png
-%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-bottom-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-bottom-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-bottom-border-f.png
-%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-bottom-border-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-bottom-left-corner-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-bottom-left-corner-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-bottom-left-corner-shaped-f.png
@@ -3625,6 +2671,10 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-bottom-right-corner-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-bottom-right-corner-shaped-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-bottom-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-button-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-close-button-c.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-close-button-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-close-button-h.png
@@ -3726,13 +2776,37 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-sticky-button-ic.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-sticky-button-ih.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-left-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-left-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-left-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-marked-ih.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-right-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-right-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-right-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-right-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-right-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-right-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-right-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-tab-right-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-title-cursor-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-title-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-title-nocursor-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-top-border-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-top-border-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/bottom-frame-top-left-corner-f.png
@@ -3777,6 +2851,10 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-bottom-left-corner-shaped-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-bottom-right-corner-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-button-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-close-button-c.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-close-button-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-close-button-h.png
@@ -3795,8 +2873,6 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-iconify-button-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-iconify-button-ic.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-iconify-button-ih.png
-%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-left-border-f.png
-%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-left-border-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-lock-button-c.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-lock-button-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-lock-button-h.png
@@ -3878,13 +2954,35 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-sticky-button-ic.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-sticky-button-ih.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-bottom-icon-marked-ih.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-marked-ih.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-top-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-top-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-top-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-top-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-top-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-top-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-top-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-tab-top-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-title-cursor-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-title-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-title-nocursor-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-top-border-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-top-border-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/left-frame-top-left-corner-f.png
@@ -3931,6 +3029,10 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-bottom-right-corner-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-bottom-right-corner-shaped-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-bottom-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-button-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-close-button-c.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-close-button-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-close-button-h.png
@@ -4017,10 +3119,6 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-rename-button-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-rename-button-ic.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-rename-button-ih.png
-%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-right-border-cursor-f.png
-%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-right-border-cursor-i.png
-%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-right-border-f.png
-%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-right-border-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-shade-button-c.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-shade-button-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-shade-button-h.png
@@ -4034,13 +3132,35 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-sticky-button-ic.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-sticky-button-ih.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-bottom-icon-marked-ih.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-marked-ih.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-top-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-top-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-top-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-top-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-top-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-top-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-top-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-tab-top-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-title-cursor-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-title-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-title-nocursor-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-top-border-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-top-border-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/right-frame-top-left-corner-f.png
@@ -4085,6 +3205,10 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-bottom-left-corner-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-bottom-right-corner-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-button-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-close-button-c.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-close-button-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-close-button-h.png
@@ -4188,17 +3312,37 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-sticky-button-ic.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-sticky-button-ih.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-ih.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-left-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-left-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-left-icon-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-left-icon-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-left-icon-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-left-icon-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-left-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-left-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-left-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-left-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-marked-ih.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-right-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-right-h.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-right-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-right-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-right-marked-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-right-marked-h.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-right-marked-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-tab-right-marked-ih.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-title-cursor-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-title-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-title-i.png
-%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-top-border-f.png
-%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-top-border-i.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-title-nocursor-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-top-left-corner-f.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-top-left-corner-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-top-left-corner-shaped-f.png
@@ -4237,25 +3381,738 @@ share/locale/zh_TW/LC_MESSAGES/sawfish.mo
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-unsticky-button-i.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-unsticky-button-ic.png
%%DATADIR%%/themes/StyleTab/Smoothly/top-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-bottom-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-bottom-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-bottom-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-bottom-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-left-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-left-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-right-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-right-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-left-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-left-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-left-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-right-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-right-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-right-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-right-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-right-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-right-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-right-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-tab-right-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-top-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-top-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/bottom-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-bottom-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-bottom-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-bottom-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-bottom-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-right-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-right-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-bottom-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-top-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-top-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-top-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-top-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-top-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-top-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-top-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-tab-top-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-top-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-top-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-top-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-top-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/left-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-bottom-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-bottom-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-bottom-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-bottom-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-left-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-left-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-bottom-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-top-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-top-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-top-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-top-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-top-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-top-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-top-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-tab-top-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-top-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-top-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-top-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-top-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/right-frame-unsticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-bottom-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-bottom-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-bottom-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-bottom-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-bottom-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-bottom-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-close-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-close-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-close-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-close-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-close-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-close-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-frame-type-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-frame-type-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-frame-type-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-frame-type-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-frame-type-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-frame-type-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-icon-title-images-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-icon-title-images-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-iconify-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-iconify-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-iconify-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-iconify-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-iconify-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-iconify-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-left-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-left-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-lock-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-lock-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-lock-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-lock-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-lock-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-lock-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-maximize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-maximize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-maximize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-maximize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-maximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-maximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-menu-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-menu-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-menu-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-menu-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-menu-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-menu-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-move-resize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-move-resize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-move-resize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-move-resize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-move-resize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-move-resize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-last-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-last-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-last-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-last-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-next-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-ontop-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-ontop-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-ontop-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-ontop-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-ontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-ontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-last-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-last-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-last-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-last-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-last-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-prev-last-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-raise-lower-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-raise-lower-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-raise-lower-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-raise-lower-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-raise-lower-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-raise-lower-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-rename-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-rename-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-rename-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-rename-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-rename-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-rename-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-right-border-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-right-border-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-shade-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-shade-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-shade-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-shade-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-shade-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-shade-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-sticky-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-sticky-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-sticky-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-sticky-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-sticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-sticky-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-left-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-left-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-left-icon-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-left-icon-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-left-icon-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-left-icon-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-left-icon-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-left-icon-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-left-icon-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-left-icon-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-right-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-right-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-right-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-right-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-right-marked-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-right-marked-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-right-marked-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-tab-right-marked-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-title-cursor-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-title-cursor-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-title-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-title-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-title-nocursor-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-title-nocursor-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-top-left-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-top-left-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-top-left-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-top-left-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-top-right-corner-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-top-right-corner-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-top-right-corner-shaped-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-top-right-corner-shaped-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unlock-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unlock-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unlock-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unlock-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unlock-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unlock-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unmaximize-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unmaximize-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unmaximize-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unmaximize-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unmaximize-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unmaximize-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unontop-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unontop-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unontop-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unontop-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unontop-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unontop-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unshade-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unshade-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unshade-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unshade-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unshade-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unshade-button-ih.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unsticky-button-c.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unsticky-button-f.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unsticky-button-h.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unsticky-button-i.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unsticky-button-ic.png
+%%DATADIR%%/themes/StyleTab/WixDa/top-frame-unsticky-button-ih.png
%%DATADIR%%/themes/StyleTab/theme.jl
+%%DATADIR%%/themes/Zami-like.tar.gz
%%DATADIR%%/themes/absolute-e.tar.gz
-%%DATADIR%%/themes/brushed-metal.tar.gz
-%%DATADIR%%/themes/get-S-tabbed.tar.gz
-%%DATADIR%%/themes/gradient.tar.gz
-%%DATADIR%%/themes/gtk.tar.gz
+%%DATADIR%%/themes/candido.tar.gz
+%%DATADIR%%/themes/gradient-tabbed.tar.gz
%%DATADIR%%/themes/microGUI.tar.gz
-%%DATADIR%%/themes/mono.tar.gz
%%DATADIR%%/themes/mxflat.tar.gz
-%%DATADIR%%/themes/simple.tar.gz
-%%DATADIR%%/themes/smaker.tar.gz
share/xsessions/sawfish.desktop
@dirrmtry share/xsessions
+@dirrm %%DATADIR%%/themes/StyleTab/WixDa
@dirrm %%DATADIR%%/themes/StyleTab/Smoothly
-@dirrm %%DATADIR%%/themes/StyleTab/SilverColor
-@dirrm %%DATADIR%%/themes/StyleTab/Silver
@dirrm %%DATADIR%%/themes/StyleTab/Reduce
-@dirrm %%DATADIR%%/themes/StyleTab/DarkColor
-@dirrm %%DATADIR%%/themes/StyleTab/Dark
+@dirrm %%DATADIR%%/themes/StyleTab/Glass
+@dirrm %%DATADIR%%/themes/StyleTab/Default
@dirrm %%DATADIR%%/themes/StyleTab
@dirrm %%DATADIR%%/themes
@dirrm %%DATADIR%%/sounds
@@ -4273,12 +4130,15 @@ share/xsessions/sawfish.desktop
@dirrm %%DATADIR%%/lisp/sawfish/wm
@dirrm %%DATADIR%%/lisp/sawfish/gtk/widgets
@dirrm %%DATADIR%%/lisp/sawfish/gtk
-@dirrm %%DATADIR%%/lisp/sawfish/cfg/widgets
@dirrm %%DATADIR%%/lisp/sawfish/cfg/layouts
@dirrm %%DATADIR%%/lisp/sawfish/cfg
@dirrm %%DATADIR%%/lisp/sawfish
@dirrm %%DATADIR%%/lisp
@dirrm %%DATADIR%%
+@dirrmtry share/locale/hi_IN/LC_MESSAGES
+@dirrmtry share/locale/hi_IN
+@dirrmtry share/locale/ak/LC_MESSAGES
+@dirrmtry share/locale/ak
@dirrmtry share/icons/hicolor/32x32/apps
@dirrmtry share/icons/hicolor/32x32
@dirrmtry share/icons/hicolor