diff --git a/.cdtproject b/.cdtproject new file mode 100644 index 0000000000000000000000000000000000000000..d010e9af9e2393897c463f59866ec9f244f8cf7b --- /dev/null +++ b/.cdtproject @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<cdtproject id="org.eclipse.cdt.make.core.make"> + <extension id="org.eclipse.cdt.make.core.MakeScannerProvider" point="org.eclipse.cdt.core.ScannerInfoProvider"/> + <data> + <item id="org.eclipse.cdt.make.core.makeScannerInfo"/> + </data> +</cdtproject> diff --git a/.project b/.project new file mode 100644 index 0000000000000000000000000000000000000000..bc30fb4276bcb86439d7318ec005b6107a66331a --- /dev/null +++ b/.project @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>xfwm4</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.cdt.make.core.makeBuilder</name> + <arguments> + <dictionary> + <key>org.eclipse.cdt.core.errorOutputParser</key> + <value>org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.VCErrorParser;</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.fullBuildTarget</key> + <value>clean all</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.incrementalBuildTarget</key> + <value>all</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.enableAutoBuild</key> + <value>false</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.buildLocation</key> + <value></value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key> + <value>true</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.buildCommand</key> + <value>make</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.enableFullBuild</key> + <value>true</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.enabledIncrementalBuild</key> + <value>true</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.autoBuildTarget</key> + <value>all</value> + </dictionary> + <dictionary> + <key>org.eclipse.cdt.make.core.stopOnError</key> + <value>false</value> + </dictionary> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.cdt.core.cnature</nature> + <nature>org.eclipse.cdt.make.core.makeNature</nature> + <nature>org.eclipse.cdt.core.ccnature</nature> + </natures> +</projectDescription> diff --git a/configure b/configure index 5864bacee78c28a1b4f6468b73ce27bccaa25094..c025297662481c4e077b3caeded317e42a6b2157 100755 --- a/configure +++ b/configure @@ -24671,7 +24671,7 @@ echo "${ECHO_T}yes" >&6 fi - ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile doc/fr/Makefile doc/fr/images/Makefile defaults/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/bbs/Makefile themes/curve/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/exocet/Makefile themes/meenee/Makefile themes/microcurve/Makefile themes/microdeck/Makefile themes/microdeck2/Makefile themes/microdeck3/Makefile themes/opta/Makefile themes/prune/Makefile themes/synthetic/Makefile themes/tgc/Makefile themes/tgc-large/Makefile themes/tubular/Makefile" + ac_config_files="$ac_config_files xfwm4.spec Makefile doc/Makefile doc/C/Makefile doc/C/images/Makefile doc/fr/Makefile doc/fr/images/Makefile defaults/Makefile mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile themes/opta/Makefile themes/softwall/Makefile themes/synthetic/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -25255,23 +25255,12 @@ do "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "themes/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/Makefile" ;; - "themes/bbs/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/bbs/Makefile" ;; - "themes/curve/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/curve/Makefile" ;; "themes/default/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/default/Makefile" ;; "themes/default.keys/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/default.keys/Makefile" ;; "themes/default-4.0/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/default-4.0/Makefile" ;; - "themes/exocet/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/exocet/Makefile" ;; - "themes/meenee/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/meenee/Makefile" ;; - "themes/microcurve/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/microcurve/Makefile" ;; - "themes/microdeck/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/microdeck/Makefile" ;; - "themes/microdeck2/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/microdeck2/Makefile" ;; - "themes/microdeck3/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/microdeck3/Makefile" ;; "themes/opta/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/opta/Makefile" ;; - "themes/prune/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/prune/Makefile" ;; + "themes/softwall/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/softwall/Makefile" ;; "themes/synthetic/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/synthetic/Makefile" ;; - "themes/tgc/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/tgc/Makefile" ;; - "themes/tgc-large/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/tgc-large/Makefile" ;; - "themes/tubular/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/tubular/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; diff --git a/configure.ac b/configure.ac index a266859f614e02dc24cb3b4820732d40d654a807..270498bb633b34ac279af5c4e39283f3bb054b13 100644 --- a/configure.ac +++ b/configure.ac @@ -90,21 +90,10 @@ mcs-plugin/Makefile po/Makefile.in src/Makefile themes/Makefile -themes/bbs/Makefile -themes/curve/Makefile themes/default/Makefile themes/default.keys/Makefile themes/default-4.0/Makefile -themes/exocet/Makefile -themes/meenee/Makefile -themes/microcurve/Makefile -themes/microdeck/Makefile -themes/microdeck2/Makefile -themes/microdeck3/Makefile themes/opta/Makefile -themes/prune/Makefile +themes/softwall/Makefile themes/synthetic/Makefile -themes/tgc/Makefile -themes/tgc-large/Makefile -themes/tubular/Makefile ]) diff --git a/ltmain.sh b/ltmain.sh index e6e79cb7d1eb59c02ef4824c75b993b8e11fa1bd..5b79699cd782e7eca15f2a659bfb8e3ec578e510 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -48,6 +48,9 @@ EOF exit 0 fi +# define SED for historic ltconfig's generated by Libtool 1.3 +test -z "$SED" && SED=sed + # The name of this program. progname=`$echo "$0" | ${SED} 's%^.*/%%'` modename="$progname" diff --git a/themes/Makefile.am b/themes/Makefile.am index 477bfa88fe953d364e4c472cf83c864b7761f67a..0cb2b50609e9b10cad10498173dba77ed0e2ff02 100644 --- a/themes/Makefile.am +++ b/themes/Makefile.am @@ -2,20 +2,9 @@ # SUBDIRS = \ - bbs \ - curve \ default \ default.keys \ default-4.0 \ - exocet \ - meenee \ - microcurve \ - microdeck \ - microdeck2 \ - microdeck3 \ opta \ - prune \ - synthetic \ - tgc \ - tgc-large \ - tubular + softwall \ + synthetic diff --git a/themes/Makefile.in b/themes/Makefile.in index 96f81b66050ed304b8b6f31134f45439c743663f..e1cd2ef81cdf09bf5dd82eb0b5ce9c942d886c2e 100644 --- a/themes/Makefile.in +++ b/themes/Makefile.in @@ -206,23 +206,12 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ SUBDIRS = \ - bbs \ - curve \ default \ default.keys \ default-4.0 \ - exocet \ - meenee \ - microcurve \ - microdeck \ - microdeck2 \ - microdeck3 \ opta \ - prune \ - synthetic \ - tgc \ - tgc-large \ - tubular + softwall \ + synthetic all: all-recursive diff --git a/themes/bbs/Makefile.am b/themes/bbs/Makefile.am deleted file mode 100644 index 3e9654f7c85734699f05fd1acafed461acc93416..0000000000000000000000000000000000000000 --- a/themes/bbs/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -themedir = $(pkgdatadir)/themes/bbs -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/bbs/Makefile.in b/themes/bbs/Makefile.in deleted file mode 100644 index ea545acd7a3417574d20f175a8922352123fc183..0000000000000000000000000000000000000000 --- a/themes/bbs/Makefile.in +++ /dev/null @@ -1,427 +0,0 @@ -# Makefile.in generated by automake 1.8.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -subdir = themes/bbs -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ - $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ - $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__installdirs = $(DESTDIR)$(themedir) -themeDATA_INSTALL = $(INSTALL_DATA) -DATA = $(theme_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -LIBXPM_LIBS = @LIBXPM_LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -RANDR_LIBS = @RANDR_LIBS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -XGETTEXT = @XGETTEXT@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/bbs -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/bbs/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/bbs/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkdir_p) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ - $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ - rm -f $(DESTDIR)$(themedir)/$$f; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - $(mkdir_p) $(DESTDIR)$(themedir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-themeDATA - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-themeDATA - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ - install-themeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-info-am uninstall-themeDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/bbs/README b/themes/bbs/README deleted file mode 100644 index d1b01930002ceff52c7ea6120a14fa4d70cd10d8..0000000000000000000000000000000000000000 --- a/themes/bbs/README +++ /dev/null @@ -1,6 +0,0 @@ -bbs ---- - -A mix inspired by KDE, Next, Blackbox and TigertCrack themes. - -bbs stands for "blackbox style". diff --git a/themes/bbs/bottom-active.xpm b/themes/bbs/bottom-active.xpm deleted file mode 100644 index 78f7987dbfefd8519cf082e9e0fd203805a94596..0000000000000000000000000000000000000000 --- a/themes/bbs/bottom-active.xpm +++ /dev/null @@ -1,16 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 7 6 1", -" c None", -". c #9B9B8A s active_shadow_2", -"+ c #D6D6CC s active_hilight_2", -"# c #D6D6CC s active_color_2", -"& c #9B9B8A s active_mid_2", -"@ c #000000", -"................................", -"++++++++++++++++++++++++++++++++", -"################################", -"################################", -"################################", -"................................", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/bbs/bottom-inactive.xpm b/themes/bbs/bottom-inactive.xpm deleted file mode 100644 index 9ed32f4e892f017f44a1ec2c90ec36f7988cf454..0000000000000000000000000000000000000000 --- a/themes/bbs/bottom-inactive.xpm +++ /dev/null @@ -1,16 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"32 7 6 1", -" c None", -". c #9B9B8A s inactive_shadow_2", -"+ c #D6D6CC s inactive_hilight_2", -"# c #D6D6CC s inactive_color_2", -"& c #9B9B8A s inactive_mid_2", -"@ c #000000", -"................................", -"++++++++++++++++++++++++++++++++", -"################################", -"################################", -"################################", -"................................", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/bbs/bottom-left-active.xpm b/themes/bbs/bottom-left-active.xpm deleted file mode 100644 index 787e819707886bd5d6a3d11c0e4fafc91d2aa895..0000000000000000000000000000000000000000 --- a/themes/bbs/bottom-left-active.xpm +++ /dev/null @@ -1,16 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"26 7 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #9B9B8A s active_mid_2", -".+@#######################", -".+@@+++++++++++++++++++@.+", -".+&&&&&&&&&&&&&&&&&&&&&#.+", -".+&&&&&&&&&&&&&&&&&&&&&#.+", -".+&&&&&&&&&&&&&&&&&&&&&#.+", -".@######################.@", -".........................."}; diff --git a/themes/bbs/bottom-left-inactive.xpm b/themes/bbs/bottom-left-inactive.xpm deleted file mode 100644 index 7410e6254fcf17adfd26378c86e3a57f44aa810b..0000000000000000000000000000000000000000 --- a/themes/bbs/bottom-left-inactive.xpm +++ /dev/null @@ -1,16 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"26 7 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"& c #9B9B8A s inactive_mid_2", -".+@#######################", -".+@@+++++++++++++++++++@.+", -".+&&&&&&&&&&&&&&&&&&&&&#.+", -".+&&&&&&&&&&&&&&&&&&&&&#.+", -".+&&&&&&&&&&&&&&&&&&&&&#.+", -".@######################.@", -".........................."}; diff --git a/themes/bbs/bottom-right-active.xpm b/themes/bbs/bottom-right-active.xpm deleted file mode 100644 index e9aba565aa03ec6d8a1cff04a0e6304d18ee9965..0000000000000000000000000000000000000000 --- a/themes/bbs/bottom-right-active.xpm +++ /dev/null @@ -1,16 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"26 7 6 1", -" c None", -". c #9B9B8A s active_shadow_2", -"+ c #D6D6CC s active_color_2", -"@ c #000000", -"# c #9B9B8A s active_hilight_2", -"& c #9B9B8A s active_mid_2", -".......................+.@", -"+@####################++.@", -".@#&&&&&&&&&&&&&&&&&&&&&.@", -".@#&&&&&&&&&&&&&&&&&&&&&.@", -".@#&&&&&&&&&&&&&&&&&&&&&.@", -".@+......................@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/bbs/bottom-right-inactive.xpm b/themes/bbs/bottom-right-inactive.xpm deleted file mode 100644 index 424ca6ce5d13b72818be7a24fc6bbe1a3c2c46cc..0000000000000000000000000000000000000000 --- a/themes/bbs/bottom-right-inactive.xpm +++ /dev/null @@ -1,16 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"26 7 6 1", -" c None", -". c #9B9B8A s inactive_shadow_2", -"+ c #D6D6CC s inactive_color_2", -"@ c #000000", -"# c #9B9B8A s inactive_hilight_2", -"& c #9B9B8A s inactive_mid_2", -".......................+.@", -"+@####################++.@", -".@#&&&&&&&&&&&&&&&&&&&&&.@", -".@#&&&&&&&&&&&&&&&&&&&&&.@", -".@#&&&&&&&&&&&&&&&&&&&&&.@", -".@+......................@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/bbs/close-active.xpm b/themes/bbs/close-active.xpm deleted file mode 100644 index 4c3a5902be340fb82345e38b52035cf0f497035b..0000000000000000000000000000000000000000 --- a/themes/bbs/close-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -"% c #9B9B8A s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@..@@@..@@@", -"@@@...@...@@@", -"@@@$.....$@@@", -"@@@%$...$%@@@", -"@@@@.....@@@@", -"@@@...$...@@@", -"@@@..$%$..@@@", -"@@@$$%@%$$@@@", -"@@@%%@@@%%@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/close-inactive.xpm b/themes/bbs/close-inactive.xpm deleted file mode 100644 index 4944ebf82fc8c6ea886f7d8aeeefba4cd4040ceb..0000000000000000000000000000000000000000 --- a/themes/bbs/close-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #63615F s inactive_shadow_1", -"$ c #9B9B8A s inactive_shadow_2", -"% c #D6D6CC s inactive_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@..@@@..@@@", -"@@@...@...@@@", -"@@@$.....$@@@", -"@@@%$...$%@@@", -"@@@@.....@@@@", -"@@@...$...@@@", -"@@@..$%$..@@@", -"@@@$$%@%$$@@@", -"@@@%%@@@%%@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/close-pressed.xpm b/themes/bbs/close-pressed.xpm deleted file mode 100644 index 68a690b1f92395040fdb4d4f8dfc78d3c204b8ce..0000000000000000000000000000000000000000 --- a/themes/bbs/close-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"13 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@..@@@..@@@", -"@@@...@...@@@", -"@@@@.....@@@@", -"@@@@@...@@@@@", -"@@@@.....@@@@", -"@@@...@...@@@", -"@@@..@@@..@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/hide-active.xpm b/themes/bbs/hide-active.xpm deleted file mode 100644 index a0ce9a47c79c997803adcb132cff458a6e7cda9b..0000000000000000000000000000000000000000 --- a/themes/bbs/hide-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -"% c #9B9B8A s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@.....@@@@", -"@@@@.....@@@@", -"@@@@.....@@@@", -"@@@@$$$$$@@@@", -"@@@@%%%%%@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/hide-inactive.xpm b/themes/bbs/hide-inactive.xpm deleted file mode 100644 index 804614e7bbe50716528b1407dc96e33674f009e4..0000000000000000000000000000000000000000 --- a/themes/bbs/hide-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #63615F s inactive_shadow_1", -"$ c #9B9B8A s inactive_shadow_2", -"% c #D6D6CC s inactive_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@.....@@@@", -"@@@@.....@@@@", -"@@@@.....@@@@", -"@@@@$$$$$@@@@", -"@@@@%%%%%@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/hide-pressed.xpm b/themes/bbs/hide-pressed.xpm deleted file mode 100644 index d4c6e087deb18e2b4e33dd9463448e025136c1fb..0000000000000000000000000000000000000000 --- a/themes/bbs/hide-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"13 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@.....@@@@", -"@@@@.....@@@@", -"@@@@.....@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/left-active.xpm b/themes/bbs/left-active.xpm deleted file mode 100644 index dd802ce9de24e3e095329d3a840e742ff9427151..0000000000000000000000000000000000000000 --- a/themes/bbs/left-active.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"4 32 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#"}; diff --git a/themes/bbs/left-inactive.xpm b/themes/bbs/left-inactive.xpm deleted file mode 100644 index 19b3595afb5e45a34ef45822e4cd2a0fa1236d91..0000000000000000000000000000000000000000 --- a/themes/bbs/left-inactive.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"4 32 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#"}; diff --git a/themes/bbs/maximize-active.xpm b/themes/bbs/maximize-active.xpm deleted file mode 100644 index 12330362ab8c7f66c7ae90178df48e979268517d..0000000000000000000000000000000000000000 --- a/themes/bbs/maximize-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -"% c #9B9B8A s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@.......@@@", -"@@@.......@@@", -"@@@..$$$..@@@", -"@@@..%%%..@@@", -"@@@..@@@..@@@", -"@@@.......@@@", -"@@@.......@@@", -"@@@$$$$$$$@@@", -"@@@%%%%%%%@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/maximize-inactive.xpm b/themes/bbs/maximize-inactive.xpm deleted file mode 100644 index 2da1e2f60302d49389ce59bc7033ac032eb2e237..0000000000000000000000000000000000000000 --- a/themes/bbs/maximize-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #63615F s inactive_shadow_1", -"$ c #9B9B8A s inactive_shadow_2", -"% c #D6D6CC s inactive_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@.......@@@", -"@@@.......@@@", -"@@@..$$$..@@@", -"@@@..%%%..@@@", -"@@@..@@@..@@@", -"@@@.......@@@", -"@@@.......@@@", -"@@@$$$$$$$@@@", -"@@@%%%%%%%@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/maximize-pressed.xpm b/themes/bbs/maximize-pressed.xpm deleted file mode 100644 index 9446063f5af81c1366f2adf1fb6e2b9a425d9ad2..0000000000000000000000000000000000000000 --- a/themes/bbs/maximize-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"13 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@.......@@@", -"@@@.......@@@", -"@@@..@@@..@@@", -"@@@..@@@..@@@", -"@@@..@@@..@@@", -"@@@.......@@@", -"@@@.......@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/menu-active.xpm b/themes/bbs/menu-active.xpm deleted file mode 100644 index eb03ed6361b6ef7c9f8887d4837c1bc218d5ba63..0000000000000000000000000000000000000000 --- a/themes/bbs/menu-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -"% c #9B9B8A s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@..@@@..@@@", -"@@@...@...@@@", -"@@@$.....$@@@", -"@@@%$...$%@@@", -"@@@@%$.$%@@@@", -"@@@@@%$%@@@@@", -"@@@@@@%@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/menu-inactive.xpm b/themes/bbs/menu-inactive.xpm deleted file mode 100644 index ca57f3db6a8c72f636e9f23dfc40794818f798cd..0000000000000000000000000000000000000000 --- a/themes/bbs/menu-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #63615F s inactive_shadow_1", -"$ c #9B9B8A s inactive_shadow_2", -"% c #D6D6CC s inactive_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@..@@@..@@@", -"@@@...@...@@@", -"@@@$.....$@@@", -"@@@%$...$%@@@", -"@@@@%$.$%@@@@", -"@@@@@%$%@@@@@", -"@@@@@@%@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/menu-pressed.xpm b/themes/bbs/menu-pressed.xpm deleted file mode 100644 index 8462a070a2d8d27a549a432e7082ba63ac119367..0000000000000000000000000000000000000000 --- a/themes/bbs/menu-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"13 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@..@@@..@@@", -"@@@...@...@@@", -"@@@@.....@@@@", -"@@@@@...@@@@@", -"@@@@@@.@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/right-active.xpm b/themes/bbs/right-active.xpm deleted file mode 100644 index db391d089c30db0930bc925a7c60a61aada4cb4e..0000000000000000000000000000000000000000 --- a/themes/bbs/right-active.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"4 32 4 1", -" c None", -". c #9B9B8A s active_shadow_2", -"+ c #D6D6CC s active_color_2", -"@ c #000000", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@"}; diff --git a/themes/bbs/right-inactive.xpm b/themes/bbs/right-inactive.xpm deleted file mode 100644 index 01969fc5a98d0781638bac92cbe601064efa695a..0000000000000000000000000000000000000000 --- a/themes/bbs/right-inactive.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"4 32 4 1", -" c None", -". c #9B9B8A s inactive_shadow_2", -"+ c #D6D6CC s inactive_color_2", -"@ c #000000", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@", -".+.@"}; diff --git a/themes/bbs/shade-active.xpm b/themes/bbs/shade-active.xpm deleted file mode 100644 index 78e3e5fa0b0f54c53dfb6c06d1de8ab046e95472..0000000000000000000000000000000000000000 --- a/themes/bbs/shade-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -"% c #9B9B8A s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@.@@@@@@", -"@@@@@...@@@@@", -"@@@@.....@@@@", -"@@@...$...@@@", -"@@@..$%$..@@@", -"@@@$$%@%$$@@@", -"@@@%%@@@%%@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/shade-inactive.xpm b/themes/bbs/shade-inactive.xpm deleted file mode 100644 index 4d9ac6b6fccc4b4be4b63b04965ea68363fd109f..0000000000000000000000000000000000000000 --- a/themes/bbs/shade-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #63615F s inactive_shadow_1", -"$ c #9B9B8A s inactive_shadow_2", -"% c #D6D6CC s inactive_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@.@@@@@@", -"@@@@@...@@@@@", -"@@@@.....@@@@", -"@@@...$...@@@", -"@@@..$%$..@@@", -"@@@$$%@%$$@@@", -"@@@%%@@@%%@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/shade-pressed.xpm b/themes/bbs/shade-pressed.xpm deleted file mode 100644 index c62aea6446c96836ec3c2727338003a59efd2152..0000000000000000000000000000000000000000 --- a/themes/bbs/shade-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"13 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@.@@@@@@", -"@@@@@...@@@@@", -"@@@@.....@@@@", -"@@@...@...@@@", -"@@@..@@@..@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/stick-active.xpm b/themes/bbs/stick-active.xpm deleted file mode 100644 index b11adfd0744ca4e3a7d7d99bc100ddcbfa049907..0000000000000000000000000000000000000000 --- a/themes/bbs/stick-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -"% c #9B9B8A s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@.@@.@@@", -"@@@@@@....@@@", -"@@@.......@@@", -"@@@$$$....@@@", -"@@@%%%.$$.@@@", -"@@@@@@$%%$@@@", -"@@@@@@%@@%@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/stick-inactive.xpm b/themes/bbs/stick-inactive.xpm deleted file mode 100644 index acadc54dd3e1b642f4b56937b52a5d836feca522..0000000000000000000000000000000000000000 --- a/themes/bbs/stick-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"13 18 7 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #63615F s inactive_shadow_1", -"$ c #9B9B8A s inactive_shadow_2", -"% c #D6D6CC s inactive_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@.@@.@@@", -"@@@@@@....@@@", -"@@@.......@@@", -"@@@$$$....@@@", -"@@@%%%.$$.@@@", -"@@@@@@$%%$@@@", -"@@@@@@%@@%@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/stick-pressed.xpm b/themes/bbs/stick-pressed.xpm deleted file mode 100644 index 99ac410f01a1fa902041acaff1304c05ec00fa77..0000000000000000000000000000000000000000 --- a/themes/bbs/stick-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"13 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #63615F s active_shadow_1", -"$ c #9B9B8A s active_shadow_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@.@@.@@@", -"@@@@@@....@@@", -"@@@.......@@@", -"@@@@@@....@@@", -"@@@@@@.@@.@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"$$$$$$$$$$$$$"}; diff --git a/themes/bbs/themerc b/themes/bbs/themerc deleted file mode 100644 index 06f36e91de21680459dd388771bef94f364d52d7..0000000000000000000000000000000000000000 --- a/themes/bbs/themerc +++ /dev/null @@ -1,5 +0,0 @@ -full_width_title=true -button_offset=2 -button_spacing=0 -title_vertical_offset_active=1 -title_vertical_offset_inactive=1 diff --git a/themes/bbs/title-1-active.xpm b/themes/bbs/title-1-active.xpm deleted file mode 100644 index 72cf800d22ecd90df9844f1f68432ac82a1dd605..0000000000000000000000000000000000000000 --- a/themes/bbs/title-1-active.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"4 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"$ c #9B9B8A s active_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"$$$$"}; diff --git a/themes/bbs/title-1-inactive.xpm b/themes/bbs/title-1-inactive.xpm deleted file mode 100644 index 9143b8d18ff3d9224ceb4b0c2af7d2c07e719037..0000000000000000000000000000000000000000 --- a/themes/bbs/title-1-inactive.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"4 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"$ c #9B9B8A s inactive_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"$$$$"}; diff --git a/themes/bbs/title-2-active.xpm b/themes/bbs/title-2-active.xpm deleted file mode 100644 index 619be067724dc4e1f18c500a33d51760492594f6..0000000000000000000000000000000000000000 --- a/themes/bbs/title-2-active.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"16 18 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #BDB7B3 s active_hilight_1", -"$ c #9B9B8A s active_shadow_2", -"% c #8A8683 s active_mid_1", -"& c #7C7976 s active_color_1", -"* c #63615F s active_shadow_1", -"................", -"++++@.##########", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"$$$$$.&*********"}; diff --git a/themes/bbs/title-2-inactive.xpm b/themes/bbs/title-2-inactive.xpm deleted file mode 100644 index 3977816883e61be68805faf9d02f108f738b4305..0000000000000000000000000000000000000000 --- a/themes/bbs/title-2-inactive.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"16 18 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #BDB7B3 s inactive_hilight_1", -"$ c #9B9B8A s inactive_shadow_2", -"% c #8A8683 s inactive_mid_1", -"& c #7C7976 s inactive_color_1", -"* c #63615F s inactive_shadow_1", -"................", -"++++@.##########", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"@@@@$.#%%%%%%%%%", -"@@@@$.#&&&&&&&&&", -"$$$$$.&*********"}; diff --git a/themes/bbs/title-3-active.xpm b/themes/bbs/title-3-active.xpm deleted file mode 100644 index 1db628b8c946c7d3eda57700a6d98e221db9d98b..0000000000000000000000000000000000000000 --- a/themes/bbs/title-3-active.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"8 18 6 1", -" c None", -". c #000000", -"+ c #BDB7B3 s active_hilight_1", -"@ c #8A8683 s active_mid_1", -"# c #7C7976 s active_color_1", -"$ c #63615F s active_shadow_1", -"........", -"++++++++", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"$$$$$$$$"}; diff --git a/themes/bbs/title-3-inactive.xpm b/themes/bbs/title-3-inactive.xpm deleted file mode 100644 index 9a319c15624a9af1024b0a62ca024426b06141bc..0000000000000000000000000000000000000000 --- a/themes/bbs/title-3-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"8 18 6 1", -" c None", -". c #000000", -"+ c #BDB7B3 s inactive_hilight_1", -"@ c #8A8683 s inactive_mid_1", -"# c #7C7976 s inactive_color_1", -"$ c #63615F s inactive_shadow_1", -"........", -"++++++++", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"@@@@@@@@", -"########", -"$$$$$$$$"}; diff --git a/themes/bbs/title-4-active.xpm b/themes/bbs/title-4-active.xpm deleted file mode 100644 index 963aafbf14a8b2f9d6db4eaef04239ae2ff8031c..0000000000000000000000000000000000000000 --- a/themes/bbs/title-4-active.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"16 18 9 1", -" c None", -". c #000000", -"+ c #BDB7B3 s active_hilight_1", -"@ c #7C7976 s active_color_1", -"# c #FFFFFF s active_hilight_2", -"$ c #8A8683 s active_mid_1", -"% c #63615F s active_shadow_1", -"& c #D6D6CC s active_color_2", -"* c #9B9B8A s active_shadow_2", -"................", -"+++++++++@.#####", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"%%%%%%%%%%.*****"}; diff --git a/themes/bbs/title-4-inactive.xpm b/themes/bbs/title-4-inactive.xpm deleted file mode 100644 index f6b9759aa3fe377b779f39f945ff6108421c1163..0000000000000000000000000000000000000000 --- a/themes/bbs/title-4-inactive.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"16 18 9 1", -" c None", -". c #000000", -"+ c #BDB7B3 s inactive_hilight_1", -"@ c #7C7976 s inactive_color_1", -"# c #FFFFFF s inactive_hilight_2", -"$ c #8A8683 s inactive_mid_1", -"% c #63615F s inactive_shadow_1", -"& c #D6D6CC s inactive_color_2", -"* c #9B9B8A s inactive_shadow_2", -"................", -"+++++++++@.#####", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"$$$$$$$$$%.#&&&&", -"@@@@@@@@@%.#&&&&", -"%%%%%%%%%%.*****"}; diff --git a/themes/bbs/title-5-active.xpm b/themes/bbs/title-5-active.xpm deleted file mode 100644 index 5335db7296314ef39ea5cd291623a07582a850ec..0000000000000000000000000000000000000000 --- a/themes/bbs/title-5-active.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"4 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"$ c #9B9B8A s active_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"$$$$"}; diff --git a/themes/bbs/title-5-inactive.xpm b/themes/bbs/title-5-inactive.xpm deleted file mode 100644 index 644b9c02197b685e1f46b60088324a196935b5dc..0000000000000000000000000000000000000000 --- a/themes/bbs/title-5-inactive.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"4 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"$ c #9B9B8A s inactive_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"$$$$"}; diff --git a/themes/bbs/top-left-active.xpm b/themes/bbs/top-left-active.xpm deleted file mode 100644 index 51aaa88c5aac32f06f67cb731be75557456020bb..0000000000000000000000000000000000000000 --- a/themes/bbs/top-left-active.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"8 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"% c #9B9B8A s active_shadow_2", -"........", -".+++++++", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@%%%%%"}; diff --git a/themes/bbs/top-left-inactive.xpm b/themes/bbs/top-left-inactive.xpm deleted file mode 100644 index 709ee853de51d11e8bfa5948dcd6cf6e9fab127d..0000000000000000000000000000000000000000 --- a/themes/bbs/top-left-inactive.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"8 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"% c #9B9B8A s inactive_shadow_2", -"........", -".+++++++", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@%%%%%"}; diff --git a/themes/bbs/top-right-active.xpm b/themes/bbs/top-right-active.xpm deleted file mode 100644 index 01478c317424aacabd382cdab0ce6a36be34e273..0000000000000000000000000000000000000000 --- a/themes/bbs/top-right-active.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"8 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"........", -"++++++@.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"#####@#."}; diff --git a/themes/bbs/top-right-inactive.xpm b/themes/bbs/top-right-inactive.xpm deleted file mode 100644 index c44ceae0bf55a9aa2a25a6069004b81204d93a41..0000000000000000000000000000000000000000 --- a/themes/bbs/top-right-inactive.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"8 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"........", -"++++++@.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"#####@#."}; diff --git a/themes/curve/Makefile.am b/themes/curve/Makefile.am deleted file mode 100644 index 5bc98a0c86e1524f437960b499cec6bce4624e9c..0000000000000000000000000000000000000000 --- a/themes/curve/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -themedir = $(pkgdatadir)/themes/curve -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/curve/Makefile.in b/themes/curve/Makefile.in deleted file mode 100644 index 7b3ffdd72b6409f9ec67d84ff7f74450d6250127..0000000000000000000000000000000000000000 --- a/themes/curve/Makefile.in +++ /dev/null @@ -1,427 +0,0 @@ -# Makefile.in generated by automake 1.8.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -subdir = themes/curve -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ - $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ - $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__installdirs = $(DESTDIR)$(themedir) -themeDATA_INSTALL = $(INSTALL_DATA) -DATA = $(theme_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -LIBXPM_LIBS = @LIBXPM_LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -RANDR_LIBS = @RANDR_LIBS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -XGETTEXT = @XGETTEXT@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/curve -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/curve/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/curve/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkdir_p) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ - $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ - rm -f $(DESTDIR)$(themedir)/$$f; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - $(mkdir_p) $(DESTDIR)$(themedir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-themeDATA - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-themeDATA - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ - install-themeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-info-am uninstall-themeDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/curve/README b/themes/curve/README deleted file mode 100644 index 6154ab3852cbd712fc9a11c46942d2d9aa44b9bb..0000000000000000000000000000000000000000 --- a/themes/curve/README +++ /dev/null @@ -1,4 +0,0 @@ -Curve ------ - -Ported from Metacity theme "Bluecurve" by Garrett LeSage and Havoc Pennington diff --git a/themes/curve/bottom-active.xpm b/themes/curve/bottom-active.xpm deleted file mode 100644 index fce66d57e868807837f08ac673a974f7d961a530..0000000000000000000000000000000000000000 --- a/themes/curve/bottom-active.xpm +++ /dev/null @@ -1,14 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 6 5 1", -" c None", -"$ c #000000", -". c #A1A1A1 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #E6E6E6 s active_color_2", -"................................", -"++++++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"................................", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/curve/bottom-inactive.xpm b/themes/curve/bottom-inactive.xpm deleted file mode 100644 index 84687fd6238356a076b90cd2ed4df43ffc5e03d6..0000000000000000000000000000000000000000 --- a/themes/curve/bottom-inactive.xpm +++ /dev/null @@ -1,14 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"32 6 5 1", -" c None", -"$ c #000000", -". c #A1A1A1 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #E6E6E6 s inactive_color_2", -"................................", -"++++++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"................................", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/curve/bottom-left-active.xpm b/themes/curve/bottom-left-active.xpm deleted file mode 100644 index 18d9232cc7d606c0fc7c38ebf585b05862b338f4..0000000000000000000000000000000000000000 --- a/themes/curve/bottom-left-active.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"22 22 5 1", -" c None", -". c #000000", -"+ c #889CCA", -"@ c #5F7AB8", -"# c #3C5999", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@# ", -".+@@@#################", -" .+@@@++++++++++++++++", -" .+@@@@@@@@@@@@@@@@@@@", -" .##@@@@@@@@@@@@@@@@@", -" ..#################", -" ................."}; diff --git a/themes/curve/bottom-left-inactive.xpm b/themes/curve/bottom-left-inactive.xpm deleted file mode 100644 index dac804063f61d8a1fec7343bac6ef9b75614cafe..0000000000000000000000000000000000000000 --- a/themes/curve/bottom-left-inactive.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"22 22 5 1", -" c None", -". c #000000", -"+ c #6671B2 s inactive_color_1", -"@ c #444F94 s inactive_shadow_1", -"# c #8D95C6 s inactive_hilight_1", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@ ", -".#+++@@@@@@@@@@@@@@@@@", -" .#+++################", -" .#+++++++++++++++++++", -" .@@+++++++++++++++++", -" ..@@@@@@@@@@@@@@@@@", -" ................."}; diff --git a/themes/curve/bottom-right-active.xpm b/themes/curve/bottom-right-active.xpm deleted file mode 100644 index e0d5034b17c1dc6c44c833b028ce6c8b54fff25e..0000000000000000000000000000000000000000 --- a/themes/curve/bottom-right-active.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"22 22 5 1", -" c None", -". c #3C5999", -"+ c #889CCA", -"@ c #5F7AB8", -"# c #000000", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -" .+@@.#", -".................+@@.#", -"+++++++++++++++++@@.# ", -"@@@@@@@@@@@@@@@@@@@.# ", -"@@@@@@@@@@@@@@@@@..# ", -".................## ", -"################# "}; diff --git a/themes/curve/bottom-right-inactive.xpm b/themes/curve/bottom-right-inactive.xpm deleted file mode 100644 index fcbb4b44daad93540f023346758e290fc7a78485..0000000000000000000000000000000000000000 --- a/themes/curve/bottom-right-inactive.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"22 22 5 1", -" c None", -". c #444F94 s inactive_shadow_1", -"+ c #6671B2 s inactive_color_1", -"@ c #000000", -"# c #8D95C6 s inactive_hilight_1", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -" .#++.@", -".................#++.@", -"#################++.@ ", -"+++++++++++++++++++.@ ", -"+++++++++++++++++..@ ", -".................@@ ", -"@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/curve/close-active.xpm b/themes/curve/close-active.xpm deleted file mode 100644 index f204125fadccb823c282170e79d61079c43cd69c..0000000000000000000000000000000000000000 --- a/themes/curve/close-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"20 19 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #919191 s active_shadow_2", -"# c #E6E6E6 s active_color_2", -"= c #A1A1A1 s active_mid_2", -"....................", -"+++++++++++++++++++=", -"++#################=", -"+##################=", -"+##################=", -"+#####..####..#####=", -"+####....##....####=", -"+####..........####=", -"+#####........#####=", -"+######......######=", -"+######......######=", -"+#####........#####=", -"+####..........####=", -"+####....##....####=", -"+#####..####..#####=", -"+##################=", -"+##################=", -"+##################=", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/close-inactive.xpm b/themes/curve/close-inactive.xpm deleted file mode 100644 index 0bf3d647878666554addad7769e07b9266b3e711..0000000000000000000000000000000000000000 --- a/themes/curve/close-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"20 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #E6E6E6 s inactive_color_1", -"# c #828282 s inactive_shadow_1", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@##@@@@##@@@@@@", -"@@@@@####@@####@@@@@", -"@@@@@##########@@@@@", -"@@@@@@########@@@@@@", -"@@@@@@@######@@@@@@@", -"@@@@@@@######@@@@@@@", -"@@@@@@########@@@@@@", -"@@@@@##########@@@@@", -"@@@@@####@@####@@@@@", -"@@@@@@##@@@@##@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"####################"}; diff --git a/themes/curve/close-pressed.xpm b/themes/curve/close-pressed.xpm deleted file mode 100644 index 948edbab92e718b3d7669e727d2ebcc7453a94bb..0000000000000000000000000000000000000000 --- a/themes/curve/close-pressed.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"20 19 4 1", -" c None", -". c #000000", -"+ c #CBCBCB s active_mid_2", -"@ c #A7A7A7 s active_shadow_2", -"....................", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@+++++..++++..+++++@", -"@++++....++....++++@", -"@++++..........++++@", -"@+++++........+++++@", -"@++++++......++++++@", -"@++++++......++++++@", -"@+++++........+++++@", -"@++++..........++++@", -"@++++....++....++++@", -"@+++++..++++..+++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/hide-active.xpm b/themes/curve/hide-active.xpm deleted file mode 100644 index 3122044263a0ebe5fe459dfe058e7611a8d1439a..0000000000000000000000000000000000000000 --- a/themes/curve/hide-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"20 19 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #919191 s active_shadow_2", -"# c #E6E6E6 s active_color_2", -"= c #A1A1A1 s active_mid_2", -"....................", -"+++++++++++++++++++=", -"++#################=", -"+##################=", -"+##################=", -"+##################=", -"+##################=", -"+##################=", -"+##################=", -"+##################=", -"+##################=", -"+####@........@####=", -"+####..........####=", -"+####..........####=", -"+####@........@####=", -"+##################=", -"+##################=", -"+##################=", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/hide-inactive.xpm b/themes/curve/hide-inactive.xpm deleted file mode 100644 index 982bc7e72f04129c229305a7eb94bf3985b1e8a0..0000000000000000000000000000000000000000 --- a/themes/curve/hide-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"20 19 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #E6E6E6 s inactive_color_1", -"# c #CBCBCB s inactive_mid_1", -"- c #828282 s inactive_shadow_1", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@#--------#@@@@@", -"@@@@@----------@@@@@", -"@@@@@----------@@@@@", -"@@@@@#--------#@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"--------------------"}; diff --git a/themes/curve/hide-pressed.xpm b/themes/curve/hide-pressed.xpm deleted file mode 100644 index be0497d09645a7717d862fbdd219d270bf0895ac..0000000000000000000000000000000000000000 --- a/themes/curve/hide-pressed.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"20 19 4 1", -" c None", -". c #000000", -"+ c #CBCBCB s active_mid_2", -"@ c #A7A7A7 s active_shadow_2", -"....................", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++@........@++++@", -"@++++..........++++@", -"@++++..........++++@", -"@++++@........@++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/left-active.xpm b/themes/curve/left-active.xpm deleted file mode 100644 index 060d177a4064dedc8aff806f79fa69c74a84dd37..0000000000000000000000000000000000000000 --- a/themes/curve/left-active.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"6 32 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #E6E6E6 s active_color_2", -"# c #A1A1A1 s active_shadow_2", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#"}; diff --git a/themes/curve/left-inactive.xpm b/themes/curve/left-inactive.xpm deleted file mode 100644 index 889727b90c6c5ac325fb520be243b58fc1e78391..0000000000000000000000000000000000000000 --- a/themes/curve/left-inactive.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"6 32 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #E6E6E6 s inactive_color_2", -"# c #A1A1A1 s inactive_shadow_2", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#"}; diff --git a/themes/curve/maximize-active.xpm b/themes/curve/maximize-active.xpm deleted file mode 100644 index 186707b5bbe33143073d6f197034249cfa342bdf..0000000000000000000000000000000000000000 --- a/themes/curve/maximize-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"20 19 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #919191 s active_shadow_2", -"# c #E6E6E6 s active_color_2", -"= c #A1A1A1 s active_mid_2", -"....................", -"+++++++++++++++++++=", -"++#################=", -"+##################=", -"+##################=", -"+####@........@####=", -"+####..........####=", -"+####..........####=", -"+####..........####=", -"+####.########.####=", -"+####.########.####=", -"+####.########.####=", -"+####.########.####=", -"+####.########.####=", -"+####@........@####=", -"+##################=", -"+##################=", -"+##################=", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/maximize-inactive.xpm b/themes/curve/maximize-inactive.xpm deleted file mode 100644 index 7c18fe0068f6bf3c16481d2b44f8071ad2fe4541..0000000000000000000000000000000000000000 --- a/themes/curve/maximize-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"20 19 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #E6E6E6 s inactive_color_1", -"# c #CBCBCB s inactive_mid_1", -"$ c #828282 s inactive_shadow_1", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@#$$$$$$$$#@@@@@", -"@@@@@$$$$$$$$$$@@@@@", -"@@@@@$$$$$$$$$$@@@@@", -"@@@@@$$$$$$$$$$@@@@@", -"@@@@@$@@@@@@@@$@@@@@", -"@@@@@$@@@@@@@@$@@@@@", -"@@@@@$@@@@@@@@$@@@@@", -"@@@@@$@@@@@@@@$@@@@@", -"@@@@@$@@@@@@@@$@@@@@", -"@@@@@#$$$$$$$$#@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/curve/maximize-pressed.xpm b/themes/curve/maximize-pressed.xpm deleted file mode 100644 index b13b4807ec2d58c49d64878dcd1cd96fc5c7e04a..0000000000000000000000000000000000000000 --- a/themes/curve/maximize-pressed.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"20 19 4 1", -" c None", -". c #000000", -"+ c #CBCBCB s inactive_mid_2", -"@ c #A7A7A7 s inactive_shadow_2", -"....................", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++@........@++++@", -"@++++..........++++@", -"@++++..........++++@", -"@++++..........++++@", -"@++++.++++++++.++++@", -"@++++.++++++++.++++@", -"@++++.++++++++.++++@", -"@++++.++++++++.++++@", -"@++++.++++++++.++++@", -"@++++@........@++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/menu-active.xpm b/themes/curve/menu-active.xpm deleted file mode 100644 index 2944ce30012160c7012d3e54341ebabcfb690d0a..0000000000000000000000000000000000000000 --- a/themes/curve/menu-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"20 19 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #919191 s active_shadow_2", -"# c #E6E6E6 s active_color_2", -"= c #A1A1A1 s active_mid_2", -"....................", -"+++++++++++++++++++=", -"++#################=", -"+##################=", -"+##################=", -"+##################=", -"+####..######..####=", -"+###....####....###=", -"+###.....##.....###=", -"+####..........####=", -"+#####........#####=", -"+######......######=", -"+#######....#######=", -"+########..########=", -"+##################=", -"+##################=", -"+##################=", -"+##################=", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/menu-inactive.xpm b/themes/curve/menu-inactive.xpm deleted file mode 100644 index 5b559a023cbbcd3175fbfa0a4967eb65b80a528a..0000000000000000000000000000000000000000 --- a/themes/curve/menu-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"20 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #E6E6E6 s inactive_color_1", -"# c #828282 s inactive_shadow_1", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@##@@@@@@##@@@@@", -"@@@@####@@@@####@@@@", -"@@@@#####@@#####@@@@", -"@@@@@##########@@@@@", -"@@@@@@########@@@@@@", -"@@@@@@@######@@@@@@@", -"@@@@@@@@####@@@@@@@@", -"@@@@@@@@@##@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"####################"}; diff --git a/themes/curve/menu-pressed.xpm b/themes/curve/menu-pressed.xpm deleted file mode 100644 index 4f9264afd8760284ee7c5c06acb8e83943663ee5..0000000000000000000000000000000000000000 --- a/themes/curve/menu-pressed.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"20 19 4 1", -" c None", -". c #000000", -"+ c #CBCBCB s active_mid_2", -"@ c #A7A7A7 s active_shadow_2", -"....................", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++..++++++..++++@", -"@+++....++++....+++@", -"@+++.....++.....+++@", -"@++++..........++++@", -"@+++++........+++++@", -"@++++++......++++++@", -"@+++++++....+++++++@", -"@++++++++..++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/right-active.xpm b/themes/curve/right-active.xpm deleted file mode 100644 index c1a61ddda574b177ddfe17b5be8f01643d91d4de..0000000000000000000000000000000000000000 --- a/themes/curve/right-active.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"6 32 5 1", -" c None", -"+ c #FFFFFF s active_hilight_2", -"@ c #E6E6E6 s active_color_2", -"# c #B8B8B8 s active_shadow_2", -"$ c #000000", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$"}; diff --git a/themes/curve/right-inactive.xpm b/themes/curve/right-inactive.xpm deleted file mode 100644 index a4fbe7cddb6ea037d6762dc531f62b86caf7e1b9..0000000000000000000000000000000000000000 --- a/themes/curve/right-inactive.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"6 32 5 1", -" c None", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #E6E6E6 s inactive_color_2", -"# c #B8B8B8 s inactive_shadow_2", -"$ c #000000", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$", -"#+@@#$"}; diff --git a/themes/curve/shade-active.xpm b/themes/curve/shade-active.xpm deleted file mode 100644 index 0f9ec8b69e6dfddcb54e0b9d3f9f65107803c7c1..0000000000000000000000000000000000000000 --- a/themes/curve/shade-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"20 19 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #919191 s active_shadow_2", -"# c #E6E6E6 s active_color_2", -"= c #A1A1A1 s active_mid_2", -"....................", -"+++++++++++++++++++=", -"++#################=", -"+##################=", -"+##################=", -"+##################=", -"+########..########=", -"+#######....#######=", -"+######......######=", -"+#####........#####=", -"+####..........####=", -"+###.....##.....###=", -"+###....####....###=", -"+####..######..####=", -"+##################=", -"+##################=", -"+##################=", -"+##################=", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/shade-inactive.xpm b/themes/curve/shade-inactive.xpm deleted file mode 100644 index 3dd3648997138815beb1ed62df90b426e8f099cd..0000000000000000000000000000000000000000 --- a/themes/curve/shade-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"20 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #E6E6E6 s inactive_color_1", -"# c #828282 s inactive_shadow_1", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@##@@@@@@@@@", -"@@@@@@@@####@@@@@@@@", -"@@@@@@@######@@@@@@@", -"@@@@@@########@@@@@@", -"@@@@@##########@@@@@", -"@@@@#####@@#####@@@@", -"@@@@####@@@@####@@@@", -"@@@@@##@@@@@@##@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"####################"}; diff --git a/themes/curve/shade-pressed.xpm b/themes/curve/shade-pressed.xpm deleted file mode 100644 index 583015627dd8c0f2b662b2ffbb7b8879d28c91c6..0000000000000000000000000000000000000000 --- a/themes/curve/shade-pressed.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"20 19 4 1", -" c None", -". c #000000", -"+ c #CBCBCB s active_mid_2", -"@ c #A7A7A7 s active_shadow_2", -"....................", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++..++++++++@", -"@+++++++....+++++++@", -"@++++++......++++++@", -"@+++++........+++++@", -"@++++..........++++@", -"@+++.....++.....+++@", -"@+++....++++....+++@", -"@++++..++++++..++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/stick-active.xpm b/themes/curve/stick-active.xpm deleted file mode 100644 index 15de0fd76fcd66e8c2b77c221f764dc2cbe6b65e..0000000000000000000000000000000000000000 --- a/themes/curve/stick-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"20 19 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #919191 s active_shadow_2", -"# c #E6E6E6 s active_color_2", -"= c #A1A1A1 s active_mid_2", -"....................", -"+++++++++++++++++++=", -"++#################=", -"+##################=", -"+##################=", -"+##################=", -"+##########.###.###=", -"+##########.....###=", -"+####.......###.###=", -"+###............###=", -"+####...........###=", -"+##########.....###=", -"+##########.###.###=", -"+##################=", -"+##################=", -"+##################=", -"+##################=", -"+##################=", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/stick-inactive.xpm b/themes/curve/stick-inactive.xpm deleted file mode 100644 index 5900a4746f9ea64ec632a6b81cb87260e83e7582..0000000000000000000000000000000000000000 --- a/themes/curve/stick-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"20 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #E6E6E6 s inactive_color_1", -"# c #828282 s inactive_shadow_1", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@#@@@#@@@@", -"@@@@@@@@@@@#####@@@@", -"@@@@@#######@@@#@@@@", -"@@@@############@@@@", -"@@@@@###########@@@@", -"@@@@@@@@@@@#####@@@@", -"@@@@@@@@@@@#@@@#@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"####################"}; diff --git a/themes/curve/stick-pressed.xpm b/themes/curve/stick-pressed.xpm deleted file mode 100644 index 72e96945b3686939cc3d3fa68c9e1a4e90205eb0..0000000000000000000000000000000000000000 --- a/themes/curve/stick-pressed.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"20 19 4 1", -" c None", -". c #000000", -"+ c #CBCBCB s active_mid_2", -"@ c #A7A7A7 s active_shadow_2", -"....................", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++.+++.+++@", -"@++++++++++.....+++@", -"@++++.......+++.+++@", -"@+++............+++@", -"@++++...........+++@", -"@++++++++++.....+++@", -"@++++++++++.+++.+++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@++++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/curve/themerc b/themes/curve/themerc deleted file mode 100644 index a87c7cdddb263ec677bb82f310bca609e3f8d98a..0000000000000000000000000000000000000000 --- a/themes/curve/themerc +++ /dev/null @@ -1,9 +0,0 @@ -full_width_title=true -active_text_color=#FFFFFF -button_offset=0 -button_spacing=0 -title_vertical_offset_active=0 -title_vertical_offset_inactive=0 -title_horizontal_offset=8 -title_shadow_active=true -title_shadow_inactive=false diff --git a/themes/curve/title-1-active.xpm b/themes/curve/title-1-active.xpm deleted file mode 100644 index 2b3fd1503b8f38d5feb597e1d1f6a670dc06c195..0000000000000000000000000000000000000000 --- a/themes/curve/title-1-active.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"1 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #E6E6E6 s active_color_2", -"# c #919191 s active_shadow_2", -".", -"+", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"#"}; diff --git a/themes/curve/title-1-inactive.xpm b/themes/curve/title-1-inactive.xpm deleted file mode 100644 index 53befeab6bffcfc0abc9c8a4d7f69e5dacf49fa3..0000000000000000000000000000000000000000 --- a/themes/curve/title-1-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"1 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #E6E6E6 s inactive_color_1", -"# c #919191 s inactive_shadow_1", -".", -"+", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"#"}; diff --git a/themes/curve/title-2-active.xpm b/themes/curve/title-2-active.xpm deleted file mode 100644 index 3c3b77a1f43be3468fc18a8e563e2fac92b847f1..0000000000000000000000000000000000000000 --- a/themes/curve/title-2-active.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"1 19 3 1", -" c None", -". c #000000", -"+ c #435783", -".", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"."}; diff --git a/themes/curve/title-2-inactive.xpm b/themes/curve/title-2-inactive.xpm deleted file mode 100644 index 62d0ba8338af945741d0c2150c9572911074cfe5..0000000000000000000000000000000000000000 --- a/themes/curve/title-2-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"1 19 5 1", -" c None", -". c #000000", -"+ c #919191 s inactive_shadow_1", -"@ c #FFFFFF s inactive_hilight_1", -"# c #E6E6E6 s inactive_color_1", -".", -"#", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+"}; diff --git a/themes/curve/title-3-active.xpm b/themes/curve/title-3-active.xpm deleted file mode 100644 index 2ba10bac10bb24d39c411c370672ab681bb2c332..0000000000000000000000000000000000000000 --- a/themes/curve/title-3-active.xpm +++ /dev/null @@ -1,54 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"20 19 32 1", -" c None", -". c #000000", -"+ c #91A6D5", -"@ c #4464AC", -"# c #293C67", -"$ c #7E93C3", -"% c #4768AE", -"& c #2E426D", -"* c #7E94C3", -"= c #4F6EB2", -"- c #394C77", -"; c #8196C5", -"> c #435783", -", c #8197C7", -"' c #5774B6", -") c #7F95C6", -"! c #5D78B9", -"~ c #4C608F", -"{ c #637FBB", -"] c #576D9C", -"^ c #7E94C5", -"/ c #728AC2", -"( c #6A7FAF", -"_ c #8398C9", -": c #7B93C8", -"< c #778DBD", -"[ c #849ACB", -"} c #8DA1CE", -"| c #91A5D3", -"1 c #8EA3D2", -"2 c #A1B3DA", -"3 c #0B0B0C", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"@@@#$@@@#$@@@#$@@@#$", -"@@#$@@@#$@@@#$@@@#$@", -"@#$@@@#$@@@#$@@@#$@@", -"#$@@@#$@@@#$@@@#$@@@", -"$@@@#$@@@#$@@@#$@@@#", -"@@@#$@@@#$@@@#$@@@#$", -"%%&*%%%&*%%%&*%%%&*%", -"=-;===-;===-;===-;==", -">,'''>,'''>,'''>,'''", -")!!!~)!!!~)!!!~)!!!~", -"{{{]^{{{]^{{{]^{{{]^", -"//(_///(_///(_///(_/", -":<[:::<[:::<[:::<[::", -"}|111}|111}|111}|111", -"22222222222222222222", -">>>>>>>>>>>>>>>>>>>>"}; diff --git a/themes/curve/title-3-inactive.xpm b/themes/curve/title-3-inactive.xpm deleted file mode 100644 index 5ee9c14bfbe33ac2f615a883512e76235b87eeaa..0000000000000000000000000000000000000000 --- a/themes/curve/title-3-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * title_3_ininactive_xpm[] = { -"20 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #E6E6E6 s inactive_color_1", -"# c #919191 s inactive_shadow_1", -"....................", -"++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@", -"####################"}; diff --git a/themes/curve/title-4-active.xpm b/themes/curve/title-4-active.xpm deleted file mode 100644 index 00fe8d6af38c1326b52c6b1de17e40d4e8494624..0000000000000000000000000000000000000000 --- a/themes/curve/title-4-active.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"1 19 3 1", -" c None", -". c #000000", -"$ c #435783", -".", -"$", -"$", -"$", -"$", -"$", -"$", -"$", -"$", -"$", -"$", -"$", -"$", -"$", -"$", -"$", -"$", -"$", -"."}; diff --git a/themes/curve/title-4-inactive.xpm b/themes/curve/title-4-inactive.xpm deleted file mode 100644 index f397adaaebd942fe56e125c9dc495661e9be7f7b..0000000000000000000000000000000000000000 --- a/themes/curve/title-4-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * title_4_ininactive_xpm[] = { -"1 19 5 1", -" c None", -". c #000000", -"+ c #919191 s inactive_shadow_1", -"@ c #FFFFFF s inactive_hilight_1", -"# c #E6E6E6 s inactive_color_1", -".", -"#", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+", -"+"}; diff --git a/themes/curve/title-5-active.xpm b/themes/curve/title-5-active.xpm deleted file mode 100644 index 3f1c2488d506e8bf7a8be97c264c59f250e4c550..0000000000000000000000000000000000000000 --- a/themes/curve/title-5-active.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"1 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #E6E6E6 s active_color_2", -"# c #919191 s active_shadow_2", -".", -"+", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"#"}; diff --git a/themes/curve/title-5-inactive.xpm b/themes/curve/title-5-inactive.xpm deleted file mode 100644 index 7e8ca33b7654ba919df06be1ea74b702c2355a90..0000000000000000000000000000000000000000 --- a/themes/curve/title-5-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * title_5_ininactive_xpm[] = { -"1 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #E6E6E6 s inactive_color_1", -"# c #919191 s inactive_shadow_1", -".", -"+", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"@", -"#"}; diff --git a/themes/curve/top-left-active.xpm b/themes/curve/top-left-active.xpm deleted file mode 100644 index 302fa231d79669bca4c9a22145c0709f78b0e9f6..0000000000000000000000000000000000000000 --- a/themes/curve/top-left-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"6 19 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #919191 s active_shadow_2", -"# c #E6E6E6 s active_color_2", -"% c #A1A1A1 s active_mid_2", -" .", -" ..+", -" .++%", -" .+##%", -" .+##%", -".+###%", -".+###%", -".+###%", -".+###%", -".+###%", -".+###%", -".+###%", -".+###%", -".+###%", -".+###%", -".+###%", -".+###%", -".+###%", -".@@@@@"}; diff --git a/themes/curve/top-left-inactive.xpm b/themes/curve/top-left-inactive.xpm deleted file mode 100644 index 0f98e88f5df83a77da41bc57c643d9f8ac23d6ec..0000000000000000000000000000000000000000 --- a/themes/curve/top-left-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * top_left_ininactive_xpm[] = { -"6 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #919191 s inactive_shadow_1", -"# c #E6E6E6 s inactive_color_1", -" .", -" ..+", -" .++#", -" .+###", -" .+###", -".+####", -".+####", -".+####", -".+####", -".+####", -".+####", -".+####", -".+####", -".+####", -".+####", -".+####", -".+####", -".+####", -".@@@@@"}; diff --git a/themes/curve/top-right-active.xpm b/themes/curve/top-right-active.xpm deleted file mode 100644 index 85d64d89cfc86a4d8b7fcc2bddacf6090af4f735..0000000000000000000000000000000000000000 --- a/themes/curve/top-right-active.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"6 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"# c #E6E6E6 s active_color_2", -"$ c #919191 s active_shadow_2", -". ", -"+.. ", -"+++. ", -"+##$. ", -"+##$. ", -"+###$.", -"+###$.", -"+###$.", -"+###$.", -"+###$.", -"+###$.", -"+###$.", -"+###$.", -"+###$.", -"+###$.", -"+###$.", -"+###$.", -"+###$.", -"$$$$$."}; diff --git a/themes/curve/top-right-inactive.xpm b/themes/curve/top-right-inactive.xpm deleted file mode 100644 index 0f5b3adfc553a23156d503c364283528454ea537..0000000000000000000000000000000000000000 --- a/themes/curve/top-right-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"6 19 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"# c #E6E6E6 s inactive_color_1", -"$ c #919191 s inactive_shadow_1", -". ", -"+.. ", -"#++. ", -"###$. ", -"###$. ", -"####$.", -"####$.", -"####$.", -"####$.", -"####$.", -"####$.", -"####$.", -"####$.", -"####$.", -"####$.", -"####$.", -"####$.", -"####$.", -"$$$$$."}; diff --git a/themes/default/bottom-active.xpm b/themes/default/bottom-active.xpm index d46f75c9f5274982b3075ef66c79fbbcb05d70f6..463f05298ae3b7cbd2c267b97e325c7d8734d8c8 100644 --- a/themes/default/bottom-active.xpm +++ b/themes/default/bottom-active.xpm @@ -1,15 +1,14 @@ /* XPM */ static char * bottom_active_xpm[] = { -"32 5 7 1", -" c None", -". c #000000", -"+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"$ c #567B9C s active_mid_1", -"# c #D5D6D5 s active_color_2", -"% c #567B9C s active_mid_1", -"################################", -"################################", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"32 5 6 1", +" c None", +". c #949594 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"@ c #D5D6D5 s active_color_2", +"# c #B4BAB4 s active_mid_2", +"$ c #000000", "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"................................"}; +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/default/bottom-inactive.xpm b/themes/default/bottom-inactive.xpm index 43c3c96784f84eb6972c9a43bb246490e8cb7bb4..acac072dc4c00d5227825b2ba6fbe6cc40f0b495 100644 --- a/themes/default/bottom-inactive.xpm +++ b/themes/default/bottom-inactive.xpm @@ -1,15 +1,14 @@ /* XPM */ static char * bottom_inactive_xpm[] = { -"32 5 7 1", -" c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"$ c #567B9C s inactive_mid_1", -"# c #D5D6D5 s inactive_color_2", -"% c #567B9C s inactive_mid_1", -"################################", -"################################", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"32 5 6 1", +" c None", +". c #949594 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"@ c #D5D6D5 s inactive_color_2", +"# c #B4BAB4 s inactive_mid_2", +"$ c #000000", "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"................................"}; +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/default/bottom-left-active.xpm b/themes/default/bottom-left-active.xpm index c7e17663a571ff1614351c85d88e0957002b4232..7464fa8eed45ff36b51dcd62d457d2b89be1aec8 100644 --- a/themes/default/bottom-left-active.xpm +++ b/themes/default/bottom-left-active.xpm @@ -1,26 +1,25 @@ /* XPM */ static char * bottom_left_active_xpm[] = { -"16 16 7 1", +"16 16 6 1", " c None", -". c #000000", -"+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"$ c #567B9C s active_mid_1", -"# c #D5D6D5 s active_color_2", -"% c #567B9C s active_mid_1", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%#############", -".@%#############", -".@%%%%%%%%%%%%%%", -".@@@@@@@@@@@@@@@", -" ..............."}; +"@ c #000000", +". c #4B58A2 s active_shadow_2", +"+ c #525FAB s active_color_2", +"# c #FFFFFF s active_hilight_2", +"$ c #848FD6 s active_mid_2", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@$+++ ", +"@@.+++++++++++++", +" @@$++++++++++++", +" @@@.$++++++++++", +" @@@@@@@@@@@@@@", +" @@@@@@@@@@@@"}; diff --git a/themes/default/bottom-left-inactive.xpm b/themes/default/bottom-left-inactive.xpm index cba63ff36ba5de1d9d651aea0b1c20b2fa11d8d1..b9b8edd098651b69b09ed68617b7e467734e6558 100644 --- a/themes/default/bottom-left-inactive.xpm +++ b/themes/default/bottom-left-inactive.xpm @@ -1,26 +1,25 @@ /* XPM */ static char * bottom_left_inactive_xpm[] = { -"16 16 7 1", +"16 16 6 1", " c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"$ c #567B9C s inactive_mid_1", -"# c #D5D6D5 s inactive_color_2", -"% c #567B9C s inactive_mid_1", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%## ", -".@%#############", -".@%#############", -".@%%%%%%%%%%%%%%", -".@@@@@@@@@@@@@@@", -" ..............."}; +"@ c #000000", +". c #4B58A2 s inactive_shadow_2", +"+ c #525FAB s inactive_color_2", +"# c #FFFFFF s inactive_hilight_2", +"$ c #848FD6 s inactive_mid_2", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@+++ ", +"@@$+++ ", +"@@.+++++++++++++", +" @@$++++++++++++", +" @@@.$++++++++++", +" @@@@@@@@@@@@@@", +" @@@@@@@@@@@@"}; diff --git a/themes/default/bottom-right-active.xpm b/themes/default/bottom-right-active.xpm index d1791fa9d9a44ac1dc12e0d46b7053491b60725f..8c87904987f66e05130e2bf632f31daa45b0abc3 100644 --- a/themes/default/bottom-right-active.xpm +++ b/themes/default/bottom-right-active.xpm @@ -1,26 +1,25 @@ /* XPM */ static char * bottom_right_active_xpm[] = { -"16 16 7 1", -" c None", -". c #000000", -"+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"$ c #567B9C s active_mid_1", -"# c #D5D6D5 s active_color_2", -"% c #567B9C s active_mid_1", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -"#############%@.", -"#############%@.", -"%%%%%%%%%%%%%%@.", -"@@@@@@@@@@@@@@@.", -"............... "}; +"16 16 6 1", +" c None", +"@ c #000000", +". c #4B58A2 s active_shadow_2", +"+ c #525FAB s active_color_2", +"# c #FFFFFF s active_hilight_2", +"$ c #848FD6 s active_mid_2", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++$@@", +"+++++++++++++.@@", +"++++++++++++$@@ ", +"++++++++++$.@@@ ", +"@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@ "}; diff --git a/themes/default/bottom-right-inactive.xpm b/themes/default/bottom-right-inactive.xpm index 9c94b1e358466cbb857cd842f2da809dc3759bc9..b42b2d7957d41666281456bcf798dcb794fe83b9 100644 --- a/themes/default/bottom-right-inactive.xpm +++ b/themes/default/bottom-right-inactive.xpm @@ -1,26 +1,25 @@ /* XPM */ static char * bottom_right_inactive_xpm[] = { -"16 16 7 1", -" c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"$ c #567B9C s inactive_mid_1", -"# c #D5D6D5 s inactive_color_2", -"% c #567B9C s inactive_mid_1", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -" ##%@.", -"#############%@.", -"#############%@.", -"%%%%%%%%%%%%%%@.", -"@@@@@@@@@@@@@@@.", -"............... "}; +"16 16 6 1", +" c None", +"@ c #000000", +". c #4B58A2 s inactive_shadow_2", +"+ c #525FAB s inactive_color_2", +"# c #FFFFFF s inactive_hilight_2", +"$ c #848FD6 s inactive_mid_2", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++@@", +" +++$@@", +"+++++++++++++.@@", +"++++++++++++$@@ ", +"++++++++++$.@@@ ", +"@@@@@@@@@@@@@@ ", +"@@@@@@@@@@@@ "}; diff --git a/themes/default/close-active.xpm b/themes/default/close-active.xpm index 2dce7b2f166ad8a7265e3340f108fc3bad788145..529306194adcdbd8b68717bfdf817c56944e72e1 100644 --- a/themes/default/close-active.xpm +++ b/themes/default/close-active.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * close_active_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * close_active_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/close-inactive.xpm b/themes/default/close-inactive.xpm index fa6186496799160c3b5364c1839fbcdd30b8cdf7..91a055cfb8afc6935f3a307f4eabc53f8049b92c 100644 --- a/themes/default/close-inactive.xpm +++ b/themes/default/close-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * close_inactive_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s inactive_mid_1", "+ c #4B58A2 s inactive_shadow_1", @@ -8,7 +8,6 @@ static char * close_inactive_xpm[] = { "# c #949595 s inactive_shadow_1", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/close-pressed.xpm b/themes/default/close-pressed.xpm index 8203b5ca258209ffd2009fd62a5e5aef3ee6e6b9..b4695e4457bee11d72cc9bd68aafbbf4c3df25d2 100644 --- a/themes/default/close-pressed.xpm +++ b/themes/default/close-pressed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * close_pressed_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * close_pressed_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/hide-active.xpm b/themes/default/hide-active.xpm index a7fdbd4966de4f55dd1a0638e32b7fafd63ca8a4..d02b9cc688918fb173b5298d4095f972428584c8 100644 --- a/themes/default/hide-active.xpm +++ b/themes/default/hide-active.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * hide_active_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * hide_active_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/hide-inactive.xpm b/themes/default/hide-inactive.xpm index 8389ac4a68e746804a98b09aff5bc0bce3a51c46..fe6ba7b81f8836f9cb06074d1d65f3b0232c9acd 100644 --- a/themes/default/hide-inactive.xpm +++ b/themes/default/hide-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * hide_inactive_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s inactive_mid_1", "+ c #4B58A2 s inactive_shadow_1", @@ -8,7 +8,6 @@ static char * hide_inactive_xpm[] = { "# c #949595 s inactive_shadow_1", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/hide-pressed.xpm b/themes/default/hide-pressed.xpm index 53f45262684f8a42d0e0393312eb2fbe70d33c39..2bde0c28bc3f83b54c3b519cd35dc51729b9441a 100644 --- a/themes/default/hide-pressed.xpm +++ b/themes/default/hide-pressed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * hide_pressed_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * hide_pressed_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/left-active.xpm b/themes/default/left-active.xpm index f061110b0f4df076017e989950b43f2846027b8f..d6bc2654fef6617304e73dc9ba2940df4684f822 100644 --- a/themes/default/left-active.xpm +++ b/themes/default/left-active.xpm @@ -1,42 +1,41 @@ /* XPM */ static char * left_active_xpm[] = { -"5 32 7 1", -" c None", -". c #000000", -"+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"$ c #567B9C s active_mid_1", -"# c #D5D6D5 s active_color_2", -"% c #567B9C s active_mid_1", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##"}; +"5 32 6 1", +" c None", +". c #949595 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"# c #D5D6D5 s active_color_2", +"* c #B4BAB5 s active_mid_2", +"@ c #000000", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###"}; diff --git a/themes/default/left-inactive.xpm b/themes/default/left-inactive.xpm index e06db260f520681b778646e6cb1a270e2fb686e7..ae47b7a2478b0b99031e959ce545a5ea15e39d6b 100644 --- a/themes/default/left-inactive.xpm +++ b/themes/default/left-inactive.xpm @@ -1,42 +1,41 @@ /* XPM */ static char * left_inactive_xpm[] = { -"5 32 7 1", -" c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"$ c #567B9C s inactive_mid_1", -"# c #D5D6D5 s inactive_color_2", -"% c #567B9C s inactive_mid_1", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##", -".@%##"}; +"5 32 6 1", +" c None", +". c #949595 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"# c #D5D6D5 s inactive_color_2", +"* c #B4BAB5 s inactive_mid_2", +"@ c #000000", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###", +"@@###"}; diff --git a/themes/default/maximize-active.xpm b/themes/default/maximize-active.xpm index 9e0bb5d7525564b27b565bbcb05307d00d5126fd..acf260aee7a9afd6864f621de1d6c807544907a7 100644 --- a/themes/default/maximize-active.xpm +++ b/themes/default/maximize-active.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * maximize_active_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * maximize_active_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/maximize-inactive.xpm b/themes/default/maximize-inactive.xpm index 0f01bcb4606b4a32f68ba07c207ad6883af27bd3..f97ecaf16003143d6aadc3d1fc0445b7a46c190a 100644 --- a/themes/default/maximize-inactive.xpm +++ b/themes/default/maximize-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * maximize_inactive_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s inactive_mid_1", "+ c #4B58A2 s inactive_shadow_1", @@ -8,7 +8,6 @@ static char * maximize_inactive_xpm[] = { "# c #949595 s inactive_shadow_1", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/maximize-pressed.xpm b/themes/default/maximize-pressed.xpm index 535efa97237e3086cfde7c5116aa1f140971cd72..d7c3dc13aab21c8ced842bab9af1a2cfb1210a08 100644 --- a/themes/default/maximize-pressed.xpm +++ b/themes/default/maximize-pressed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * maximize_pressed_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * maximize_pressed_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/maximize-toggled-active.xpm b/themes/default/maximize-toggled-active.xpm index 8503ea4f2cd29c44a9a6d91039c615727b3f09fb..5eadc24af271c37f59aee68fbef17cb140974e0c 100644 --- a/themes/default/maximize-toggled-active.xpm +++ b/themes/default/maximize-toggled-active.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * maximize_toggled_active_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * maximize_toggled_active_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/maximize-toggled-inactive.xpm b/themes/default/maximize-toggled-inactive.xpm index 475cf4caf480e723c920327facdc7c4ca9170d27..3a4e7cd745a670fc94b9da583c1d5c7317ea8d30 100644 --- a/themes/default/maximize-toggled-inactive.xpm +++ b/themes/default/maximize-toggled-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * maximize_toggled_inactive_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s inactive_mid_1", "+ c #4B58A2 s inactive_shadow_1", @@ -8,7 +8,6 @@ static char * maximize_toggled_inactive_xpm[] = { "# c #949595 s inactive_shadow_1", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/maximize-toggled-pressed.xpm b/themes/default/maximize-toggled-pressed.xpm index 692f3a2fa94f6f32b2cf7de9a1dec3fa59591b1c..3c32a00d7940a861fbf2dbb02d739004161c1402 100644 --- a/themes/default/maximize-toggled-pressed.xpm +++ b/themes/default/maximize-toggled-pressed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * maximize_toggled_pressed_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * maximize_toggled_pressed_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/menu-active.xpm b/themes/default/menu-active.xpm index b6d79fd2c06c09cb4ac583536993c230cc4b2cd3..6287d93b7e2afbd1f42d1a252a9d041c9f925f21 100644 --- a/themes/default/menu-active.xpm +++ b/themes/default/menu-active.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * menu_active_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * menu_active_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/menu-inactive.xpm b/themes/default/menu-inactive.xpm index 90931f97868c00cac594be9e85c79793c1f18f55..53a7460066c105e35121d581d02d96169cb9151b 100644 --- a/themes/default/menu-inactive.xpm +++ b/themes/default/menu-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * menu_inactive_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s inactive_mid_1", "+ c #4B58A2 s inactive_shadow_1", @@ -8,7 +8,6 @@ static char * menu_inactive_xpm[] = { "# c #949595 s inactive_shadow_1", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/menu-pressed.xpm b/themes/default/menu-pressed.xpm index 8692ea1fefc3b07b727acca8232738d8c2e4252d..0e998ef1434d88e7dcb0a41fc70fe7c04ee0b04a 100644 --- a/themes/default/menu-pressed.xpm +++ b/themes/default/menu-pressed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * menu_pressed_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * menu_pressed_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/right-active.xpm b/themes/default/right-active.xpm index d0178a49cd0040840c96098c790e88b3dd10c652..3433a6806995836008637cf949f296cc86608850 100644 --- a/themes/default/right-active.xpm +++ b/themes/default/right-active.xpm @@ -1,42 +1,41 @@ /* XPM */ static char * right_active_xpm[] = { -"5 32 7 1", -" c None", -". c #000000", -"+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"$ c #567B9C s active_mid_1", -"# c #D5D6D5 s active_color_2", -"% c #567B9C s active_mid_1", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@."}; +"5 32 6 1", +" c None", +". c #949595 s active_shadow_2", +"+ c #FFFFFF s active_hilight_2", +"# c #D5D6D5 s active_color_2", +"* c #B4BAB5 s active_mid_2", +"@ c #000000", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@"}; diff --git a/themes/default/right-inactive.xpm b/themes/default/right-inactive.xpm index 7574cd684d76f10e56fa21343c3b3125e6ff7f68..6dbac73d064bcc43b42471fe8b0b2159d37836ed 100644 --- a/themes/default/right-inactive.xpm +++ b/themes/default/right-inactive.xpm @@ -1,42 +1,41 @@ /* XPM */ static char * right_inactive_xpm[] = { -"5 32 7 1", -" c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"$ c #567B9C s inactive_mid_1", -"# c #D5D6D5 s inactive_color_2", -"% c #567B9C s inactive_mid_1", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@.", -"##%@."}; +"5 32 6 1", +" c None", +". c #949595 s inactive_shadow_2", +"+ c #FFFFFF s inactive_hilight_2", +"# c #D5D6D5 s inactive_color_2", +"* c #B4BAB5 s inactive_mid_2", +"@ c #000000", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@", +"###@@"}; diff --git a/themes/default/shade-active.xpm b/themes/default/shade-active.xpm index 9fdfe04ed926c8bcb0008c59727f94052695e969..add3ad7a6f46588e5d84e3a3bb2f52aa8b9f4b90 100644 --- a/themes/default/shade-active.xpm +++ b/themes/default/shade-active.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * shade_active_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * shade_active_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/shade-inactive.xpm b/themes/default/shade-inactive.xpm index 96dff37105cc4a14a77a7bab39556d8bc8c2d42e..afdfdef093721d64a7950e09e84a777e93edb2ba 100644 --- a/themes/default/shade-inactive.xpm +++ b/themes/default/shade-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * shade_inactive_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s inactive_mid_1", "+ c #4B58A2 s inactive_shadow_1", @@ -8,7 +8,6 @@ static char * shade_inactive_xpm[] = { "# c #949595 s inactive_shadow_1", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/shade-pressed.xpm b/themes/default/shade-pressed.xpm index 5304a3de95f8c28381ae5026d39668375ed340c8..883016cade6f7f38e4b598367a68ebdedc357a5c 100644 --- a/themes/default/shade-pressed.xpm +++ b/themes/default/shade-pressed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * shade_pressed_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * shade_pressed_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/shade-toggled-active.xpm b/themes/default/shade-toggled-active.xpm index c63da1a7632462e230838abc70fbb87bc493529f..9248bb77905588f207e5bd83ba4112fd6f591c2f 100644 --- a/themes/default/shade-toggled-active.xpm +++ b/themes/default/shade-toggled-active.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * shade_toggled_active_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * shade_toggled_active_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/shade-toggled-inactive.xpm b/themes/default/shade-toggled-inactive.xpm index b0984863c5bcaa963c9b90612b2e7d7c63d2e7a1..884f506814b2e3aac82da3b55ff67f42c27adbfd 100644 --- a/themes/default/shade-toggled-inactive.xpm +++ b/themes/default/shade-toggled-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * shade_toggled_inactive_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s inactive_mid_1", "+ c #4B58A2 s inactive_shadow_1", @@ -8,7 +8,6 @@ static char * shade_toggled_inactive_xpm[] = { "# c #949595 s inactive_shadow_1", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/shade-toggled-pressed.xpm b/themes/default/shade-toggled-pressed.xpm index 51498ff4d2e1d2c33d0fd274fa20a5308f36d93c..dc2b95903670f595bcca5796562db1a0bbf06b2d 100644 --- a/themes/default/shade-toggled-pressed.xpm +++ b/themes/default/shade-toggled-pressed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * shade_toggled_pressed_xpm[] = { -"18 21 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -8,7 +8,6 @@ static char * shade_toggled_pressed_xpm[] = { "# c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/stick-active.xpm b/themes/default/stick-active.xpm index 5041b5a1d737ff647fc0eb397a6f42797a75d4ae..6d5ed56ce191b0aa6ab82e96e4bf6625fa551406 100644 --- a/themes/default/stick-active.xpm +++ b/themes/default/stick-active.xpm @@ -1,14 +1,14 @@ /* XPM */ static char * stick_active_xpm[] = { -"18 21 5 1", +"18 20 6 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", "@ c #FFFFFF s active_hilight_1", +"# c #949595 s active_shadow_1", "$ c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/stick-inactive.xpm b/themes/default/stick-inactive.xpm index fc053594d5b0a3e68a97191b14df20409701a7d1..65ad81d52027ad515a505753495d6d2772c8b1c4 100644 --- a/themes/default/stick-inactive.xpm +++ b/themes/default/stick-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * stick_inactive_xpm[] = { -"18 21 6 1", +"18 20 6 1", " c None", ". c #567B9C s inactive_mid_1", "+ c #4B58A2 s inactive_shadow_1", @@ -9,20 +9,19 @@ static char * stick_inactive_xpm[] = { "$ c #949595 s inactive_shadow_1", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", -"+@@@@@#$$$$#@@@@@+", -"+@@@@#$$$$$$#@@@@+", -"+@@@@$$#@@#$$@@@@+", +"+@@@@@.$$$$.@@@@@+", +"+@@@@.$$$$$$.@@@@+", +"+@@@@$$.@@.$$@@@@+", "+@@@@$$@@@@$$@@@@+", "+@@@@$$@@@@$$@@@@+", -"+@@@@$$#@@#$$@@@@+", -"+@@@@#$$$$$$#@@@@+", -"+@@@@@#$$$$#@@@@@+", +"+@@@@$$.@@.$$@@@@+", +"+@@@@.$$$$$$.@@@@+", +"+@@@@@.$$$$.@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/stick-pressed.xpm b/themes/default/stick-pressed.xpm index af5fe97672874e08bd0af64499507f0536a4b90e..f387fc2777274d593a9b3b641021a7e85ed8c696 100644 --- a/themes/default/stick-pressed.xpm +++ b/themes/default/stick-pressed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * stick_pressed_xpm[] = { -"18 21 6 1", +"18 20 6 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -9,7 +9,6 @@ static char * stick_pressed_xpm[] = { "$ c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/stick-toggled-active.xpm b/themes/default/stick-toggled-active.xpm index 43b0245538cd187da4134704f9ab74a4a6d9be4c..5f4fb3afaccf365ea986d06d40828065006a9c8a 100644 --- a/themes/default/stick-toggled-active.xpm +++ b/themes/default/stick-toggled-active.xpm @@ -1,14 +1,14 @@ /* XPM */ static char * stick_toggled_active_xpm[] = { -"18 21 5 1", +"18 20 6 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", "@ c #FFFFFF s active_hilight_1", +"# c #949595 s active_shadow_1", "$ c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/stick-toggled-inactive.xpm b/themes/default/stick-toggled-inactive.xpm index ac4bf51ef67b1d97a02806bf8247d76215286ddf..f6b3e491f1bb06632a969f09f78526c2b619660f 100644 --- a/themes/default/stick-toggled-inactive.xpm +++ b/themes/default/stick-toggled-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * stick_toggled_inactive_xpm[] = { -"18 21 6 1", +"18 20 6 1", " c None", ". c #567B9C s inactive_mid_1", "+ c #4B58A2 s inactive_shadow_1", @@ -9,20 +9,19 @@ static char * stick_toggled_inactive_xpm[] = { "$ c #949595 s inactive_shadow_1", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", -"+@@@@@#$$$$#@@@@@+", -"+@@@@#$$$$$$#@@@@+", -"+@@@@$$#@@#$$@@@@+", +"+@@@@@.$$$$.@@@@@+", +"+@@@@.$$$$$$.@@@@+", +"+@@@@$$.@@.$$@@@@+", "+@@@@$$@$$@$$@@@@+", "+@@@@$$@$$@$$@@@@+", -"+@@@@$$#@@#$$@@@@+", -"+@@@@#$$$$$$#@@@@+", -"+@@@@@#$$$$#@@@@@+", +"+@@@@$$.@@.$$@@@@+", +"+@@@@.$$$$$$.@@@@+", +"+@@@@@.$$$$.@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/stick-toggled-pressed.xpm b/themes/default/stick-toggled-pressed.xpm index e1fab3371cea4811720d1d85cc7173ceea4b040a..7d682a6280f1a2cd1cd56010c6cf121c21109a83 100644 --- a/themes/default/stick-toggled-pressed.xpm +++ b/themes/default/stick-toggled-pressed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * stick_toggled_pressed_xpm[] = { -"18 21 6 1", +"18 20 6 1", " c None", ". c #567B9C s active_mid_1", "+ c #4B58A2 s active_shadow_1", @@ -9,7 +9,6 @@ static char * stick_toggled_pressed_xpm[] = { "$ c #000000", " ", " ", -" ", " .++++++++++++++. ", ".+@@@@@@@@@@@@@@+.", "+@@@@@@@@@@@@@@@@+", diff --git a/themes/default/themerc b/themes/default/themerc index 09205da9c4affe6e02766bc98cd6ae86a9320e6e..89b61f7dab5a8c0f90c44511a43937053653f10d 100644 --- a/themes/default/themerc +++ b/themes/default/themerc @@ -1,10 +1,8 @@ -#active_text_color=#FFFFFF -button_offset=2 -button_spacing=2 +button_offset=1 +button_spacing=1 full_width_title=true title_horizontal_offset=0 title_vertical_offset_active=3 title_vertical_offset_inactive=3 -#title_shadow_active=true title_shadow_active=false title_shadow_inactive=false diff --git a/themes/default/title-1-active.xpm b/themes/default/title-1-active.xpm index 6b5cbc09d5dfdd1199db85fc55e80bd0760168b0..075679bbc7c0fbdb7139a6586888bd77f2694203 100644 --- a/themes/default/title-1-active.xpm +++ b/themes/default/title-1-active.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * title_active_xpm[] = { -"8 25 6 1", +"8 24 6 1", " c None", -". c #000000", +". c #4B58A2 s active_shadow_1", "+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"$ c #567B9C s active_mid_1", -"# c #4C7BA6 s active_color_1", -"........", +"@ c #4C7BA6 s active_color_1", +"# c #567B9C s active_mid_1", +"$ c #000000", +"$$$$$$$$", +"$$$$$$$$", "++++++++", -"++++++++", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", "########"}; diff --git a/themes/default/title-1-inactive.xpm b/themes/default/title-1-inactive.xpm index 816d1daf44d5b4eba1435040e6d29489a463bfa4..67f5035fb0c69c94513fe3c6ec1e5c1b2666081a 100644 --- a/themes/default/title-1-inactive.xpm +++ b/themes/default/title-1-inactive.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * title_inactive_xpm[] = { -"8 25 6 1", +"8 24 6 1", " c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"$ c #567B9C s inactive_mid_1", -"# c #4C7BA6 s inactive_color_1", -"........", +". c #4B58A2 s inactive_shadow_1", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #4C7BA6 s inactive_color_1", +"# c #567B9C s inactive_mid_1", +"$ c #000000", +"$$$$$$$$", +"$$$$$$$$", "++++++++", -"++++++++", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", "########"}; diff --git a/themes/default/title-2-active.xpm b/themes/default/title-2-active.xpm index 6b5cbc09d5dfdd1199db85fc55e80bd0760168b0..075679bbc7c0fbdb7139a6586888bd77f2694203 100644 --- a/themes/default/title-2-active.xpm +++ b/themes/default/title-2-active.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * title_active_xpm[] = { -"8 25 6 1", +"8 24 6 1", " c None", -". c #000000", +". c #4B58A2 s active_shadow_1", "+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"$ c #567B9C s active_mid_1", -"# c #4C7BA6 s active_color_1", -"........", +"@ c #4C7BA6 s active_color_1", +"# c #567B9C s active_mid_1", +"$ c #000000", +"$$$$$$$$", +"$$$$$$$$", "++++++++", -"++++++++", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", "########"}; diff --git a/themes/default/title-2-inactive.xpm b/themes/default/title-2-inactive.xpm index 816d1daf44d5b4eba1435040e6d29489a463bfa4..67f5035fb0c69c94513fe3c6ec1e5c1b2666081a 100644 --- a/themes/default/title-2-inactive.xpm +++ b/themes/default/title-2-inactive.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * title_inactive_xpm[] = { -"8 25 6 1", +"8 24 6 1", " c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"$ c #567B9C s inactive_mid_1", -"# c #4C7BA6 s inactive_color_1", -"........", +". c #4B58A2 s inactive_shadow_1", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #4C7BA6 s inactive_color_1", +"# c #567B9C s inactive_mid_1", +"$ c #000000", +"$$$$$$$$", +"$$$$$$$$", "++++++++", -"++++++++", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", "########"}; diff --git a/themes/default/title-3-active.xpm b/themes/default/title-3-active.xpm index 6b5cbc09d5dfdd1199db85fc55e80bd0760168b0..075679bbc7c0fbdb7139a6586888bd77f2694203 100644 --- a/themes/default/title-3-active.xpm +++ b/themes/default/title-3-active.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * title_active_xpm[] = { -"8 25 6 1", +"8 24 6 1", " c None", -". c #000000", +". c #4B58A2 s active_shadow_1", "+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"$ c #567B9C s active_mid_1", -"# c #4C7BA6 s active_color_1", -"........", +"@ c #4C7BA6 s active_color_1", +"# c #567B9C s active_mid_1", +"$ c #000000", +"$$$$$$$$", +"$$$$$$$$", "++++++++", -"++++++++", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", "########"}; diff --git a/themes/default/title-3-inactive.xpm b/themes/default/title-3-inactive.xpm index 816d1daf44d5b4eba1435040e6d29489a463bfa4..67f5035fb0c69c94513fe3c6ec1e5c1b2666081a 100644 --- a/themes/default/title-3-inactive.xpm +++ b/themes/default/title-3-inactive.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * title_inactive_xpm[] = { -"8 25 6 1", +"8 24 6 1", " c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"$ c #567B9C s inactive_mid_1", -"# c #4C7BA6 s inactive_color_1", -"........", +". c #4B58A2 s inactive_shadow_1", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #4C7BA6 s inactive_color_1", +"# c #567B9C s inactive_mid_1", +"$ c #000000", +"$$$$$$$$", +"$$$$$$$$", "++++++++", -"++++++++", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", "########"}; diff --git a/themes/default/title-4-active.xpm b/themes/default/title-4-active.xpm index 6b5cbc09d5dfdd1199db85fc55e80bd0760168b0..075679bbc7c0fbdb7139a6586888bd77f2694203 100644 --- a/themes/default/title-4-active.xpm +++ b/themes/default/title-4-active.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * title_active_xpm[] = { -"8 25 6 1", +"8 24 6 1", " c None", -". c #000000", +". c #4B58A2 s active_shadow_1", "+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"$ c #567B9C s active_mid_1", -"# c #4C7BA6 s active_color_1", -"........", +"@ c #4C7BA6 s active_color_1", +"# c #567B9C s active_mid_1", +"$ c #000000", +"$$$$$$$$", +"$$$$$$$$", "++++++++", -"++++++++", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", "########"}; diff --git a/themes/default/title-4-inactive.xpm b/themes/default/title-4-inactive.xpm index 816d1daf44d5b4eba1435040e6d29489a463bfa4..67f5035fb0c69c94513fe3c6ec1e5c1b2666081a 100644 --- a/themes/default/title-4-inactive.xpm +++ b/themes/default/title-4-inactive.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * title_inactive_xpm[] = { -"8 25 6 1", +"8 24 6 1", " c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"$ c #567B9C s inactive_mid_1", -"# c #4C7BA6 s inactive_color_1", -"........", +". c #4B58A2 s inactive_shadow_1", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #4C7BA6 s inactive_color_1", +"# c #567B9C s inactive_mid_1", +"$ c #000000", +"$$$$$$$$", +"$$$$$$$$", "++++++++", -"++++++++", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", "########"}; diff --git a/themes/default/title-5-active.xpm b/themes/default/title-5-active.xpm index 6b5cbc09d5dfdd1199db85fc55e80bd0760168b0..075679bbc7c0fbdb7139a6586888bd77f2694203 100644 --- a/themes/default/title-5-active.xpm +++ b/themes/default/title-5-active.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * title_active_xpm[] = { -"8 25 6 1", +"8 24 6 1", " c None", -". c #000000", +". c #4B58A2 s active_shadow_1", "+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"$ c #567B9C s active_mid_1", -"# c #4C7BA6 s active_color_1", -"........", +"@ c #4C7BA6 s active_color_1", +"# c #567B9C s active_mid_1", +"$ c #000000", +"$$$$$$$$", +"$$$$$$$$", "++++++++", -"++++++++", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", "########"}; diff --git a/themes/default/title-5-inactive.xpm b/themes/default/title-5-inactive.xpm index 816d1daf44d5b4eba1435040e6d29489a463bfa4..67f5035fb0c69c94513fe3c6ec1e5c1b2666081a 100644 --- a/themes/default/title-5-inactive.xpm +++ b/themes/default/title-5-inactive.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * title_inactive_xpm[] = { -"8 25 6 1", +"8 24 6 1", " c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"$ c #567B9C s inactive_mid_1", -"# c #4C7BA6 s inactive_color_1", -"........", +". c #4B58A2 s inactive_shadow_1", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #4C7BA6 s inactive_color_1", +"# c #567B9C s inactive_mid_1", +"$ c #000000", +"$$$$$$$$", +"$$$$$$$$", "++++++++", -"++++++++", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", -"########", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", +"@@@@@@@@", "########"}; diff --git a/themes/default/top-left-active.xpm b/themes/default/top-left-active.xpm index efad61b159793cc2d102fa613830f1908fc5a643..ea26811efbb9c6039810ea1dc330783a2474a14c 100644 --- a/themes/default/top-left-active.xpm +++ b/themes/default/top-left-active.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * top_left_active_xpm[] = { -"8 25 6 1", +"7 24 6 1", " c None", -". c #000000", -"+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"# c #567B9C s active_mid_1", -"$ c #4C7BA6 s active_color_1", -" ....", -" ..#$++", -" .@+++++", -" .##$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$"}; +". c #4B58A2 s active_shadow_1", +"+ c #6EA0CD s active_hilight_1", +"@ c #567B9C s active_mid_1", +"# c #4C7BA6 s active_color_1", +"$ c #000000", +" $$$", +" $$$$$", +" $$$.++", +" $$@+##", +"$$.####", +"$$@####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$@@@@@"}; diff --git a/themes/default/top-left-inactive.xpm b/themes/default/top-left-inactive.xpm index 1d62f65e250b5ba07a042f4205d2769f402a56ba..9b936ec37871e0c2d4ee9bbbfeaff103c28d2ac0 100644 --- a/themes/default/top-left-inactive.xpm +++ b/themes/default/top-left-inactive.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * top_left_inactive_xpm[] = { -"8 25 6 1", +"7 24 6 1", " c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"# c #567B9C s inactive_mid_1", -"$ c #4C7BA6 s inactive_color_1", -" ....", -" ..#$++", -" .@+++++", -" .##$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$", -".@#$$$$$"}; +". c #4B58A2 s inactive_shadow_1", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #567B9C s inactive_mid_1", +"# c #4C7BA6 s inactive_color_1", +"$ c #000000", +" $$$", +" $$$$$", +" $$$.++", +" $$@+##", +"$$.####", +"$$@####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$#####", +"$$@@@@@"}; diff --git a/themes/default/top-right-active.xpm b/themes/default/top-right-active.xpm index 3480f7835df5e1482e4cef2ca64ad037fbf93e3e..1d9ce4fc26410d47d443073f3d4b1d0c75ec74bf 100644 --- a/themes/default/top-right-active.xpm +++ b/themes/default/top-right-active.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * top_right_active_xpm[] = { -"8 25 6 1", +"7 24 6 1", " c None", -". c #000000", -"+ c #6EA0CD s active_hilight_1", -"@ c #3E566B s active_shadow_1", -"# c #567B9C s active_mid_1", -"$ c #4C7BA6 s active_color_1", -".... ", -"++$#.. ", -"+++++@. ", -"$$$$##. ", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@."}; +". c #4B58A2 s active_shadow_1", +"+ c #6EA0CD s active_hilight_1", +"@ c #567B9C s active_mid_1", +"# c #4C7BA6 s active_color_1", +"$ c #000000", +"$$$ ", +"$$$$$ ", +"++.$$$ ", +"##+@$$ ", +"####.$$", +"####@$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"@@@@@$$"}; diff --git a/themes/default/top-right-inactive.xpm b/themes/default/top-right-inactive.xpm index b1eed0c04cfe0a08ccd32f173513442042b312e8..46e7bbe9051c8d534f7a6c7a3dcaf926c30e864a 100644 --- a/themes/default/top-right-inactive.xpm +++ b/themes/default/top-right-inactive.xpm @@ -1,34 +1,33 @@ /* XPM */ static char * top_right_inactive_xpm[] = { -"8 25 6 1", +"7 24 6 1", " c None", -". c #000000", -"+ c #6EA0CD s inactive_hilight_1", -"@ c #3E566B s inactive_shadow_1", -"# c #567B9C s inactive_mid_1", -"$ c #4C7BA6 s inactive_color_1", -".... ", -"++$#.. ", -"+++++@. ", -"$$$$##. ", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@."}; +". c #4B58A2 s inactive_shadow_1", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #567B9C s inactive_mid_1", +"# c #4C7BA6 s inactive_color_1", +"$ c #000000", +"$$$ ", +"$$$$$ ", +"++.$$$ ", +"##+@$$ ", +"####.$$", +"####@$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"#####$$", +"@@@@@$$"}; diff --git a/themes/exocet/Makefile.am b/themes/exocet/Makefile.am deleted file mode 100644 index 4a556339c0e7b7a97aa7c6531043abd7a6d9ebae..0000000000000000000000000000000000000000 --- a/themes/exocet/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -themedir = $(pkgdatadir)/themes/exocet -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/exocet/Makefile.in b/themes/exocet/Makefile.in deleted file mode 100644 index 1a95c2dfb8fb66c993ac455b3a198f192f66824e..0000000000000000000000000000000000000000 --- a/themes/exocet/Makefile.in +++ /dev/null @@ -1,427 +0,0 @@ -# Makefile.in generated by automake 1.8.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -subdir = themes/exocet -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ - $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ - $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__installdirs = $(DESTDIR)$(themedir) -themeDATA_INSTALL = $(INSTALL_DATA) -DATA = $(theme_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -LIBXPM_LIBS = @LIBXPM_LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -RANDR_LIBS = @RANDR_LIBS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -XGETTEXT = @XGETTEXT@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/exocet -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/exocet/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/exocet/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkdir_p) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ - $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ - rm -f $(DESTDIR)$(themedir)/$$f; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - $(mkdir_p) $(DESTDIR)$(themedir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-themeDATA - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-themeDATA - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ - install-themeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-info-am uninstall-themeDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/exocet/README b/themes/exocet/README deleted file mode 100644 index 8dddb16b8dfb24b0cf512769780a7d88f971965b..0000000000000000000000000000000000000000 --- a/themes/exocet/README +++ /dev/null @@ -1,4 +0,0 @@ -exocet ------- - -An original theme for xfwm4. Created by Olivier Fourdan diff --git a/themes/exocet/bottom-active.xpm b/themes/exocet/bottom-active.xpm deleted file mode 100644 index dca6c8a96fcd0f6b8ecf4bf4b34c1e034e102c02..0000000000000000000000000000000000000000 --- a/themes/exocet/bottom-active.xpm +++ /dev/null @@ -1,15 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 6 6 1", -" c None", -". c #000000", -"# c #D8D8D8 s active_hilight_2", -"+ c #BFBFBF s active_color_2", -"@ c #7F7F7F s active_shadow_2", -"$ c #9D9D9D s active_mid_2", -"................................", -"################################", -"++++++++++++++++++++++++++++++++", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"................................"}; diff --git a/themes/exocet/bottom-inactive.xpm b/themes/exocet/bottom-inactive.xpm deleted file mode 100644 index 014e96174ed3f301d0c49c2375f5c9cb973d52a4..0000000000000000000000000000000000000000 --- a/themes/exocet/bottom-inactive.xpm +++ /dev/null @@ -1,15 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"32 6 6 1", -" c None", -". c #000000", -"# c #D8D8D8 s inactive_hilight_2", -"+ c #BFBFBF s inactive_color_2", -"@ c #7F7F7F s inactive_shadow_2", -"$ c #9D9D9D s inactive_mid_2", -"................................", -"################################", -"++++++++++++++++++++++++++++++++", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"................................"}; diff --git a/themes/exocet/bottom-left-active.xpm b/themes/exocet/bottom-left-active.xpm deleted file mode 100644 index dba96fb3ee08b5eb232645242bc0799e3f2233c2..0000000000000000000000000000000000000000 --- a/themes/exocet/bottom-left-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"20 20 6 1", -" c None", -". c #000000", -"+ c #D8D8D8 s active_hilight_2", -"@ c #BFBFBF s active_color_2", -"# c #7F7F7F s active_shadow_2", -"$ c #9D9D9D s active_mid_2", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$##..............", -".+@@$+++++++++++++++", -" .+$@@@@@@@@@@@@@@@@", -" .##$$$$$$$$$$$$$$$$", -" ..################", -" ................"}; diff --git a/themes/exocet/bottom-left-inactive.xpm b/themes/exocet/bottom-left-inactive.xpm deleted file mode 100644 index 5429cf31be4fab7561546c87047fc683d8cff9d7..0000000000000000000000000000000000000000 --- a/themes/exocet/bottom-left-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"20 20 6 1", -" c None", -". c #000000", -"+ c #D8D8D8 s inactive_hilight_2", -"@ c #BFBFBF s inactive_color_2", -"# c #7F7F7F s inactive_shadow_2", -"$ c #9D9D9D s inactive_mid_2", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$#. ", -".+@$##..............", -".+@@$+++++++++++++++", -" .+$@@@@@@@@@@@@@@@@", -" .##$$$$$$$$$$$$$$$$", -" ..################", -" ................"}; diff --git a/themes/exocet/bottom-right-active.xpm b/themes/exocet/bottom-right-active.xpm deleted file mode 100644 index c132627b9ab91aa430ac1e4bd94c955ce173362c..0000000000000000000000000000000000000000 --- a/themes/exocet/bottom-right-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"20 20 6 1", -" c None", -". c #000000", -"# c #D8D8D8 s active_hilight_2", -"+ c #BFBFBF s active_color_2", -"@ c #7F7F7F s active_shadow_2", -"$ c #9D9D9D s active_mid_2", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -"..............##+$@.", -"###############++$@.", -"++++++++++++++++$@. ", -"$$$$$$$$$$$$$$$$@@. ", -"@@@@@@@@@@@@@@@@.. ", -"................ "}; diff --git a/themes/exocet/bottom-right-inactive.xpm b/themes/exocet/bottom-right-inactive.xpm deleted file mode 100644 index e321aeb4ed53c6d5591e5ea0d0fe19baa61f98fe..0000000000000000000000000000000000000000 --- a/themes/exocet/bottom-right-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"20 20 6 1", -" c None", -". c #000000", -"# c #D8D8D8 s inactive_hilight_2", -"+ c #BFBFBF s inactive_color_2", -"@ c #7F7F7F s inactive_shadow_2", -"$ c #9D9D9D s inactive_mid_2", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -" .#+$@.", -"..............##+$@.", -"###############++$@.", -"++++++++++++++++$@. ", -"$$$$$$$$$$$$$$$$@@. ", -"@@@@@@@@@@@@@@@@.. ", -"................ "}; diff --git a/themes/exocet/close-active.xpm b/themes/exocet/close-active.xpm deleted file mode 100644 index b2d43550e190475a77cc7b229fddc489b8513ce5..0000000000000000000000000000000000000000 --- a/themes/exocet/close-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+##@@###@@###@+", -"@+##@$$#@@$+##@+", -"@+###$$$@$++##@+", -"@+####$$$++###@+", -"@+###@@$$$####@+", -"@+##@@$+$$$###@+", -"@+##@$++#$$+##@+", -"@+###++###++##@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/close-inactive.xpm b/themes/exocet/close-inactive.xpm deleted file mode 100644 index 0ab0bae6ca7416c2d3989af6a66a69544cd59de7..0000000000000000000000000000000000000000 --- a/themes/exocet/close-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #B3AD9D s inactive_shadow_1", -"# c #D9D1BF s inactive_color_1", -"$ c #CEC7B5 s inactive_mid_1", -"% c #7F7F7F s inactive_shadow_2", -"& c #9D9D9D s inactive_mid_2", -"* c #BFBFBF s inactive_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+##@@###@@###@+", -"@+##@$$#@@$+##@+", -"@+###$$$@$++##@+", -"@+####$$$++###@+", -"@+###@@$$$####@+", -"@+##@@$+$$$###@+", -"@+##@$++#$$+##@+", -"@+###++###++##@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/close-pressed.xpm b/themes/exocet/close-pressed.xpm deleted file mode 100644 index 20c0c9735f2bc82502e737228177a567755dd6ae..0000000000000000000000000000000000000000 --- a/themes/exocet/close-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@$$$@@$$$@@$$$+", -"@@$$$@$$$@@$+$$+", -"@@$$$$$$$@$++$$+", -"@@$$$$$$$$++$$$+", -"@@$$$$@@$$$$$$$+", -"@@$$$@@$+$$$$$$+", -"@@$$$@$++$$$+$$+", -"@@$$$$++$$$++$$+", -"@@#$$$$$$$$$$$$+", -"@@#$$$$$$$$$$$$$", -"..#@@@@@@@@@@@@.", -"%%.............%", -"&&%%%%%%%%%%%%%&", -"**&&&&&&&&&&&&&*"}; diff --git a/themes/exocet/hide-active.xpm b/themes/exocet/hide-active.xpm deleted file mode 100644 index dfcb941c3165be85a5332307f0fa03c9ee3e2692..0000000000000000000000000000000000000000 --- a/themes/exocet/hide-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+############@+", -"@+############@+", -"@+###@@@@@####@+", -"@+###@$$$$+###@+", -"@+###@$$$$+###@+", -"@+####+++++###@+", -"@+############@+", -"@+############@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/hide-inactive.xpm b/themes/exocet/hide-inactive.xpm deleted file mode 100644 index 460976f228eb4d194675a32bc30551f855018124..0000000000000000000000000000000000000000 --- a/themes/exocet/hide-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #B3AD9D s inactive_shadow_1", -"# c #D9D1BF s inactive_color_1", -"$ c #CEC7B5 s inactive_mid_1", -"% c #7F7F7F s inactive_shadow_2", -"& c #9D9D9D s inactive_mid_2", -"* c #BFBFBF s inactive_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+############@+", -"@+############@+", -"@+###@@@@@####@+", -"@+###@$$$$+###@+", -"@+###@$$$$+###@+", -"@+####+++++###@+", -"@+############@+", -"@+############@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/hide-pressed.xpm b/themes/exocet/hide-pressed.xpm deleted file mode 100644 index c0b37423f40ed27f44233f6782e288f510029440..0000000000000000000000000000000000000000 --- a/themes/exocet/hide-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@$$$$@@@@@$$$$+", -"@@$$$$@$$$$+$$$+", -"@@$$$$@$$$$+$$$+", -"@@$$$$$+++++$$$+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@#$$$$$$$$$$$$+", -"@@#$$$$$$$$$$$$$", -"..#@@@@@@@@@@@@.", -"%%.............%", -"&&%%%%%%%%%%%%%&", -"**&&&&&&&&&&&&&*"}; diff --git a/themes/exocet/left-active.xpm b/themes/exocet/left-active.xpm deleted file mode 100644 index 4728d535ea0a5eda75cd9ebb8e34d5a672ad9d1e..0000000000000000000000000000000000000000 --- a/themes/exocet/left-active.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"6 32 6 1", -" c None", -". c #000000", -"+ c #D8D8D8 s active_hilight_2", -"@ c #BFBFBF s active_color_2", -"# c #7F7F7F s active_shadow_2", -"$ c #9D9D9D s active_mid_2", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#.", -".+@$#."}; diff --git a/themes/exocet/left-inactive.xpm b/themes/exocet/left-inactive.xpm deleted file mode 100644 index 8663433ffb261ac2966c0f58bc6284c898152f19..0000000000000000000000000000000000000000 --- a/themes/exocet/left-inactive.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"5 32 6 1", -" c None", -". c #000000", -"+ c #D8D8D8 s inactive_hilight_2", -"@ c #BFBFBF s inactive_color_2", -"# c #7F7F7F s inactive_shadow_2", -"$ c #9D9D9D s inactive_mid_2", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#", -".+@$#"}; diff --git a/themes/exocet/maximize-active.xpm b/themes/exocet/maximize-active.xpm deleted file mode 100644 index b1336cb974ed1e9588387e0547e27d1b85ddd28a..0000000000000000000000000000000000000000 --- a/themes/exocet/maximize-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+##@@@@@@@###@+", -"@+##@$$$$$$+##@+", -"@+##@$+++$$+##@+", -"@+##@$+##$$+##@+", -"@+##@$+##$$+##@+", -"@+##@$$$$$$+##@+", -"@+##@$$$$$$+##@+", -"@+###+++++++##@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/maximize-inactive.xpm b/themes/exocet/maximize-inactive.xpm deleted file mode 100644 index 859b20eb462bd8267ba9e92b9536e219be816518..0000000000000000000000000000000000000000 --- a/themes/exocet/maximize-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #B3AD9D s inactive_shadow_1", -"# c #D9D1BF s inactive_color_1", -"$ c #CEC7B5 s inactive_mid_1", -"% c #7F7F7F s inactive_shadow_2", -"& c #9D9D9D s inactive_mid_2", -"* c #BFBFBF s inactive_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+##@@@@@@@###@+", -"@+##@$$$$$$+##@+", -"@+##@$+++$$+##@+", -"@+##@$+##$$+##@+", -"@+##@$+##$$+##@+", -"@+##@$$$$$$+##@+", -"@+##@$$$$$$+##@+", -"@+###+++++++##@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/maximize-pressed.xpm b/themes/exocet/maximize-pressed.xpm deleted file mode 100644 index 7d01528387a86c469bc09daf92c49a19f58e523e..0000000000000000000000000000000000000000 --- a/themes/exocet/maximize-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@$$$@@@@@@@$$$+", -"@@$$$@$$$$$$+$$+", -"@@$$$@$+++$$+$$+", -"@@$$$@$+$$$$+$$+", -"@@$$$@$+$$$$+$$+", -"@@$$$@$$$$$$+$$+", -"@@$$$@$$$$$$+$$+", -"@@$$$$+++++++$$+", -"@@#$$$$$$$$$$$$+", -"@@#$$$$$$$$$$$$$", -"..#@@@@@@@@@@@@.", -"%%.............%", -"&&%%%%%%%%%%%%%&", -"**&&&&&&&&&&&&&*"}; diff --git a/themes/exocet/menu-active.xpm b/themes/exocet/menu-active.xpm deleted file mode 100644 index 3af4b4573251295da020c61ce256e426cec9b48c..0000000000000000000000000000000000000000 --- a/themes/exocet/menu-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+############@+", -"@+##@@###@@###@+", -"@+##@$$#@@$+##@+", -"@+###$$$@$++##@+", -"@+####$$$++###@+", -"@+#####$++####@+", -"@+######+#####@+", -"@+############@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/menu-inactive.xpm b/themes/exocet/menu-inactive.xpm deleted file mode 100644 index 0f74113a19b532c7a491ea40b5728e03dac6159e..0000000000000000000000000000000000000000 --- a/themes/exocet/menu-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #B3AD9D s inactive_shadow_1", -"# c #D9D1BF s inactive_color_1", -"$ c #CEC7B5 s inactive_mid_1", -"% c #7F7F7F s inactive_shadow_2", -"& c #9D9D9D s inactive_mid_2", -"* c #BFBFBF s inactive_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+############@+", -"@+##@@###@@###@+", -"@+##@$$#@@$+##@+", -"@+###$$$@$++##@+", -"@+####$$$++###@+", -"@+#####$++####@+", -"@+######+#####@+", -"@+############@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/menu-pressed.xpm b/themes/exocet/menu-pressed.xpm deleted file mode 100644 index 8b4dd5e33fa7b0fe5422e8f9eaf65ddc2879281d..0000000000000000000000000000000000000000 --- a/themes/exocet/menu-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@$$$@@$$$@@$$$+", -"@@$$$@$$$@@$+$$+", -"@@$$$$$$$@$++$$+", -"@@$$$$$$$$++$$$+", -"@@$$$$$$$++$$$$+", -"@@$$$$$$$+$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@#$$$$$$$$$$$$+", -"@@#$$$$$$$$$$$$$", -"..#@@@@@@@@@@@@.", -"%%.............%", -"&&%%%%%%%%%%%%%&", -"**&&&&&&&&&&&&&*"}; diff --git a/themes/exocet/right-active.xpm b/themes/exocet/right-active.xpm deleted file mode 100644 index 3b30c9c18c1619ddcf42f6cf7b51f123b7217988..0000000000000000000000000000000000000000 --- a/themes/exocet/right-active.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"6 32 6 1", -" c None", -". c #000000", -"# c #D8D8D8 s active_hilight_2", -"+ c #BFBFBF s active_color_2", -"@ c #7F7F7F s active_shadow_2", -"$ c #9D9D9D s active_mid_2", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@."}; diff --git a/themes/exocet/right-inactive.xpm b/themes/exocet/right-inactive.xpm deleted file mode 100644 index b73e62b8734bb4198298e9917812c5c103fe6638..0000000000000000000000000000000000000000 --- a/themes/exocet/right-inactive.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"6 32 6 1", -" c None", -". c #000000", -"# c #D8D8D8 s inactive_hilight_2", -"+ c #BFBFBF s inactive_color_2", -"@ c #7F7F7F s inactive_shadow_2", -"$ c #9D9D9D s inactive_mid_2", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@.", -".#+$@."}; diff --git a/themes/exocet/shade-active.xpm b/themes/exocet/shade-active.xpm deleted file mode 100644 index ad9b5167ccc66673715741f63daa1793ee87494f..0000000000000000000000000000000000000000 --- a/themes/exocet/shade-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+############@+", -"@+#####@######@+", -"@+####@@$#####@+", -"@+###@@$$$####@+", -"@+##@@$+$$$###@+", -"@+##@$++#$$+##@+", -"@+###++###++##@+", -"@+############@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/shade-inactive.xpm b/themes/exocet/shade-inactive.xpm deleted file mode 100644 index 1a5735c42d2313d76f3c86f68ea55e680dd1d6eb..0000000000000000000000000000000000000000 --- a/themes/exocet/shade-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #B3AD9D s inactive_shadow_1", -"# c #D9D1BF s inactive_color_1", -"$ c #CEC7B5 s inactive_mid_1", -"% c #7F7F7F s inactive_shadow_2", -"& c #9D9D9D s inactive_mid_2", -"* c #BFBFBF s inactive_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+############@+", -"@+#####@######@+", -"@+####@@$#####@+", -"@+###@@$$$####@+", -"@+##@@$+$$$###@+", -"@+##@$++#$$+##@+", -"@+###++###++##@+", -"@+############@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/shade-pressed.xpm b/themes/exocet/shade-pressed.xpm deleted file mode 100644 index 5ed97281b8b733815f924dcf7e965cd2a99f3dd1..0000000000000000000000000000000000000000 --- a/themes/exocet/shade-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$@$$$$$$+", -"@@$$$$$@@$$$$$$+", -"@@$$$$@@$$$$$$$+", -"@@$$$@@$+$$$$$$+", -"@@$$$@$++$$$+$$+", -"@@$$$$++$$$++$$+", -"@@$$$$$$$$$$$$$+", -"@@#$$$$$$$$$$$$+", -"@@#$$$$$$$$$$$$$", -"..#@@@@@@@@@@@@.", -"%%.............%", -"&&%%%%%%%%%%%%%&", -"**&&&&&&&&&&&&&*"}; diff --git a/themes/exocet/stick-active.xpm b/themes/exocet/stick-active.xpm deleted file mode 100644 index c3abb08392a20c7e8bcd83c365177aa34d746ee7..0000000000000000000000000000000000000000 --- a/themes/exocet/stick-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+#####@##@###@+", -"@+#####@$@@+##@+", -"@+##@@@@$$$+##@+", -"@+##@$$$$$$+##@+", -"@+###++$$$$+##@+", -"@+#####@++$+##@+", -"@+######+##+##@+", -"@+############@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/stick-inactive.xpm b/themes/exocet/stick-inactive.xpm deleted file mode 100644 index a364e63ffc3a3482bc0841283a6ab9b4b3c5e898..0000000000000000000000000000000000000000 --- a/themes/exocet/stick-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #B3AD9D s inactive_shadow_1", -"# c #D9D1BF s inactive_color_1", -"$ c #CEC7B5 s inactive_mid_1", -"% c #7F7F7F s inactive_shadow_2", -"& c #9D9D9D s inactive_mid_2", -"* c #BFBFBF s inactive_color_2", -"................", -"++++++++++++++++", -"++++++++++++++++", -"@+############@+", -"@+############@+", -"@+#####@##@###@+", -"@+#####@$@@+##@+", -"@+##@@@@$$$+##@+", -"@+##@$$$$$$+##@+", -"@+###++$$$$+##@+", -"@+#####@++$+##@+", -"@+######+##+##@+", -"@+############@+", -"@+$$$$$$$$$$$$@+", -"@+$$$$$$$$$$$$@+", -"@#@@@@@@@@@@@@@#", -"................", -"%%%%%%%%%%%%%%%%", -"&&&&&&&&&&&&&&&&", -"****************"}; diff --git a/themes/exocet/stick-pressed.xpm b/themes/exocet/stick-pressed.xpm deleted file mode 100644 index 0af61db7b2a2aeb56b7620ce1ac4d7667c7b86f2..0000000000000000000000000000000000000000 --- a/themes/exocet/stick-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"16 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"................", -"++++++++++++++++", -"@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$$$$$$$$+", -"@@$$$$$$@$$@$$$+", -"@@$$$$$$@$@@+$$+", -"@@$$$@@@@$$$+$$+", -"@@$$$@$$$$$$+$$+", -"@@$$$$++$$$$+$$+", -"@@$$$$$$@++$+$$+", -"@@$$$$$$$+$$+$$+", -"@@$$$$$$$$$$$$$+", -"@@#$$$$$$$$$$$$+", -"@@#$$$$$$$$$$$$$", -"..#@@@@@@@@@@@@.", -"%%.............%", -"&&%%%%%%%%%%%%%&", -"**&&&&&&&&&&&&&*"}; diff --git a/themes/exocet/themerc b/themes/exocet/themerc deleted file mode 100644 index e9ad9968ecec7b052ebe1a30d345b2cff4ea6f9d..0000000000000000000000000000000000000000 --- a/themes/exocet/themerc +++ /dev/null @@ -1,5 +0,0 @@ -full_width_title=true -title_vertical_offset_active=-3 -title_vertical_offset_inactive=-3 -button_offset=2 -button_spacing=0 diff --git a/themes/exocet/title-1-active.xpm b/themes/exocet/title-1-active.xpm deleted file mode 100644 index f17ff36c0e15ba5364dedb3cf10f2252244853d6..0000000000000000000000000000000000000000 --- a/themes/exocet/title-1-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"4 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #D9D1BF s active_color_1", -"# c #CEC7B5 s active_mid_1", -"$ c #B3AD9D s active_shadow_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"....", -"++++", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"####", -"####", -"$$$$", -"....", -"%%%%", -"&&&&", -"****"}; diff --git a/themes/exocet/title-1-inactive.xpm b/themes/exocet/title-1-inactive.xpm deleted file mode 100644 index 2207c6bff7e1c4c91be454db09a6489130df8064..0000000000000000000000000000000000000000 --- a/themes/exocet/title-1-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"4 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D9D1BF s inactive_color_1", -"# c #CEC7B5 s inactive_mid_1", -"$ c #B3AD9D s inactive_shadow_1", -"% c #7F7F7F s inactive_shadow_2", -"& c #9D9D9D s inactive_mid_2", -"* c #BFBFBF s inactive_color_2", -"....", -"++++", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"####", -"####", -"$$$$", -"....", -"%%%%", -"&&&&", -"****"}; diff --git a/themes/exocet/title-2-active.xpm b/themes/exocet/title-2-active.xpm deleted file mode 100644 index 7325902f2e5f00878251507b2aee5289ff228ffb..0000000000000000000000000000000000000000 --- a/themes/exocet/title-2-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"8 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #D9D1BF s active_color_1", -"# c #CEC7B5 s active_mid_1", -"$ c #B3AD9D s active_shadow_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"........", -"++++++++", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"########", -"########", -"$$$$$$$$", -"........", -"%%%%%%%%", -"&&&&&&&&", -"********"}; diff --git a/themes/exocet/title-2-inactive.xpm b/themes/exocet/title-2-inactive.xpm deleted file mode 100644 index 18d740c1d6111bc99c0459cb13020360c9143dd6..0000000000000000000000000000000000000000 --- a/themes/exocet/title-2-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"8 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D9D1BF s inactive_color_1", -"# c #CEC7B5 s inactive_mid_1", -"$ c #B3AD9D s inactive_shadow_1", -"% c #7F7F7F s inactive_shadow_2", -"& c #9D9D9D s inactive_mid_2", -"* c #BFBFBF s inactive_color_2", -"........", -"++++++++", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"########", -"########", -"$$$$$$$$", -"........", -"%%%%%%%%", -"&&&&&&&&", -"********"}; diff --git a/themes/exocet/title-3-active.xpm b/themes/exocet/title-3-active.xpm deleted file mode 100644 index b00caba71b501c813423fed1f831ef5b24654d0f..0000000000000000000000000000000000000000 --- a/themes/exocet/title-3-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"8 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #D9D1BF s active_color_1", -"# c #CEC7B5 s active_mid_1", -"$ c #B3AD9D s active_shadow_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"........", -"++++++++", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"########", -"########", -"$$$$$$$$", -"........", -"%%%%%%%%", -"&&&&&&&&", -"********"}; diff --git a/themes/exocet/title-3-inactive.xpm b/themes/exocet/title-3-inactive.xpm deleted file mode 100644 index 0be7ff1acd61aa2c17c4c14ab139c4816a1326fc..0000000000000000000000000000000000000000 --- a/themes/exocet/title-3-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"8 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D9D1BF s inactive_color_1", -"# c #CEC7B5 s inactive_mid_1", -"$ c #B3AD9D s inactive_shadow_1", -"% c #7F7F7F s inactive_shadow_2", -"& c #9D9D9D s inactive_mid_2", -"* c #BFBFBF s inactive_color_2", -"........", -"++++++++", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"########", -"########", -"$$$$$$$$", -"........", -"%%%%%%%%", -"&&&&&&&&", -"********"}; diff --git a/themes/exocet/title-4-active.xpm b/themes/exocet/title-4-active.xpm deleted file mode 100644 index 50b4f0670be78bcf84f418c21346a53b74e3a050..0000000000000000000000000000000000000000 --- a/themes/exocet/title-4-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"8 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #D9D1BF s active_color_1", -"# c #CEC7B5 s active_mid_1", -"$ c #B3AD9D s active_shadow_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"........", -"++++++++", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"########", -"########", -"$$$$$$$$", -"........", -"%%%%%%%%", -"&&&&&&&&", -"********"}; diff --git a/themes/exocet/title-4-inactive.xpm b/themes/exocet/title-4-inactive.xpm deleted file mode 100644 index 4cccf0a3598a3f0f1e37a3f8df8c2cd76708f252..0000000000000000000000000000000000000000 --- a/themes/exocet/title-4-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"8 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D9D1BF s inactive_color_1", -"# c #CEC7B5 s inactive_mid_1", -"$ c #B3AD9D s inactive_shadow_1", -"% c #7F7F7F s inactive_shadow_2", -"& c #9D9D9D s inactive_mid_2", -"* c #BFBFBF s inactive_color_2", -"........", -"++++++++", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"########", -"########", -"$$$$$$$$", -"........", -"%%%%%%%%", -"&&&&&&&&", -"********"}; diff --git a/themes/exocet/title-5-active.xpm b/themes/exocet/title-5-active.xpm deleted file mode 100644 index 25436a472dedfda4d5ea1c68a0fd78f541c9e0c5..0000000000000000000000000000000000000000 --- a/themes/exocet/title-5-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"4 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #D9D1BF s active_color_1", -"# c #CEC7B5 s active_mid_1", -"$ c #B3AD9D s active_shadow_1", -"% c #7F7F7F s active_shadow_2", -"& c #9D9D9D s active_mid_2", -"* c #BFBFBF s active_color_2", -"....", -"++++", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"####", -"####", -"$$$$", -"....", -"%%%%", -"&&&&", -"****"}; diff --git a/themes/exocet/title-5-inactive.xpm b/themes/exocet/title-5-inactive.xpm deleted file mode 100644 index b291c1e490f2574b2d0063889493a8441b168475..0000000000000000000000000000000000000000 --- a/themes/exocet/title-5-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"4 20 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D9D1BF s inactive_color_1", -"# c #CEC7B5 s inactive_mid_1", -"$ c #B3AD9D s inactive_shadow_1", -"% c #7F7F7F s inactive_shadow_2", -"& c #9D9D9D s inactive_mid_2", -"* c #BFBFBF s inactive_color_2", -"....", -"++++", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"####", -"####", -"$$$$", -"....", -"%%%%", -"&&&&", -"****"}; diff --git a/themes/exocet/top-left-active.xpm b/themes/exocet/top-left-active.xpm deleted file mode 100644 index 6d5aef1e247a5a05e61a18f4823893cb3bf5d7ae..0000000000000000000000000000000000000000 --- a/themes/exocet/top-left-active.xpm +++ /dev/null @@ -1,45 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"6 32 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #D9D1BF s active_color_1", -"# c #CEC7B5 s active_mid_1", -"% c #B3AD9D s active_shadow_1", -"& c #7F7F7F s active_shadow_2", -"* c #D8D8D8 s active_hilight_2", -"= c #BFBFBF s active_color_2", -"- c #9D9D9D s active_mid_2", -" .", -" ..+", -" .+++", -" .+++@", -" .++@@", -".++@@@", -".++@@@", -".+@@@@", -".+@@@@", -".+@@@@", -".+@@@@", -".+@@@@", -".+@@@@", -".+@@@@", -".+@###", -".+@##%", -".+##%%", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".@%%%.", -"......", -".&&&&.", -".*--&."}; diff --git a/themes/exocet/top-left-inactive.xpm b/themes/exocet/top-left-inactive.xpm deleted file mode 100644 index 91e9a920607c7152c68ec1da0be9f4f1cad0dcee..0000000000000000000000000000000000000000 --- a/themes/exocet/top-left-inactive.xpm +++ /dev/null @@ -1,45 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"6 32 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D9D1BF s inactive_color_1", -"# c #CEC7B5 s inactive_mid_1", -"% c #B3AD9D s inactive_shadow_1", -"& c #7F7F7F s inactive_shadow_2", -"* c #D8D8D8 s inactive_hilight_2", -"= c #BFBFBF s inactive_color_2", -"- c #9D9D9D s inactive_mid_2", -" .", -" ..+", -" .+++", -" .+++@", -" .++@@", -".++@@@", -".++@@@", -".+@@@@", -".+@@@@", -".+@@@@", -".+@@@@", -".+@@@@", -".+@@@@", -".+@@@@", -".+@###", -".+@##%", -".+##%%", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".+##%.", -".@%%%.", -"......", -".&&&&.", -".*--&."}; diff --git a/themes/exocet/top-right-active.xpm b/themes/exocet/top-right-active.xpm deleted file mode 100644 index 448bd580df3ef2f1c493fa24713744cb56bfb87d..0000000000000000000000000000000000000000 --- a/themes/exocet/top-right-active.xpm +++ /dev/null @@ -1,45 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"6 32 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_1", -"@ c #B3AD9D s active_shadow_1", -"# c #D9D1BF s active_color_1", -"$ c #CEC7B5 s active_mid_1", -"* c #D8D8D8 s active_hilight_2", -"% c #7F7F7F s active_shadow_2", -"& c #BFBFBF s active_color_2", -"- c #9D9D9D s active_mid_2", -". ", -"+.. ", -"++@. ", -"#++@. ", -"##+@. ", -"###+@.", -"###+@.", -"####@.", -"####@.", -"####@.", -"####@.", -"####@.", -"####@.", -"####@.", -"$$$#@.", -"$$$$@.", -"@$$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".$@@@.", -"......", -".%%%%.", -".*--%."}; diff --git a/themes/exocet/top-right-inactive.xpm b/themes/exocet/top-right-inactive.xpm deleted file mode 100644 index 78cfff78cf146d6fdf696671c67871d9d513638a..0000000000000000000000000000000000000000 --- a/themes/exocet/top-right-inactive.xpm +++ /dev/null @@ -1,45 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"6 32 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #B3AD9D s inactive_shadow_1", -"# c #D9D1BF s inactive_color_1", -"$ c #CEC7B5 s inactive_mid_1", -"* c #D8D8D8 s inactive_hilight_2", -"% c #7F7F7F s inactive_shadow_2", -"& c #BFBFBF s inactive_color_2", -"- c #9D9D9D s inactive_mid_2", -". ", -"+.. ", -"++@. ", -"#++@. ", -"##+@. ", -"###+@.", -"###+@.", -"####@.", -"####@.", -"####@.", -"####@.", -"####@.", -"####@.", -"####@.", -"$$$#@.", -"$$$$@.", -"@$$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".+$$@.", -".$@@@.", -"......", -".%%%%.", -".*--%."}; diff --git a/themes/meenee/Makefile.am b/themes/meenee/Makefile.am deleted file mode 100644 index 038d41914c116c34ae123c85c7e9c8d2f175c342..0000000000000000000000000000000000000000 --- a/themes/meenee/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -themedir = $(pkgdatadir)/themes/meenee -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/meenee/Makefile.in b/themes/meenee/Makefile.in deleted file mode 100644 index 829afd107561f982f1e47d2bb1433dff416ecebe..0000000000000000000000000000000000000000 --- a/themes/meenee/Makefile.in +++ /dev/null @@ -1,427 +0,0 @@ -# Makefile.in generated by automake 1.8.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -subdir = themes/meenee -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ - $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ - $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__installdirs = $(DESTDIR)$(themedir) -themeDATA_INSTALL = $(INSTALL_DATA) -DATA = $(theme_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -LIBXPM_LIBS = @LIBXPM_LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -RANDR_LIBS = @RANDR_LIBS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -XGETTEXT = @XGETTEXT@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/meenee -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/meenee/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/meenee/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkdir_p) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ - $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ - rm -f $(DESTDIR)$(themedir)/$$f; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - $(mkdir_p) $(DESTDIR)$(themedir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-themeDATA - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-themeDATA - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ - install-themeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-info-am uninstall-themeDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/meenee/README b/themes/meenee/README deleted file mode 100644 index 9624f66a9cc1c2972b93a8e61e7765177d9f699e..0000000000000000000000000000000000000000 --- a/themes/meenee/README +++ /dev/null @@ -1,17 +0,0 @@ -meenee ------- - -A minimal theme derived from style bbs. - -It requires the following lines in your .gtkrc-2.0: - -style "titlebar" -{ - font_name = "Sans 8" -} - -widget "xfwm" style "titlebar" - - -by Mickael 'Korbinus' Graf - korbinus@linux.se -(modified by Olivier Fourdan) diff --git a/themes/meenee/bottom-active.xpm b/themes/meenee/bottom-active.xpm deleted file mode 100644 index 8c37d6d4d402521731d5d95a2f4f43de3588d4d0..0000000000000000000000000000000000000000 --- a/themes/meenee/bottom-active.xpm +++ /dev/null @@ -1,12 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 4 5 1", -" c None", -". c #9B9B8A s active_shadow_2", -"+ c #D6D6CC s active_color_2", -"# c #FFFFFF s active_hilight_2", -"@ c #000000", -"################################", -"++++++++++++++++++++++++++++++++", -"................................", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/meenee/bottom-inactive.xpm b/themes/meenee/bottom-inactive.xpm deleted file mode 100644 index 66150229a95dc421327f029e22461e3b2e59641f..0000000000000000000000000000000000000000 --- a/themes/meenee/bottom-inactive.xpm +++ /dev/null @@ -1,12 +0,0 @@ -</* XPM */ -static char * bottom_inactive_xpm[] = { -"32 4 5 1", -" c None", -". c #9B9B8A s inactive_shadow_2", -"+ c #D6D6CC s inactive_color_2", -"# c #FFFFFF s inactive_hilight_2", -"@ c #000000", -"################################", -"++++++++++++++++++++++++++++++++", -"................................", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/meenee/bottom-left-active.xpm b/themes/meenee/bottom-left-active.xpm deleted file mode 100644 index 0601ab321868ddcbccba24711b08bcd8b625c3e4..0000000000000000000000000000000000000000 --- a/themes/meenee/bottom-left-active.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"8 8 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #9B9B8A s active_mid_2", -".+@# ", -".+@# ", -".+@# ", -".+@# ", -".+@@++++", -".+@@@@@@", -" .@#####", -" ......"}; diff --git a/themes/meenee/bottom-left-inactive.xpm b/themes/meenee/bottom-left-inactive.xpm deleted file mode 100644 index 123d4ace0cf48ada8b01a9c9e71c293f346751ea..0000000000000000000000000000000000000000 --- a/themes/meenee/bottom-left-inactive.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"8 8 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"& c #9B9B8A s inactive_mid_2", -".+@# ", -".+@# ", -".+@# ", -".+@# ", -".+@@++++", -".+@@@@@@", -" .@#####", -" ......"}; diff --git a/themes/meenee/bottom-right-active.xpm b/themes/meenee/bottom-right-active.xpm deleted file mode 100644 index 93d81835c3ab78c99d7f6a41d84192f56097e79b..0000000000000000000000000000000000000000 --- a/themes/meenee/bottom-right-active.xpm +++ /dev/null @@ -1,16 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"8 8 5 1", -" c None", -". c #9B9B8A s active_shadow_2", -"+ c #D6D6CC s active_color_2", -"# c #FFFFFF s active_hilight_2", -"@ c #000000", -" #+.@", -" #+.@", -" #+.@", -" #+.@", -"####++.@", -"++++++.@", -"......@ ", -"@@@@@@ "}; diff --git a/themes/meenee/bottom-right-inactive.xpm b/themes/meenee/bottom-right-inactive.xpm deleted file mode 100644 index 34fdd80ff3fec84b721f8849e0b17cf50f1c97ce..0000000000000000000000000000000000000000 --- a/themes/meenee/bottom-right-inactive.xpm +++ /dev/null @@ -1,16 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"8 8 5 1", -" c None", -". c #9B9B8A s inactive_shadow_2", -"+ c #D6D6CC s inactive_color_2", -"# c #FFFFFF s inactive_hilight_2", -"@ c #000000", -" #+.@", -" #+.@", -" #+.@", -" #+.@", -"####++.@", -"++++++.@", -"......@ ", -"@@@@@@ "}; diff --git a/themes/meenee/close-active.xpm b/themes/meenee/close-active.xpm deleted file mode 100644 index cf5a23424550522225f42febe027f7f7e6ef7a7f..0000000000000000000000000000000000000000 --- a/themes/meenee/close-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@..@@@..@@#", -"+@@...@...@@#", -"+@@#.....#@@#", -"+@@@#...#@@@#", -"+@@@.....@@@#", -"+@@...#...@@#", -"+@@..#@#..@@#", -"+@@##@@@##@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/close-inactive.xpm b/themes/meenee/close-inactive.xpm deleted file mode 100644 index eea60e1ec82dfcd799a47ca8bdd651a024ed512d..0000000000000000000000000000000000000000 --- a/themes/meenee/close-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"& c #ABABAA s inactive_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@..@@@..@@#", -"+@@...@...@@#", -"+@@#.....#@@#", -"+@@@#...#@@@#", -"+@@@.....@@@#", -"+@@...#...@@#", -"+@@..#@#..@@#", -"+@@##@@@##@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/close-pressed.xpm b/themes/meenee/close-pressed.xpm deleted file mode 100644 index a350b5f10740a3fbbefde3775918d1f9f31818e6..0000000000000000000000000000000000000000 --- a/themes/meenee/close-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #FFFFFF s active_hilight_2", -"# c #D6D6CC s active_mid_2", -".............", -"++++++++++++#", -"+###########@", -"+###########@", -"+###########@", -"+##..###..##@", -"+##...#...##@", -"+###.....###@", -"+####...####@", -"+###.....###@", -"+##...#...##@", -"+##..###..##@", -"+###########@", -"+###########@", -"#@@@@@@@@@@@@"}; diff --git a/themes/meenee/hide-active.xpm b/themes/meenee/hide-active.xpm deleted file mode 100644 index 6a97ca9090c5a2da0b02ad02c4e21f90a0f878f1..0000000000000000000000000000000000000000 --- a/themes/meenee/hide-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@.....@@@#", -"+@@@.....@@@#", -"+@@@.....@@@#", -"+@@@#####@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/hide-inactive.xpm b/themes/meenee/hide-inactive.xpm deleted file mode 100644 index eaa465ed3fb8ed2190ce526ca92a0944837af250..0000000000000000000000000000000000000000 --- a/themes/meenee/hide-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"& c #ABABAA s inactive_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@.....@@@#", -"+@@@.....@@@#", -"+@@@.....@@@#", -"+@@@#####@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/hide-pressed.xpm b/themes/meenee/hide-pressed.xpm deleted file mode 100644 index e44abe1f961449835349d355982a3c7e7755aad9..0000000000000000000000000000000000000000 --- a/themes/meenee/hide-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #FFFFFF s active_hilight_2", -"# c #D6D6CC s active_mid_2", -".............", -"++++++++++++#", -"+###########@", -"+###########@", -"+###########@", -"+###########@", -"+###########@", -"+###.....###@", -"+###.....###@", -"+###.....###@", -"+###########@", -"+###########@", -"+###########@", -"+###########@", -"#@@@@@@@@@@@@"}; diff --git a/themes/meenee/left-active.xpm b/themes/meenee/left-active.xpm deleted file mode 100644 index dd802ce9de24e3e095329d3a840e742ff9427151..0000000000000000000000000000000000000000 --- a/themes/meenee/left-active.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"4 32 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#"}; diff --git a/themes/meenee/left-inactive.xpm b/themes/meenee/left-inactive.xpm deleted file mode 100644 index 19b3595afb5e45a34ef45822e4cd2a0fa1236d91..0000000000000000000000000000000000000000 --- a/themes/meenee/left-inactive.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"4 32 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#"}; diff --git a/themes/meenee/maximize-active.xpm b/themes/meenee/maximize-active.xpm deleted file mode 100644 index 2583f2984a50cc6fdb8de78d2dd2c5272b45e169..0000000000000000000000000000000000000000 --- a/themes/meenee/maximize-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@.......@@#", -"+@@.......@@#", -"+@@..###..@@#", -"+@@..@@@..@@#", -"+@@..@@@..@@#", -"+@@.......@@#", -"+@@.......@@#", -"+@@#######@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/maximize-inactive.xpm b/themes/meenee/maximize-inactive.xpm deleted file mode 100644 index ee5341fece1440bcbcef6bb58fa21d8445a20214..0000000000000000000000000000000000000000 --- a/themes/meenee/maximize-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"& c #ABABAA s inactive_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@.......@@#", -"+@@.......@@#", -"+@@..###..@@#", -"+@@..@@@..@@#", -"+@@..@@@..@@#", -"+@@.......@@#", -"+@@.......@@#", -"+@@#######@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/maximize-pressed.xpm b/themes/meenee/maximize-pressed.xpm deleted file mode 100644 index c31844ced985807af3935da771723c9b667775ec..0000000000000000000000000000000000000000 --- a/themes/meenee/maximize-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #D6D6CC s active_mid_2", -"# c #FFFFFF s active_hilight_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@.......@@#", -"+@@.......@@#", -"+@@..@@@..@@#", -"+@@..@@@..@@#", -"+@@..@@@..@@#", -"+@@.......@@#", -"+@@.......@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"@############"}; diff --git a/themes/meenee/menu-active.xpm b/themes/meenee/menu-active.xpm deleted file mode 100644 index 8c702412d51b580c287feac531139c5711d3fb86..0000000000000000000000000000000000000000 --- a/themes/meenee/menu-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@..@@@..@@#", -"+@@...@...@@#", -"+@@#.....#@@#", -"+@@@#...#@@@#", -"+@@@@#.#@@@@#", -"+@@@@@#@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/menu-inactive.xpm b/themes/meenee/menu-inactive.xpm deleted file mode 100644 index 848b0f01e63fd107267d3bdce6728e0f819d03d3..0000000000000000000000000000000000000000 --- a/themes/meenee/menu-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"& c #ABABAA s inactive_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@..@@@..@@#", -"+@@...@...@@#", -"+@@#.....#@@#", -"+@@@#...#@@@#", -"+@@@@#.#@@@@#", -"+@@@@@#@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/menu-pressed.xpm b/themes/meenee/menu-pressed.xpm deleted file mode 100644 index 2366c1370e10bcbe001da5c754ad0b6cd91059c7..0000000000000000000000000000000000000000 --- a/themes/meenee/menu-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #FFFFFF s active_hilight_2", -"# c #D6D6CC s active_mid_2", -".............", -"++++++++++++#", -"+###########@", -"+###########@", -"+###########@", -"+###########@", -"+##..###..##@", -"+##...#...##@", -"+###.....###@", -"+####...####@", -"+#####.#####@", -"+###########@", -"+###########@", -"+###########@", -"#@@@@@@@@@@@@"}; diff --git a/themes/meenee/right-active.xpm b/themes/meenee/right-active.xpm deleted file mode 100644 index 0aab31094841d0009b6823c89318c17604fd253c..0000000000000000000000000000000000000000 --- a/themes/meenee/right-active.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"4 32 5 1", -" c None", -". c #9B9B8A s active_shadow_2", -"+ c #D6D6CC s active_color_2", -"# c #FFFFFF s active_hilight_2", -"@ c #000000", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@"}; diff --git a/themes/meenee/right-inactive.xpm b/themes/meenee/right-inactive.xpm deleted file mode 100644 index 9c7c06f9d924af63af8373653a31ca8a14d6dd88..0000000000000000000000000000000000000000 --- a/themes/meenee/right-inactive.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"4 32 5 1", -" c None", -". c #9B9B8A s inactive_shadow_2", -"+ c #D6D6CC s inactive_color_2", -"# c #FFFFFF s inactive_hilight_2", -"@ c #000000", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@", -"#+.@"}; diff --git a/themes/meenee/shade-active.xpm b/themes/meenee/shade-active.xpm deleted file mode 100644 index aa810e262161fa3be272721288a2ea4cec564611..0000000000000000000000000000000000000000 --- a/themes/meenee/shade-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@.@@@@@#", -"+@@@@...@@@@#", -"+@@@.....@@@#", -"+@@...#...@@#", -"+@@..#@#..@@#", -"+@@##@@@##@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/shade-inactive.xpm b/themes/meenee/shade-inactive.xpm deleted file mode 100644 index 0a79bf36392ff6f8399fadb6d4b4afa04d6f1826..0000000000000000000000000000000000000000 --- a/themes/meenee/shade-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"& c #ABABAA s inactive_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@.@@@@@#", -"+@@@@...@@@@#", -"+@@@.....@@@#", -"+@@...#...@@#", -"+@@..#@#..@@#", -"+@@##@@@##@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/shade-pressed.xpm b/themes/meenee/shade-pressed.xpm deleted file mode 100644 index 02a2dcf52750250c360371d50b8fa3f38997899a..0000000000000000000000000000000000000000 --- a/themes/meenee/shade-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #D6D6CC s active_mid_2", -"# c #FFFFFF s active_hilight_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@.@@@@@#", -"+@@@@...@@@@#", -"+@@@.....@@@#", -"+@@...@...@@#", -"+@@..@@@..@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"@############"}; diff --git a/themes/meenee/stick-active.xpm b/themes/meenee/stick-active.xpm deleted file mode 100644 index 8d4e5790e564541cd08c3141e002f98fc668b43e..0000000000000000000000000000000000000000 --- a/themes/meenee/stick-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@.@@.@@#", -"+@@@@@....@@#", -"+@@.......@@#", -"+@@###....@@#", -"+@@@@@.##.@@#", -"+@@@@@#@@#@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/stick-inactive.xpm b/themes/meenee/stick-inactive.xpm deleted file mode 100644 index 6a4a5f5468af64371d4f2316d417449e1ea811a3..0000000000000000000000000000000000000000 --- a/themes/meenee/stick-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"& c #ABABAA s inactive_mid_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@.@@.@@#", -"+@@@@@....@@#", -"+@@.......@@#", -"+@@###....@@#", -"+@@@@@.##.@@#", -"+@@@@@#@@#@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"@&&&&&&&&&&&#", -"#############"}; diff --git a/themes/meenee/stick-pressed.xpm b/themes/meenee/stick-pressed.xpm deleted file mode 100644 index 22eda72c0aed58a1cd835d239c6222907826223e..0000000000000000000000000000000000000000 --- a/themes/meenee/stick-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #D6D6CC s active_mid_2", -"# c #FFFFFF s active_hilight_2", -".............", -"++++++++++++@", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@.@@.@@#", -"+@@@@@....@@#", -"+@@.......@@#", -"+@@@@@....@@#", -"+@@@@@.@@.@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"+@@@@@@@@@@@#", -"@############"}; diff --git a/themes/meenee/themerc b/themes/meenee/themerc deleted file mode 100644 index 588dad742f31a6283379157e859796c99aaba3e9..0000000000000000000000000000000000000000 --- a/themes/meenee/themerc +++ /dev/null @@ -1,9 +0,0 @@ -full_width_title=true -button_offset=0 -button_spacing=0 -title_vertical_offset_active=-1 -title_vertical_offset_inactive=-1 -active_text_color=#ffffff -inactive_text_color=#cccccc -title_shadow_active=true -title_shadow_inactive=true diff --git a/themes/meenee/title-1-active.xpm b/themes/meenee/title-1-active.xpm deleted file mode 100644 index bf42c6aa69471a7e385426c3be966de5e997ebd7..0000000000000000000000000000000000000000 --- a/themes/meenee/title-1-active.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"####"}; diff --git a/themes/meenee/title-1-inactive.xpm b/themes/meenee/title-1-inactive.xpm deleted file mode 100644 index fd1361b8e6e41a48dbceae8857b5206d78187e1b..0000000000000000000000000000000000000000 --- a/themes/meenee/title-1-inactive.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"####"}; diff --git a/themes/meenee/title-2-active.xpm b/themes/meenee/title-2-active.xpm deleted file mode 100644 index d8b948f1fc95744ac29c99bbf5fe94fc0b6f27e5..0000000000000000000000000000000000000000 --- a/themes/meenee/title-2-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"10 15 14 1", -" c None", -". c #000000", -"+ c #515256", -"@ c #9194A6", -"# c #686C85", -"$ c #6C7189", -"% c #73778E", -"& c #7C8096", -"* c #86899E", -"= c #A0A2B2", -"- c #AEB0BE", -"; c #B9BCC7", -"> c #BCBECA", -", c #A0A3B3", -"..........", -"+@@@@@@@@@", -"+@########", -"+@########", -"+@$$$$$$$$", -"+@%%%%%%%%", -"+@&&&&&&&&", -"+@********", -"+@@@@@@@@@", -"+@========", -"+@--------", -"+@;;;;;;;;", -"+@>>>>>>>>", -"+,,,,,,,,,", -".........."}; diff --git a/themes/meenee/title-2-inactive.xpm b/themes/meenee/title-2-inactive.xpm deleted file mode 100644 index 0328c9b78defc4bbe44bab13e7ee8ef1239a815e..0000000000000000000000000000000000000000 --- a/themes/meenee/title-2-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"10 15 15 1", -" c None", -". c #000000", -"+ c #575757", -"@ c #A8A8A8", -"# c #838383", -"$ c #888888", -"% c #909090", -"& c #9A9A9A", -"* c #A2A2A2", -"= c #AAAAAA", -"- c #B5B5B5", -"; c #C0C0C0", -"> c #C9C9C9", -", c #CCCCCC", -"' c #B6B6B6", -"..........", -"+@@@@@@@@@", -"+@########", -"+@########", -"+@$$$$$$$$", -"+@%%%%%%%%", -"+@&&&&&&&&", -"+@********", -"+@========", -"+@--------", -"+@;;;;;;;;", -"+@>>>>>>>>", -"+@,,,,,,,,", -"+'''''''''", -".........."}; diff --git a/themes/meenee/title-3-active.xpm b/themes/meenee/title-3-active.xpm deleted file mode 100644 index 6ea3f5397f095d8f0753a1937a854829d1b4b8af..0000000000000000000000000000000000000000 --- a/themes/meenee/title-3-active.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"8 15 13 1", -" c None", -". c #000000", -"+ c #9194A6", -"@ c #686C85", -"# c #6C7189", -"$ c #73778E", -"% c #7C8096", -"& c #86899E", -"* c #A0A2B2", -"= c #AEB0BE", -"- c #B9BCC7", -"; c #BCBECA", -"> c #A0A3B3", -"........", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"########", -"$$$$$$$$", -"%%%%%%%%", -"&&&&&&&&", -"++++++++", -"********", -"========", -"--------", -";;;;;;;;", -">>>>>>>>", -"........"}; diff --git a/themes/meenee/title-3-inactive.xpm b/themes/meenee/title-3-inactive.xpm deleted file mode 100644 index 236c9f3e04cad1e792f6c5694208f48ab25a9b31..0000000000000000000000000000000000000000 --- a/themes/meenee/title-3-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"8 15 14 1", -" c None", -". c #000000", -"+ c #A8A8A8", -"@ c #838383", -"# c #888888", -"$ c #909090", -"% c #9A9A9A", -"& c #A2A2A2", -"* c #AAAAAA", -"= c #B5B5B5", -"- c #C0C0C0", -"; c #C9C9C9", -"> c #CCCCCC", -", c #B6B6B6", -"........", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"########", -"$$$$$$$$", -"%%%%%%%%", -"&&&&&&&&", -"********", -"========", -"--------", -";;;;;;;;", -">>>>>>>>", -",,,,,,,,", -"........"}; diff --git a/themes/meenee/title-4-active.xpm b/themes/meenee/title-4-active.xpm deleted file mode 100644 index b37a052fb09821678661d93f53ec994e9013f8a3..0000000000000000000000000000000000000000 --- a/themes/meenee/title-4-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"10 15 14 1", -" c None", -". c #000000", -"+ c #9194A6", -"@ c #515256", -"# c #686C85", -"$ c #A0A3B3", -"% c #6C7189", -"& c #73778E", -"* c #7C8096", -"= c #86899E", -"- c #A0A2B2", -"; c #AEB0BE", -"> c #B9BCC7", -", c #BCBECA", -"..........", -"+++++++++@", -"########$@", -"########$@", -"%%%%%%%%$@", -"&&&&&&&&$@", -"********$@", -"========$@", -"++++++++$@", -"--------$@", -";;;;;;;;$@", -">>>>>>>>$@", -",,,,,,,,$@", -"$$$$$$$$$@", -".........."}; diff --git a/themes/meenee/title-4-inactive.xpm b/themes/meenee/title-4-inactive.xpm deleted file mode 100644 index fc691b2d6a764c7fc6e1b86fc7455aa03c5c92a6..0000000000000000000000000000000000000000 --- a/themes/meenee/title-4-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"10 15 15 1", -" c None", -". c #000000", -"+ c #A8A8A8", -"@ c #575757", -"# c #838383", -"$ c #B6B6B6", -"% c #888888", -"& c #909090", -"* c #9A9A9A", -"= c #A2A2A2", -"- c #AAAAAA", -"; c #B5B5B5", -"> c #C0C0C0", -", c #C9C9C9", -"' c #CCCCCC", -"..........", -"+++++++++@", -"########$@", -"########$@", -"%%%%%%%%$@", -"&&&&&&&&$@", -"********$@", -"========$@", -"--------$@", -";;;;;;;;$@", -">>>>>>>>$@", -",,,,,,,,$@", -"''''''''$@", -"$$$$$$$$$@", -".........."}; diff --git a/themes/meenee/title-5-active.xpm b/themes/meenee/title-5-active.xpm deleted file mode 100644 index b8606481caa951f79c062bb4fca7e9073c732ddf..0000000000000000000000000000000000000000 --- a/themes/meenee/title-5-active.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"####"}; diff --git a/themes/meenee/title-5-inactive.xpm b/themes/meenee/title-5-inactive.xpm deleted file mode 100644 index e838dee7007c8e824d5e6ecf44f716f55b052723..0000000000000000000000000000000000000000 --- a/themes/meenee/title-5-inactive.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"####"}; diff --git a/themes/meenee/top-left-active.xpm b/themes/meenee/top-left-active.xpm deleted file mode 100644 index 3d13fe4ca08f468cbd4c02e896450c401b17279e..0000000000000000000000000000000000000000 --- a/themes/meenee/top-left-active.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -" ..", -" .+@", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#"}; diff --git a/themes/meenee/top-left-inactive.xpm b/themes/meenee/top-left-inactive.xpm deleted file mode 100644 index 3524d9dad229ab4e8aa0beaed0107fb4dc452d23..0000000000000000000000000000000000000000 --- a/themes/meenee/top-left-inactive.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -" ..", -" .+@", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#", -".+@#"}; diff --git a/themes/meenee/top-right-active.xpm b/themes/meenee/top-right-active.xpm deleted file mode 100644 index b00bbc04891bbb387ad63d074e0e7241822704e0..0000000000000000000000000000000000000000 --- a/themes/meenee/top-right-active.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -".. ", -"++. ", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"@@#."}; diff --git a/themes/meenee/top-right-inactive.xpm b/themes/meenee/top-right-inactive.xpm deleted file mode 100644 index 225421e415d959e78ab8e5b2554d2386b502ea39..0000000000000000000000000000000000000000 --- a/themes/meenee/top-right-inactive.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -".. ", -"++. ", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"+@#.", -"@@#."}; diff --git a/themes/microcurve/Makefile.am b/themes/microcurve/Makefile.am deleted file mode 100644 index f5b0c7baf1ddfbaaad209bab7fab2b73c40e9a1d..0000000000000000000000000000000000000000 --- a/themes/microcurve/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -themedir = $(pkgdatadir)/themes/microcurve -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/microcurve/Makefile.in b/themes/microcurve/Makefile.in deleted file mode 100644 index 6275b379573bf6ebe1c74b20420748f44425c184..0000000000000000000000000000000000000000 --- a/themes/microcurve/Makefile.in +++ /dev/null @@ -1,427 +0,0 @@ -# Makefile.in generated by automake 1.8.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -subdir = themes/microcurve -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ - $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ - $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__installdirs = $(DESTDIR)$(themedir) -themeDATA_INSTALL = $(INSTALL_DATA) -DATA = $(theme_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -LIBXPM_LIBS = @LIBXPM_LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -RANDR_LIBS = @RANDR_LIBS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -XGETTEXT = @XGETTEXT@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/microcurve -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/microcurve/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/microcurve/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkdir_p) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ - $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ - rm -f $(DESTDIR)$(themedir)/$$f; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - $(mkdir_p) $(DESTDIR)$(themedir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-themeDATA - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-themeDATA - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ - install-themeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-info-am uninstall-themeDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/microcurve/README b/themes/microcurve/README deleted file mode 100644 index 045f8868b76b53398e94c4079ba337212f8c313d..0000000000000000000000000000000000000000 --- a/themes/microcurve/README +++ /dev/null @@ -1,4 +0,0 @@ -microcurve ----------- - -Inspired by curve and meenee diff --git a/themes/microcurve/bottom-active.xpm b/themes/microcurve/bottom-active.xpm deleted file mode 100644 index 31e0a4785c9d2855c85425ef7dfd4e9a85aee9b3..0000000000000000000000000000000000000000 --- a/themes/microcurve/bottom-active.xpm +++ /dev/null @@ -1,12 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 4 5 1", -" c None", -". c #9B9B8A s active_shadow_2", -"+ c #D6D6CC s active_color_2", -"# c #FFFFFF s active_hilight_2", -"@ c #000000", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"################################", -"................................", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/microcurve/bottom-inactive.xpm b/themes/microcurve/bottom-inactive.xpm deleted file mode 100644 index 71c3e0aa5b8efa2788f06f10798ee176b17bd47e..0000000000000000000000000000000000000000 --- a/themes/microcurve/bottom-inactive.xpm +++ /dev/null @@ -1,12 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"32 4 5 1", -" c None", -". c #9B9B8A s inactive_shadow_2", -"+ c #D6D6CC s inactive_color_2", -"# c #FFFFFF s inactive_hilight_2", -"@ c #000000", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"################################", -"................................", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/microcurve/bottom-left-active.xpm b/themes/microcurve/bottom-left-active.xpm deleted file mode 100644 index f48596727631233536a421e68610c128d0556f72..0000000000000000000000000000000000000000 --- a/themes/microcurve/bottom-left-active.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"8 8 6 1", -" c None", -". c #000000", -"@ c #D6D6CC s active_color_2", -"& c #9B9B8A s active_mid_2", -"% c #FFFFFF s active_hilight_2", -"* c #9B9B8A s active_shadow_2", -".%@. ", -".%@. ", -".%@. ", -".%@. ", -".%@.....", -".%@%%%%%", -".@******", -"........"}; diff --git a/themes/microcurve/bottom-left-inactive.xpm b/themes/microcurve/bottom-left-inactive.xpm deleted file mode 100644 index ef185ede8bb19d3e2967f7414b1e9144c5e3a469..0000000000000000000000000000000000000000 --- a/themes/microcurve/bottom-left-inactive.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"8 8 6 1", -" c None", -". c #000000", -"@ c #D6D6CC s inactive_color_2", -"& c #9B9B8A s inactive_mid_2", -"% c #FFFFFF s inactive_hilight_2", -"* c #9B9B8A s inactive_shadow_2", -".%@. ", -".%@. ", -".%@. ", -".%@. ", -".%@.....", -".%@%%%%%", -".@******", -"........"}; diff --git a/themes/microcurve/bottom-right-active.xpm b/themes/microcurve/bottom-right-active.xpm deleted file mode 100644 index b3b79f6b314a3bff533204e02aa38374d2312b7b..0000000000000000000000000000000000000000 --- a/themes/microcurve/bottom-right-active.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"8 8 6 1", -" c None", -". c #000000", -"@ c #D6D6CC s active_color_2", -"& c #9B9B8A s active_mid_2", -"% c #FFFFFF s active_hilight_2", -"* c #9B9B8A s active_shadow_2", -" .%*.", -" .%*.", -" .%*.", -" .%*.", -".....%*.", -"%%%%%%*.", -"*******.", -"........"}; diff --git a/themes/microcurve/bottom-right-inactive.xpm b/themes/microcurve/bottom-right-inactive.xpm deleted file mode 100644 index c176af4671094073700f9d572b15ea362471be7e..0000000000000000000000000000000000000000 --- a/themes/microcurve/bottom-right-inactive.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"8 8 6 1", -" c None", -". c #000000", -"@ c #D6D6CC s inactive_color_2", -"& c #9B9B8A s inactive_mid_2", -"% c #FFFFFF s inactive_hilight_2", -"* c #9B9B8A s inactive_shadow_2", -" .%*.", -" .%*.", -" .%*.", -" .%*.", -".....%*.", -"%%%%%%*.", -"*******.", -"........"}; diff --git a/themes/microcurve/close-active.xpm b/themes/microcurve/close-active.xpm deleted file mode 100644 index 4d7c946d66f82422735d98bc6d32b7182284c84e..0000000000000000000000000000000000000000 --- a/themes/microcurve/close-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@..@@@..@@@", -"@@@...@...@@@", -"@@@#.....#@@@", -"@@@@#...#@@@@", -"@@@@.....@@@@", -"@@@...#...@@@", -"@@@..#@#..@@@", -"@@@##@@@##@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/close-inactive.xpm b/themes/microcurve/close-inactive.xpm deleted file mode 100644 index 599a66e21406e6abea277a73fdb9687929b7af2e..0000000000000000000000000000000000000000 --- a/themes/microcurve/close-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D6D6CC s inactive_color_1", -"# c #9B9B8A s inactive_shadow_1", -"& c #ABABAA s inactive_mid_1", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@..@@@..@@@", -"@@@...@...@@@", -"@@@#.....#@@@", -"@@@@#...#@@@@", -"@@@@.....@@@@", -"@@@...#...@@@", -"@@@..#@#..@@@", -"@@@##@@@##@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/close-pressed.xpm b/themes/microcurve/close-pressed.xpm deleted file mode 100644 index 7dbc4200965693d916d783b903aea3fe3cee49fe..0000000000000000000000000000000000000000 --- a/themes/microcurve/close-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #FFFFFF s active_hilight_2", -"# c #D6D6CC s active_mid_2", -".............", -"+++++++++++++", -"+###########+", -"+###########+", -"+###########+", -"+##..###..##+", -"+##...#...##+", -"+###.....###+", -"+####...####+", -"+###.....###+", -"+##...#...##+", -"+##..###..##+", -"+###########+", -"+++++++++++++", -"............."}; diff --git a/themes/microcurve/hide-active.xpm b/themes/microcurve/hide-active.xpm deleted file mode 100644 index 78e49097228238e3f1882694db754cb8930d025c..0000000000000000000000000000000000000000 --- a/themes/microcurve/hide-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@...@@@@@", -"@@@@@...@@@@@", -"@@@@@...@@@@@", -"@@@@@###@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/hide-inactive.xpm b/themes/microcurve/hide-inactive.xpm deleted file mode 100644 index b526ae8e444ab416f68da602d907047021d56224..0000000000000000000000000000000000000000 --- a/themes/microcurve/hide-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D6D6CC s inactive_color_1", -"# c #9B9B8A s inactive_shadow_1", -"& c #ABABAA s inactive_mid_1", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@...@@@@@", -"@@@@@...@@@@@", -"@@@@@...@@@@@", -"@@@@@###@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/hide-pressed.xpm b/themes/microcurve/hide-pressed.xpm deleted file mode 100644 index 5118e2ae5d12379cf61c4900b712fc08681f3fe3..0000000000000000000000000000000000000000 --- a/themes/microcurve/hide-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #FFFFFF s active_hilight_2", -"# c #D6D6CC s active_mid_2", -".............", -"+++++++++++++", -"+###########+", -"+###########+", -"+###########+", -"+###########+", -"+###########+", -"+####...####+", -"+####...####+", -"+####...####+", -"+###########+", -"+###########+", -"+###########+", -"+++++++++++++", -"............."}; diff --git a/themes/microcurve/left-active.xpm b/themes/microcurve/left-active.xpm deleted file mode 100644 index c971a0e075a82e796537762bdf9a8caff3fc74dc..0000000000000000000000000000000000000000 --- a/themes/microcurve/left-active.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"4 32 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@."}; diff --git a/themes/microcurve/left-inactive.xpm b/themes/microcurve/left-inactive.xpm deleted file mode 100644 index 7211838482d21a636c12a8120b021ae7b9a71a12..0000000000000000000000000000000000000000 --- a/themes/microcurve/left-inactive.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"4 32 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@."}; diff --git a/themes/microcurve/maximize-active.xpm b/themes/microcurve/maximize-active.xpm deleted file mode 100644 index 5843677ded28c61ffed731775c9bbf7eceae0687..0000000000000000000000000000000000000000 --- a/themes/microcurve/maximize-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@.......@@@", -"@@@.......@@@", -"@@@..###..@@@", -"@@@..@@@..@@@", -"@@@..@@@..@@@", -"@@@.......@@@", -"@@@.......@@@", -"@@@#######@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/maximize-inactive.xpm b/themes/microcurve/maximize-inactive.xpm deleted file mode 100644 index f1bdc975a7c193fc8cdffaed557ffb2c3b2992b8..0000000000000000000000000000000000000000 --- a/themes/microcurve/maximize-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D6D6CC s inactive_color_1", -"# c #9B9B8A s inactive_shadow_1", -"& c #ABABAA s inactive_mid_1", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@.......@@@", -"@@@.......@@@", -"@@@..###..@@@", -"@@@..@@@..@@@", -"@@@..@@@..@@@", -"@@@.......@@@", -"@@@.......@@@", -"@@@#######@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/maximize-pressed.xpm b/themes/microcurve/maximize-pressed.xpm deleted file mode 100644 index 2335e37fbe881252e38ac4220510a7e67d2edd81..0000000000000000000000000000000000000000 --- a/themes/microcurve/maximize-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #D6D6CC s active_mid_2", -"# c #FFFFFF s active_hilight_2", -".............", -"+++++++++++++", -"+@@@@@@@@@@@+", -"+@@@@@@@@@@@+", -"+@@@@@@@@@@@+", -"+@@.......@@+", -"+@@.......@@+", -"+@@..@@@..@@+", -"+@@..@@@..@@+", -"+@@..@@@..@@+", -"+@@.......@@+", -"+@@.......@@+", -"+@@@@@@@@@@@+", -"+++++++++++++", -"............."}; diff --git a/themes/microcurve/menu-active.xpm b/themes/microcurve/menu-active.xpm deleted file mode 100644 index 28fb5719955ea5c075f7469abd9afc38bf16d056..0000000000000000000000000000000000000000 --- a/themes/microcurve/menu-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@..@@@..@@@", -"@@@...@...@@@", -"@@@#.....#@@@", -"@@@@#...#@@@@", -"@@@@@#.#@@@@@", -"@@@@@@#@@@@@@", -"@@@@@@@@@@@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/menu-inactive.xpm b/themes/microcurve/menu-inactive.xpm deleted file mode 100644 index acd089f974e3a0e6175f8a47686e6f8734f7a331..0000000000000000000000000000000000000000 --- a/themes/microcurve/menu-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D6D6CC s inactive_color_1", -"# c #9B9B8A s inactive_shadow_1", -"& c #ABABAA s inactive_mid_1", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@..@@@..@@@", -"@@@...@...@@@", -"@@@#.....#@@@", -"@@@@#...#@@@@", -"@@@@@#.#@@@@@", -"@@@@@@#@@@@@@", -"@@@@@@@@@@@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/menu-pressed.xpm b/themes/microcurve/menu-pressed.xpm deleted file mode 100644 index 77ffdedcbed2bef50c2d795edffa3a01268a0803..0000000000000000000000000000000000000000 --- a/themes/microcurve/menu-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #FFFFFF s active_hilight_2", -"# c #D6D6CC s active_mid_2", -".............", -"+++++++++++++", -"+###########+", -"+###########+", -"+###########+", -"+###########+", -"+##..###..##+", -"+##...#...##+", -"+###.....###+", -"+####...####+", -"+#####.#####+", -"+###########+", -"+###########+", -"+++++++++++++", -"............."}; diff --git a/themes/microcurve/right-active.xpm b/themes/microcurve/right-active.xpm deleted file mode 100644 index d1b6b4071a5a74378efe0da66e450f84086e8c6e..0000000000000000000000000000000000000000 --- a/themes/microcurve/right-active.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"4 32 5 1", -" c None", -". c #9B9B8A s active_shadow_2", -"+ c #D6D6CC s active_color_2", -"# c #FFFFFF s active_hilight_2", -"@ c #000000", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@"}; diff --git a/themes/microcurve/right-inactive.xpm b/themes/microcurve/right-inactive.xpm deleted file mode 100644 index 74fa5e9443d2cc2ee8ad3db1549da6e0e320bd82..0000000000000000000000000000000000000000 --- a/themes/microcurve/right-inactive.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"4 32 5 1", -" c None", -". c #9B9B8A s inactive_shadow_2", -"+ c #D6D6CC s inactive_color_2", -"# c #FFFFFF s inactive_hilight_2", -"@ c #000000", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@", -"@#.@"}; diff --git a/themes/microcurve/shade-active.xpm b/themes/microcurve/shade-active.xpm deleted file mode 100644 index ba296efabaed115460f4a51b65586c28814f8dad..0000000000000000000000000000000000000000 --- a/themes/microcurve/shade-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@.@@@@@@", -"@@@@@...@@@@@", -"@@@@.....@@@@", -"@@@...#...@@@", -"@@@..#@#..@@@", -"@@@##@@@##@@@", -"@@@@@@@@@@@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/shade-inactive.xpm b/themes/microcurve/shade-inactive.xpm deleted file mode 100644 index 32d0706b75beec03da252958e2aeb86a36e9cf68..0000000000000000000000000000000000000000 --- a/themes/microcurve/shade-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D6D6CC s inactive_color_1", -"# c #9B9B8A s inactive_shadow_1", -"& c #ABABAA s inactive_mid_1", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@.@@@@@@", -"@@@@@...@@@@@", -"@@@@.....@@@@", -"@@@...#...@@@", -"@@@..#@#..@@@", -"@@@##@@@##@@@", -"@@@@@@@@@@@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/shade-pressed.xpm b/themes/microcurve/shade-pressed.xpm deleted file mode 100644 index 06c7ee88a7e4432b70120bd6be8d886092f8df43..0000000000000000000000000000000000000000 --- a/themes/microcurve/shade-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #D6D6CC s active_mid_2", -"# c #FFFFFF s active_hilight_2", -".............", -"+++++++++++++", -"+@@@@@@@@@@@+", -"+@@@@@@@@@@@+", -"+@@@@@@@@@@@+", -"+@@@@@@@@@@@+", -"+@@@@@.@@@@@+", -"+@@@@...@@@@+", -"+@@@.....@@@+", -"+@@...@...@@+", -"+@@..@@@..@@+", -"+@@@@@@@@@@@+", -"+@@@@@@@@@@@+", -"+++++++++++++", -"............."}; diff --git a/themes/microcurve/stick-active.xpm b/themes/microcurve/stick-active.xpm deleted file mode 100644 index 01e9aabd2e0d2148a1c30dc25abcc193ce09fe48..0000000000000000000000000000000000000000 --- a/themes/microcurve/stick-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@.@@.@@@", -"@@@@@@....@@@", -"@@@.......@@@", -"@@@###....@@@", -"@@@@@@.##.@@@", -"@@@@@@#@@#@@@", -"@@@@@@@@@@@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/stick-inactive.xpm b/themes/microcurve/stick-inactive.xpm deleted file mode 100644 index a2a2ddf69973e7fda3e5aafc95f418d81c423c25..0000000000000000000000000000000000000000 --- a/themes/microcurve/stick-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"13 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D6D6CC s inactive_color_1", -"# c #9B9B8A s inactive_shadow_1", -"& c #ABABAA s inactive_mid_1", -".............", -"+++++++++++++", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@@@@@@@@", -"@@@@@@.@@.@@@", -"@@@@@@....@@@", -"@@@.......@@@", -"@@@###....@@@", -"@@@@@@.##.@@@", -"@@@@@@#@@#@@@", -"@@@@@@@@@@@@@", -"&&&&&&&&&&&&&", -"#############", -"............."}; diff --git a/themes/microcurve/stick-pressed.xpm b/themes/microcurve/stick-pressed.xpm deleted file mode 100644 index 4d48e7027f310b86a349ccf9bab59c1a2740ba9a..0000000000000000000000000000000000000000 --- a/themes/microcurve/stick-pressed.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"13 15 5 1", -" c None", -". c #000000", -"+ c #9B9B8A s active_shadow_2", -"@ c #D6D6CC s active_mid_2", -"# c #FFFFFF s active_hilight_2", -".............", -"+++++++++++++", -"+@@@@@@@@@@@+", -"+@@@@@@@@@@@+", -"+@@@@@@@@@@@+", -"+@@@@@@@@@@@+", -"+@@@@@.@@.@@+", -"+@@@@@....@@+", -"+@@.......@@+", -"+@@@@@....@@+", -"+@@@@@.@@.@@+", -"+@@@@@@@@@@@+", -"+@@@@@@@@@@@+", -"+++++++++++++", -"............."}; diff --git a/themes/microcurve/themerc b/themes/microcurve/themerc deleted file mode 100644 index 1d614e24c9a1468403706ad3d32e4b53d0a616c2..0000000000000000000000000000000000000000 --- a/themes/microcurve/themerc +++ /dev/null @@ -1,8 +0,0 @@ -full_width_title=true -active_text_color=#FFFFFF -button_offset=0 -button_spacing=0 -title_vertical_offset_active=0 -title_vertical_offset_inactive=0 -title_shadow_active=true -title_shadow_inactive=false diff --git a/themes/microcurve/title-1-active.xpm b/themes/microcurve/title-1-active.xpm deleted file mode 100644 index 57ff807e64f9113969770032389f684b482061b3..0000000000000000000000000000000000000000 --- a/themes/microcurve/title-1-active.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"...."}; diff --git a/themes/microcurve/title-1-inactive.xpm b/themes/microcurve/title-1-inactive.xpm deleted file mode 100644 index 2232072bf026d5ce0ad20a8e8ae6650fede93864..0000000000000000000000000000000000000000 --- a/themes/microcurve/title-1-inactive.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D6D6CC s inactive_color_1", -"# c #9B9B8A s inactive_shadow_1", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"...."}; diff --git a/themes/microcurve/title-2-active.xpm b/themes/microcurve/title-2-active.xpm deleted file mode 100644 index ac14d6e2cc0970ff20cc977d96115b3d84ffb23e..0000000000000000000000000000000000000000 --- a/themes/microcurve/title-2-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"10 15 15 1", -" c None", -". c #000000", -"+ c #3F578E", -"@ c #98B2ED", -"# c #536EAA", -"$ c #45619F", -"% c #4663A3", -"& c #4865A7", -"* c #4A68AB", -"= c #4B6AAF", -"- c #4D6CB3", -"; c #4F6FB7", -"> c #5171BB", -", c #5173BF", -"' c #5073C1", -"..........", -"+@@@@@@@@@", -"+#########", -"+$$$$$$$$$", -"+%%%%%%%%%", -"+&&&&&&&&&", -"+*********", -"+=========", -"+---------", -"+;;;;;;;;;", -"+>>>>>>>>>", -"+,,,,,,,,,", -"+'''''''''", -"++++++++++", -".........."}; diff --git a/themes/microcurve/title-2-inactive.xpm b/themes/microcurve/title-2-inactive.xpm deleted file mode 100644 index adeb28cf52dc65af38e99140112aa846cc4dadb5..0000000000000000000000000000000000000000 --- a/themes/microcurve/title-2-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"10 15 6 1", -" c None", -". c #000000", -"# c #A49CD3 s inactive_hilight_1", -"% c #5649A8 s inactive_color_1", -"& c #6356B5 s inactive_mid_1", -"* c #453A87 s inactive_shadow_1", -"..........", -"*#########", -"*%%%%%%%%%", -"*%%%%%%%%%", -"*%%%%%%%%%", -"*%%%%%%%%%", -"*%%%%%%%%%", -"*%%%%%%%%%", -"*%%%%%%%%%", -"*%%%%%%%%%", -"*%%%%%%%%%", -"*%%%%%%%%%", -"*&&&&&&&&&", -"**********", -".........."}; diff --git a/themes/microcurve/title-3-active.xpm b/themes/microcurve/title-3-active.xpm deleted file mode 100644 index 0c89e3437392f5a96c66bee944258f108aa81659..0000000000000000000000000000000000000000 --- a/themes/microcurve/title-3-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"8 15 15 1", -" c None", -". c #000000", -"+ c #98B2ED", -"@ c #536EAA", -"# c #45619F", -"$ c #4663A3", -"% c #4865A7", -"& c #4A68AB", -"* c #4B6AAF", -"= c #4D6CB3", -"- c #4F6FB7", -"; c #5171BB", -"> c #5173BF", -", c #5073C1", -"' c #3F578E", -"........", -"++++++++", -"@@@@@@@@", -"########", -"$$$$$$$$", -"%%%%%%%%", -"&&&&&&&&", -"********", -"========", -"--------", -";;;;;;;;", -">>>>>>>>", -",,,,,,,,", -"''''''''", -"........"}; diff --git a/themes/microcurve/title-3-inactive.xpm b/themes/microcurve/title-3-inactive.xpm deleted file mode 100644 index e46f484c371c2c2d924a3d04b843f7b09544f46b..0000000000000000000000000000000000000000 --- a/themes/microcurve/title-3-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"8 15 6 1", -" c None", -". c #000000", -"+ c #A49CD3 s inactive_hilight_1", -"@ c #5649A8 s inactive_color_1", -"# c #6356B5 s inactive_mid_1", -"$ c #453A87 s inactive_shadow_1", -"........", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"########", -"$$$$$$$$", -"........"}; diff --git a/themes/microcurve/title-4-active.xpm b/themes/microcurve/title-4-active.xpm deleted file mode 100644 index 9abbca1e232a3d54bed5678532cfa6d3d8b717f5..0000000000000000000000000000000000000000 --- a/themes/microcurve/title-4-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"10 15 15 1", -" c None", -". c #000000", -"+ c #98B2ED", -"@ c #3F578E", -"# c #536EAA", -"$ c #45619F", -"% c #4663A3", -"& c #4865A7", -"* c #4A68AB", -"= c #4B6AAF", -"- c #4D6CB3", -"; c #4F6FB7", -"> c #5171BB", -", c #5173BF", -"' c #5073C1", -"..........", -"+++++++++@", -"#########@", -"$$$$$$$$$@", -"%%%%%%%%%@", -"&&&&&&&&&@", -"*********@", -"=========@", -"---------@", -";;;;;;;;;@", -">>>>>>>>>@", -",,,,,,,,,@", -"'''''''''@", -"@@@@@@@@@@", -".........."}; diff --git a/themes/microcurve/title-4-inactive.xpm b/themes/microcurve/title-4-inactive.xpm deleted file mode 100644 index 9211d39cb0030d5ebe63a6fa2492712998370005..0000000000000000000000000000000000000000 --- a/themes/microcurve/title-4-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"10 15 6 1", -" c None", -". c #000000", -"+ c #A49CD3 s inactive_hilight_1", -"@ c #5649A8 s inactive_color_1", -"$ c #453A87 s inactive_shadow_1", -"& c #6356B5 s inactive_mid_1", -"..........", -"+++++++++$", -"@@@@@@@@@$", -"@@@@@@@@@$", -"@@@@@@@@@$", -"@@@@@@@@@$", -"@@@@@@@@@$", -"@@@@@@@@@$", -"@@@@@@@@@$", -"@@@@@@@@@$", -"@@@@@@@@@$", -"@@@@@@@@@$", -"&&&&&&&&&$", -"$$$$$$$$$$", -".........."}; diff --git a/themes/microcurve/title-5-active.xpm b/themes/microcurve/title-5-active.xpm deleted file mode 100644 index 3eb18e23dad17c6ef51c683568d6d589a1cc6967..0000000000000000000000000000000000000000 --- a/themes/microcurve/title-5-active.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"...."}; diff --git a/themes/microcurve/title-5-inactive.xpm b/themes/microcurve/title-5-inactive.xpm deleted file mode 100644 index 987bf603e3c5931c8e70eed3d9d9bd709b102205..0000000000000000000000000000000000000000 --- a/themes/microcurve/title-5-inactive.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"4 15 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D6D6CC s inactive_color_1", -"# c #9B9B8A s inactive_shadow_1", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"...."}; diff --git a/themes/microcurve/top-left-active.xpm b/themes/microcurve/top-left-active.xpm deleted file mode 100644 index e637b2bbd3f9c212d5bf451420202916c7c69c73..0000000000000000000000000000000000000000 --- a/themes/microcurve/top-left-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"4 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -" ", -" ..", -" .++", -" .+@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@&", -".+@#", -".+@."}; diff --git a/themes/microcurve/top-left-inactive.xpm b/themes/microcurve/top-left-inactive.xpm deleted file mode 100644 index 0244cb167363782ef2822aa6a1263023b73616b6..0000000000000000000000000000000000000000 --- a/themes/microcurve/top-left-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"4 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D6D6CC s inactive_color_1", -"# c #9B9B8A s inactive_shadow_1", -"& c #ABABAA s inactive_mid_1", -" ", -" ..", -" .++", -" .+@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@&", -".+@#", -".+@."}; diff --git a/themes/microcurve/top-right-active.xpm b/themes/microcurve/top-right-active.xpm deleted file mode 100644 index e03cfced31e4f68631eea88892141bae9c73373f..0000000000000000000000000000000000000000 --- a/themes/microcurve/top-right-active.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"4 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"& c #ABABAA s active_mid_2", -" ", -".. ", -"&#. ", -"&#. ", -"@&#.", -"@&#.", -"@&#.", -"@&#.", -"@&#.", -"@&#.", -"@&#.", -"@&#.", -"&&#.", -"#@#.", -".@#."}; diff --git a/themes/microcurve/top-right-inactive.xpm b/themes/microcurve/top-right-inactive.xpm deleted file mode 100644 index b30c769bcffa082fd305acbb46ab38844dc93515..0000000000000000000000000000000000000000 --- a/themes/microcurve/top-right-inactive.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"4 15 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D6D6CC s inactive_color_1", -"# c #9B9B8A s inactive_shadow_1", -"& c #ABABAA s inactive_mid_1", -" ", -".. ", -"&#. ", -"&#. ", -"@&#.", -"@&#.", -"@&#.", -"@&#.", -"@&#.", -"@&#.", -"@&#.", -"@&#.", -"&&#.", -"#@#.", -".@#."}; diff --git a/themes/microdeck/Makefile.am b/themes/microdeck/Makefile.am deleted file mode 100644 index 4a1590401a7bfbbb472f18c3a1642f59d39fbd08..0000000000000000000000000000000000000000 --- a/themes/microdeck/Makefile.am +++ /dev/null @@ -1,55 +0,0 @@ -themedir = $(pkgdatadir)/themes/microdeck -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - maximize-toggled-active.xpm \ - maximize-toggled-inactive.xpm \ - maximize-toggled-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - shade-toggled-active.xpm \ - shade-toggled-inactive.xpm \ - shade-toggled-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - stick-toggled-active.xpm \ - stick-toggled-inactive.xpm \ - stick-toggled-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/microdeck/Makefile.in b/themes/microdeck/Makefile.in deleted file mode 100644 index e8276e142d8f949921ec8a905a92ce94abe8e66b..0000000000000000000000000000000000000000 --- a/themes/microdeck/Makefile.in +++ /dev/null @@ -1,436 +0,0 @@ -# Makefile.in generated by automake 1.8.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -subdir = themes/microdeck -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ - $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ - $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__installdirs = $(DESTDIR)$(themedir) -themeDATA_INSTALL = $(INSTALL_DATA) -DATA = $(theme_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -LIBXPM_LIBS = @LIBXPM_LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -RANDR_LIBS = @RANDR_LIBS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -XGETTEXT = @XGETTEXT@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/microdeck -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - maximize-toggled-active.xpm \ - maximize-toggled-inactive.xpm \ - maximize-toggled-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - shade-toggled-active.xpm \ - shade-toggled-inactive.xpm \ - shade-toggled-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - stick-toggled-active.xpm \ - stick-toggled-inactive.xpm \ - stick-toggled-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/microdeck/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/microdeck/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkdir_p) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ - $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ - rm -f $(DESTDIR)$(themedir)/$$f; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - $(mkdir_p) $(DESTDIR)$(themedir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-themeDATA - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-themeDATA - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ - install-themeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-info-am uninstall-themeDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/microdeck/README b/themes/microdeck/README deleted file mode 100644 index 2a2fa21a721a59203c414d527af9d8ae7ec30bd2..0000000000000000000000000000000000000000 --- a/themes/microdeck/README +++ /dev/null @@ -1,4 +0,0 @@ -microdeck ---------- - -Default xfwm4 theme (for now) diff --git a/themes/microdeck/bottom-active.xpm b/themes/microdeck/bottom-active.xpm deleted file mode 100644 index a16d8578ec35f4447c270603599146858ac413b4..0000000000000000000000000000000000000000 --- a/themes/microdeck/bottom-active.xpm +++ /dev/null @@ -1,14 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 5 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"################################", -"................................", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/microdeck/bottom-inactive.xpm b/themes/microdeck/bottom-inactive.xpm deleted file mode 100644 index 485650bc07e22249055a2556af6ae284d708f987..0000000000000000000000000000000000000000 --- a/themes/microdeck/bottom-inactive.xpm +++ /dev/null @@ -1,14 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"32 5 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"################################", -"................................", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/microdeck/bottom-left-active.xpm b/themes/microdeck/bottom-left-active.xpm deleted file mode 100644 index c7907ce7b34fce9a320b4a13b1fdc9a8be827d8c..0000000000000000000000000000000000000000 --- a/themes/microdeck/bottom-left-active.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"26 16 6 1", -" c None", -"@ c #000000", -"& c #949594 s active_shadow_2", -"= c #FFFFFF s active_hilight_2", -"- c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -" @=-----------------------", -" @=-----------------------", -" @&&*********************", -" @@&&&&&&&&&&&&&&&&&&&&&", -" @@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/microdeck/bottom-left-inactive.xpm b/themes/microdeck/bottom-left-inactive.xpm deleted file mode 100644 index 97af4b7a48e122c1bbae21772e57a6bcf3fe3cb3..0000000000000000000000000000000000000000 --- a/themes/microdeck/bottom-left-inactive.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"26 16 6 1", -" c None", -"@ c #000000", -"& c #949594 s inactive_shadow_2", -"= c #FFFFFF s inactive_hilight_2", -"- c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -"@=--- ", -" @=-----------------------", -" @=-----------------------", -" @&&*********************", -" @@&&&&&&&&&&&&&&&&&&&&&", -" @@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/microdeck/bottom-right-active.xpm b/themes/microdeck/bottom-right-active.xpm deleted file mode 100644 index af7c1a0e0d2c2385ef61fbfdd34c46fbfaf7b1d4..0000000000000000000000000000000000000000 --- a/themes/microdeck/bottom-right-active.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"26 16 6 1", -" c None", -"@ c #000000", -"& c #949594 s active_shadow_2", -"= c #FFFFFF s active_hilight_2", -"- c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -"----------------------*&@ ", -"---------------------**&@ ", -"*********************&&@ ", -"&&&&&&&&&&&&&&&&&&&&&@@ ", -"@@@@@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/microdeck/bottom-right-inactive.xpm b/themes/microdeck/bottom-right-inactive.xpm deleted file mode 100644 index 4281e3a2ce827106131425069178c46f7cd41799..0000000000000000000000000000000000000000 --- a/themes/microdeck/bottom-right-inactive.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"26 16 6 1", -" c None", -"@ c #000000", -"& c #949594 s inactive_shadow_2", -"= c #FFFFFF s inactive_hilight_2", -"- c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -" --*&@", -"----------------------*&@ ", -"---------------------**&@ ", -"*********************&&@ ", -"&&&&&&&&&&&&&&&&&&&&&@@ ", -"@@@@@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/microdeck/close-active.xpm b/themes/microdeck/close-active.xpm deleted file mode 100644 index 59d5d9d3b2d2f13c93efb5576fc3c54feed20db0..0000000000000000000000000000000000000000 --- a/themes/microdeck/close-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++@#$+++++$#@+++@", -".+++###$+++$###+++@", -".+++$###$+$###$+++@", -".++++$###$###$++++@", -".+++++$#####$+++++@", -".++++++$###$++++++@", -".+++++$#####$+++++@", -".++++$###$###$++++@", -".+++$###$+$###$+++@", -".+++###$+++$###+++@", -".+++@#$+++++$#@+++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/close-inactive.xpm b/themes/microdeck/close-inactive.xpm deleted file mode 100644 index 1fbc4c117e48f10f020ad55365d61b732a71a130..0000000000000000000000000000000000000000 --- a/themes/microdeck/close-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++@#$+++++$#@+++@", -".+++###$+++$###+++@", -".+++$###$+$###$+++@", -".++++$###$###$++++@", -".+++++$#####$+++++@", -".++++++$###$++++++@", -".+++++$#####$+++++@", -".++++$###$###$++++@", -".+++$###$+$###$+++@", -".+++###$+++$###+++@", -".+++@#$+++++$#@+++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/close-pressed.xpm b/themes/microdeck/close-pressed.xpm deleted file mode 100644 index 5d06313ba455971a0c9d0a517ab8ec6e5793223f..0000000000000000000000000000000000000000 --- a/themes/microdeck/close-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@.#.@@@@@.#.@@@+", -".@@@###.@@@.###@@@+", -".@@@.###.@.###.@@@+", -".@@@@.###.###.@@@@+", -".@@@@@.#####.@@@@@+", -".@@@@@@.###.@@@@@@+", -".@@@@@.#####.@@@@@+", -".@@@@.###.###.@@@@+", -".@@@.###.@.###.@@@+", -".@@@###.@@@.###@@@+", -".@@@.#.@@@@@.#.@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck/hide-active.xpm b/themes/microdeck/hide-active.xpm deleted file mode 100644 index 580cf95048fb2873d884ae65f9d745902997722a..0000000000000000000000000000000000000000 --- a/themes/microdeck/hide-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/hide-inactive.xpm b/themes/microdeck/hide-inactive.xpm deleted file mode 100644 index e0fd06ba21da2ca935494f95df034a7f1d5ff6bd..0000000000000000000000000000000000000000 --- a/themes/microdeck/hide-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/hide-pressed.xpm b/themes/microdeck/hide-pressed.xpm deleted file mode 100644 index 0dddc97e4c6cf9e8e19ff08315fced6872b2de5a..0000000000000000000000000000000000000000 --- a/themes/microdeck/hide-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@###########@@@+", -".@@@###########@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck/left-active.xpm b/themes/microdeck/left-active.xpm deleted file mode 100644 index e69943c45db3ec607d123208fb829dbd8b67d04e..0000000000000000000000000000000000000000 --- a/themes/microdeck/left-active.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"5 32 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"@ c #000000", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###"}; diff --git a/themes/microdeck/left-inactive.xpm b/themes/microdeck/left-inactive.xpm deleted file mode 100644 index 7d68ae71dd5b4dec213ed53774ae170011ac4e1e..0000000000000000000000000000000000000000 --- a/themes/microdeck/left-inactive.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"5 32 5 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"@ c #000000", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###"}; diff --git a/themes/microdeck/maximize-active.xpm b/themes/microdeck/maximize-active.xpm deleted file mode 100644 index bbeac20fbeccd571e0b157fde4ac24221e26b8e5..0000000000000000000000000000000000000000 --- a/themes/microdeck/maximize-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++###########+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++###########+++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/maximize-inactive.xpm b/themes/microdeck/maximize-inactive.xpm deleted file mode 100644 index a0fcd7ba4cb58ddfe398fc98c40059cd63c2dbfa..0000000000000000000000000000000000000000 --- a/themes/microdeck/maximize-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++###########+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++###########+++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/maximize-pressed.xpm b/themes/microdeck/maximize-pressed.xpm deleted file mode 100644 index 79b922f79e8e1b1537a2a5e773bd95be220122ec..0000000000000000000000000000000000000000 --- a/themes/microdeck/maximize-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@###########@@@+", -".@@@###########@@@+", -".@@@###########@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@###########@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck/maximize-toggled-active.xpm b/themes/microdeck/maximize-toggled-active.xpm deleted file mode 100644 index 14f39a1e81e5cdd4153ac47cb4c7b2962d45b7f0..0000000000000000000000000000000000000000 --- a/themes/microdeck/maximize-toggled-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * maximize_toggled_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++########++++++@", -".+++########++++++@", -".+++########++++++@", -".+++#++++++####+++@", -".+++#++++++####+++@", -".+++#++++++####+++@", -".+++#++++++#++#+++@", -".+++########++#+++@", -".++++++#++++++#+++@", -".++++++#++++++#+++@", -".++++++########+++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/maximize-toggled-inactive.xpm b/themes/microdeck/maximize-toggled-inactive.xpm deleted file mode 100644 index a0421d5c311a3bae50263dfbee2d145603408b08..0000000000000000000000000000000000000000 --- a/themes/microdeck/maximize-toggled-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * maximize_toggled_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++########++++++@", -".+++########++++++@", -".+++########++++++@", -".+++#++++++####+++@", -".+++#++++++####+++@", -".+++#++++++####+++@", -".+++#++++++#++#+++@", -".+++########++#+++@", -".++++++#++++++#+++@", -".++++++#++++++#+++@", -".++++++########+++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/maximize-toggled-pressed.xpm b/themes/microdeck/maximize-toggled-pressed.xpm deleted file mode 100644 index 9210f41a6d586829a650317c6e3ca768cb96bcf8..0000000000000000000000000000000000000000 --- a/themes/microdeck/maximize-toggled-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * maximize_toggled_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@########@@@@@@+", -".@@@########@@@@@@+", -".@@@########@@@@@@+", -".@@@#@@@@@@####@@@+", -".@@@#@@@@@@####@@@+", -".@@@#@@@@@@####@@@+", -".@@@#@@@@@@#@@#@@@+", -".@@@########@@#@@@+", -".@@@@@@#@@@@@@#@@@+", -".@@@@@@#@@@@@@#@@@+", -".@@@@@@########@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck/menu-active.xpm b/themes/microdeck/menu-active.xpm deleted file mode 100644 index f018ac974856f08bf2bfee66b70ec2d9a027b68b..0000000000000000000000000000000000000000 --- a/themes/microdeck/menu-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++#########++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++##@$$$@##++++@", -".++++$##$+$##$++++@", -".+++++$##@##$+++++@", -".++++++$###$++++++@", -".+++++++$#$+++++++@", -".++++++++$++++++++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/menu-inactive.xpm b/themes/microdeck/menu-inactive.xpm deleted file mode 100644 index 74af90ec997d7a3e648ef0c6d951f26990a0f9d6..0000000000000000000000000000000000000000 --- a/themes/microdeck/menu-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++#########++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++##@$$$@##++++@", -".++++$##$+$##$++++@", -".+++++$##@##$+++++@", -".++++++$###$++++++@", -".+++++++$#$+++++++@", -".++++++++$++++++++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/menu-pressed.xpm b/themes/microdeck/menu-pressed.xpm deleted file mode 100644 index f77d350e1a62a1abbb82f55119545ecaffe2f637..0000000000000000000000000000000000000000 --- a/themes/microdeck/menu-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@#########@@@@+", -".@@@@#########@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@#########@@@@+", -".@@@@##.....##@@@@+", -".@@@@.##.@.##.@@@@+", -".@@@@@.##.##.@@@@@+", -".@@@@@@.###.@@@@@@+", -".@@@@@@@.#.@@@@@@@+", -".@@@@@@@@.@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck/right-active.xpm b/themes/microdeck/right-active.xpm deleted file mode 100644 index faf849b7f0f1e141ea4338bf1c0331e953bef3b0..0000000000000000000000000000000000000000 --- a/themes/microdeck/right-active.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"5 32 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"@ c #000000", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@"}; diff --git a/themes/microdeck/right-inactive.xpm b/themes/microdeck/right-inactive.xpm deleted file mode 100644 index 8d5e86e8c8b14aa3d33b1c03d1167e9f59348edf..0000000000000000000000000000000000000000 --- a/themes/microdeck/right-inactive.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"5 32 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"@ c #000000", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@"}; diff --git a/themes/microdeck/shade-active.xpm b/themes/microdeck/shade-active.xpm deleted file mode 100644 index f6f7d0d9cf9380d0295367aab5a24c5486d32327..0000000000000000000000000000000000000000 --- a/themes/microdeck/shade-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++++++#++++++++@", -".+++++++#$#+++++++@", -".++++++#$$$#++++++@", -".+++++#$$@$$#+++++@", -".++++#$$#+#$$#++++@", -".++++$$@###@$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".++++$$$$$$$$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".#################@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/shade-inactive.xpm b/themes/microdeck/shade-inactive.xpm deleted file mode 100644 index a5d188456b9d0e9afcf52136f837371c92c03528..0000000000000000000000000000000000000000 --- a/themes/microdeck/shade-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++++++#++++++++@", -".+++++++#$#+++++++@", -".++++++#$$$#++++++@", -".+++++#$$@$$#+++++@", -".++++#$$#+#$$#++++@", -".++++$$@###@$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".++++$$$$$$$$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".#################@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/shade-pressed.xpm b/themes/microdeck/shade-pressed.xpm deleted file mode 100644 index c9882326aa8438b2a0e060686ccfb8b4f7649d16..0000000000000000000000000000000000000000 --- a/themes/microdeck/shade-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@.@@@@@@@@+", -".@@@@@@@.#.@@@@@@@+", -".@@@@@@.###.@@@@@@+", -".@@@@@.##.##.@@@@@+", -".@@@@.##.@.##.@@@@+", -".@@@@##.....##@@@@+", -".@@@@#########@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@#########@@@@+", -".@@@@#########@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck/shade-toggled-active.xpm b/themes/microdeck/shade-toggled-active.xpm deleted file mode 100644 index 8998854ea884fe4e9d99076212f9b02994f197a2..0000000000000000000000000000000000000000 --- a/themes/microdeck/shade-toggled-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * shade_toggled_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++$$$$$$$$$++++@", -".++++$$@###@$$++++@", -".++++#$$#+#$$#++++@", -".+++++#$$@$$#+++++@", -".++++++#$$$#++++++@", -".+++++++#$#+++++++@", -".++++++++#++++++++@", -".++++$$$$$$$$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".#################@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/shade-toggled-inactive.xpm b/themes/microdeck/shade-toggled-inactive.xpm deleted file mode 100644 index 83b02a01a6884155a24129170dd205d4eb5054b9..0000000000000000000000000000000000000000 --- a/themes/microdeck/shade-toggled-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * shade_toggled_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++$$$$$$$$$++++@", -".++++$$@###@$$++++@", -".++++#$$#+#$$#++++@", -".+++++#$$@$$#+++++@", -".++++++#$$$#++++++@", -".+++++++#$#+++++++@", -".++++++++#++++++++@", -".++++$$$$$$$$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".#################@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/shade-toggled-pressed.xpm b/themes/microdeck/shade-toggled-pressed.xpm deleted file mode 100644 index ffcaf8414bc49170dd1923cbc6ff97b6b09f6745..0000000000000000000000000000000000000000 --- a/themes/microdeck/shade-toggled-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * shade_toggled_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@#########@@@@+", -".@@@@##.....##@@@@+", -".@@@@.##.@.##.@@@@+", -".@@@@@.##.##.@@@@@+", -".@@@@@@.###.@@@@@@+", -".@@@@@@@.#.@@@@@@@+", -".@@@@@@@@.@@@@@@@@+", -".@@@@#########@@@@+", -".@@@@#########@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck/stick-active.xpm b/themes/microdeck/stick-active.xpm deleted file mode 100644 index c043e95f17eb14a2681dc67f79ed162f5bc21022..0000000000000000000000000000000000000000 --- a/themes/microdeck/stick-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++#+++#+++@", -".+++++++++#####+++@", -".+++@######++##+++@", -".+++#$$$$$#$$##+++@", -".+++@######@@##+++@", -".+++++++++#####+++@", -".+++++++++#+++#+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/stick-inactive.xpm b/themes/microdeck/stick-inactive.xpm deleted file mode 100644 index 4ef255ea4b875a3f4c8f8d446151ef89231410f7..0000000000000000000000000000000000000000 --- a/themes/microdeck/stick-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++#+++#+++@", -".+++++++++#####+++@", -".+++@######++##+++@", -".+++#$$$$$#$$##+++@", -".+++@######@@##+++@", -".+++++++++#####+++@", -".+++++++++#+++#+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/stick-pressed.xpm b/themes/microdeck/stick-pressed.xpm deleted file mode 100644 index 7f0611d539800098b51f5104fb42eb67c5b6bf44..0000000000000000000000000000000000000000 --- a/themes/microdeck/stick-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@#@@@#@@@+", -".@@@@@@@@@#####@@@+", -".@@@.######@@##@@@+", -".@@@#.....#..##@@@+", -".@@@.######..##@@@+", -".@@@@@@@@@#####@@@+", -".@@@@@@@@@#@@@#@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck/stick-toggled-active.xpm b/themes/microdeck/stick-toggled-active.xpm deleted file mode 100644 index 5180dd260db591218ed59e767c8a6ded937517f0..0000000000000000000000000000000000000000 --- a/themes/microdeck/stick-toggled-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * stick_toggled_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++++#$$$#++++++@", -".+++++#$++@$#+++++@", -".+++++$+++#@$#++++@", -".+++++$++$#@$@++++@", -".+++++$@###@$@#+++@", -".+++++#$@@@$@@#+++@", -".++++++#$$$@@##+++@", -".+++++++#@@@##++++@", -".+++++++++###+++++@", -".+++++++++++++++++@", -".#################@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/stick-toggled-inactive.xpm b/themes/microdeck/stick-toggled-inactive.xpm deleted file mode 100644 index 811ff6809907b5033099e96f552f104044462308..0000000000000000000000000000000000000000 --- a/themes/microdeck/stick-toggled-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * stick_toggled_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++++#$$$#++++++@", -".+++++#$++@$#+++++@", -".+++++$+++#@$#++++@", -".+++++$++$#@$@++++@", -".+++++$@###@$@#+++@", -".+++++#$@@@$@@#+++@", -".++++++#$$$@@##+++@", -".+++++++#@@@##++++@", -".+++++++++###+++++@", -".+++++++++++++++++@", -".#################@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/stick-toggled-pressed.xpm b/themes/microdeck/stick-toggled-pressed.xpm deleted file mode 100644 index 60f50025ce6e2ceb0c6bcb70fa5650c97b609419..0000000000000000000000000000000000000000 --- a/themes/microdeck/stick-toggled-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * stick_toggled_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #B4BAB4 s active_mid_2", -"@ c #D5D6D5 s active_color_2", -"# c #000000", -" ", -"...................", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++++.###.++++++@", -".+++++.#@@.#.+++++@", -".+++++#@@@+.#.++++@", -".+++++#@@#+.#.++++@", -".+++++#.+++.#..+++@", -".+++++.#...#...+++@", -".++++++.###....+++@", -".+++++++......++++@", -".+++++++++...+++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck/themerc b/themes/microdeck/themerc deleted file mode 100644 index dd80d8d10bf8cc5cf301b0eca54ef11bb455195f..0000000000000000000000000000000000000000 --- a/themes/microdeck/themerc +++ /dev/null @@ -1,10 +0,0 @@ -# active_text_color=#FFFFFF -button_offset=1 -button_spacing=0 -full_width_title=true -title_horizontal_offset=0 -title_vertical_offset_active=0 -title_vertical_offset_inactive=0 -# title_shadow_active=true -title_shadow_active=false -title_shadow_inactive=false diff --git a/themes/microdeck/title-1-active.xpm b/themes/microdeck/title-1-active.xpm deleted file mode 100644 index c8e31be7e59d8da573f0b9bd3b289e3a049b0e35..0000000000000000000000000000000000000000 --- a/themes/microdeck/title-1-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"........", -"++++++++"}; diff --git a/themes/microdeck/title-1-inactive.xpm b/themes/microdeck/title-1-inactive.xpm deleted file mode 100644 index 480f995d3d86a0bcec23fc8a6a9181c6dc28ed4c..0000000000000000000000000000000000000000 --- a/themes/microdeck/title-1-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"........", -"++++++++"}; diff --git a/themes/microdeck/title-2-active.xpm b/themes/microdeck/title-2-active.xpm deleted file mode 100644 index 4737ccd8807fe1bd719cb3ffca106c3536281655..0000000000000000000000000000000000000000 --- a/themes/microdeck/title-2-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"16 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #4B58A2 s active_shadow_1", -"$ c #525FAB s active_color_1", -"% c #848FD6 s active_mid_1", -"& c #B4BAB4 s active_mid_2", -"* c #949594 s active_shadow_2", -"~ c #0000C5 s active_hilight_1", -"................", -"~~~~~~~~~~~~~~~~", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~%%%%%%%%%%%%%%%", -"################", -"++++++++++++++++"}; diff --git a/themes/microdeck/title-2-inactive.xpm b/themes/microdeck/title-2-inactive.xpm deleted file mode 100644 index 6571742618511195d464f5f0bd60b10f5d7c231b..0000000000000000000000000000000000000000 --- a/themes/microdeck/title-2-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"16 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #4B58A2 s inactive_shadow_1", -"$ c #525FAB s inactive_color_1", -"% c #848FD6 s inactive_mid_1", -"& c #B4BAB4 s inactive_mid_2", -"* c #949594 s inactive_shadow_2", -"~ c #0000C5 s inactive_hilight_1", -"................", -"~~~~~~~~~~~~~~~~", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~$$$$$$$$$$$$$$$", -"~%%%%%%%%%%%%%%%", -"################", -"++++++++++++++++"}; diff --git a/themes/microdeck/title-3-active.xpm b/themes/microdeck/title-3-active.xpm deleted file mode 100644 index d927c027e202f3adfcd4bb03b88de48e8fb999c0..0000000000000000000000000000000000000000 --- a/themes/microdeck/title-3-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"20 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #4B58A2 s active_shadow_1", -"$ c #525FAB s active_color_1", -"% c #848FD6 s active_mid_1", -"& c #B4BAB4 s active_mid_2", -"* c #949594 s active_shadow_2", -"~ c #0000C5 s active_hilight_1", -"....................", -"~~~~~~~~~~~~~~~~~~~~", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%", -"####################", -"++++++++++++++++++++"}; diff --git a/themes/microdeck/title-3-inactive.xpm b/themes/microdeck/title-3-inactive.xpm deleted file mode 100644 index a3da4a5471d60530dc084492d2cde0ce14be94f4..0000000000000000000000000000000000000000 --- a/themes/microdeck/title-3-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"20 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #4B58A2 s inactive_shadow_1", -"$ c #525FAB s inactive_color_1", -"% c #848FD6 s inactive_mid_1", -"& c #B4BAB4 s inactive_mid_2", -"* c #949594 s inactive_shadow_2", -"~ c #0000C5 s inactive_hilight_1", -"....................", -"~~~~~~~~~~~~~~~~~~~~", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%", -"####################", -"++++++++++++++++++++"}; diff --git a/themes/microdeck/title-4-active.xpm b/themes/microdeck/title-4-active.xpm deleted file mode 100644 index 6ec06e168f2da795d3056c213037ca214aee38e8..0000000000000000000000000000000000000000 --- a/themes/microdeck/title-4-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"16 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #4B58A2 s active_shadow_1", -"$ c #525FAB s active_color_1", -"% c #848FD6 s active_mid_1", -"& c #B4BAB4 s active_mid_2", -"* c #949594 s active_shadow_2", -"~ c #0000C5 s active_hilight_1", -"................", -"~~~~~~~~~~~~~~~$", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"%%%%%%%%%%%%%%%#", -"################", -"++++++++++++++++"}; diff --git a/themes/microdeck/title-4-inactive.xpm b/themes/microdeck/title-4-inactive.xpm deleted file mode 100644 index de3033e7c9fdb4e6208a00c82b81b656c91cb2d6..0000000000000000000000000000000000000000 --- a/themes/microdeck/title-4-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"16 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #4B58A2 s inactive_shadow_1", -"$ c #525FAB s inactive_color_1", -"% c #848FD6 s inactive_mid_1", -"& c #B4BAB4 s inactive_mid_2", -"* c #949594 s inactive_shadow_2", -"~ c #0000C5 s inactive_hilight_1", -"................", -"~~~~~~~~~~~~~~~$", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"$$$$$$$$$$$$$$$#", -"%%%%%%%%%%%%%%%#", -"################", -"++++++++++++++++"}; diff --git a/themes/microdeck/title-5-active.xpm b/themes/microdeck/title-5-active.xpm deleted file mode 100644 index 4d79ff4a92ccac536d11b1ea080aaa55ac738f9c..0000000000000000000000000000000000000000 --- a/themes/microdeck/title-5-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"........", -"++++++++"}; diff --git a/themes/microdeck/title-5-inactive.xpm b/themes/microdeck/title-5-inactive.xpm deleted file mode 100644 index 76b4f6d9d1a220281cee1d7453211fe8a810b9cf..0000000000000000000000000000000000000000 --- a/themes/microdeck/title-5-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"........", -"++++++++"}; diff --git a/themes/microdeck/top-left-active.xpm b/themes/microdeck/top-left-active.xpm deleted file mode 100644 index 404d1f703e03a4c1b8d20e813bcc0b356faef427..0000000000000000000000000000000000000000 --- a/themes/microdeck/top-left-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"6 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #B4BAB4 s active_mid_2", -"@ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"$ c #000000", -" $", -" $$+", -" $@@.", -" $@##.", -" $@##.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###@"}; diff --git a/themes/microdeck/top-left-inactive.xpm b/themes/microdeck/top-left-inactive.xpm deleted file mode 100644 index 36316b303318c1576fb0e6595433b24b7468879b..0000000000000000000000000000000000000000 --- a/themes/microdeck/top-left-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"6 19 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #B4BAB4 s inactive_mid_2", -"@ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"$ c #000000", -" $", -" $$+", -" $@@.", -" $@##.", -" $@##.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###@"}; diff --git a/themes/microdeck/top-right-active.xpm b/themes/microdeck/top-right-active.xpm deleted file mode 100644 index 9c23bc06879c44a6cd5c85a4c30f343bdc68fbf4..0000000000000000000000000000000000000000 --- a/themes/microdeck/top-right-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"6 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #B4BAB4 s active_mid_2", -"# c #D5D6D5 s active_color_2", -"$ c #000000", -"$ ", -"+$$ ", -"++@$ ", -"+##.$ ", -"+##.$ ", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$"}; diff --git a/themes/microdeck/top-right-inactive.xpm b/themes/microdeck/top-right-inactive.xpm deleted file mode 100644 index ac8310c12e2d127f467c3854a93913c500ccbfcb..0000000000000000000000000000000000000000 --- a/themes/microdeck/top-right-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"6 19 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #B4BAB4 s inactive_mid_2", -"# c #D5D6D5 s inactive_color_2", -"$ c #000000", -"$ ", -"+$$ ", -"++@$ ", -"+##.$ ", -"+##.$ ", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$", -"+##@.$"}; diff --git a/themes/microdeck2/Makefile.am b/themes/microdeck2/Makefile.am deleted file mode 100644 index 60c15d0da64d6be1d92467805ec435cfd9050139..0000000000000000000000000000000000000000 --- a/themes/microdeck2/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -themedir = $(pkgdatadir)/themes/microdeck2 -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/microdeck2/Makefile.in b/themes/microdeck2/Makefile.in deleted file mode 100644 index c0634b3e0b752930931bf2e52ccbc199696f97e7..0000000000000000000000000000000000000000 --- a/themes/microdeck2/Makefile.in +++ /dev/null @@ -1,427 +0,0 @@ -# Makefile.in generated by automake 1.8.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -subdir = themes/microdeck2 -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ - $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ - $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__installdirs = $(DESTDIR)$(themedir) -themeDATA_INSTALL = $(INSTALL_DATA) -DATA = $(theme_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -LIBXPM_LIBS = @LIBXPM_LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -RANDR_LIBS = @RANDR_LIBS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -XGETTEXT = @XGETTEXT@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/microdeck2 -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/microdeck2/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/microdeck2/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkdir_p) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ - $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ - rm -f $(DESTDIR)$(themedir)/$$f; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - $(mkdir_p) $(DESTDIR)$(themedir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-themeDATA - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-themeDATA - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ - install-themeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-info-am uninstall-themeDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/microdeck2/README b/themes/microdeck2/README deleted file mode 100644 index 3c4241961682fe7d6fc550edc59baa7a71da0ea2..0000000000000000000000000000000000000000 --- a/themes/microdeck2/README +++ /dev/null @@ -1,5 +0,0 @@ -microdeck2 ----------- - -A mix of microdeck and curve themes. -Looks best with Xfce-basic GTK theme. diff --git a/themes/microdeck2/bottom-active.xpm b/themes/microdeck2/bottom-active.xpm deleted file mode 100644 index ec7281bb8bb2c5d15a08e98019c8effdfbe15880..0000000000000000000000000000000000000000 --- a/themes/microdeck2/bottom-active.xpm +++ /dev/null @@ -1,15 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 6 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"++++++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"################################", -"................................", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/microdeck2/bottom-inactive.xpm b/themes/microdeck2/bottom-inactive.xpm deleted file mode 100644 index f3866859b0b78c29904ade28193d6731969f24e1..0000000000000000000000000000000000000000 --- a/themes/microdeck2/bottom-inactive.xpm +++ /dev/null @@ -1,15 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"32 6 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"++++++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"################################", -"................................", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/microdeck2/bottom-left-active.xpm b/themes/microdeck2/bottom-left-active.xpm deleted file mode 100644 index 298131b115d7bac1f36b8f7070f15130d4c4a000..0000000000000000000000000000000000000000 --- a/themes/microdeck2/bottom-left-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"26 16 10 1", -" c None", -"@ c #000000", -". c #666a82", -"+ c #bebfca", -"# c #9195a6", -"$ c #7f8297", -"& c #949594 s active_shadow_2", -"= c #FFFFFF s active_hilight_2", -"- c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"@-&@ ", -"@+#@ ", -"@+.@ ", -"@+.@ ", -"@+.@ ", -"@+.@ ", -"@+.@ ", -"@+.@ ", -"@+.@ ", -"@+#.@ ", -"@+##+@@@@@@@@@@@@@@@@@@@@@", -" @+##+++++++++++++++++++#=", -" @+#####################.=", -" @..$$$$$$$$$$$$$$$$$$$.=", -" @@....................-", -" @@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/microdeck2/bottom-left-inactive.xpm b/themes/microdeck2/bottom-left-inactive.xpm deleted file mode 100644 index 112e152e8d0385e44c24fba1d0519d2692968684..0000000000000000000000000000000000000000 --- a/themes/microdeck2/bottom-left-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"26 16 10 1", -" c None", -"@ c #000000", -". c #949594 s inactive_shadow_1", -"+ c #FFFFFF s inactive_hilight_1", -"# c #D5D6D5 s inactive_color_1", -"$ c #B4BAB4 s inactive_mid_1", -"& c #949594 s inactive_shadow_2", -"= c #FFFFFF s inactive_hilight_2", -"- c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"@-&@ ", -"@+#@ ", -"@+.@ ", -"@+.@ ", -"@+.@ ", -"@+.@ ", -"@+.@ ", -"@+.@ ", -"@+.@ ", -"@+#.@ ", -"@+##+@@@@@@@@@@@@@@@@@@@@@", -" @+##+++++++++++++++++++#=", -" @+#####################.=", -" @..$$$$$$$$$$$$$$$$$$$.=", -" @@....................-", -" @@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/microdeck2/bottom-right-active.xpm b/themes/microdeck2/bottom-right-active.xpm deleted file mode 100644 index fcd5a69eed1b93259766245c2e9afdfce6c479b1..0000000000000000000000000000000000000000 --- a/themes/microdeck2/bottom-right-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"26 16 10 1", -" c None", -"@ c #000000", -". c #666a82", -"+ c #bebfca", -"# c #9195a6", -"$ c #7f8297", -"& c #949594 s active_shadow_2", -"= c #FFFFFF s active_hilight_2", -"- c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -" @-&@", -" @+#@", -" @+.@", -" @+.@", -" @+.@", -" @+.@", -" @+.@", -" @+.@", -" @+.@", -" @+#.@", -"@@@@@@@@@@@@@@@@@@@@@+#$.@", -"-++++++++++++++++++++#$.@ ", -"&+###################$$.@ ", -"&+$$$$$$$$$$$$$$$$$$$..@ ", -"&#...................@@ ", -"@@@@@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/microdeck2/bottom-right-inactive.xpm b/themes/microdeck2/bottom-right-inactive.xpm deleted file mode 100644 index 492185a26744db72e8677eec1305ad68c2e6350c..0000000000000000000000000000000000000000 --- a/themes/microdeck2/bottom-right-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"26 16 10 1", -" c None", -"@ c #000000", -". c #949594 s inactive_shadow_1", -"+ c #FFFFFF s inactive_hilight_1", -"# c #D5D6D5 s inactive_color_1", -"$ c #B4BAB4 s inactive_mid_1", -"& c #949594 s inactive_shadow_2", -"= c #FFFFFF s inactive_hilight_2", -"- c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -" @-&@", -" @+#@", -" @+.@", -" @+.@", -" @+.@", -" @+.@", -" @+.@", -" @+.@", -" @+.@", -" @+#.@", -"@@@@@@@@@@@@@@@@@@@@@+#$.@", -"-++++++++++++++++++++#$.@ ", -"&+###################$$.@ ", -"&+$$$$$$$$$$$$$$$$$$$..@ ", -"&#...................@@ ", -"@@@@@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/microdeck2/close-active.xpm b/themes/microdeck2/close-active.xpm deleted file mode 100644 index fa2c196cf53b146ac963a5a31b89d05cd62d6a8c..0000000000000000000000000000000000000000 --- a/themes/microdeck2/close-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++@#$+++++$#@+++@", -".+++###$+++$###+++@", -".+++$###$+$###$+++@", -".++++$###$###$++++@", -".+++++$#####$+++++@", -".++++++$###$++++++@", -".+++++$#####$+++++@", -".++++$###$###$++++@", -".+++$###$+$###$+++@", -".+++###$+++$###+++@", -".+++@#$+++++$#@+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/close-inactive.xpm b/themes/microdeck2/close-inactive.xpm deleted file mode 100644 index 71e8f116831ddc430331525930113ca7fce741b2..0000000000000000000000000000000000000000 --- a/themes/microdeck2/close-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++@#$+++++$#@+++@", -".+++###$+++$###+++@", -".+++$###$+$###$+++@", -".++++$###$###$++++@", -".+++++$#####$+++++@", -".++++++$###$++++++@", -".+++++$#####$+++++@", -".++++$###$###$++++@", -".+++$###$+$###$+++@", -".+++###$+++$###+++@", -".+++@#$+++++$#@+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/close-pressed.xpm b/themes/microdeck2/close-pressed.xpm deleted file mode 100644 index 5d06313ba455971a0c9d0a517ab8ec6e5793223f..0000000000000000000000000000000000000000 --- a/themes/microdeck2/close-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@.#.@@@@@.#.@@@+", -".@@@###.@@@.###@@@+", -".@@@.###.@.###.@@@+", -".@@@@.###.###.@@@@+", -".@@@@@.#####.@@@@@+", -".@@@@@@.###.@@@@@@+", -".@@@@@.#####.@@@@@+", -".@@@@.###.###.@@@@+", -".@@@.###.@.###.@@@+", -".@@@###.@@@.###@@@+", -".@@@.#.@@@@@.#.@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck2/hide-active.xpm b/themes/microdeck2/hide-active.xpm deleted file mode 100644 index 2cfb107830580fe384372f7fe0475d68566d6aa9..0000000000000000000000000000000000000000 --- a/themes/microdeck2/hide-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/hide-inactive.xpm b/themes/microdeck2/hide-inactive.xpm deleted file mode 100644 index 206da165de60d1115776b362858f80e574e18eb4..0000000000000000000000000000000000000000 --- a/themes/microdeck2/hide-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/hide-pressed.xpm b/themes/microdeck2/hide-pressed.xpm deleted file mode 100644 index 0dddc97e4c6cf9e8e19ff08315fced6872b2de5a..0000000000000000000000000000000000000000 --- a/themes/microdeck2/hide-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@###########@@@+", -".@@@###########@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck2/left-active.xpm b/themes/microdeck2/left-active.xpm deleted file mode 100644 index e6802ea1f6a9162c90e2674ffdd0aae3a4cd4f58..0000000000000000000000000000000000000000 --- a/themes/microdeck2/left-active.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"4 32 4 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #000000", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@"}; diff --git a/themes/microdeck2/left-inactive.xpm b/themes/microdeck2/left-inactive.xpm deleted file mode 100644 index abd26f2991f5f40ea0e6fc7ebe8bfd4909e3eb17..0000000000000000000000000000000000000000 --- a/themes/microdeck2/left-inactive.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"4 32 4 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #000000", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@"}; diff --git a/themes/microdeck2/maximize-active.xpm b/themes/microdeck2/maximize-active.xpm deleted file mode 100644 index ed86582891eb5859513054add0a8522c7fb33ec4..0000000000000000000000000000000000000000 --- a/themes/microdeck2/maximize-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++###########+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++###########+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/maximize-inactive.xpm b/themes/microdeck2/maximize-inactive.xpm deleted file mode 100644 index e1fa1b8fdf743424c3587767f25e11c6200da6c0..0000000000000000000000000000000000000000 --- a/themes/microdeck2/maximize-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++###########+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++###########+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/maximize-pressed.xpm b/themes/microdeck2/maximize-pressed.xpm deleted file mode 100644 index 79b922f79e8e1b1537a2a5e773bd95be220122ec..0000000000000000000000000000000000000000 --- a/themes/microdeck2/maximize-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@###########@@@+", -".@@@###########@@@+", -".@@@###########@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@###########@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck2/menu-active.xpm b/themes/microdeck2/menu-active.xpm deleted file mode 100644 index 1ae98ddd71d0bc6b2babd302ab1cac355f551f9d..0000000000000000000000000000000000000000 --- a/themes/microdeck2/menu-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++#########++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++##@$$$@##++++@", -".++++$##$+$##$++++@", -".+++++$##@##$+++++@", -".++++++$###$++++++@", -".+++++++$#$+++++++@", -".++++++++$++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/menu-inactive.xpm b/themes/microdeck2/menu-inactive.xpm deleted file mode 100644 index 6c67eee1398d62892c7d337432cb74c4f5d0944e..0000000000000000000000000000000000000000 --- a/themes/microdeck2/menu-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++#########++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++##@$$$@##++++@", -".++++$##$+$##$++++@", -".+++++$##@##$+++++@", -".++++++$###$++++++@", -".+++++++$#$+++++++@", -".++++++++$++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/menu-pressed.xpm b/themes/microdeck2/menu-pressed.xpm deleted file mode 100644 index f77d350e1a62a1abbb82f55119545ecaffe2f637..0000000000000000000000000000000000000000 --- a/themes/microdeck2/menu-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@#########@@@@+", -".@@@@#########@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@#########@@@@+", -".@@@@##.....##@@@@+", -".@@@@.##.@.##.@@@@+", -".@@@@@.##.##.@@@@@+", -".@@@@@@.###.@@@@@@+", -".@@@@@@@.#.@@@@@@@+", -".@@@@@@@@.@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck2/right-active.xpm b/themes/microdeck2/right-active.xpm deleted file mode 100644 index 39d710c1976a6cb304e62829d0e3a9af6f41e386..0000000000000000000000000000000000000000 --- a/themes/microdeck2/right-active.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"4 32 4 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #000000", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@"}; diff --git a/themes/microdeck2/right-inactive.xpm b/themes/microdeck2/right-inactive.xpm deleted file mode 100644 index a3afd616300462b766e9e3ad76fd7f23a74b4d57..0000000000000000000000000000000000000000 --- a/themes/microdeck2/right-inactive.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"4 32 4 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #000000", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@", -"@+.@"}; diff --git a/themes/microdeck2/shade-active.xpm b/themes/microdeck2/shade-active.xpm deleted file mode 100644 index 5b930588a76383d3d1989b4052f133523d63b858..0000000000000000000000000000000000000000 --- a/themes/microdeck2/shade-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++++++#++++++++@", -".+++++++#$#+++++++@", -".++++++#$$$#++++++@", -".+++++#$$@$$#+++++@", -".++++#$$#+#$$#++++@", -".++++$$@###@$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".++++$$$$$$$$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/shade-inactive.xpm b/themes/microdeck2/shade-inactive.xpm deleted file mode 100644 index d7f7923cffcf2c47025107c8540c30c774300c49..0000000000000000000000000000000000000000 --- a/themes/microdeck2/shade-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++++++#++++++++@", -".+++++++#$#+++++++@", -".++++++#$$$#++++++@", -".+++++#$$@$$#+++++@", -".++++#$$#+#$$#++++@", -".++++$$@###@$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".++++$$$$$$$$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/shade-pressed.xpm b/themes/microdeck2/shade-pressed.xpm deleted file mode 100644 index c9882326aa8438b2a0e060686ccfb8b4f7649d16..0000000000000000000000000000000000000000 --- a/themes/microdeck2/shade-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@.@@@@@@@@+", -".@@@@@@@.#.@@@@@@@+", -".@@@@@@.###.@@@@@@+", -".@@@@@.##.##.@@@@@+", -".@@@@.##.@.##.@@@@+", -".@@@@##.....##@@@@+", -".@@@@#########@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@#########@@@@+", -".@@@@#########@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck2/stick-active.xpm b/themes/microdeck2/stick-active.xpm deleted file mode 100644 index 1cda6e45abb2dc526b7c80f985f98ff3ec621b94..0000000000000000000000000000000000000000 --- a/themes/microdeck2/stick-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++#+++#+++@", -".+++++++++#####+++@", -".+++@######++##+++@", -".+++#$$$$$#$$##+++@", -".+++@######@@##+++@", -".+++++++++#####+++@", -".+++++++++#+++#+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/stick-inactive.xpm b/themes/microdeck2/stick-inactive.xpm deleted file mode 100644 index e2819e02f4c16558b429f80a3b4f23787e612b08..0000000000000000000000000000000000000000 --- a/themes/microdeck2/stick-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"19 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -"..................+", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++#+++#+++@", -".+++++++++#####+++@", -".+++@######++##+++@", -".+++#$$$$$#$$##+++@", -".+++@######@@##+++@", -".+++++++++#####+++@", -".+++++++++#+++#+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck2/stick-pressed.xpm b/themes/microdeck2/stick-pressed.xpm deleted file mode 100644 index 7f0611d539800098b51f5104fb42eb67c5b6bf44..0000000000000000000000000000000000000000 --- a/themes/microdeck2/stick-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"19 19 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -"...................", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@#@@@#@@@+", -".@@@@@@@@@#####@@@+", -".@@@.######@@##@@@+", -".@@@#.....#..##@@@+", -".@@@.######..##@@@+", -".@@@@@@@@@#####@@@+", -".@@@@@@@@@#@@@#@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck2/themerc b/themes/microdeck2/themerc deleted file mode 100644 index a24e57c110d86a3fd4884c3fce9eabd408bf1974..0000000000000000000000000000000000000000 --- a/themes/microdeck2/themerc +++ /dev/null @@ -1,10 +0,0 @@ -active_text_color=#FFFFFF -inactive_text_color=#000000 -button_offset=2 -button_spacing=0 -full_width_title=true -title_horizontal_offset=8 -title_shadow_active=true -title_shadow_inactive=false -title_vertical_offset_active=0 -title_vertical_offset_inactive=0 diff --git a/themes/microdeck2/title-1-active.xpm b/themes/microdeck2/title-1-active.xpm deleted file mode 100644 index c8671b54e562efcb386d107cd4385ed50505deed..0000000000000000000000000000000000000000 --- a/themes/microdeck2/title-1-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"........", -"$$$$$$$$"}; diff --git a/themes/microdeck2/title-1-inactive.xpm b/themes/microdeck2/title-1-inactive.xpm deleted file mode 100644 index b4400186a84ce9d06159ffe4e0d03879ad05d318..0000000000000000000000000000000000000000 --- a/themes/microdeck2/title-1-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"........", -"$$$$$$$$"}; diff --git a/themes/microdeck2/title-2-active.xpm b/themes/microdeck2/title-2-active.xpm deleted file mode 100644 index fb639a3059ebf33e788205b5e54ed8a523a5fa29..0000000000000000000000000000000000000000 --- a/themes/microdeck2/title-2-active.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"2 19 3 1", -" c None", -"$ c #000000", -"+ c #bebfca", -"$$", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$$"}; diff --git a/themes/microdeck2/title-2-inactive.xpm b/themes/microdeck2/title-2-inactive.xpm deleted file mode 100644 index 76fed8ca5d7d93a959b94219e2f3ac62d926cea2..0000000000000000000000000000000000000000 --- a/themes/microdeck2/title-2-inactive.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"2 19 3 1", -" c None", -"$ c #000000", -"+ c #FFFFFF", -"$$", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$+", -"$$"}; diff --git a/themes/microdeck2/title-3-active.xpm b/themes/microdeck2/title-3-active.xpm deleted file mode 100644 index cfb27c92d21aad9092075fb2a5b5a2721a575a09..0000000000000000000000000000000000000000 --- a/themes/microdeck2/title-3-active.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"20 19 17 1", -" c None", -". c #000000", -"+ c #BEBFCA", -"@ c #666A82", -"# c #9195A6", -"$ c #6C7088", -"% c #72768D", -"& c #787C92", -"* c #7F8297", -"= c #85889C", -"- c #8B8EA1", -"; c #989BAC", -"> c #9EA1B1", -", c #A4A7B6", -"' c #ABADBB", -") c #B1B3C0", -"! c #B7B9C5", -"....................", -"++++++++++++++++++++", -"@@#@@@#@@@#@@@#@@@#@", -"$#$$$#$$$#$$$#$$$#$$", -"#%%%#%%%#%%%#%%%#%%%", -"&&&#&&&#&&&#&&&#&&&#", -"**#***#***#***#***#*", -"=#===#===#===#===#==", -"#---#---#---#---#---", -"####################", -";;#;;;#;;;#;;;#;;;#;", -">#>>>#>>>#>>>#>>>#>>", -"#,,,#,,,#,,,#,,,#,,,", -"'''#'''#'''#'''#'''#", -"))#)))#)))#)))#)))#)", -"!#!!!#!!!#!!!#!!!#!!", -"#+++#+++#+++#+++#+++", -"+++#+++#+++#+++#+++#", -"...................."}; diff --git a/themes/microdeck2/title-3-inactive.xpm b/themes/microdeck2/title-3-inactive.xpm deleted file mode 100644 index fbf770f5bd3571cedab85aa48cea50877323d89f..0000000000000000000000000000000000000000 --- a/themes/microdeck2/title-3-inactive.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"20 19 17 1", -" c None", -". c #000000", -"+ c #D9D9D9", -"@ c #B6B6B6", -"# c #FFFFFF s inactive_color_1", -"$ c #BABABA", -"% c #BCBCBC", -"& c #BEBEBE", -"* c #C0C0C0", -"= c #C2C2C2", -"- c #C5C5C5", -"; c #C7C7C7", -"> c #C9C9C9", -", c #CBCBCB", -"' c #CECECE", -") c #D0D0D0", -"! c #D4D4D4", -"....................", -"++++++++++++++++++++", -"@@#@@@#@@@#@@@#@@@#@", -"@#@@@#@@@#@@@#@@@#@@", -"#$$$#$$$#$$$#$$$#$$$", -"%%%#%%%#%%%#%%%#%%%#", -"&&#&&&#&&&#&&&#&&&#&", -"*#***#***#***#***#**", -"#===#===#===#===#===", -"---#---#---#---#---#", -";;#;;;#;;;#;;;#;;;#;", -">#>>>#>>>#>>>#>>>#>>", -"#,,,#,,,#,,,#,,,#,,,", -"'''#'''#'''#'''#'''#", -"))#)))#)))#)))#)))#)", -"!#!!!#!!!#!!!#!!!#!!", -"#+++#+++#+++#+++#+++", -"+++#+++#+++#+++#+++#", -"...................."}; diff --git a/themes/microdeck2/title-4-active.xpm b/themes/microdeck2/title-4-active.xpm deleted file mode 100644 index 5361436d6b59f6b1985a7762e6c253597216d45a..0000000000000000000000000000000000000000 --- a/themes/microdeck2/title-4-active.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"2 19 3 1", -" c None", -"$ c #000000", -"+ c #3d404f", -"$$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"$$"}; diff --git a/themes/microdeck2/title-4-inactive.xpm b/themes/microdeck2/title-4-inactive.xpm deleted file mode 100644 index aead0d6935b95ee47f946594955515fb73d4d603..0000000000000000000000000000000000000000 --- a/themes/microdeck2/title-4-inactive.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"2 19 3 1", -" c None", -"$ c #000000", -"+ c #919191", -"$$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"+$", -"$$"}; diff --git a/themes/microdeck2/title-5-active.xpm b/themes/microdeck2/title-5-active.xpm deleted file mode 100644 index 0bded3d16dc58a90244b8c0ed69ef7279c471129..0000000000000000000000000000000000000000 --- a/themes/microdeck2/title-5-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s active_shadow_1", -"+ c #FFFFFF s active_hilight_1", -"@ c #D5D6D5 s active_color_1", -"# c #B4BAB4 s active_mid_1", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"........", -"$$$$$$$$"}; diff --git a/themes/microdeck2/title-5-inactive.xpm b/themes/microdeck2/title-5-inactive.xpm deleted file mode 100644 index b88f3684dac4ce8c1daf5fcb95f7700c3094b4c5..0000000000000000000000000000000000000000 --- a/themes/microdeck2/title-5-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s inactive_shadow_1", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D5D6D5 s inactive_color_1", -"# c #B4BAB4 s inactive_mid_1", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"........", -"$$$$$$$$"}; diff --git a/themes/microdeck2/top-left-active.xpm b/themes/microdeck2/top-left-active.xpm deleted file mode 100644 index 7cfd5592925e45df6023cbe33b0fe4ff9466045f..0000000000000000000000000000000000000000 --- a/themes/microdeck2/top-left-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"6 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #B4BAB4 s active_mid_2", -"@ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"$ c #000000", -" $", -" $$+", -" $@@.", -" $@##.", -" $@##.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@+##.", -"$@+##.", -"$@++#.", -"$@.++.", -"$@....", -"$@..$$"}; diff --git a/themes/microdeck2/top-left-inactive.xpm b/themes/microdeck2/top-left-inactive.xpm deleted file mode 100644 index 6a1cb103b72be06c5153ece4805e8d86efd13a03..0000000000000000000000000000000000000000 --- a/themes/microdeck2/top-left-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"6 19 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #B4BAB4 s inactive_mid_2", -"@ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"$ c #000000", -" $", -" $$+", -" $@@.", -" $@##.", -" $@##.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@###.", -"$@+##.", -"$@+##.", -"$@++#.", -"$@.++.", -"$@....", -"$@..$$"}; diff --git a/themes/microdeck2/top-right-active.xpm b/themes/microdeck2/top-right-active.xpm deleted file mode 100644 index b048a97d30c206b77241a6ecad024cbdf52f790c..0000000000000000000000000000000000000000 --- a/themes/microdeck2/top-right-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"6 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #B4BAB4 s active_mid_2", -"# c #D5D6D5 s active_color_2", -"$ c #000000", -"$ ", -"+$$ ", -"++@$ ", -"+##.$ ", -"+##.$ ", -"+###.$", -"+###.$", -"+###.$", -"+###.$", -"+###.$", -"+###.$", -"+###.$", -"+###.$", -"+#@#.$", -"+#@#.$", -"+@@#.$", -"#@.#.$", -"...#.$", -"$$.#.$"}; diff --git a/themes/microdeck2/top-right-inactive.xpm b/themes/microdeck2/top-right-inactive.xpm deleted file mode 100644 index 0913e66e69d40b5456b666e2119b934433ce7efd..0000000000000000000000000000000000000000 --- a/themes/microdeck2/top-right-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"6 19 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #B4BAB4 s inactive_mid_2", -"# c #D5D6D5 s inactive_color_2", -"$ c #000000", -"$ ", -"+$$ ", -"++@$ ", -"+##.$ ", -"+##.$ ", -"+###.$", -"+###.$", -"+###.$", -"+###.$", -"+###.$", -"+###.$", -"+###.$", -"+###.$", -"+#@#.$", -"+#@#.$", -"+@@#.$", -"#@.#.$", -"...#.$", -"$$.#.$"}; diff --git a/themes/microdeck3/Makefile.am b/themes/microdeck3/Makefile.am deleted file mode 100644 index c44961d789e42a65f52f9ebde99e7c783071b27a..0000000000000000000000000000000000000000 --- a/themes/microdeck3/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -themedir = $(pkgdatadir)/themes/microdeck3 -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/microdeck3/Makefile.in b/themes/microdeck3/Makefile.in deleted file mode 100644 index 97d1db8a0304683ceb259ed6372a2dd87ffd6a04..0000000000000000000000000000000000000000 --- a/themes/microdeck3/Makefile.in +++ /dev/null @@ -1,427 +0,0 @@ -# Makefile.in generated by automake 1.8.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -subdir = themes/microdeck3 -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ - $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ - $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__installdirs = $(DESTDIR)$(themedir) -themeDATA_INSTALL = $(INSTALL_DATA) -DATA = $(theme_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -LIBXPM_LIBS = @LIBXPM_LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -RANDR_LIBS = @RANDR_LIBS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -XGETTEXT = @XGETTEXT@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/microdeck3 -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/microdeck3/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/microdeck3/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkdir_p) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ - $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ - rm -f $(DESTDIR)$(themedir)/$$f; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - $(mkdir_p) $(DESTDIR)$(themedir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-themeDATA - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-themeDATA - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ - install-themeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-info-am uninstall-themeDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/microdeck3/README b/themes/microdeck3/README deleted file mode 100644 index 05bad1dd07c9d7c5d29ddeb22485bce78ef0cf61..0000000000000000000000000000000000000000 --- a/themes/microdeck3/README +++ /dev/null @@ -1,4 +0,0 @@ -microdeck3 ----------- - -A variation of the default microdeck theme diff --git a/themes/microdeck3/bottom-active.xpm b/themes/microdeck3/bottom-active.xpm deleted file mode 100644 index ef53929df0e0a9d1429fd6882777def0924bd97a..0000000000000000000000000000000000000000 --- a/themes/microdeck3/bottom-active.xpm +++ /dev/null @@ -1,15 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 6 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #B4BAB4 s active_mid_2", -"# c #949594 s active_shadow_2", -"$ c #00009C s active_color_2", -"................................", -"++++++++++++++++++++++++++++++++", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"################################", -"................................"}; diff --git a/themes/microdeck3/bottom-inactive.xpm b/themes/microdeck3/bottom-inactive.xpm deleted file mode 100644 index f9c7cb3a1c27dcf138d8815d4b0bb3c78b0f080f..0000000000000000000000000000000000000000 --- a/themes/microdeck3/bottom-inactive.xpm +++ /dev/null @@ -1,15 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"32 6 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #B4BAB4 s inactive_mid_2", -"# c #949594 s inactive_shadow_2", -"$ c #00009C s inactive_color_2", -"................................", -"++++++++++++++++++++++++++++++++", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"################################", -"................................"}; diff --git a/themes/microdeck3/bottom-left-active.xpm b/themes/microdeck3/bottom-left-active.xpm deleted file mode 100644 index e5d3bd81a078c1a800bb05bf5ef6e39580c853cb..0000000000000000000000000000000000000000 --- a/themes/microdeck3/bottom-left-active.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"22 12 6 1", -" c None", -". c #000000", -"@ c #949594 s active_shadow_2", -"# c #0000C5 s active_hilight_2", -"$ c #00009C s active_mid_2", -"+ c #00009C s active_color_2", -".#@. ", -".#@. ", -".#@. ", -".#@. ", -".#@. ", -".#@. ", -".#+@..................", -".+++##################", -".$++++++++++++++++++++", -".@$$$$$$$$$$$$$$$$$$$$", -" .@@@@@@@@@@@@@@@@@@@@", -" ...................."}; diff --git a/themes/microdeck3/bottom-left-inactive.xpm b/themes/microdeck3/bottom-left-inactive.xpm deleted file mode 100644 index 3cca9031c2ea62f3ce1708824bea5e79156c2e4d..0000000000000000000000000000000000000000 --- a/themes/microdeck3/bottom-left-inactive.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"22 12 6 1", -" c None", -". c #000000", -"@ c #949594 s inactive_shadow_2", -"# c #0000C5 s inactive_hilight_2", -"$ c #00009C s inactive_mid_2", -"+ c #00009C s inactive_color_2", -".#@. ", -".#@. ", -".#@. ", -".#@. ", -".#@. ", -".#@. ", -".#+@..................", -".+++##################", -".$++++++++++++++++++++", -".@$$$$$$$$$$$$$$$$$$$$", -" .@@@@@@@@@@@@@@@@@@@@", -" ...................."}; diff --git a/themes/microdeck3/bottom-right-active.xpm b/themes/microdeck3/bottom-right-active.xpm deleted file mode 100644 index 72edb780fcd0ff97e1fb7b9480911008358046c4..0000000000000000000000000000000000000000 --- a/themes/microdeck3/bottom-right-active.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"22 12 6 1", -" c None", -". c #000000", -"@ c #949594 s active_shadow_2", -"# c #0000C5 s active_hilight_2", -"$ c #00009C s active_mid_2", -"+ c #00009C s active_color_2", -" .#@.", -" .#@.", -" .#@.", -" .#@.", -" .#@.", -" .#@.", -"..................@+@.", -"#@@+#@@+#@@+#@@+##+$@.", -"+@$#+@$#+@$#+@$#++$$@.", -"$+##$+##$+##$+##$$$@@.", -"@@@@@@@@@@@@@@@@@@@@. ", -".................... "}; diff --git a/themes/microdeck3/bottom-right-inactive.xpm b/themes/microdeck3/bottom-right-inactive.xpm deleted file mode 100644 index 89bd095f616a8406615f2a596aa46e903ba58d45..0000000000000000000000000000000000000000 --- a/themes/microdeck3/bottom-right-inactive.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"22 12 6 1", -" c None", -". c #000000", -"@ c #949594 s inactive_shadow_2", -"# c #0000C5 s inactive_hilight_2", -"$ c #00009C s inactive_mid_2", -"+ c #00009C s inactive_color_2", -" .#@.", -" .#@.", -" .#@.", -" .#@.", -" .#@.", -" .#@.", -"..................@+@.", -"#@@+#@@+#@@+#@@+##+$@.", -"+@$#+@$#+@$#+@$#++$$@.", -"$+##$+##$+##$+##$$$@@.", -"@@@@@@@@@@@@@@@@@@@@. ", -".................... "}; diff --git a/themes/microdeck3/close-active.xpm b/themes/microdeck3/close-active.xpm deleted file mode 100644 index fae93ab6d1481e30f89c5842a6c7fe271fc8f7f5..0000000000000000000000000000000000000000 --- a/themes/microdeck3/close-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++$@", -".+++++++++++++++++@", -".+++@#$+++++$#@+++@", -".+++###$+++$###+++@", -".+++$###$+$###$+++@", -".++++$###$###$++++@", -".+++++$#####$+++++@", -".++++++$###$++++++@", -".+++++$#####$+++++@", -".++++$###$###$++++@", -".+++$###$+$###$+++@", -".+++###$+++$###+++@", -".+++@#$+++++$#@+++@", -".$+++++++++++++++$@", -"+$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/close-inactive.xpm b/themes/microdeck3/close-inactive.xpm deleted file mode 100644 index 7ba850bb2ad4ab38a2b922af51ac5320ab41cf05..0000000000000000000000000000000000000000 --- a/themes/microdeck3/close-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++$@", -".+++++++++++++++++@", -".+++@#$+++++$#@+++@", -".+++###$+++$###+++@", -".+++$###$+$###$+++@", -".++++$###$###$++++@", -".+++++$#####$+++++@", -".++++++$###$++++++@", -".+++++$#####$+++++@", -".++++$###$###$++++@", -".+++$###$+$###$+++@", -".+++###$+++$###+++@", -".+++@#$+++++$#@+++@", -".$+++++++++++++++$@", -"+$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/close-pressed.xpm b/themes/microdeck3/close-pressed.xpm deleted file mode 100644 index c4e6d1a83e641008a139671646b23b918d7d15e6..0000000000000000000000000000000000000000 --- a/themes/microdeck3/close-pressed.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"19 23 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -" ", -" ", -" ", -" ", -"...................", -"..@@@@@@@@@@@@@@@@@", -".@@@@@@@@@@@@@@@@@+", -".@@@.#.@@@@@.#.@@@+", -".@@@###.@@@.###@@@+", -".@@@.###.@.###.@@@+", -".@@@@.###.###.@@@@+", -".@@@@@.#####.@@@@@+", -".@@@@@@.###.@@@@@@+", -".@@@@@.#####.@@@@@+", -".@@@@.###.###.@@@@+", -".@@@.###.@.###.@@@+", -".@@@###.@@@.###@@@+", -".@@@.#.@@@@@.#.@@@+", -".@@@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@@@++", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck3/hide-active.xpm b/themes/microdeck3/hide-active.xpm deleted file mode 100644 index 1661f04db8d1da024803d7c60e86f18fe259baa4..0000000000000000000000000000000000000000 --- a/themes/microdeck3/hide-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++$@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++++++++++++++++@", -".$+++++++++++++++$@", -"+$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/hide-inactive.xpm b/themes/microdeck3/hide-inactive.xpm deleted file mode 100644 index e73c38a5e08b5c69bf77e201fae5d2cd8e8e4898..0000000000000000000000000000000000000000 --- a/themes/microdeck3/hide-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++$@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++++++++++++++++@", -".$+++++++++++++++$@", -"+$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/hide-pressed.xpm b/themes/microdeck3/hide-pressed.xpm deleted file mode 100644 index 83b784dad923e821c5e3a2fa96f551be261e668e..0000000000000000000000000000000000000000 --- a/themes/microdeck3/hide-pressed.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"19 23 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -" ", -" ", -" ", -" ", -"...................", -"..@@@@@@@@@@@@@@@@@", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@###########@@@+", -".@@@###########@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@@@++", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck3/left-active.xpm b/themes/microdeck3/left-active.xpm deleted file mode 100644 index b8f1098a4b737c268b6ff453922bf44f435c3afc..0000000000000000000000000000000000000000 --- a/themes/microdeck3/left-active.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"4 32 4 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #949594 s active_shadow_2", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@."}; diff --git a/themes/microdeck3/left-inactive.xpm b/themes/microdeck3/left-inactive.xpm deleted file mode 100644 index 6ad940916dc157b7ceb628d1100c3152ce74d02f..0000000000000000000000000000000000000000 --- a/themes/microdeck3/left-inactive.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"4 32 4 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #949594 s inactive_shadow_2", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@."}; diff --git a/themes/microdeck3/maximize-active.xpm b/themes/microdeck3/maximize-active.xpm deleted file mode 100644 index 77eb13f7d028007c2eed0f087099b0854b96d671..0000000000000000000000000000000000000000 --- a/themes/microdeck3/maximize-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++$@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++###########+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++###########+++@", -".$+++++++++++++++$@", -"+$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/maximize-inactive.xpm b/themes/microdeck3/maximize-inactive.xpm deleted file mode 100644 index 69084d4478712a49d3a0ce400bd6be5fb0eecc57..0000000000000000000000000000000000000000 --- a/themes/microdeck3/maximize-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++$@", -".+++++++++++++++++@", -".+++###########+++@", -".+++###########+++@", -".+++###########+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++#+++++++++#+++@", -".+++###########+++@", -".$+++++++++++++++$@", -"+$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/maximize-pressed.xpm b/themes/microdeck3/maximize-pressed.xpm deleted file mode 100644 index ebd4b141a12319c08f26b21006a7fb1f294f2165..0000000000000000000000000000000000000000 --- a/themes/microdeck3/maximize-pressed.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"19 23 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -" ", -" ", -" ", -" ", -"...................", -"..@@@@@@@@@@@@@@@@@", -".@@@@@@@@@@@@@@@@@+", -".@@@###########@@@+", -".@@@###########@@@+", -".@@@###########@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@#@@@@@@@@@#@@@+", -".@@@###########@@@+", -".@@@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@@@++", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck3/menu-active.xpm b/themes/microdeck3/menu-active.xpm deleted file mode 100644 index 8bcce1737f6b51e6a5b17189fe0b44924fbc5d44..0000000000000000000000000000000000000000 --- a/themes/microdeck3/menu-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++$@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++#########++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++##@$$$@##++++@", -".++++$##$+$##$++++@", -".+++++$##@##$+++++@", -".++++++$###$++++++@", -".+++++++$#$+++++++@", -".++++++++$++++++++@", -".$+++++++++++++++$@", -"+$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/menu-inactive.xpm b/themes/microdeck3/menu-inactive.xpm deleted file mode 100644 index 3f23d3a01173e9525e61611432c96182521e2cd1..0000000000000000000000000000000000000000 --- a/themes/microdeck3/menu-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++$@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++#########++++@", -".+++++++++++++++++@", -".++++#########++++@", -".++++##@$$$@##++++@", -".++++$##$+$##$++++@", -".+++++$##@##$+++++@", -".++++++$###$++++++@", -".+++++++$#$+++++++@", -".++++++++$++++++++@", -".$+++++++++++++++$@", -"+$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/menu-pressed.xpm b/themes/microdeck3/menu-pressed.xpm deleted file mode 100644 index 2e1272d2043756924652528eb419c58b2434596b..0000000000000000000000000000000000000000 --- a/themes/microdeck3/menu-pressed.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"19 23 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -" ", -" ", -" ", -" ", -"...................", -"..@@@@@@@@@@@@@@@@@", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@#########@@@@+", -".@@@@#########@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@#########@@@@+", -".@@@@##.....##@@@@+", -".@@@@.##.@.##.@@@@+", -".@@@@@.##.##.@@@@@+", -".@@@@@@.###.@@@@@@+", -".@@@@@@@.#.@@@@@@@+", -".@@@@@@@@.@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@@@++", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck3/right-active.xpm b/themes/microdeck3/right-active.xpm deleted file mode 100644 index 2794736981d743a3245026c6f7eb4cfab64ccb0d..0000000000000000000000000000000000000000 --- a/themes/microdeck3/right-active.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"4 32 4 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #949594 s active_shadow_2", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@."}; diff --git a/themes/microdeck3/right-inactive.xpm b/themes/microdeck3/right-inactive.xpm deleted file mode 100644 index 062580599f753bab6cb4104b47f85c969f1b60e0..0000000000000000000000000000000000000000 --- a/themes/microdeck3/right-inactive.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"4 32 4 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #949594 s inactive_shadow_2", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@.", -".+@."}; diff --git a/themes/microdeck3/shade-active.xpm b/themes/microdeck3/shade-active.xpm deleted file mode 100644 index fc6ad381cfedcc659e0a361da3172ab1aa2e7bcb..0000000000000000000000000000000000000000 --- a/themes/microdeck3/shade-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++#@", -".+++++++++++++++++@", -".++++++++#++++++++@", -".+++++++#$#+++++++@", -".++++++#$$$#++++++@", -".+++++#$$@$$#+++++@", -".++++#$$#+#$$#++++@", -".++++$$@###@$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".++++$$$$$$$$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".#+++++++++++++++#@", -"+#################@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/shade-inactive.xpm b/themes/microdeck3/shade-inactive.xpm deleted file mode 100644 index d978a96229d9544b3ca474135f7ccd1cf0d8af1e..0000000000000000000000000000000000000000 --- a/themes/microdeck3/shade-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++#@", -".+++++++++++++++++@", -".++++++++#++++++++@", -".+++++++#$#+++++++@", -".++++++#$$$#++++++@", -".+++++#$$@$$#+++++@", -".++++#$$#+#$$#++++@", -".++++$$@###@$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".++++$$$$$$$$$++++@", -".++++$$$$$$$$$++++@", -".+++++++++++++++++@", -".#+++++++++++++++#@", -"+#################@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/shade-pressed.xpm b/themes/microdeck3/shade-pressed.xpm deleted file mode 100644 index 9ae803a32e0383d2e7d5a04a8ae5bdefa6ed25a7..0000000000000000000000000000000000000000 --- a/themes/microdeck3/shade-pressed.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"19 23 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -" ", -" ", -" ", -" ", -"...................", -"..@@@@@@@@@@@@@@@@@", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@.@@@@@@@@+", -".@@@@@@@.#.@@@@@@@+", -".@@@@@@.###.@@@@@@+", -".@@@@@.##.##.@@@@@+", -".@@@@.##.@.##.@@@@+", -".@@@@##.....##@@@@+", -".@@@@#########@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@#########@@@@+", -".@@@@#########@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@@@++", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck3/stick-active.xpm b/themes/microdeck3/stick-active.xpm deleted file mode 100644 index a58084b3ca62ed286bb2d9a543df6cf8f1be9253..0000000000000000000000000000000000000000 --- a/themes/microdeck3/stick-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++$@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++#+++#+++@", -".+++++++++#####+++@", -".+++@######++##+++@", -".+++#$$$$$#$$##+++@", -".+++@######@@##+++@", -".+++++++++#####+++@", -".+++++++++#+++#+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".$+++++++++++++++$@", -"+$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/stick-inactive.xpm b/themes/microdeck3/stick-inactive.xpm deleted file mode 100644 index 36d3c2e81fcb45d2acbbd87e1f5146a97b22d41a..0000000000000000000000000000000000000000 --- a/themes/microdeck3/stick-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"19 23 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -" ", -".................++", -"..+++++++++++++++$@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".+++++++++#+++#+++@", -".+++++++++#####+++@", -".+++@######++##+++@", -".+++#$$$$$#$$##+++@", -".+++@######@@##+++@", -".+++++++++#####+++@", -".+++++++++#+++#+++@", -".+++++++++++++++++@", -".+++++++++++++++++@", -".$+++++++++++++++$@", -"+$$$$$$$$$$$$$$$$$@", -"@@@@@@@@@@@@@@@@@@@", -" "}; diff --git a/themes/microdeck3/stick-pressed.xpm b/themes/microdeck3/stick-pressed.xpm deleted file mode 100644 index 460f2181409e9d1983e76dea275cef5db0101c5f..0000000000000000000000000000000000000000 --- a/themes/microdeck3/stick-pressed.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"19 23 5 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"# c #000000", -" ", -" ", -" ", -" ", -" ", -"...................", -"..@@@@@@@@@@@@@@@@@", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@#@@@#@@@+", -".@@@@@@@@@#####@@@+", -".@@@.######@@##@@@+", -".@@@#.....#..##@@@+", -".@@@.######..##@@@+", -".@@@@@@@@@#####@@@+", -".@@@@@@@@@#@@@#@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -".@@@@@@@@@@@@@@@@@+", -"@@@@@@@@@@@@@@@@@++", -"+++++++++++++++++++", -" "}; diff --git a/themes/microdeck3/themerc b/themes/microdeck3/themerc deleted file mode 100644 index 0e3674b67285bec4b4cda53cf0654f2d19240e01..0000000000000000000000000000000000000000 --- a/themes/microdeck3/themerc +++ /dev/null @@ -1,6 +0,0 @@ -full_width_title=true -button_offset=2 -button_spacing=0 -title_vertical_offset_active=0 -title_vertical_offset_inactive=0 -title_horizontal_offset=5 diff --git a/themes/microdeck3/title-1-active.xpm b/themes/microdeck3/title-1-active.xpm deleted file mode 100644 index e6a4f948731b7baf204c109f85d054743e074a11..0000000000000000000000000000000000000000 --- a/themes/microdeck3/title-1-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"8 23 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #949594 s active_shadow_2", -" ", -" ", -" ", -" ", -"........", -"@@@@@@@@", -"########", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"########", -"$$$$$$$$", -"........"}; diff --git a/themes/microdeck3/title-1-inactive.xpm b/themes/microdeck3/title-1-inactive.xpm deleted file mode 100644 index 8d533fe428e5109c12c388fc6b34f991c3a7bb9c..0000000000000000000000000000000000000000 --- a/themes/microdeck3/title-1-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"8 23 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #949594 s inactive_shadow_2", -" ", -" ", -" ", -" ", -"........", -"@@@@@@@@", -"########", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"########", -"$$$$$$$$", -"........"}; diff --git a/themes/microdeck3/title-2-active.xpm b/themes/microdeck3/title-2-active.xpm deleted file mode 100644 index 6c9f239a929f58af1d8f1e934da1cb54a9b3e8d6..0000000000000000000000000000000000000000 --- a/themes/microdeck3/title-2-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"16 23 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #10105A s active_shadow_1", -"$ c #00009C s active_color_1", -"% c #0000C5 s active_hilight_1", -"& c #B4BAB4 s active_mid_2", -"* c #949594 s active_shadow_2", -" ........", -" ..++++++++", -" .++@@@@@@@@", -" ..+@@@@@@****", -"...++@@@@@@*####", -"+++@@@@@@@*##$$$", -"++@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+&@@@@@@@@@+++++", -"@&&&&&&&&&&&&&&&", -"****************", -"................"}; diff --git a/themes/microdeck3/title-2-inactive.xpm b/themes/microdeck3/title-2-inactive.xpm deleted file mode 100644 index 29f6a093da7585858cb33c9d04b69204afb069c0..0000000000000000000000000000000000000000 --- a/themes/microdeck3/title-2-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"16 23 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #10105A s inactive_shadow_1", -"$ c #00009C s inactive_color_1", -"% c #0000C5 s inactive_hilight_1", -"& c #B4BAB4 s inactive_mid_2", -"* c #949594 s inactive_shadow_2", -" ........", -" ..++++++++", -" .++@@@@@@@@", -" ..+@@@@@@****", -"...++@@@@@@*####", -"+++@@@@@@@*##$$$", -"++@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+@@@@@@@@@*#$$$$", -"+@@@@@@@@@*$%%%%", -"+&@@@@@@@@@+++++", -"@&&&&&&&&&&&&&&&", -"****************", -"................"}; diff --git a/themes/microdeck3/title-3-active.xpm b/themes/microdeck3/title-3-active.xpm deleted file mode 100644 index 76c31b0f34ce3dbfdeb8710adc294d21a6daea1e..0000000000000000000000000000000000000000 --- a/themes/microdeck3/title-3-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"32 23 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #10105A s active_shadow_1", -"$ c #00009C s active_color_1", -"% c #0000C5 s active_hilight_1", -"& c #B4BAB4 s active_mid_2", -"* c #949594 s active_shadow_2", -"................................", -"++++++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"********************************", -"################################", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"++++++++++++++++++++++++++++++++", -"&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&", -"********************************", -"................................"}; diff --git a/themes/microdeck3/title-3-inactive.xpm b/themes/microdeck3/title-3-inactive.xpm deleted file mode 100644 index c176e3c682724d1abe7fb67eb8f14cbae0da3c78..0000000000000000000000000000000000000000 --- a/themes/microdeck3/title-3-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"32 23 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #10105A s inactive_shadow_1", -"$ c #00009C s inactive_color_1", -"% c #0000C5 s inactive_hilight_1", -"& c #B4BAB4 s inactive_mid_2", -"* c #949594 s inactive_shadow_2", -"................................", -"++++++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"********************************", -"################################", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", -"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", -"++++++++++++++++++++++++++++++++", -"&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&", -"********************************", -"................................"}; diff --git a/themes/microdeck3/title-4-active.xpm b/themes/microdeck3/title-4-active.xpm deleted file mode 100644 index f761270406d327fbb03140ce4482a3e2f5e579d6..0000000000000000000000000000000000000000 --- a/themes/microdeck3/title-4-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"16 23 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #10105A s active_shadow_1", -"% c #00009C s active_color_1", -"& c #0000C5 s active_hilight_1", -"* c #949594 s active_shadow_2", -"........ ", -"++++++++.. ", -"@@@@@@@@++. ", -"***@@@@@@@+.. ", -"$$$$+@@@@@@++...", -"%%%%%+@@@@@@@+@@", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"++++++@@@@@@@@#*", -"###############*", -"****************", -"................"}; diff --git a/themes/microdeck3/title-4-inactive.xpm b/themes/microdeck3/title-4-inactive.xpm deleted file mode 100644 index 931b0a706978c197523efd11c44f67918b8fbb1b..0000000000000000000000000000000000000000 --- a/themes/microdeck3/title-4-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"16 23 9 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #10105A s inactive_shadow_1", -"% c #00009C s inactive_color_1", -"& c #0000C5 s inactive_hilight_1", -"* c #949594 s inactive_shadow_2", -"........ ", -"++++++++.. ", -"@@@@@@@@++. ", -"***@@@@@@@+.. ", -"$$$$+@@@@@@++...", -"%%%%%+@@@@@@@+@@", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"%%%%%+@@@@@@@@@*", -"&&&&&+@@@@@@@@@*", -"++++++@@@@@@@@#*", -"###############*", -"****************", -"................"}; diff --git a/themes/microdeck3/title-5-active.xpm b/themes/microdeck3/title-5-active.xpm deleted file mode 100644 index b014a06854d48d5747be50d1a6a9fdce52ee44af..0000000000000000000000000000000000000000 --- a/themes/microdeck3/title-5-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"8 23 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #949594 s active_shadow_2", -" ", -" ", -" ", -" ", -"........", -"@@@@@@@@", -"########", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"########", -"$$$$$$$$", -"........"}; diff --git a/themes/microdeck3/title-5-inactive.xpm b/themes/microdeck3/title-5-inactive.xpm deleted file mode 100644 index e994c7691a3f9e6cdcb8fa1e177d4c9de46ba231..0000000000000000000000000000000000000000 --- a/themes/microdeck3/title-5-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"8 23 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #949594 s inactive_shadow_2", -" ", -" ", -" ", -" ", -"........", -"@@@@@@@@", -"########", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"$$$$$$$$", -"++++++++", -"########", -"########", -"$$$$$$$$", -"........"}; diff --git a/themes/microdeck3/top-left-active.xpm b/themes/microdeck3/top-left-active.xpm deleted file mode 100644 index 846fd9d5bf7b9e06c431f292f2edf5cde0138b56..0000000000000000000000000000000000000000 --- a/themes/microdeck3/top-left-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"6 23 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #949594 s active_shadow_2", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -" .", -" ..$", -" .++#", -" .+@@#", -" .+@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+$@@#", -".+$@@#", -".+$$@#", -".+#$$#", -".+####", -".+##.."}; diff --git a/themes/microdeck3/top-left-inactive.xpm b/themes/microdeck3/top-left-inactive.xpm deleted file mode 100644 index 5279fc874d63307a93da0c330806c37b4ab25e6d..0000000000000000000000000000000000000000 --- a/themes/microdeck3/top-left-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"6 23 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #949594 s inactive_shadow_2", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -" .", -" ..$", -" .++#", -" .+@@#", -" .+@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+@@@#", -".+$@@#", -".+$@@#", -".+$$@#", -".+#$$#", -".+####", -".+##.."}; diff --git a/themes/microdeck3/top-right-active.xpm b/themes/microdeck3/top-right-active.xpm deleted file mode 100644 index 5f4a6116b397800f15fc5cb9e9d5a05112397e2b..0000000000000000000000000000000000000000 --- a/themes/microdeck3/top-right-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"6 23 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #949594 s active_shadow_2", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -". ", -"+.. ", -"++$. ", -"+@@#. ", -"+@@$. ", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@$@#.", -"+@$@#.", -"+$$@#.", -"@$#@#.", -"###@#.", -"..#@#."}; diff --git a/themes/microdeck3/top-right-inactive.xpm b/themes/microdeck3/top-right-inactive.xpm deleted file mode 100644 index d9cbc81e2e27a22497d036598cd931a968dd0b50..0000000000000000000000000000000000000000 --- a/themes/microdeck3/top-right-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"6 23 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #949594 s inactive_shadow_2", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -". ", -"+.. ", -"++$. ", -"+@@#. ", -"+@@$. ", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@@@#.", -"+@$@#.", -"+@$@#.", -"+$$@#.", -"@$#@#.", -"###@#.", -"..#@#."}; diff --git a/themes/prune/README b/themes/prune/README deleted file mode 100644 index 2948033cd5c542780d1a60f4c757648bba8feb95..0000000000000000000000000000000000000000 --- a/themes/prune/README +++ /dev/null @@ -1,4 +0,0 @@ -prune ------ - -A fairly simple theme I made. Not much to say about it actually. diff --git a/themes/prune/bottom-active.xpm b/themes/prune/bottom-active.xpm deleted file mode 100644 index 201d850b17d292220c538b3a3d33b26684b603d2..0000000000000000000000000000000000000000 --- a/themes/prune/bottom-active.xpm +++ /dev/null @@ -1,13 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 4 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -"................................", -"++++++++++++++++++++++++++++++++", -"################################", -"................................"}; diff --git a/themes/prune/bottom-inactive.xpm b/themes/prune/bottom-inactive.xpm deleted file mode 100644 index f730aa9689ce6cddc5b4277bca35e71be0f7bd28..0000000000000000000000000000000000000000 --- a/themes/prune/bottom-inactive.xpm +++ /dev/null @@ -1,13 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"32 4 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -"................................", -"++++++++++++++++++++++++++++++++", -"################################", -"................................"}; diff --git a/themes/prune/bottom-left-active.xpm b/themes/prune/bottom-left-active.xpm deleted file mode 100644 index 7027ec33ba3af849a780fd38006266dfe471922c..0000000000000000000000000000000000000000 --- a/themes/prune/bottom-left-active.xpm +++ /dev/null @@ -1,13 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"32 4 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -".+#.............................", -".+++++++++++++++++++++++++++++++", -".###############################", -" ..............................."}; diff --git a/themes/prune/bottom-left-inactive.xpm b/themes/prune/bottom-left-inactive.xpm deleted file mode 100644 index 31672a6aae49cdf09ad9280a793963a94231e040..0000000000000000000000000000000000000000 --- a/themes/prune/bottom-left-inactive.xpm +++ /dev/null @@ -1,13 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"32 4 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -".+#.............................", -".+++++++++++++++++++++++++++++++", -".###############################", -" ..............................."}; diff --git a/themes/prune/bottom-right-active.xpm b/themes/prune/bottom-right-active.xpm deleted file mode 100644 index 70fd49bd23fdeaeccd6898988dde7c811315406f..0000000000000000000000000000000000000000 --- a/themes/prune/bottom-right-active.xpm +++ /dev/null @@ -1,13 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"32 4 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -".............................+#.", -"++++++++++++++++++++++++++++++#.", -"###############################.", -"............................... "}; diff --git a/themes/prune/bottom-right-inactive.xpm b/themes/prune/bottom-right-inactive.xpm deleted file mode 100644 index 396d3dd42d5a84fbfc53ac429b31c60009d93d24..0000000000000000000000000000000000000000 --- a/themes/prune/bottom-right-inactive.xpm +++ /dev/null @@ -1,13 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"32 4 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -".............................+#.", -"++++++++++++++++++++++++++++++#.", -"###############################.", -"............................... "}; diff --git a/themes/prune/close-active.xpm b/themes/prune/close-active.xpm deleted file mode 100644 index 2d6fdf4dd5ea2e72b3bebee318b0f4821cd07662..0000000000000000000000000000000000000000 --- a/themes/prune/close-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++#+++++++#$++++", -"++++###+++++###++++", -"++++@###+++###@++++", -"++++$@###+###@$++++", -"+++++$@#####@$+++++", -"++++++$@###@$++++++", -"+++++++#####+++++++", -"++++++###@###++++++", -"+++++###@$@###+++++", -"++++###@$+$@###++++", -"++++@#@$+++$@#@++++", -"++++$@$+++++$@$++++", -"+++++$+++++++$+++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/close-inactive.xpm b/themes/prune/close-inactive.xpm deleted file mode 100644 index dca54ca4ed7e28bb006f7e5154dd6ef8cca70659..0000000000000000000000000000000000000000 --- a/themes/prune/close-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++@+++++++@+++++", -"++++@@@+++++@@@++++", -"++++$@@@+++@@@$++++", -"+++++$@@@+@@@$+++++", -"++++++$@@@@@$++++++", -"+++++++$@@@$+++++++", -"+++++++@@@@@+++++++", -"++++++@@@$@@@++++++", -"+++++@@@$+$@@@+++++", -"++++@@@$+++$@@@++++", -"++++$@$+++++$@$++++", -"+++++$+++++++$+++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/close-pressed.xpm b/themes/prune/close-pressed.xpm deleted file mode 100644 index 86db5a0efef6ed0c4f2c52b28f8f04b6b556c49c..0000000000000000000000000000000000000000 --- a/themes/prune/close-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"19 22 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@.#@@@@@@@#.@@@=", -".@@@###@@@@@###@@@=", -".@@@.###@@@###.@@@=", -".@@@@.###@###.@@@@=", -".@@@@@.#####.@@@@@=", -".@@@@@@.###.@@@@@@=", -".@@@@@@#####@@@@@@=", -".@@@@@###.###@@@@@=", -".@@@@###.@.###@@@@=", -".@@@###.@@@.###@@@=", -".@@@.#.@@@@@.#.@@@=", -".@@@@.@@@@@@@.@@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" "}; - diff --git a/themes/prune/hide-active.xpm b/themes/prune/hide-active.xpm deleted file mode 100644 index 64dc8a8e7cb057ee228f54f7fd2e4a7181747ae4..0000000000000000000000000000000000000000 --- a/themes/prune/hide-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++#####+++++++", -"+++++++#####+++++++", -"+++++++##+##+++++++", -"+++++++#####+++++++", -"+++++++#####+++++++", -"+++++++@@@@@+++++++", -"+++++++$$$$$+++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/hide-inactive.xpm b/themes/prune/hide-inactive.xpm deleted file mode 100644 index 6c26af280ee57f4d59f15b1d6aae4a8ac09f12d0..0000000000000000000000000000000000000000 --- a/themes/prune/hide-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++@@@@@+++++++", -"+++++++@@@@@+++++++", -"+++++++@@+@@+++++++", -"+++++++@@@@@+++++++", -"+++++++@@@@@+++++++", -"+++++++$$$$$+++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/hide-pressed.xpm b/themes/prune/hide-pressed.xpm deleted file mode 100644 index 106e4d044d4c58f0f7418e5ed85b447c8960dc61..0000000000000000000000000000000000000000 --- a/themes/prune/hide-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"19 22 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@#####@@@@@@=", -".@@@@@@#####@@@@@@=", -".@@@@@@##@##@@@@@@=", -".@@@@@@#####@@@@@@=", -".@@@@@@#####@@@@@@=", -".@@@@@@.....@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" "}; - diff --git a/themes/prune/left-active.xpm b/themes/prune/left-active.xpm deleted file mode 100644 index fea9659aeb07bcf4dc8f0fe5f5c2cc8e994713fe..0000000000000000000000000000000000000000 --- a/themes/prune/left-active.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"4 8 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"@ c #000000", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*."}; diff --git a/themes/prune/left-inactive.xpm b/themes/prune/left-inactive.xpm deleted file mode 100644 index 7d6c34df0fce8a27c3682861c1c249fafff4d3d7..0000000000000000000000000000000000000000 --- a/themes/prune/left-inactive.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"4 8 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"@ c #000000", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*."}; diff --git a/themes/prune/maximize-active.xpm b/themes/prune/maximize-active.xpm deleted file mode 100644 index 2c3d686ed854dc994a35fb75a4e2d63d0e8b5b1d..0000000000000000000000000000000000000000 --- a/themes/prune/maximize-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++###########++++", -"++++###########++++", -"++++##@@@@@@@##++++", -"++++##$$$$$$$##++++", -"++++##+++++++##++++", -"++++##+++++++##++++", -"++++##+++++++##++++", -"++++##+++++++##++++", -"++++##+++++++##++++", -"++++###########++++", -"++++###########++++", -"++++@@@@@@@@@@@++++", -"++++$$$$$$$$$$$++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/maximize-inactive.xpm b/themes/prune/maximize-inactive.xpm deleted file mode 100644 index 7c2c4ee8a30293c529a1e6257b4c757395490cde..0000000000000000000000000000000000000000 --- a/themes/prune/maximize-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++@@@@@@@@@@@++++", -"++++@@@@@@@@@@@++++", -"++++@@$$$$$$$@@++++", -"++++@@+++++++@@++++", -"++++@@+++++++@@++++", -"++++@@+++++++@@++++", -"++++@@+++++++@@++++", -"++++@@+++++++@@++++", -"++++@@+++++++@@++++", -"++++@@@@@@@@@@@++++", -"++++@@@@@@@@@@@++++", -"++++$$$$$$$$$$$++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/maximize-pressed.xpm b/themes/prune/maximize-pressed.xpm deleted file mode 100644 index cba74a5e099825ce1df59a8ad60564c1c09f7f72..0000000000000000000000000000000000000000 --- a/themes/prune/maximize-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"19 22 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@###########@@@=", -".@@@###########@@@=", -".@@@##.......##@@@=", -".@@@##@@@@@@@##@@@=", -".@@@##@@@@@@@##@@@=", -".@@@##@@@@@@@##@@@=", -".@@@##@@@@@@@##@@@=", -".@@@##@@@@@@@##@@@=", -".@@@##@@@@@@@##@@@=", -".@@@###########@@@=", -".@@@###########@@@=", -".@@@...........@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" "}; - diff --git a/themes/prune/maximize-toggled-active.xpm b/themes/prune/maximize-toggled-active.xpm deleted file mode 100644 index 447096188b6daceb11449bc0a7eada27e0cfbba8..0000000000000000000000000000000000000000 --- a/themes/prune/maximize-toggled-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * maximize_toggled_active_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++########+++++++", -"++++########+++++++", -"++++##@@@@##+++++++", -"++++##$$$$##@##++++", -"++++##++++##@##++++", -"++++##++++##+##++++", -"++++########+##++++", -"++++########+##++++", -"++++@@@@@++++##++++", -"++++$$$########++++", -"+++++++########++++", -"+++++++@@@@@@@@++++", -"+++++++$$$$$$$$++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/maximize-toggled-inactive.xpm b/themes/prune/maximize-toggled-inactive.xpm deleted file mode 100644 index 71d94018d1cdeca7df988def0385e239a573125f..0000000000000000000000000000000000000000 --- a/themes/prune/maximize-toggled-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * maximize_toggled_inactive_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++@@@@@@@@+++++++", -"++++@@@@@@@@+++++++", -"++++@@$$$$@@+++++++", -"++++@@++++@@$@@++++", -"++++@@++++@@$@@++++", -"++++@@++++@@+@@++++", -"++++@@@@@@@@+@@++++", -"++++@@@@@@@@+@@++++", -"++++$$$$$++++@@++++", -"+++++++@@@@@@@@++++", -"+++++++@@@@@@@@++++", -"+++++++$$$$$$$$++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/maximize-toggled-pressed.xpm b/themes/prune/maximize-toggled-pressed.xpm deleted file mode 100644 index 74e0ccdd21c4d954936d687a7f018d5152073265..0000000000000000000000000000000000000000 --- a/themes/prune/maximize-toggled-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * maximize_toggled_pressed_xpm[] = { -"19 22 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@########@@@@@@=", -".@@@########@@@@@@=", -".@@@##....##@@@@@@=", -".@@@##@@@@##.##@@@=", -".@@@##@@@@##.##@@@=", -".@@@##@@@@##@##@@@=", -".@@@########@##@@@=", -".@@@########@##@@@=", -".@@@.....@@@@##@@@=", -".@@@@@@########@@@=", -".@@@@@@########@@@=", -".@@@@@@........@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" "}; - diff --git a/themes/prune/menu-active.xpm b/themes/prune/menu-active.xpm deleted file mode 100644 index af0755e17ed17e2a15e668f072f1bb9c033efe06..0000000000000000000000000000000000000000 --- a/themes/prune/menu-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++#########+++++", -"+++++#########+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++##@@@@@##+++++", -"+++++@##$$$##@+++++", -"+++++$@##+##@$+++++", -"++++++$@###@$++++++", -"+++++++$@#@$+++++++", -"++++++++$@$++++++++", -"+++++++++$+++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/menu-inactive.xpm b/themes/prune/menu-inactive.xpm deleted file mode 100644 index b7d2228e52a4ae845097e9ffe96825049aa03683..0000000000000000000000000000000000000000 --- a/themes/prune/menu-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++@@@@@@@@@+++++", -"+++++@@@@@@@@@+++++", -"+++++$$$$$$$$$+++++", -"+++++@@@@@@@@@+++++", -"+++++@@$$$$$@@+++++", -"+++++$@@+++@@$+++++", -"++++++$@@+@@$++++++", -"+++++++$@@@$+++++++", -"++++++++$@$++++++++", -"+++++++++$+++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/menu-pressed.xpm b/themes/prune/menu-pressed.xpm deleted file mode 100644 index ba1efeb466d72a0549ec05b90513c73d88a186be..0000000000000000000000000000000000000000 --- a/themes/prune/menu-pressed.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"19 22 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@#########@@@@=", -".@@@@#########@@@@=", -".@@@@.........@@@@=", -".@@@@#########@@@@=", -".@@@@##.....##@@@@=", -".@@@@.##.@.##.@@@@=", -".@@@@@.##.##.@@@@@=", -".@@@@@@.###.@@@@@@=", -".@@@@@@@.#.@@@@@@@=", -".@@@@@@@@.@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" "}; diff --git a/themes/prune/right-active.xpm b/themes/prune/right-active.xpm deleted file mode 100644 index 0ec75dfe5edf285be47e918793517e78a5b212a5..0000000000000000000000000000000000000000 --- a/themes/prune/right-active.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"4 8 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"@ c #000000", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*."}; diff --git a/themes/prune/right-inactive.xpm b/themes/prune/right-inactive.xpm deleted file mode 100644 index 7e4fed8e12ad439acf38e7ecff1f71dd7c93fbe3..0000000000000000000000000000000000000000 --- a/themes/prune/right-inactive.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"4 8 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"@ c #000000", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*.", -".+*."}; diff --git a/themes/prune/shade-active.xpm b/themes/prune/shade-active.xpm deleted file mode 100644 index 64610da0bbbe1eb302e6bb45efacfd8c5deeaf50..0000000000000000000000000000000000000000 --- a/themes/prune/shade-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++$+++++++++", -"++++++++$$$++++++++", -"+++++++$$@$$+++++++", -"++++++$$@#@$$++++++", -"+++++$$@#+#@$$+++++", -"+++++$$$$$$$$$+++++", -"+++++@@@@@@@@@+++++", -"+++++$$$$$$$$$+++++", -"+++++$$$$$$$$$+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/shade-inactive.xpm b/themes/prune/shade-inactive.xpm deleted file mode 100644 index 381648313ab85bb2631b2e2f3727f17533024181..0000000000000000000000000000000000000000 --- a/themes/prune/shade-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++@+++++++++", -"++++++++@@@++++++++", -"+++++++@@#@@+++++++", -"++++++@@#+#@@++++++", -"+++++@@+++++@@+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++@@@@@@@@@+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/shade-pressed.xpm b/themes/prune/shade-pressed.xpm deleted file mode 100644 index e858ef3d651a673149015583352e4fc000b10f8b..0000000000000000000000000000000000000000 --- a/themes/prune/shade-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"19 22 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@#@@@@@@@@=", -".@@@@@@@###@@@@@@@=", -".@@@@@@##.##@@@@@@=", -".@@@@@##.@.##@@@@@=", -".@@@@##.@@@.##@@@@=", -".@@@@#########@@@@=", -".@@@@.........@@@@=", -".@@@@#########@@@@=", -".@@@@#########@@@@=", -".@@@@.........@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" "}; - diff --git a/themes/prune/shade-toggled-active.xpm b/themes/prune/shade-toggled-active.xpm deleted file mode 100644 index bd954667101b0e5f471760e5688fd9bcd760ed5b..0000000000000000000000000000000000000000 --- a/themes/prune/shade-toggled-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_toggled_active_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++$$$$$$$$$+++++", -"+++++$$@@@@@$$+++++", -"+++++@$$###$$@+++++", -"+++++#@$$+$$@#+++++", -"++++++#@$$$@#++++++", -"+++++++#@$@#+++++++", -"++++++++#@#++++++++", -"+++++$$$$$$$$$+++++", -"+++++$$$$$$$$$+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/shade-toggled-inactive.xpm b/themes/prune/shade-toggled-inactive.xpm deleted file mode 100644 index 3b7cb6a3da222a503ccfb42a494e8ce23c5ded13..0000000000000000000000000000000000000000 --- a/themes/prune/shade-toggled-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_toggled_inactive_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++@@@@@@@@@+++++", -"+++++@@#####@@+++++", -"+++++#@@+++@@#+++++", -"++++++#@@+@@#++++++", -"+++++++#@@@#+++++++", -"++++++++#@#++++++++", -"+++++++++#+++++++++", -"+++++@@@@@@@@@+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/shade-toggled-pressed.xpm b/themes/prune/shade-toggled-pressed.xpm deleted file mode 100644 index d54c2f38e0e19e09c38655f496032dc2cadbe3d2..0000000000000000000000000000000000000000 --- a/themes/prune/shade-toggled-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_toggled_pressed_xpm[] = { -"19 22 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@#########@@@@=", -".@@@@##.....##@@@@=", -".@@@@.##@@@##.@@@@=", -".@@@@@.##@##.@@@@@=", -".@@@@@@.###.@@@@@@=", -".@@@@@@@.#.@@@@@@@=", -".@@@@@@@@.@@@@@@@@=", -".@@@@#########@@@@=", -".@@@@#########@@@@=", -".@@@@.........@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" "}; - diff --git a/themes/prune/stick-active.xpm b/themes/prune/stick-active.xpm deleted file mode 100644 index 5279b686d93ca26b8ba1cfe980e1ce834d4ab69d..0000000000000000000000000000000000000000 --- a/themes/prune/stick-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++++++++#+++#++++", -"++++++++++#####++++", -"++++@######++##++++", -"++++#$$$$$#$$##++++", -"++++@######@@##++++", -"++++$@@@@@#####++++", -"+++++$$$$$#@@@#++++", -"++++++++++@$$$@++++", -"++++++++++$+++$++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/stick-inactive.xpm b/themes/prune/stick-inactive.xpm deleted file mode 100644 index c2a1bcf25612071728b2a307e52f303b00bd8805..0000000000000000000000000000000000000000 --- a/themes/prune/stick-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++++++++@+++@++++", -"++++++++++@@@@@++++", -"++++$@@@@@@++@@++++", -"++++@$$$$$@$$@@++++", -"++++$@@@@@@$$@@++++", -"+++++$$$$$@@@@@++++", -"++++++++++@$$$@++++", -"++++++++++$+++$++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/stick-pressed.xpm b/themes/prune/stick-pressed.xpm deleted file mode 100644 index 8100d7f1290c028145ff97d996901682a3f4a94e..0000000000000000000000000000000000000000 --- a/themes/prune/stick-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"19 22 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@#@@@#@@@=", -".@@@@@@@@@#####@@@=", -".@@@.######@@##@@@=", -".@@@#.....#..##@@@=", -".@@@.######..##@@@=", -".@@@@.....#####@@@=", -".@@@@@@@@@#...#@@@=", -".@@@@@@@@@.@@@.@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" "}; - diff --git a/themes/prune/stick-toggled-active.xpm b/themes/prune/stick-toggled-active.xpm deleted file mode 100644 index 98c571c7cb39fd573c139a1cf3f7b341b47d9cdf..0000000000000000000000000000000000000000 --- a/themes/prune/stick-toggled-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_toggled_active_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++#$$$#+++++++", -"++++++#$++@$#++++++", -"++++++$+++#@$#+++++", -"++++++$++$#@$@+++++", -"++++++$@###@$@#++++", -"++++++#$@@@$@@#++++", -"+++++++#$$$@@##++++", -"++++++++#@@@##+++++", -"++++++++++###++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/stick-toggled-inactive.xpm b/themes/prune/stick-toggled-inactive.xpm deleted file mode 100644 index 0b97030e40de1d335f3120aa4d5cc75e45c4bcc2..0000000000000000000000000000000000000000 --- a/themes/prune/stick-toggled-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_toggled_inactive_xpm[] = { -"19 22 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++#@@@#+++++++", -"++++++#@++#@#++++++", -"++++++@+++##@#+++++", -"++++++@++@##@#+++++", -"++++++@#####@##++++", -"++++++#@###@###++++", -"+++++++#@@@####++++", -"++++++++######+++++", -"++++++++++###++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" "}; - diff --git a/themes/prune/stick-toggled-pressed.xpm b/themes/prune/stick-toggled-pressed.xpm deleted file mode 100644 index c976b147f59360826de9cd1a153683956325a084..0000000000000000000000000000000000000000 --- a/themes/prune/stick-toggled-pressed.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_toggled_pressed_xpm[] = { -"19 22 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #B4BAB4 s active_mid_2", -"@ c #D5D6D5 s active_color_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -"..................@", -".+++++++++++++++++=", -".+++++++++++++++++=", -".+++++++++++++++++=", -".+++++++++++++++++=", -".++++++.###.++++++=", -".+++++.#@@.#.+++++=", -".+++++#@@@+.#.++++=", -".+++++#@@#+.#.++++=", -".+++++#.+++.#..+++=", -".+++++.#...#...+++=", -".++++++.###....+++=", -".+++++++......++++=", -".+++++++++...+++++=", -".+++++++++++++++++=", -".+++++++++++++++++=", -"@==================", -" ", -" "}; - diff --git a/themes/prune/themerc b/themes/prune/themerc deleted file mode 100644 index 4bf71d449428c687b748071c5b23639168e9efcc..0000000000000000000000000000000000000000 --- a/themes/prune/themerc +++ /dev/null @@ -1,8 +0,0 @@ -button_offset=0 -button_spacing=0 -full_width_title=true -title_horizontal_offset=0 -title_vertical_offset_active=0 -title_vertical_offset_inactive=0 -title_shadow_active=false -title_shadow_inactive=false diff --git a/themes/prune/title-1-active.xpm b/themes/prune/title-1-active.xpm deleted file mode 100644 index 08483b506aef6da0298f5c8fe8c53a2fa1578f04..0000000000000000000000000000000000000000 --- a/themes/prune/title-1-active.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"8 25 10 1", -" c None", -". c #949594 s active_shadow_1", -"+ c #FFFFFF s active_hilight_1", -"@ c #D5D6D5 s active_color_1", -"# c #B4BAB4 s active_mid_1", -"$ c #949594 s active_shadow_2", -"% c #FFFFFF s active_hilight_2", -"& c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"= c #000000", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$"}; diff --git a/themes/prune/title-1-inactive.xpm b/themes/prune/title-1-inactive.xpm deleted file mode 100644 index 2b8bbfb6bb2fa8649526f1f044dbd1707743eb86..0000000000000000000000000000000000000000 --- a/themes/prune/title-1-inactive.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"8 25 10 1", -" c None", -". c #949594 s inactive_shadow_1", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D5D6D5 s inactive_color_1", -"# c #B4BAB4 s inactive_mid_1", -"$ c #949594 s inactive_shadow_2", -"% c #FFFFFF s inactive_hilight_2", -"& c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"= c #000000", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$"}; diff --git a/themes/prune/title-2-active.xpm b/themes/prune/title-2-active.xpm deleted file mode 100644 index 2e9fb54720a0b8baef98ae3e5467d86e0775a047..0000000000000000000000000000000000000000 --- a/themes/prune/title-2-active.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"4 25 10 1", -" c None", -". c #949594 s active_shadow_1", -"+ c #FFFFFF s active_hilight_1", -"@ c #D5D6D5 s active_color_1", -"# c #B4BAB4 s active_mid_1", -"$ c #949594 s active_shadow_2", -"% c #FFFFFF s active_hilight_2", -"& c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"= c #000000", -"$$$$", -"%%%%", -"*%**", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"%%%%", -"****", -"$$$$"}; diff --git a/themes/prune/title-2-inactive.xpm b/themes/prune/title-2-inactive.xpm deleted file mode 100644 index 96c69c5fe7113c541298df50fcb7a0ef1a3acd57..0000000000000000000000000000000000000000 --- a/themes/prune/title-2-inactive.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"4 25 10 1", -" c None", -". c #949594 s inactive_shadow_1", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D5D6D5 s inactive_color_1", -"# c #B4BAB4 s inactive_mid_1", -"$ c #949594 s inactive_shadow_2", -"% c #FFFFFF s inactive_hilight_2", -"& c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"= c #000000", -"$$$$", -"%%%%", -"*%**", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"%%%%", -"****", -"$$$$"}; diff --git a/themes/prune/title-3-active.xpm b/themes/prune/title-3-active.xpm deleted file mode 100644 index 394e2604e2ab84558d36ce82ca6efe3bd6b989c5..0000000000000000000000000000000000000000 --- a/themes/prune/title-3-active.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"8 25 10 1", -" c None", -". c #949594 s active_shadow_1", -"+ c #FFFFFF s active_hilight_1", -"@ c #D5D6D5 s active_color_1", -"# c #B4BAB4 s active_mid_1", -"$ c #949594 s active_shadow_2", -"% c #FFFFFF s active_hilight_2", -"& c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"= c #000000", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$"}; diff --git a/themes/prune/title-3-inactive.xpm b/themes/prune/title-3-inactive.xpm deleted file mode 100644 index e436b86c0330805d3295f25bd3a9ae55e23ffe9f..0000000000000000000000000000000000000000 --- a/themes/prune/title-3-inactive.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"8 25 10 1", -" c None", -". c #949594 s inactive_shadow_1", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D5D6D5 s inactive_color_1", -"# c #B4BAB4 s inactive_mid_1", -"$ c #949594 s inactive_shadow_2", -"% c #FFFFFF s inactive_hilight_2", -"& c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"= c #000000", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$"}; diff --git a/themes/prune/title-4-active.xpm b/themes/prune/title-4-active.xpm deleted file mode 100644 index 0b305aead6501fb0b9a8edbc98a91c51ef1eb5f2..0000000000000000000000000000000000000000 --- a/themes/prune/title-4-active.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"4 25 10 1", -" c None", -". c #949594 s active_shadow_1", -"+ c #FFFFFF s active_hilight_1", -"@ c #D5D6D5 s active_color_1", -"# c #B4BAB4 s active_mid_1", -"$ c #949594 s active_shadow_2", -"% c #FFFFFF s active_hilight_2", -"& c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"= c #000000", -"$$$$", -"%%%%", -"*%**", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"%%%%", -"****", -"$$$$"}; diff --git a/themes/prune/title-4-inactive.xpm b/themes/prune/title-4-inactive.xpm deleted file mode 100644 index 5d85166d54c13145339482710873684a3a36d1be..0000000000000000000000000000000000000000 --- a/themes/prune/title-4-inactive.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"4 25 10 1", -" c None", -". c #949594 s inactive_shadow_1", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D5D6D5 s inactive_color_1", -"# c #B4BAB4 s inactive_mid_1", -"$ c #949594 s inactive_shadow_2", -"% c #FFFFFF s inactive_hilight_2", -"& c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"= c #000000", -"$$$$", -"%%%%", -"*%**", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"$%*$", -"%%%%", -"****", -"$$$$"}; diff --git a/themes/prune/title-5-active.xpm b/themes/prune/title-5-active.xpm deleted file mode 100644 index 03d15e4b2fe41c4f0c4ead595dc7de04aa0d642a..0000000000000000000000000000000000000000 --- a/themes/prune/title-5-active.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"8 25 10 1", -" c None", -". c #949594 s active_shadow_1", -"+ c #FFFFFF s active_hilight_1", -"@ c #D5D6D5 s active_color_1", -"# c #B4BAB4 s active_mid_1", -"$ c #949594 s active_shadow_2", -"% c #FFFFFF s active_hilight_2", -"& c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"= c #000000", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$"}; diff --git a/themes/prune/title-5-inactive.xpm b/themes/prune/title-5-inactive.xpm deleted file mode 100644 index f1a83e2ae337c01b50bc086eeb3723f0b4e4f2b1..0000000000000000000000000000000000000000 --- a/themes/prune/title-5-inactive.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"8 25 10 1", -" c None", -". c #949594 s inactive_shadow_1", -"+ c #FFFFFF s inactive_hilight_1", -"@ c #D5D6D5 s inactive_color_1", -"# c #B4BAB4 s inactive_mid_1", -"$ c #949594 s inactive_shadow_2", -"% c #FFFFFF s inactive_hilight_2", -"& c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"= c #000000", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"&&&&&&&&", -"$$$$$$$$", -"%%%%%%%%", -"********", -"$$$$$$$$"}; diff --git a/themes/prune/top-left-active.xpm b/themes/prune/top-left-active.xpm deleted file mode 100644 index c1d9b7c6030b300f7ca6eac5cc307df152a6ad9b..0000000000000000000000000000000000000000 --- a/themes/prune/top-left-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"4 25 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #B4BAB4 s active_mid_2", -"@ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"$ c #000000", -" ...", -".@@@", -".@++", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@@@", -".@++", -".@+."}; diff --git a/themes/prune/top-left-inactive.xpm b/themes/prune/top-left-inactive.xpm deleted file mode 100644 index efb97fc34e428c6695b0f55e4e2256601ae378ef..0000000000000000000000000000000000000000 --- a/themes/prune/top-left-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"4 25 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #B4BAB4 s inactive_mid_2", -"@ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"$ c #000000", -" ...", -".@@@", -".@++", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@@@", -".@++", -".@+."}; diff --git a/themes/prune/top-right-active.xpm b/themes/prune/top-right-active.xpm deleted file mode 100644 index d4989f42aa676f6553479402b23ecd47f51f617d..0000000000000000000000000000000000000000 --- a/themes/prune/top-right-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"4 25 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #B4BAB4 s active_mid_2", -"@ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"$ c #000000", -"... ", -"@@+.", -"+@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -"@@@.", -"+@+.", -".@+."}; diff --git a/themes/prune/top-right-inactive.xpm b/themes/prune/top-right-inactive.xpm deleted file mode 100644 index e95792846ccfb4a3b5dabc3baf7bf45c7dcfee75..0000000000000000000000000000000000000000 --- a/themes/prune/top-right-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"4 25 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #B4BAB4 s inactive_mid_2", -"@ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"$ c #000000", -"... ", -"@@+.", -"+@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -".@+.", -"@@@.", -"+@+.", -".@+."}; diff --git a/themes/prune/Makefile.am b/themes/softwall/Makefile.am similarity index 97% rename from themes/prune/Makefile.am rename to themes/softwall/Makefile.am index 01950221817028e082bc93382ee5f1cb6625c5cc..05c8a6eb64dc7d6ac92f931de7f11bec38e379e1 100644 --- a/themes/prune/Makefile.am +++ b/themes/softwall/Makefile.am @@ -1,4 +1,4 @@ -themedir = $(pkgdatadir)/themes/prune +themedir = $(pkgdatadir)/themes/softwall theme_DATA = README \ bottom-active.xpm \ bottom-inactive.xpm \ diff --git a/themes/prune/Makefile.in b/themes/softwall/Makefile.in similarity index 98% rename from themes/prune/Makefile.in rename to themes/softwall/Makefile.in index b4de12215257ad7861a888aa8114b7da880e63ff..73b5c863225267c74bed6f116dae5c78a8b53188 100644 --- a/themes/prune/Makefile.in +++ b/themes/softwall/Makefile.in @@ -35,7 +35,7 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_triplet = @host@ -subdir = themes/prune +subdir = themes/softwall DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ @@ -197,7 +197,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/prune +themedir = $(pkgdatadir)/themes/softwall theme_DATA = README \ bottom-active.xpm \ bottom-inactive.xpm \ @@ -265,9 +265,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/prune/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/softwall/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/prune/Makefile + $(AUTOMAKE) --foreign themes/softwall/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff --git a/themes/softwall/README b/themes/softwall/README new file mode 100644 index 0000000000000000000000000000000000000000..7389996593e6421e603c506d6d184c29c2d8a3f2 --- /dev/null +++ b/themes/softwall/README @@ -0,0 +1,4 @@ +softwall +-------- + +A theme for xfwm4 that looks quite a lot like KDE plastik theme diff --git a/themes/softwall/bottom-active.xpm b/themes/softwall/bottom-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..d46f75c9f5274982b3075ef66c79fbbcb05d70f6 --- /dev/null +++ b/themes/softwall/bottom-active.xpm @@ -0,0 +1,15 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"32 5 7 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"$ c #567B9C s active_mid_1", +"# c #D5D6D5 s active_color_2", +"% c #567B9C s active_mid_1", +"################################", +"################################", +"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"................................"}; diff --git a/themes/softwall/bottom-inactive.xpm b/themes/softwall/bottom-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..43c3c96784f84eb6972c9a43bb246490e8cb7bb4 --- /dev/null +++ b/themes/softwall/bottom-inactive.xpm @@ -0,0 +1,15 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"32 5 7 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"$ c #567B9C s inactive_mid_1", +"# c #D5D6D5 s inactive_color_2", +"% c #567B9C s inactive_mid_1", +"################################", +"################################", +"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"................................"}; diff --git a/themes/softwall/bottom-left-active.xpm b/themes/softwall/bottom-left-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..c7e17663a571ff1614351c85d88e0957002b4232 --- /dev/null +++ b/themes/softwall/bottom-left-active.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 7 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"$ c #567B9C s active_mid_1", +"# c #D5D6D5 s active_color_2", +"% c #567B9C s active_mid_1", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%#############", +".@%#############", +".@%%%%%%%%%%%%%%", +".@@@@@@@@@@@@@@@", +" ..............."}; diff --git a/themes/softwall/bottom-left-inactive.xpm b/themes/softwall/bottom-left-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..cba63ff36ba5de1d9d651aea0b1c20b2fa11d8d1 --- /dev/null +++ b/themes/softwall/bottom-left-inactive.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 7 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"$ c #567B9C s inactive_mid_1", +"# c #D5D6D5 s inactive_color_2", +"% c #567B9C s inactive_mid_1", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%## ", +".@%#############", +".@%#############", +".@%%%%%%%%%%%%%%", +".@@@@@@@@@@@@@@@", +" ..............."}; diff --git a/themes/softwall/bottom-right-active.xpm b/themes/softwall/bottom-right-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..d1791fa9d9a44ac1dc12e0d46b7053491b60725f --- /dev/null +++ b/themes/softwall/bottom-right-active.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 7 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"$ c #567B9C s active_mid_1", +"# c #D5D6D5 s active_color_2", +"% c #567B9C s active_mid_1", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +"#############%@.", +"#############%@.", +"%%%%%%%%%%%%%%@.", +"@@@@@@@@@@@@@@@.", +"............... "}; diff --git a/themes/softwall/bottom-right-inactive.xpm b/themes/softwall/bottom-right-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..9c94b1e358466cbb857cd842f2da809dc3759bc9 --- /dev/null +++ b/themes/softwall/bottom-right-inactive.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 7 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"$ c #567B9C s inactive_mid_1", +"# c #D5D6D5 s inactive_color_2", +"% c #567B9C s inactive_mid_1", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +" ##%@.", +"#############%@.", +"#############%@.", +"%%%%%%%%%%%%%%@.", +"@@@@@@@@@@@@@@@.", +"............... "}; diff --git a/themes/softwall/close-active.xpm b/themes/softwall/close-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..2dce7b2f166ad8a7265e3340f108fc3bad788145 --- /dev/null +++ b/themes/softwall/close-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * close_active_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #FFFFFF s active_hilight_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@##@@@@##@@@@+", +"+@@@@###@@###@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@###@@###@@@@+", +"+@@@@##@@@@##@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/close-inactive.xpm b/themes/softwall/close-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..fa6186496799160c3b5364c1839fbcdd30b8cdf7 --- /dev/null +++ b/themes/softwall/close-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s inactive_mid_1", +"+ c #4B58A2 s inactive_shadow_1", +"@ c #FFFFFF s inactive_hilight_1", +"# c #949595 s inactive_shadow_1", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@##@@@@##@@@@+", +"+@@@@###@@###@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@###@@###@@@@+", +"+@@@@##@@@@##@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/close-pressed.xpm b/themes/softwall/close-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..8203b5ca258209ffd2009fd62a5e5aef3ee6e6b9 --- /dev/null +++ b/themes/softwall/close-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #B4BAB5 s active_mid_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@##@@@@##@@@@+", +"+@@@@###@@###@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@###@@###@@@@+", +"+@@@@##@@@@##@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/hide-active.xpm b/themes/softwall/hide-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..a7fdbd4966de4f55dd1a0638e32b7fafd63ca8a4 --- /dev/null +++ b/themes/softwall/hide-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #FFFFFF s active_hilight_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/hide-inactive.xpm b/themes/softwall/hide-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..8389ac4a68e746804a98b09aff5bc0bce3a51c46 --- /dev/null +++ b/themes/softwall/hide-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s inactive_mid_1", +"+ c #4B58A2 s inactive_shadow_1", +"@ c #FFFFFF s inactive_hilight_1", +"# c #949595 s inactive_shadow_1", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/hide-pressed.xpm b/themes/softwall/hide-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..53f45262684f8a42d0e0393312eb2fbe70d33c39 --- /dev/null +++ b/themes/softwall/hide-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #B4BAB5 s active_mid_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/left-active.xpm b/themes/softwall/left-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..f061110b0f4df076017e989950b43f2846027b8f --- /dev/null +++ b/themes/softwall/left-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char * left_active_xpm[] = { +"5 32 7 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"$ c #567B9C s active_mid_1", +"# c #D5D6D5 s active_color_2", +"% c #567B9C s active_mid_1", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##"}; diff --git a/themes/softwall/left-inactive.xpm b/themes/softwall/left-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..e06db260f520681b778646e6cb1a270e2fb686e7 --- /dev/null +++ b/themes/softwall/left-inactive.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"5 32 7 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"$ c #567B9C s inactive_mid_1", +"# c #D5D6D5 s inactive_color_2", +"% c #567B9C s inactive_mid_1", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##", +".@%##"}; diff --git a/themes/softwall/maximize-active.xpm b/themes/softwall/maximize-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..9e0bb5d7525564b27b565bbcb05307d00d5126fd --- /dev/null +++ b/themes/softwall/maximize-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #FFFFFF s active_hilight_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@########@@@@+", +"+@@@@########@@@@+", +"+@@@@########@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@########@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/maximize-inactive.xpm b/themes/softwall/maximize-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..0f01bcb4606b4a32f68ba07c207ad6883af27bd3 --- /dev/null +++ b/themes/softwall/maximize-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s inactive_mid_1", +"+ c #4B58A2 s inactive_shadow_1", +"@ c #FFFFFF s inactive_hilight_1", +"# c #949595 s inactive_shadow_1", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@########@@@@+", +"+@@@@########@@@@+", +"+@@@@########@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@########@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/maximize-pressed.xpm b/themes/softwall/maximize-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..535efa97237e3086cfde7c5116aa1f140971cd72 --- /dev/null +++ b/themes/softwall/maximize-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #B4BAB5 s active_mid_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@########@@@@+", +"+@@@@########@@@@+", +"+@@@@########@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@#@@@@@@#@@@@+", +"+@@@@########@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/maximize-toggled-active.xpm b/themes/softwall/maximize-toggled-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..8503ea4f2cd29c44a9a6d91039c615727b3f09fb --- /dev/null +++ b/themes/softwall/maximize-toggled-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #FFFFFF s active_hilight_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@#######@@@+", +"+@@@@@@#######@@@+", +"+@@@@@@@@@@@@#@@@+", +"+@@@#######@@#@@@+", +"+@@@#######@@#@@@+", +"+@@@#######@@#@@@+", +"+@@@#@@@@@#@##@@@+", +"+@@@#@@@@@#@@@@@@+", +"+@@@#@@@@@#@@@@@@+", +"+@@@#######@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/maximize-toggled-inactive.xpm b/themes/softwall/maximize-toggled-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..475cf4caf480e723c920327facdc7c4ca9170d27 --- /dev/null +++ b/themes/softwall/maximize-toggled-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s inactive_mid_1", +"+ c #4B58A2 s inactive_shadow_1", +"@ c #FFFFFF s inactive_hilight_1", +"# c #949595 s inactive_shadow_1", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@#######@@@+", +"+@@@@@@#######@@@+", +"+@@@@@@@@@@@@#@@@+", +"+@@@#######@@#@@@+", +"+@@@#######@@#@@@+", +"+@@@#######@@#@@@+", +"+@@@#@@@@@#@##@@@+", +"+@@@#@@@@@#@@@@@@+", +"+@@@#@@@@@#@@@@@@+", +"+@@@#######@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/maximize-toggled-pressed.xpm b/themes/softwall/maximize-toggled-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..692f3a2fa94f6f32b2cf7de9a1dec3fa59591b1c --- /dev/null +++ b/themes/softwall/maximize-toggled-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #B4BAB5 s active_mid_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@#######@@@+", +"+@@@@@@#######@@@+", +"+@@@@@@@@@@@@#@@@+", +"+@@@#######@@#@@@+", +"+@@@#######@@#@@@+", +"+@@@#######@@#@@@+", +"+@@@#@@@@@#@##@@@+", +"+@@@#@@@@@#@@@@@@+", +"+@@@#@@@@@#@@@@@@+", +"+@@@#######@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/menu-active.xpm b/themes/softwall/menu-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..b6d79fd2c06c09cb4ac583536993c230cc4b2cd3 --- /dev/null +++ b/themes/softwall/menu-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #FFFFFF s active_hilight_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@#@@@@#@@@@@+", +"+@@@@###@@###@@@@+", +"+@@@@########@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/menu-inactive.xpm b/themes/softwall/menu-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..90931f97868c00cac594be9e85c79793c1f18f55 --- /dev/null +++ b/themes/softwall/menu-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s inactive_mid_1", +"+ c #4B58A2 s inactive_shadow_1", +"@ c #FFFFFF s inactive_hilight_1", +"# c #949595 s inactive_shadow_1", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@#@@@@#@@@@@+", +"+@@@@###@@###@@@@+", +"+@@@@########@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/menu-pressed.xpm b/themes/softwall/menu-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..8692ea1fefc3b07b727acca8232738d8c2e4252d --- /dev/null +++ b/themes/softwall/menu-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #B4BAB5 s active_mid_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@#@@@@#@@@@@+", +"+@@@@###@@###@@@@+", +"+@@@@########@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/right-active.xpm b/themes/softwall/right-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..d0178a49cd0040840c96098c790e88b3dd10c652 --- /dev/null +++ b/themes/softwall/right-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char * right_active_xpm[] = { +"5 32 7 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"$ c #567B9C s active_mid_1", +"# c #D5D6D5 s active_color_2", +"% c #567B9C s active_mid_1", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@."}; diff --git a/themes/softwall/right-inactive.xpm b/themes/softwall/right-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..7574cd684d76f10e56fa21343c3b3125e6ff7f68 --- /dev/null +++ b/themes/softwall/right-inactive.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"5 32 7 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"$ c #567B9C s inactive_mid_1", +"# c #D5D6D5 s inactive_color_2", +"% c #567B9C s inactive_mid_1", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@.", +"##%@."}; diff --git a/themes/softwall/shade-active.xpm b/themes/softwall/shade-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..9fdfe04ed926c8bcb0008c59727f94052695e969 --- /dev/null +++ b/themes/softwall/shade-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #FFFFFF s active_hilight_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@########@@@@+", +"+@@@@##@##@##@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/shade-inactive.xpm b/themes/softwall/shade-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..96dff37105cc4a14a77a7bab39556d8bc8c2d42e --- /dev/null +++ b/themes/softwall/shade-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s inactive_mid_1", +"+ c #4B58A2 s inactive_shadow_1", +"@ c #FFFFFF s inactive_hilight_1", +"# c #949595 s inactive_shadow_1", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@########@@@@+", +"+@@@@##@##@##@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/shade-pressed.xpm b/themes/softwall/shade-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..5304a3de95f8c28381ae5026d39668375ed340c8 --- /dev/null +++ b/themes/softwall/shade-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #B4BAB5 s active_mid_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@######@@@@@+", +"+@@@@########@@@@+", +"+@@@@##@##@##@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/shade-toggled-active.xpm b/themes/softwall/shade-toggled-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..c63da1a7632462e230838abc70fbb87bc493529f --- /dev/null +++ b/themes/softwall/shade-toggled-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #FFFFFF s active_hilight_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@##@##@##@@@@+", +"+@@@@########@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/shade-toggled-inactive.xpm b/themes/softwall/shade-toggled-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..b0984863c5bcaa963c9b90612b2e7d7c63d2e7a1 --- /dev/null +++ b/themes/softwall/shade-toggled-inactive.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s inactive_mid_1", +"+ c #4B58A2 s inactive_shadow_1", +"@ c #FFFFFF s inactive_hilight_1", +"# c #949595 s inactive_shadow_1", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@##@##@##@@@@+", +"+@@@@########@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/shade-toggled-pressed.xpm b/themes/softwall/shade-toggled-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..51498ff4d2e1d2c33d0fd274fa20a5308f36d93c --- /dev/null +++ b/themes/softwall/shade-toggled-pressed.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #B4BAB5 s active_mid_1", +"# c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@##@##@##@@@@+", +"+@@@@########@@@@+", +"+@@@@@######@@@@@+", +"+@@@@@@####@@@@@@+", +"+@@@@@@@##@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/stick-active.xpm b/themes/softwall/stick-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..5041b5a1d737ff647fc0eb397a6f42797a75d4ae --- /dev/null +++ b/themes/softwall/stick-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #FFFFFF s active_hilight_1", +"$ c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@.$$$$.@@@@@+", +"+@@@@.$$$$$$.@@@@+", +"+@@@@$$.@@.$$@@@@+", +"+@@@@$$@@@@$$@@@@+", +"+@@@@$$@@@@$$@@@@+", +"+@@@@$$.@@.$$@@@@+", +"+@@@@.$$$$$$.@@@@+", +"+@@@@@.$$$$.@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/stick-inactive.xpm b/themes/softwall/stick-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..fc053594d5b0a3e68a97191b14df20409701a7d1 --- /dev/null +++ b/themes/softwall/stick-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"18 21 6 1", +" c None", +". c #567B9C s inactive_mid_1", +"+ c #4B58A2 s inactive_shadow_1", +"@ c #FFFFFF s inactive_hilight_1", +"# c #B4BAB5 s inactive_mid_1", +"$ c #949595 s inactive_shadow_1", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@#$$$$#@@@@@+", +"+@@@@#$$$$$$#@@@@+", +"+@@@@$$#@@#$$@@@@+", +"+@@@@$$@@@@$$@@@@+", +"+@@@@$$@@@@$$@@@@+", +"+@@@@$$#@@#$$@@@@+", +"+@@@@#$$$$$$#@@@@+", +"+@@@@@#$$$$#@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/stick-pressed.xpm b/themes/softwall/stick-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..af5fe97672874e08bd0af64499507f0536a4b90e --- /dev/null +++ b/themes/softwall/stick-pressed.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"18 21 6 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #B4BAB5 s active_mid_1", +"# c #949595 s active_shadow_1", +"$ c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@#$$$$#@@@@@+", +"+@@@@#$$$$$$#@@@@+", +"+@@@@$$#@@#$$@@@@+", +"+@@@@$$@@@@$$@@@@+", +"+@@@@$$@@@@$$@@@@+", +"+@@@@$$#@@#$$@@@@+", +"+@@@@#$$$$$$#@@@@+", +"+@@@@@#$$$$#@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/stick-toggled-active.xpm b/themes/softwall/stick-toggled-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..43b0245538cd187da4134704f9ab74a4a6d9be4c --- /dev/null +++ b/themes/softwall/stick-toggled-active.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"18 21 5 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #FFFFFF s active_hilight_1", +"$ c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@.$$$$.@@@@@+", +"+@@@@.$$$$$$.@@@@+", +"+@@@@$$.@@.$$@@@@+", +"+@@@@$$@$$@$$@@@@+", +"+@@@@$$@$$@$$@@@@+", +"+@@@@$$.@@.$$@@@@+", +"+@@@@.$$$$$$.@@@@+", +"+@@@@@.$$$$.@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/stick-toggled-inactive.xpm b/themes/softwall/stick-toggled-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..ac4bf51ef67b1d97a02806bf8247d76215286ddf --- /dev/null +++ b/themes/softwall/stick-toggled-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"18 21 6 1", +" c None", +". c #567B9C s inactive_mid_1", +"+ c #4B58A2 s inactive_shadow_1", +"@ c #FFFFFF s inactive_hilight_1", +"# c #B4BAB5 s inactive_mid_1", +"$ c #949595 s inactive_shadow_1", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@#$$$$#@@@@@+", +"+@@@@#$$$$$$#@@@@+", +"+@@@@$$#@@#$$@@@@+", +"+@@@@$$@$$@$$@@@@+", +"+@@@@$$@$$@$$@@@@+", +"+@@@@$$#@@#$$@@@@+", +"+@@@@#$$$$$$#@@@@+", +"+@@@@@#$$$$#@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/softwall/stick-toggled-pressed.xpm b/themes/softwall/stick-toggled-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..e1fab3371cea4811720d1d85cc7173ceea4b040a --- /dev/null +++ b/themes/softwall/stick-toggled-pressed.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"18 21 6 1", +" c None", +". c #567B9C s active_mid_1", +"+ c #4B58A2 s active_shadow_1", +"@ c #B4BAB5 s active_mid_1", +"# c #949595 s active_shadow_1", +"$ c #000000", +" ", +" ", +" ", +" .++++++++++++++. ", +".+@@@@@@@@@@@@@@+.", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@#$$$$#@@@@@+", +"+@@@@#$$$$$$#@@@@+", +"+@@@@$$#@@#$$@@@@+", +"+@@@@$$@$$@$$@@@@+", +"+@@@@$$@$$@$$@@@@+", +"+@@@@$$#@@#$$@@@@+", +"+@@@@#$$$$$$#@@@@+", +"+@@@@@#$$$$#@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", +".+@@@@@@@@@@@@@@+.", +" .++++++++++++++. "}; diff --git a/themes/tubular/themerc b/themes/softwall/themerc similarity index 53% rename from themes/tubular/themerc rename to themes/softwall/themerc index f133b512660a62e69a273f9af416d2abbc06927c..09205da9c4affe6e02766bc98cd6ae86a9320e6e 100644 --- a/themes/tubular/themerc +++ b/themes/softwall/themerc @@ -1,8 +1,10 @@ +#active_text_color=#FFFFFF button_offset=2 button_spacing=2 full_width_title=true title_horizontal_offset=0 -title_vertical_offset_active=1 -title_vertical_offset_inactive=1 +title_vertical_offset_active=3 +title_vertical_offset_inactive=3 +#title_shadow_active=true title_shadow_active=false title_shadow_inactive=false diff --git a/themes/softwall/title-1-active.xpm b/themes/softwall/title-1-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..6b5cbc09d5dfdd1199db85fc55e80bd0760168b0 --- /dev/null +++ b/themes/softwall/title-1-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_active_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"$ c #567B9C s active_mid_1", +"# c #4C7BA6 s active_color_1", +"........", +"++++++++", +"++++++++", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########"}; diff --git a/themes/softwall/title-1-inactive.xpm b/themes/softwall/title-1-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..816d1daf44d5b4eba1435040e6d29489a463bfa4 --- /dev/null +++ b/themes/softwall/title-1-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"$ c #567B9C s inactive_mid_1", +"# c #4C7BA6 s inactive_color_1", +"........", +"++++++++", +"++++++++", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########"}; diff --git a/themes/softwall/title-2-active.xpm b/themes/softwall/title-2-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..6b5cbc09d5dfdd1199db85fc55e80bd0760168b0 --- /dev/null +++ b/themes/softwall/title-2-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_active_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"$ c #567B9C s active_mid_1", +"# c #4C7BA6 s active_color_1", +"........", +"++++++++", +"++++++++", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########"}; diff --git a/themes/softwall/title-2-inactive.xpm b/themes/softwall/title-2-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..816d1daf44d5b4eba1435040e6d29489a463bfa4 --- /dev/null +++ b/themes/softwall/title-2-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"$ c #567B9C s inactive_mid_1", +"# c #4C7BA6 s inactive_color_1", +"........", +"++++++++", +"++++++++", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########"}; diff --git a/themes/softwall/title-3-active.xpm b/themes/softwall/title-3-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..6b5cbc09d5dfdd1199db85fc55e80bd0760168b0 --- /dev/null +++ b/themes/softwall/title-3-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_active_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"$ c #567B9C s active_mid_1", +"# c #4C7BA6 s active_color_1", +"........", +"++++++++", +"++++++++", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########"}; diff --git a/themes/softwall/title-3-inactive.xpm b/themes/softwall/title-3-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..816d1daf44d5b4eba1435040e6d29489a463bfa4 --- /dev/null +++ b/themes/softwall/title-3-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"$ c #567B9C s inactive_mid_1", +"# c #4C7BA6 s inactive_color_1", +"........", +"++++++++", +"++++++++", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########"}; diff --git a/themes/softwall/title-4-active.xpm b/themes/softwall/title-4-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..6b5cbc09d5dfdd1199db85fc55e80bd0760168b0 --- /dev/null +++ b/themes/softwall/title-4-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_active_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"$ c #567B9C s active_mid_1", +"# c #4C7BA6 s active_color_1", +"........", +"++++++++", +"++++++++", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########"}; diff --git a/themes/softwall/title-4-inactive.xpm b/themes/softwall/title-4-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..816d1daf44d5b4eba1435040e6d29489a463bfa4 --- /dev/null +++ b/themes/softwall/title-4-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"$ c #567B9C s inactive_mid_1", +"# c #4C7BA6 s inactive_color_1", +"........", +"++++++++", +"++++++++", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########"}; diff --git a/themes/softwall/title-5-active.xpm b/themes/softwall/title-5-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..6b5cbc09d5dfdd1199db85fc55e80bd0760168b0 --- /dev/null +++ b/themes/softwall/title-5-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_active_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"$ c #567B9C s active_mid_1", +"# c #4C7BA6 s active_color_1", +"........", +"++++++++", +"++++++++", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########"}; diff --git a/themes/softwall/title-5-inactive.xpm b/themes/softwall/title-5-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..816d1daf44d5b4eba1435040e6d29489a463bfa4 --- /dev/null +++ b/themes/softwall/title-5-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"$ c #567B9C s inactive_mid_1", +"# c #4C7BA6 s inactive_color_1", +"........", +"++++++++", +"++++++++", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########"}; diff --git a/themes/softwall/top-left-active.xpm b/themes/softwall/top-left-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..efad61b159793cc2d102fa613830f1908fc5a643 --- /dev/null +++ b/themes/softwall/top-left-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"# c #567B9C s active_mid_1", +"$ c #4C7BA6 s active_color_1", +" ....", +" ..#$++", +" .@+++++", +" .##$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$"}; diff --git a/themes/softwall/top-left-inactive.xpm b/themes/softwall/top-left-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..1d62f65e250b5ba07a042f4205d2769f402a56ba --- /dev/null +++ b/themes/softwall/top-left-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"# c #567B9C s inactive_mid_1", +"$ c #4C7BA6 s inactive_color_1", +" ....", +" ..#$++", +" .@+++++", +" .##$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$", +".@#$$$$$"}; diff --git a/themes/softwall/top-right-active.xpm b/themes/softwall/top-right-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..3480f7835df5e1482e4cef2ca64ad037fbf93e3e --- /dev/null +++ b/themes/softwall/top-right-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s active_hilight_1", +"@ c #3E566B s active_shadow_1", +"# c #567B9C s active_mid_1", +"$ c #4C7BA6 s active_color_1", +".... ", +"++$#.. ", +"+++++@. ", +"$$$$##. ", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@."}; diff --git a/themes/softwall/top-right-inactive.xpm b/themes/softwall/top-right-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..b1eed0c04cfe0a08ccd32f173513442042b312e8 --- /dev/null +++ b/themes/softwall/top-right-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"8 25 6 1", +" c None", +". c #000000", +"+ c #6EA0CD s inactive_hilight_1", +"@ c #3E566B s inactive_shadow_1", +"# c #567B9C s inactive_mid_1", +"$ c #4C7BA6 s inactive_color_1", +".... ", +"++$#.. ", +"+++++@. ", +"$$$$##. ", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@.", +"$$$$$#@."}; diff --git a/themes/tgc-large/Makefile.am b/themes/tgc-large/Makefile.am deleted file mode 100644 index ed6895bb529d06cc8689546be4c99a9200f709c4..0000000000000000000000000000000000000000 --- a/themes/tgc-large/Makefile.am +++ /dev/null @@ -1,55 +0,0 @@ -themedir = $(pkgdatadir)/themes/tgc-large -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - maximize-toggled-active.xpm \ - maximize-toggled-inactive.xpm \ - maximize-toggled-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - shade-toggled-active.xpm \ - shade-toggled-inactive.xpm \ - shade-toggled-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - stick-toggled-active.xpm \ - stick-toggled-inactive.xpm \ - stick-toggled-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/tgc-large/Makefile.in b/themes/tgc-large/Makefile.in deleted file mode 100644 index 4f71e349df67a63f7f182f48c881ef845122f584..0000000000000000000000000000000000000000 --- a/themes/tgc-large/Makefile.in +++ /dev/null @@ -1,436 +0,0 @@ -# Makefile.in generated by automake 1.8.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -subdir = themes/tgc-large -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ - $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ - $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__installdirs = $(DESTDIR)$(themedir) -themeDATA_INSTALL = $(INSTALL_DATA) -DATA = $(theme_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -LIBXPM_LIBS = @LIBXPM_LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -RANDR_LIBS = @RANDR_LIBS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -XGETTEXT = @XGETTEXT@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/tgc-large -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - maximize-toggled-active.xpm \ - maximize-toggled-inactive.xpm \ - maximize-toggled-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - shade-toggled-active.xpm \ - shade-toggled-inactive.xpm \ - shade-toggled-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - stick-toggled-active.xpm \ - stick-toggled-inactive.xpm \ - stick-toggled-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/tgc-large/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/tgc-large/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkdir_p) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ - $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ - rm -f $(DESTDIR)$(themedir)/$$f; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - $(mkdir_p) $(DESTDIR)$(themedir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-themeDATA - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-themeDATA - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ - install-themeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-info-am uninstall-themeDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/tgc-large/README b/themes/tgc-large/README deleted file mode 100644 index e5cb8f481ccc5adcd8d54588d5f6cea9431ebea4..0000000000000000000000000000000000000000 --- a/themes/tgc-large/README +++ /dev/null @@ -1,7 +0,0 @@ -tgc-large ---------- - -A mix based on "tgc" tyle, with modified xfwm4 default buttons and some other -stuff. In the end, it looks like a larger "tgc" theme. - -Probably more usable on some wider screens. diff --git a/themes/tgc-large/bottom-active.xpm b/themes/tgc-large/bottom-active.xpm deleted file mode 100644 index a16d8578ec35f4447c270603599146858ac413b4..0000000000000000000000000000000000000000 --- a/themes/tgc-large/bottom-active.xpm +++ /dev/null @@ -1,14 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 5 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"################################", -"................................", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/tgc-large/bottom-inactive.xpm b/themes/tgc-large/bottom-inactive.xpm deleted file mode 100644 index 485650bc07e22249055a2556af6ae284d708f987..0000000000000000000000000000000000000000 --- a/themes/tgc-large/bottom-inactive.xpm +++ /dev/null @@ -1,14 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"32 5 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"################################", -"................................", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/tgc-large/bottom-left-active.xpm b/themes/tgc-large/bottom-left-active.xpm deleted file mode 100644 index 5458edb46307435a4d42412dfcbe018d17f56bca..0000000000000000000000000000000000000000 --- a/themes/tgc-large/bottom-left-active.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"16 16 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@@@@@@@@@@@@", -"$+@@@@@@@@@@@@@@", -"$+@#############", -"$#..............", -"$$$$$$$$$$$$$$$$"}; diff --git a/themes/tgc-large/bottom-left-inactive.xpm b/themes/tgc-large/bottom-left-inactive.xpm deleted file mode 100644 index 4f19be5cf28f607ce89ca4fef27390c54e8eee95..0000000000000000000000000000000000000000 --- a/themes/tgc-large/bottom-left-inactive.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"16 16 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@ ", -"$+@@@@@@@@@@@@@@", -"$+@@@@@@@@@@@@@@", -"$+@#############", -"$#..............", -"$$$$$$$$$$$$$$$$"}; diff --git a/themes/tgc-large/bottom-right-active.xpm b/themes/tgc-large/bottom-right-active.xpm deleted file mode 100644 index d641a1fa5806aeb93e0837661ee71ca51711bc66..0000000000000000000000000000000000000000 --- a/themes/tgc-large/bottom-right-active.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"16 16 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -"@@@@@@@@@@@@@#.$", -"@@@@@@@@@@@@##.$", -"##############.$", -"...............$", -"$$$$$$$$$$$$$$$$"}; diff --git a/themes/tgc-large/bottom-right-inactive.xpm b/themes/tgc-large/bottom-right-inactive.xpm deleted file mode 100644 index 211e488cfe2404a0502d1b8db6c655fbf109bc0c..0000000000000000000000000000000000000000 --- a/themes/tgc-large/bottom-right-inactive.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"16 16 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -" @@#.$", -"@@@@@@@@@@@@@#.$", -"@@@@@@@@@@@@##.$", -"##############.$", -"...............$", -"$$$$$$$$$$$$$$$$"}; diff --git a/themes/tgc-large/close-active.xpm b/themes/tgc-large/close-active.xpm deleted file mode 100644 index 4cf9c468ec5abfd045def85293d6a463dea8ecf4..0000000000000000000000000000000000000000 --- a/themes/tgc-large/close-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++##+++++++##++++", -"++++###+++++###++++", -"++++@###+++###@++++", -"++++$@###+###@$++++", -"+++++$@#####@$+++++", -"++++++$@###@$++++++", -"+++++++#####+++++++", -"++++++###@###++++++", -"+++++###@$@###+++++", -"++++###@$+$@###++++", -"++++##@$+++$@##++++", -"++++@@$+++++$@@++++", -"++++$$+++++++$$++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/close-inactive.xpm b/themes/tgc-large/close-inactive.xpm deleted file mode 100644 index 70a4a64e8cbfc04303182c96f2a453817be2b7b3..0000000000000000000000000000000000000000 --- a/themes/tgc-large/close-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++@@+++++++@@++++", -"++++@@@+++++@@@++++", -"++++$@@@+++@@@$++++", -"+++++$@@@+@@@$+++++", -"++++++$@@@@@$++++++", -"+++++++$@@@$+++++++", -"+++++++@@@@@+++++++", -"++++++@@@$@@@++++++", -"+++++@@@$+$@@@+++++", -"++++@@@$+++$@@@++++", -"++++@@$+++++$@@++++", -"++++$$+++++++$$++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/close-pressed.xpm b/themes/tgc-large/close-pressed.xpm deleted file mode 100644 index a3296d49ac644bfe754fc90c83decf86b6e9d82d..0000000000000000000000000000000000000000 --- a/themes/tgc-large/close-pressed.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"19 24 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@##@@@@@@@##@@@=", -".@@@###@@@@@###@@@=", -".@@@.###@@@###.@@@=", -".@@@@.###@###.@@@@=", -".@@@@@.#####.@@@@@=", -".@@@@@@.###.@@@@@@=", -".@@@@@@#####@@@@@@=", -".@@@@@###.###@@@@@=", -".@@@@###.@.###@@@@=", -".@@@###.@@@.###@@@=", -".@@@##.@@@@@.##@@@=", -".@@@..@@@@@@@..@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/hide-active.xpm b/themes/tgc-large/hide-active.xpm deleted file mode 100644 index e2d00a793bcd4d948d67d2b536a9c7e76f5404ec..0000000000000000000000000000000000000000 --- a/themes/tgc-large/hide-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++###########++++", -"++++###########++++", -"++++###########++++", -"++++@@@@@@@@@@@++++", -"++++$$$$$$$$$$$++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/hide-inactive.xpm b/themes/tgc-large/hide-inactive.xpm deleted file mode 100644 index 88d8933b5afb29fa569aad4564d86459ae7d4884..0000000000000000000000000000000000000000 --- a/themes/tgc-large/hide-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++@@@@@@@@@@@++++", -"++++@@@@@@@@@@@++++", -"++++@@@@@@@@@@@++++", -"++++$$$$$$$$$$$++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/hide-pressed.xpm b/themes/tgc-large/hide-pressed.xpm deleted file mode 100644 index b59a0194a057a69ece0ce1d403cd008bda0bb256..0000000000000000000000000000000000000000 --- a/themes/tgc-large/hide-pressed.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"19 24 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@###########@@@=", -".@@@###########@@@=", -".@@@###########@@@=", -".@@@...........@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/left-active.xpm b/themes/tgc-large/left-active.xpm deleted file mode 100644 index 2416e3369c29533a512e9354ea081e67f2c1e721..0000000000000000000000000000000000000000 --- a/themes/tgc-large/left-active.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"5 32 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"@ c #000000", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###"}; diff --git a/themes/tgc-large/left-inactive.xpm b/themes/tgc-large/left-inactive.xpm deleted file mode 100644 index 91b93f2965fea0585302cefbb42b36ebbd7ef181..0000000000000000000000000000000000000000 --- a/themes/tgc-large/left-inactive.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"5 32 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"@ c #000000", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###", -"@+###"}; diff --git a/themes/tgc-large/maximize-active.xpm b/themes/tgc-large/maximize-active.xpm deleted file mode 100644 index b1680db8728c014c67a798ad9e266b23bd0da2bc..0000000000000000000000000000000000000000 --- a/themes/tgc-large/maximize-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++###########++++", -"++++###########++++", -"++++###########++++", -"++++##@@@@@@@##++++", -"++++##$$$$$$$##++++", -"++++##+++++++##++++", -"++++##+++++++##++++", -"++++##+++++++##++++", -"++++##+++++++##++++", -"++++###########++++", -"++++###########++++", -"++++@@@@@@@@@@@++++", -"++++$$$$$$$$$$$++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/maximize-inactive.xpm b/themes/tgc-large/maximize-inactive.xpm deleted file mode 100644 index a2490cde9ace36c7acf917c12739fb8b1d4df10f..0000000000000000000000000000000000000000 --- a/themes/tgc-large/maximize-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++@@@@@@@@@@@++++", -"++++@@@@@@@@@@@++++", -"++++@@@@@@@@@@@++++", -"++++@@$$$$$$$@@++++", -"++++@@+++++++@@++++", -"++++@@+++++++@@++++", -"++++@@+++++++@@++++", -"++++@@+++++++@@++++", -"++++@@+++++++@@++++", -"++++@@@@@@@@@@@++++", -"++++@@@@@@@@@@@++++", -"++++$$$$$$$$$$$++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/maximize-pressed.xpm b/themes/tgc-large/maximize-pressed.xpm deleted file mode 100644 index 88de92c0d320847148522bd65fdfd510003c2b61..0000000000000000000000000000000000000000 --- a/themes/tgc-large/maximize-pressed.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"19 24 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@###########@@@=", -".@@@###########@@@=", -".@@@###########@@@=", -".@@@##.......##@@@=", -".@@@##@@@@@@@##@@@=", -".@@@##@@@@@@@##@@@=", -".@@@##@@@@@@@##@@@=", -".@@@##@@@@@@@##@@@=", -".@@@##@@@@@@@##@@@=", -".@@@###########@@@=", -".@@@###########@@@=", -".@@@...........@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/maximize-toggled-active.xpm b/themes/tgc-large/maximize-toggled-active.xpm deleted file mode 100644 index 5edc8801d06f0e1803c889bcb87492d59bdc1e39..0000000000000000000000000000000000000000 --- a/themes/tgc-large/maximize-toggled-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * maximize_toggled_active_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++########+++++++", -"++++########+++++++", -"++++########+++++++", -"++++##@@@@##@##++++", -"++++##$$$$##@##++++", -"++++##++++##@##++++", -"++++########+##++++", -"++++########+##++++", -"++++@@@@@++++##++++", -"++++$$$########++++", -"+++++++########++++", -"+++++++@@@@@@@@++++", -"+++++++$$$$$$$$++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/maximize-toggled-inactive.xpm b/themes/tgc-large/maximize-toggled-inactive.xpm deleted file mode 100644 index 4e9f35306927360f1e84893c52c8debc93ed193e..0000000000000000000000000000000000000000 --- a/themes/tgc-large/maximize-toggled-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * maximize_toggled_inactive_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++@@@@@@@@+++++++", -"++++@@@@@@@@+++++++", -"++++@@@@@@@@+++++++", -"++++@@$$$$@@$@@++++", -"++++@@++++@@$@@++++", -"++++@@++++@@$@@++++", -"++++@@@@@@@@+@@++++", -"++++@@@@@@@@+@@++++", -"++++$$$$$++++@@++++", -"+++++++@@@@@@@@++++", -"+++++++@@@@@@@@++++", -"+++++++$$$$$$$$++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/maximize-toggled-pressed.xpm b/themes/tgc-large/maximize-toggled-pressed.xpm deleted file mode 100644 index 54f18245d59d554efc14c388a1caa3015f9082e4..0000000000000000000000000000000000000000 --- a/themes/tgc-large/maximize-toggled-pressed.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * maximize_toggled_pressed_xpm[] = { -"19 24 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@########@@@@@@=", -".@@@########@@@@@@=", -".@@@########@@@@@@=", -".@@@##....##.##@@@=", -".@@@##@@@@##.##@@@=", -".@@@##@@@@##.##@@@=", -".@@@########@##@@@=", -".@@@########@##@@@=", -".@@@.....@@@@##@@@=", -".@@@@@@########@@@=", -".@@@@@@########@@@=", -".@@@@@@........@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/menu-active.xpm b/themes/tgc-large/menu-active.xpm deleted file mode 100644 index ede7389bc6131f12bdc7942a07fd929916d75681..0000000000000000000000000000000000000000 --- a/themes/tgc-large/menu-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++#########+++++", -"+++++#########+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++##@@@@@##+++++", -"+++++@##$$$##@+++++", -"+++++$@##+##@$+++++", -"++++++$@###@$++++++", -"+++++++$@#@$+++++++", -"++++++++$@$++++++++", -"+++++++++$+++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/menu-inactive.xpm b/themes/tgc-large/menu-inactive.xpm deleted file mode 100644 index ee6cee3ff06827f4e5780caee0d2b5e7fedfa0ae..0000000000000000000000000000000000000000 --- a/themes/tgc-large/menu-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++@@@@@@@@@+++++", -"+++++@@@@@@@@@+++++", -"+++++$$$$$$$$$+++++", -"+++++@@@@@@@@@+++++", -"+++++@@$$$$$@@+++++", -"+++++$@@+++@@$+++++", -"++++++$@@+@@$++++++", -"+++++++$@@@$+++++++", -"++++++++$@$++++++++", -"+++++++++$+++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/menu-pressed.xpm b/themes/tgc-large/menu-pressed.xpm deleted file mode 100644 index bd6c3a5a91614996537401e36975c09ac0241ab9..0000000000000000000000000000000000000000 --- a/themes/tgc-large/menu-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"19 24 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@#########@@@@=", -".@@@@#########@@@@=", -".@@@@.........@@@@=", -".@@@@#########@@@@=", -".@@@@##.....##@@@@=", -".@@@@.##.@.##.@@@@=", -".@@@@@.##.##.@@@@@=", -".@@@@@@.###.@@@@@@=", -".@@@@@@@.#.@@@@@@@=", -".@@@@@@@@.@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" ", -" "}; diff --git a/themes/tgc-large/right-active.xpm b/themes/tgc-large/right-active.xpm deleted file mode 100644 index faf849b7f0f1e141ea4338bf1c0331e953bef3b0..0000000000000000000000000000000000000000 --- a/themes/tgc-large/right-active.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"5 32 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"* c #B4BAB4 s active_mid_2", -"@ c #000000", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@"}; diff --git a/themes/tgc-large/right-inactive.xpm b/themes/tgc-large/right-inactive.xpm deleted file mode 100644 index 8d5e86e8c8b14aa3d33b1c03d1167e9f59348edf..0000000000000000000000000000000000000000 --- a/themes/tgc-large/right-inactive.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"5 32 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"* c #B4BAB4 s inactive_mid_2", -"@ c #000000", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@", -"##*.@"}; diff --git a/themes/tgc-large/shade-active.xpm b/themes/tgc-large/shade-active.xpm deleted file mode 100644 index ca7c529dcef35079dde4d1b6178cd2a682a563e4..0000000000000000000000000000000000000000 --- a/themes/tgc-large/shade-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++$+++++++++", -"++++++++$$$++++++++", -"+++++++$$@$$+++++++", -"++++++$$@#@$$++++++", -"+++++$$@#+#@$$+++++", -"+++++$$$$$$$$$+++++", -"+++++@@@@@@@@@+++++", -"+++++$$$$$$$$$+++++", -"+++++$$$$$$$$$+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/shade-inactive.xpm b/themes/tgc-large/shade-inactive.xpm deleted file mode 100644 index d66e42715e8075ccd67c81a58ebb1fe27fe83e6e..0000000000000000000000000000000000000000 --- a/themes/tgc-large/shade-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++@+++++++++", -"++++++++@@@++++++++", -"+++++++@@#@@+++++++", -"++++++@@#+#@@++++++", -"+++++@@+++++@@+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++@@@@@@@@@+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/shade-pressed.xpm b/themes/tgc-large/shade-pressed.xpm deleted file mode 100644 index cf711a700495bbed5a802a8ede2e0891e588230b..0000000000000000000000000000000000000000 --- a/themes/tgc-large/shade-pressed.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"19 24 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@#@@@@@@@@=", -".@@@@@@@###@@@@@@@=", -".@@@@@@##.##@@@@@@=", -".@@@@@##.@.##@@@@@=", -".@@@@##.@@@.##@@@@=", -".@@@@#########@@@@=", -".@@@@.........@@@@=", -".@@@@#########@@@@=", -".@@@@#########@@@@=", -".@@@@.........@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/shade-toggled-active.xpm b/themes/tgc-large/shade-toggled-active.xpm deleted file mode 100644 index 3452f63ab54d63e245cf8d2a4921e8a98fec3710..0000000000000000000000000000000000000000 --- a/themes/tgc-large/shade-toggled-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * shade_toggled_active_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++$$$$$$$$$+++++", -"+++++$$@@@@@$$+++++", -"+++++@$$###$$@+++++", -"+++++#@$$+$$@#+++++", -"++++++#@$$$@#++++++", -"+++++++#@$@#+++++++", -"++++++++#@#++++++++", -"+++++$$$$$$$$$+++++", -"+++++$$$$$$$$$+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/shade-toggled-inactive.xpm b/themes/tgc-large/shade-toggled-inactive.xpm deleted file mode 100644 index b496e99c910846a48a28d0fc39e35d49be6d6700..0000000000000000000000000000000000000000 --- a/themes/tgc-large/shade-toggled-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * shade_toggled_inactive_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++@@@@@@@@@+++++", -"+++++@@#####@@+++++", -"+++++#@@+++@@#+++++", -"++++++#@@+@@#++++++", -"+++++++#@@@#+++++++", -"++++++++#@#++++++++", -"+++++++++#+++++++++", -"+++++@@@@@@@@@+++++", -"+++++@@@@@@@@@+++++", -"+++++#########+++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/shade-toggled-pressed.xpm b/themes/tgc-large/shade-toggled-pressed.xpm deleted file mode 100644 index d067a657fad443d18d72ec125f8cdbdfc0c678f8..0000000000000000000000000000000000000000 --- a/themes/tgc-large/shade-toggled-pressed.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * shade_toggled_pressed_xpm[] = { -"19 24 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@#########@@@@=", -".@@@@##.....##@@@@=", -".@@@@.##@@@##.@@@@=", -".@@@@@.##@##.@@@@@=", -".@@@@@@.###.@@@@@@=", -".@@@@@@@.#.@@@@@@@=", -".@@@@@@@@.@@@@@@@@=", -".@@@@#########@@@@=", -".@@@@#########@@@@=", -".@@@@.........@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/stick-active.xpm b/themes/tgc-large/stick-active.xpm deleted file mode 100644 index 391af39a83d01c1fc1cd59b7f0639b0a58876198..0000000000000000000000000000000000000000 --- a/themes/tgc-large/stick-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++++++++#+++#++++", -"++++++++++#####++++", -"++++@######++##++++", -"++++#$$$$$#$$##++++", -"++++@######@@##++++", -"++++$@@@@@#####++++", -"+++++$$$$$#@@@#++++", -"++++++++++@$$$@++++", -"++++++++++$+++$++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/stick-inactive.xpm b/themes/tgc-large/stick-inactive.xpm deleted file mode 100644 index c0efab6b37e9a4ebec02e5d58c0911c754f2a5c9..0000000000000000000000000000000000000000 --- a/themes/tgc-large/stick-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"++++++++++@+++@++++", -"++++++++++@@@@@++++", -"++++$@@@@@@++@@++++", -"++++@$$$$$@$$@@++++", -"++++$@@@@@@$$@@++++", -"+++++$$$$$@@@@@++++", -"++++++++++@$$$@++++", -"++++++++++$+++$++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/stick-pressed.xpm b/themes/tgc-large/stick-pressed.xpm deleted file mode 100644 index 98272fd40b380d0bde8909623c98e9d98c9cde6e..0000000000000000000000000000000000000000 --- a/themes/tgc-large/stick-pressed.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"19 24 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -" ", -"..................+", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@#@@@#@@@=", -".@@@@@@@@@#####@@@=", -".@@@.######@@##@@@=", -".@@@#.....#..##@@@=", -".@@@.######..##@@@=", -".@@@@.....#####@@@=", -".@@@@@@@@@#...#@@@=", -".@@@@@@@@@.@@@.@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@@@=", -"+==================", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/stick-toggled-active.xpm b/themes/tgc-large/stick-toggled-active.xpm deleted file mode 100644 index d17f5b53b3ad7190b362976329d8856fd9faf7ec..0000000000000000000000000000000000000000 --- a/themes/tgc-large/stick-toggled-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * stick_toggled_active_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++#$$$#+++++++", -"++++++#$++@$#++++++", -"++++++$+++#@$#+++++", -"++++++$++$#@$@+++++", -"++++++$@###@$@#++++", -"++++++#$@@@$@@#++++", -"+++++++#$$$@@##++++", -"++++++++#@@@##+++++", -"++++++++++###++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/stick-toggled-inactive.xpm b/themes/tgc-large/stick-toggled-inactive.xpm deleted file mode 100644 index c6682620e789a2ca935c72bdeb6ba9795f2cc1ea..0000000000000000000000000000000000000000 --- a/themes/tgc-large/stick-toggled-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * stick_toggled_inactive_xpm[] = { -"19 24 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -" ", -" ", -" ", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++#@@@#+++++++", -"++++++#@++#@#++++++", -"++++++@+++##@#+++++", -"++++++@++@##@#+++++", -"++++++@#####@##++++", -"++++++#@###@###++++", -"+++++++#@@@####++++", -"++++++++######+++++", -"++++++++++###++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -"+++++++++++++++++++", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/stick-toggled-pressed.xpm b/themes/tgc-large/stick-toggled-pressed.xpm deleted file mode 100644 index 16693977be48801dbd6de46265fc3a975d6ec29a..0000000000000000000000000000000000000000 --- a/themes/tgc-large/stick-toggled-pressed.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * stick_toggled_pressed_xpm[] = { -"19 24 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #B4BAB4 s active_mid_2", -"@ c #D5D6D5 s active_color_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -" ", -" ", -" ", -"..................@", -".+++++++++++++++++=", -".+++++++++++++++++=", -".+++++++++++++++++=", -".+++++++++++++++++=", -".++++++.###.++++++=", -".+++++.#@@.#.+++++=", -".+++++#@@@+.#.++++=", -".+++++#@@#+.#.++++=", -".+++++#.+++.#..+++=", -".+++++.#...#...+++=", -".++++++.###....+++=", -".+++++++......++++=", -".+++++++++...+++++=", -".+++++++++++++++++=", -".+++++++++++++++++=", -"@==================", -" ", -" ", -" "}; - diff --git a/themes/tgc-large/themerc b/themes/tgc-large/themerc deleted file mode 100644 index 9144672f8cdf6cf15c3d3a5afabef8c696253424..0000000000000000000000000000000000000000 --- a/themes/tgc-large/themerc +++ /dev/null @@ -1,9 +0,0 @@ -active_text_color=#FFFFFF -button_offset=0 -button_spacing=0 -full_width_title=true -title_horizontal_offset=4 -title_vertical_offset_active=1 -title_vertical_offset_inactive=1 -title_shadow_active=true -title_shadow_inactive=false diff --git a/themes/tgc-large/title-1-active.xpm b/themes/tgc-large/title-1-active.xpm deleted file mode 100644 index 7b6883cb84da09b9125a7370270b0392462e3adb..0000000000000000000000000000000000000000 --- a/themes/tgc-large/title-1-active.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"8 24 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #949594 s active_shadow_2", -"$ c #4B58A2 s active_shadow_1", -"% c #848FD6 s active_mid_1", -"& c #525FAB s active_color_1", -"* c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_1", -"........", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@"}; diff --git a/themes/tgc-large/title-1-inactive.xpm b/themes/tgc-large/title-1-inactive.xpm deleted file mode 100644 index c49ece50ea8775f88b67253151ccaf75d2ea11ca..0000000000000000000000000000000000000000 --- a/themes/tgc-large/title-1-inactive.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"8 24 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #949594 s inactive_shadow_2", -"$ c #4B58A2 s inactive_shadow_1", -"% c #848FD6 s inactive_mid_1", -"& c #525FAB s inactive_color_1", -"* c #B4BAB4 s inactive_mid_2", -"= c #FFFFFF s inactive_hilight_1", -"........", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@"}; diff --git a/themes/tgc-large/title-2-active.xpm b/themes/tgc-large/title-2-active.xpm deleted file mode 100644 index ed513ba2dc46f7cf64af7f299a177b18300de805..0000000000000000000000000000000000000000 --- a/themes/tgc-large/title-2-active.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"8 24 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #949594 s active_shadow_2", -"$ c #4B58A2 s active_shadow_1", -"% c #848FD6 s active_mid_1", -"& c #525FAB s active_color_1", -"* c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_1", -"................", -"++++++++++++++++", -"@@@@@@@@", -"@@@@@@$$", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@@$$", -"@@@@@@@@", -"@@@@@@@@"}; diff --git a/themes/tgc-large/title-2-inactive.xpm b/themes/tgc-large/title-2-inactive.xpm deleted file mode 100644 index 52e8d2a724cb04a2380597bbcb93b9a718c91951..0000000000000000000000000000000000000000 --- a/themes/tgc-large/title-2-inactive.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"8 24 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #949594 s inactive_shadow_2", -"$ c #4B58A2 s inactive_shadow_1", -"% c #848FD6 s inactive_mid_1", -"& c #525FAB s inactive_color_1", -"* c #B4BAB4 s inactive_mid_2", -"= c #FFFFFF s inactive_hilight_1", -"........", -"++++++++", -"@@@@@@@@", -"@@@@@@$$", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@$%%", -"@@@@@$&&", -"@@@@@@$$", -"@@@@@@@@", -"@@@@@@@@"}; diff --git a/themes/tgc-large/title-3-active.xpm b/themes/tgc-large/title-3-active.xpm deleted file mode 100644 index c6c85b6fd60661381024f2f12093dcbda750b848..0000000000000000000000000000000000000000 --- a/themes/tgc-large/title-3-active.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"8 24 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #949594 s active_shadow_2", -"$ c #4B58A2 s active_shadow_1", -"% c #848FD6 s active_mid_1", -"& c #525FAB s active_color_1", -"* c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_1", -"........", -"++++++++", -"@@@@@@@@", -"$$$$$$$$", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"$$$$$$$$", -"@@@@@@@@", -"@@@@@@@@"}; diff --git a/themes/tgc-large/title-3-inactive.xpm b/themes/tgc-large/title-3-inactive.xpm deleted file mode 100644 index 7fafac48bb9b6858317f46004f1ae0ec4cdc75f7..0000000000000000000000000000000000000000 --- a/themes/tgc-large/title-3-inactive.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"8 24 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #949594 s inactive_shadow_2", -"$ c #4B58A2 s inactive_shadow_1", -"% c #848FD6 s inactive_mid_1", -"& c #525FAB s inactive_color_1", -"* c #B4BAB4 s inactive_mid_2", -"= c #FFFFFF s inactive_hilight_1", -"........", -"++++++++", -"@@@@@@@@", -"$$$$$$$$", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"%%%%%%%%", -"&&&&&&&&", -"$$$$$$$$", -"@@@@@@@@", -"@@@@@@@@"}; diff --git a/themes/tgc-large/title-4-active.xpm b/themes/tgc-large/title-4-active.xpm deleted file mode 100644 index 40cae96a2d03c8d7042ed4f0d33e400bab3c44f0..0000000000000000000000000000000000000000 --- a/themes/tgc-large/title-4-active.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"8 24 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #949594 s active_shadow_2", -"$ c #4B58A2 s active_shadow_1", -"% c #848FD6 s active_mid_1", -"& c #525FAB s active_color_1", -"* c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_1", -"........", -"++++++++", -"@@@@@@@@", -"$$@@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"$$@@@@@@", -"@@@@@@@@", -"@@@@@@@@"}; diff --git a/themes/tgc-large/title-4-inactive.xpm b/themes/tgc-large/title-4-inactive.xpm deleted file mode 100644 index 74259fc83617c89cca080b8fcca8228faa5dabca..0000000000000000000000000000000000000000 --- a/themes/tgc-large/title-4-inactive.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"8 24 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #949594 s inactive_shadow_2", -"$ c #4B58A2 s inactive_shadow_1", -"% c #848FD6 s inactive_mid_1", -"& c #525FAB s inactive_color_1", -"* c #B4BAB4 s inactive_mid_2", -"= c #FFFFFF s inactive_hilight_1", -"........", -"++++++++", -"@@@@@@@@", -"$$@@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"%%$@@@@@", -"&&$@@@@@", -"$$@@@@@@", -"@@@@@@@@", -"@@@@@@@@"}; diff --git a/themes/tgc-large/title-5-active.xpm b/themes/tgc-large/title-5-active.xpm deleted file mode 100644 index 07e72357cd4e452150c417a1c59aa2fa4c75af47..0000000000000000000000000000000000000000 --- a/themes/tgc-large/title-5-active.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"8 24 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #949594 s active_shadow_2", -"$ c #4B58A2 s active_shadow_1", -"% c #848FD6 s active_mid_1", -"& c #525FAB s active_color_1", -"* c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_1", -"........", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@"}; diff --git a/themes/tgc-large/title-5-inactive.xpm b/themes/tgc-large/title-5-inactive.xpm deleted file mode 100644 index fa1793665d99a6b99da260b2f7a6643a298b12f7..0000000000000000000000000000000000000000 --- a/themes/tgc-large/title-5-inactive.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"8 24 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #949594 s inactive_shadow_2", -"$ c #4B58A2 s inactive_shadow_1", -"% c #848FD6 s inactive_mid_1", -"& c #525FAB s inactive_color_1", -"* c #B4BAB4 s inactive_mid_2", -"= c #FFFFFF s inactive_hilight_1", -"........", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@"}; diff --git a/themes/tgc-large/top-left-active.xpm b/themes/tgc-large/top-left-active.xpm deleted file mode 100644 index 0ccf89d859d4b5a7187d8599ff4e96c13c66d679..0000000000000000000000000000000000000000 --- a/themes/tgc-large/top-left-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"7 24 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #B4BAB4 s active_mid_2", -"@ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"$ c #000000", -"$$$$$$$", -"$@@@@@@", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####"}; diff --git a/themes/tgc-large/top-left-inactive.xpm b/themes/tgc-large/top-left-inactive.xpm deleted file mode 100644 index 6d273045a094fa6d4583d70fddb5344ce23655e9..0000000000000000000000000000000000000000 --- a/themes/tgc-large/top-left-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"7 24 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #B4BAB4 s inactive_mid_2", -"@ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"$ c #000000", -"$$$$$$$", -"$@@@@@@", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####", -"$@#####"}; diff --git a/themes/tgc-large/top-right-active.xpm b/themes/tgc-large/top-right-active.xpm deleted file mode 100644 index a686b4619357131b9d0d6c270f1cecdb225fb0bd..0000000000000000000000000000000000000000 --- a/themes/tgc-large/top-right-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"7 24 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #B4BAB4 s active_mid_2", -"# c #D5D6D5 s active_color_2", -"$ c #000000", -"$$$$$$$", -"+++++@$", -"#####.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$"}; diff --git a/themes/tgc-large/top-right-inactive.xpm b/themes/tgc-large/top-right-inactive.xpm deleted file mode 100644 index 72fb741dab207b4b208e7e4da99131690271c8e4..0000000000000000000000000000000000000000 --- a/themes/tgc-large/top-right-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"7 24 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #B4BAB4 s inactive_mid_2", -"# c #D5D6D5 s inactive_color_2", -"$ c #000000", -"$$$$$$$", -"+++++@$", -"#####.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$"}; diff --git a/themes/tgc/Makefile.am b/themes/tgc/Makefile.am deleted file mode 100644 index 9cd0b5e7321c0bb8799f9c71df8e2729543f72db..0000000000000000000000000000000000000000 --- a/themes/tgc/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -themedir = $(pkgdatadir)/themes/tgc -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/tgc/Makefile.in b/themes/tgc/Makefile.in deleted file mode 100644 index d98a6f8dc3620bf6cfcbc3067a3f176596924f39..0000000000000000000000000000000000000000 --- a/themes/tgc/Makefile.in +++ /dev/null @@ -1,427 +0,0 @@ -# Makefile.in generated by automake 1.8.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -subdir = themes/tgc -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ - $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ - $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__installdirs = $(DESTDIR)$(themedir) -themeDATA_INSTALL = $(INSTALL_DATA) -DATA = $(theme_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -LIBXPM_LIBS = @LIBXPM_LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -RANDR_LIBS = @RANDR_LIBS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -XGETTEXT = @XGETTEXT@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/tgc -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/tgc/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/tgc/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkdir_p) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ - $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ - rm -f $(DESTDIR)$(themedir)/$$f; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - $(mkdir_p) $(DESTDIR)$(themedir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-themeDATA - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-themeDATA - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ - install-themeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-info-am uninstall-themeDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/tgc/README b/themes/tgc/README deleted file mode 100644 index b34e258b704792ca1a1e808fde1a3146f8184952..0000000000000000000000000000000000000000 --- a/themes/tgc/README +++ /dev/null @@ -1,5 +0,0 @@ -tgc ---- - -A port of the metacity theme TigertCrack by Tigert. - diff --git a/themes/tgc/bottom-active.xpm b/themes/tgc/bottom-active.xpm deleted file mode 100644 index e6dc08a8f41b7ef53c556dfb338081126c83ea52..0000000000000000000000000000000000000000 --- a/themes/tgc/bottom-active.xpm +++ /dev/null @@ -1,11 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 4 4 1", -" c None", -". c #9B9B8A s active_shadow_2", -"+ c #D6D6CC s active_color_2", -"@ c #000000", -"++++++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++++++", -"................................", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/tgc/bottom-inactive.xpm b/themes/tgc/bottom-inactive.xpm deleted file mode 100644 index f61eaf921da17f10d9d5e4ca19500de4c7127661..0000000000000000000000000000000000000000 --- a/themes/tgc/bottom-inactive.xpm +++ /dev/null @@ -1,11 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"32 4 4 1", -" c None", -". c #9B9B8A s inactive_shadow_2", -"+ c #D6D6CC s inactive_color_2", -"@ c #000000", -"++++++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++++++", -"................................", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/tgc/bottom-left-active.xpm b/themes/tgc/bottom-left-active.xpm deleted file mode 100644 index 62d1fa5f672bfdefa8f7d45c7145dabe42a91888..0000000000000000000000000000000000000000 --- a/themes/tgc/bottom-left-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"20 20 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@@@@@@@@@@@@@@@@@", -".+@@@@@@@@@@@@@@@@@@", -".@##################", -"...................."}; diff --git a/themes/tgc/bottom-left-inactive.xpm b/themes/tgc/bottom-left-inactive.xpm deleted file mode 100644 index 40768d366c91eeffc61367afa3e56c35220203a1..0000000000000000000000000000000000000000 --- a/themes/tgc/bottom-left-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"20 20 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@ ", -".+@@@@@@@@@@@@@@@@@@", -".+@@@@@@@@@@@@@@@@@@", -".@##################", -"...................."}; diff --git a/themes/tgc/bottom-right-active.xpm b/themes/tgc/bottom-right-active.xpm deleted file mode 100644 index ee9c05a86a5bc2077793058abbed963458de3cfa..0000000000000000000000000000000000000000 --- a/themes/tgc/bottom-right-active.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"20 20 4 1", -" c None", -". c #9B9B8A s active_shadow_2", -"+ c #D6D6CC s active_color_2", -"@ c #000000", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -"++++++++++++++++++.@", -"++++++++++++++++++.@", -"...................@", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/tgc/bottom-right-inactive.xpm b/themes/tgc/bottom-right-inactive.xpm deleted file mode 100644 index aed9a7869c490d5d99448d3d128c2c436896971b..0000000000000000000000000000000000000000 --- a/themes/tgc/bottom-right-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"20 20 4 1", -" c None", -". c #9B9B8A s inactive_shadow_2", -"+ c #D6D6CC s inactive_color_2", -"@ c #000000", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -" ++.@", -"++++++++++++++++++.@", -"++++++++++++++++++.@", -"...................@", -"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/tgc/close-active.xpm b/themes/tgc/close-active.xpm deleted file mode 100644 index e446abc59ea1714f2cded86743b2a512c29dbf7a..0000000000000000000000000000000000000000 --- a/themes/tgc/close-active.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@..@@@..@@", -"@@...@...@@", -"@@#.....#@@", -"@@$#...#$@@", -"@@@.....@@@", -"@@...#...@@", -"@@..#$#..@@", -"@@##$@$##@@", -"@@$$@@@$$@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/close-inactive.xpm b/themes/tgc/close-inactive.xpm deleted file mode 100644 index c50f1e7c5d93a2ce109f015410ddc0a7beb36f41..0000000000000000000000000000000000000000 --- a/themes/tgc/close-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"$ c #B5B5A1 s inactive_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@..@@@..@@", -"@@...@...@@", -"@@#.....#@@", -"@@$#...#$@@", -"@@@.....@@@", -"@@...#...@@", -"@@..#$#..@@", -"@@##$@$##@@", -"@@$$@@@$$@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/close-pressed.xpm b/themes/tgc/close-pressed.xpm deleted file mode 100644 index edb0122a614078eb13a5616f3942f67186d5ae29..0000000000000000000000000000000000000000 --- a/themes/tgc/close-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"##########@", -"#$$$$$$$$$+", -"#$..$$$..$+", -"#$...$...$+", -"#$$.....$$+", -"#$$$...$$$+", -"#$$.....$$+", -"#$...$...$+", -"#$..$$$..$+", -"#$$$$$$$$$+", -"@++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/hide-active.xpm b/themes/tgc/hide-active.xpm deleted file mode 100644 index 417b172be38f0ba8f01bb0f3e86118f156dafa60..0000000000000000000000000000000000000000 --- a/themes/tgc/hide-active.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@.......@@", -"@@.......@@", -"@@#######@@", -"@@$$$$$$$@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/hide-inactive.xpm b/themes/tgc/hide-inactive.xpm deleted file mode 100644 index 897519639305a852f748f23f6f9506e6eff935f9..0000000000000000000000000000000000000000 --- a/themes/tgc/hide-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"$ c #B5B5A1 s inactive_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@.......@@", -"@@.......@@", -"@@#######@@", -"@@$$$$$$$@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/hide-pressed.xpm b/themes/tgc/hide-pressed.xpm deleted file mode 100644 index 9d5b6bb8009cab3597036732751e30d7180c4d1e..0000000000000000000000000000000000000000 --- a/themes/tgc/hide-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"##########@", -"#$$$$$$$$$+", -"#$$$$$$$$$+", -"#$$$$$$$$$+", -"#$$$$$$$$$+", -"#$$$$$$$$$+", -"#$$$$$$$$$+", -"#$.......$+", -"#$.......$+", -"#$$$$$$$$$+", -"@++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/left-active.xpm b/themes/tgc/left-active.xpm deleted file mode 100644 index 8c8391450fc3fba088101ef0f9025540e783282c..0000000000000000000000000000000000000000 --- a/themes/tgc/left-active.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"4 32 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@"}; diff --git a/themes/tgc/left-inactive.xpm b/themes/tgc/left-inactive.xpm deleted file mode 100644 index 03774b0a2f7e6634585b0a9164f0fdfe0f975e60..0000000000000000000000000000000000000000 --- a/themes/tgc/left-inactive.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"4 32 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@", -".+@@"}; diff --git a/themes/tgc/maximize-active.xpm b/themes/tgc/maximize-active.xpm deleted file mode 100644 index 097490bf06b18360a3155821e0a5af5cada2718b..0000000000000000000000000000000000000000 --- a/themes/tgc/maximize-active.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@.......@@", -"@@.......@@", -"@@.#####.@@", -"@@.$$$$$.@@", -"@@.@@@@@.@@", -"@@.@@@@@.@@", -"@@.......@@", -"@@#######@@", -"@@$$$$$$$@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/maximize-inactive.xpm b/themes/tgc/maximize-inactive.xpm deleted file mode 100644 index 6fddd2347c519a4621e1bdd019ca6b7152aceeb4..0000000000000000000000000000000000000000 --- a/themes/tgc/maximize-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"$ c #B5B5A1 s inactive_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@.......@@", -"@@.......@@", -"@@.#####.@@", -"@@.$$$$$.@@", -"@@.@@@@@.@@", -"@@.@@@@@.@@", -"@@.......@@", -"@@#######@@", -"@@$$$$$$$@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/maximize-pressed.xpm b/themes/tgc/maximize-pressed.xpm deleted file mode 100644 index 6bd57b2a3adb2ebcc23583f83c4003f0d236ef07..0000000000000000000000000000000000000000 --- a/themes/tgc/maximize-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"##########@", -"#$$$$$$$$$+", -"#$.......$+", -"#$.......$+", -"#$.$$$$$.$+", -"#$.$$$$$.$+", -"#$.$$$$$.$+", -"#$.$$$$$.$+", -"#$.......$+", -"#$$$$$$$$$+", -"@++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/menu-active.xpm b/themes/tgc/menu-active.xpm deleted file mode 100644 index aa616a68d966379a3deb9815f2c8c880c374181f..0000000000000000000000000000000000000000 --- a/themes/tgc/menu-active.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@..@@@..@@", -"@@...@...@@", -"@@#.....#@@", -"@@$#...#$@@", -"@@@$#.#$@@@", -"@@@@$#$@@@@", -"@@@@@$@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/menu-inactive.xpm b/themes/tgc/menu-inactive.xpm deleted file mode 100644 index 0db179d0aca72c6889a3c85e0b31ed82d19c785f..0000000000000000000000000000000000000000 --- a/themes/tgc/menu-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"$ c #B5B5A1 s inactive_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@..@@@..@@", -"@@...@...@@", -"@@#.....#@@", -"@@$#...#$@@", -"@@@$#.#$@@@", -"@@@@$#$@@@@", -"@@@@@$@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/menu-pressed.xpm b/themes/tgc/menu-pressed.xpm deleted file mode 100644 index b3ad50eb0278078cc7862c48467c81bc01704842..0000000000000000000000000000000000000000 --- a/themes/tgc/menu-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"##########@", -"#$$$$$$$$$+", -"#$$$$$$$$$+", -"#$..$$$..$+", -"#$...$...$+", -"#$$.....$$+", -"#$$$...$$$+", -"#$$$$.$$$$+", -"#$$$$$$$$$+", -"#$$$$$$$$$+", -"@++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/right-active.xpm b/themes/tgc/right-active.xpm deleted file mode 100644 index 78ed011b81f953dd22b35f755769e590eeaf4a03..0000000000000000000000000000000000000000 --- a/themes/tgc/right-active.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"4 32 4 1", -" c None", -". c #9B9B8A s active_shadow_2", -"+ c #D6D6CC s active_color_2", -"@ c #000000", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@"}; diff --git a/themes/tgc/right-inactive.xpm b/themes/tgc/right-inactive.xpm deleted file mode 100644 index 26e5009b24b96c16cda4d54b4501114aa035e9af..0000000000000000000000000000000000000000 --- a/themes/tgc/right-inactive.xpm +++ /dev/null @@ -1,39 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"4 32 4 1", -" c None", -". c #9B9B8A s inactive_shadow_2", -"+ c #D6D6CC s inactive_color_2", -"@ c #000000", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@", -"++.@"}; diff --git a/themes/tgc/shade-active.xpm b/themes/tgc/shade-active.xpm deleted file mode 100644 index 6a26341dc869cd162b9701f5362323df9f6fec1c..0000000000000000000000000000000000000000 --- a/themes/tgc/shade-active.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@.@@@@@", -"@@@@...@@@@", -"@@@.....@@@", -"@@...#...@@", -"@@..#$#..@@", -"@@##$@$##@@", -"@@$$@@@$$@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/shade-inactive.xpm b/themes/tgc/shade-inactive.xpm deleted file mode 100644 index edbe20229ad4669689e1d37d5f27935fad3541d8..0000000000000000000000000000000000000000 --- a/themes/tgc/shade-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"$ c #B5B5A1 s inactive_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@.@@@@@", -"@@@@...@@@@", -"@@@.....@@@", -"@@...#...@@", -"@@..#$#..@@", -"@@##$@$##@@", -"@@$$@@@$$@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/shade-pressed.xpm b/themes/tgc/shade-pressed.xpm deleted file mode 100644 index 62c2473bbf003463082e753aa160e4201ac1a614..0000000000000000000000000000000000000000 --- a/themes/tgc/shade-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"##########@", -"#$$$$$$$$$+", -"#$$$$$$$$$+", -"#$$$$.$$$$+", -"#$$$...$$$+", -"#$$.....$$+", -"#$...$...$+", -"#$..$$$..$+", -"#$$$$$$$$$+", -"#$$$$$$$$$+", -"@++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/stick-active.xpm b/themes/tgc/stick-active.xpm deleted file mode 100644 index 15f949c1dd0a593670fe6d6d1366238b949c819d..0000000000000000000000000000000000000000 --- a/themes/tgc/stick-active.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@.@@.@@", -"@@@@@....@@", -"@@.......@@", -"@@###....@@", -"@@$$$.##.@@", -"@@@@@#$$#@@", -"@@@@@$@@$@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/stick-inactive.xpm b/themes/tgc/stick-inactive.xpm deleted file mode 100644 index 3880045f0bc4cb5738f21b6c531b78d91a776504..0000000000000000000000000000000000000000 --- a/themes/tgc/stick-inactive.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"$ c #B5B5A1 s inactive_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@.@@.@@", -"@@@@@....@@", -"@@.......@@", -"@@###....@@", -"@@$$$.##.@@", -"@@@@@#$$#@@", -"@@@@@$@@$@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/stick-pressed.xpm b/themes/tgc/stick-pressed.xpm deleted file mode 100644 index 0b1ea0fa0c342d5ee80e776ff187ad72fdb8cd88..0000000000000000000000000000000000000000 --- a/themes/tgc/stick-pressed.xpm +++ /dev/null @@ -1,27 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"11 18 6 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"$ c #B5B5A1 s active_mid_2", -"...........", -"+++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"@@@@@@@@@@@", -"##########@", -"#$$$$$$$$$+", -"#$$$$$$$$$+", -"#$$$$.$$.$+", -"#$$$$....$+", -"#$.......$+", -"#$$$$....$+", -"#$$$$.$$.$+", -"#$$$$$$$$$+", -"#$$$$$$$$$+", -"@++++++++++", -"@@@@@@@@@@@", -"@@@@@@@@@@@"}; diff --git a/themes/tgc/themerc b/themes/tgc/themerc deleted file mode 100644 index bcb2d428083135c3708d2a29433716c576974139..0000000000000000000000000000000000000000 --- a/themes/tgc/themerc +++ /dev/null @@ -1,8 +0,0 @@ -active_text_color=#FFFFFF -full_width_title=true -button_offset=2 -button_spacing=2 -title_vertical_offset_active=1 -title_vertical_offset_inactive=1 -title_shadow_active=true -title_shadow_inactive=false diff --git a/themes/tgc/title-1-active.xpm b/themes/tgc/title-1-active.xpm deleted file mode 100644 index 13b35beb373b507b30d36cfea4c48043c0b5172a..0000000000000000000000000000000000000000 --- a/themes/tgc/title-1-active.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"4 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"$ c #9B9B8A s active_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; diff --git a/themes/tgc/title-1-inactive.xpm b/themes/tgc/title-1-inactive.xpm deleted file mode 100644 index 4d64dbc8546f6b7cfb7f7ba9da4d2ed6040df553..0000000000000000000000000000000000000000 --- a/themes/tgc/title-1-inactive.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"4 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"$ c #9B9B8A s inactive_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; diff --git a/themes/tgc/title-2-active.xpm b/themes/tgc/title-2-active.xpm deleted file mode 100644 index 271164d869a7643fbd84523e8ae563eb0abe70c2..0000000000000000000000000000000000000000 --- a/themes/tgc/title-2-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"10 18 8 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"$ c #373534 s active_shadow_1", -"% c #7C7976 s active_color_1", -"& c #8A8683 s active_mid_1", -"* c #9B9B8A s active_shadow_2", -"..........", -"++++++++++", -"@@@@@$$$$$", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@@$$$$$", -"@@@@@@@@@@"}; diff --git a/themes/tgc/title-2-inactive.xpm b/themes/tgc/title-2-inactive.xpm deleted file mode 100644 index e265afbdc8f5413738b15eadade99387c7fd1896..0000000000000000000000000000000000000000 --- a/themes/tgc/title-2-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"10 18 8 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"$ c #373534 s inactive_shadow_1", -"% c #7C7976 s inactive_color_1", -"& c #8A8683 s inactive_mid_1", -"* c #9B9B8A s inactive_shadow_2", -"..........", -"++++++++++", -"@@@@@$$$$$", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@$&&&&&", -"@@@@$%%%%%", -"@@@@@$$$$$", -"@@@@@@@@@@"}; diff --git a/themes/tgc/title-3-active.xpm b/themes/tgc/title-3-active.xpm deleted file mode 100644 index 211a387921980a2c5d715dc096b987d1acf3babd..0000000000000000000000000000000000000000 --- a/themes/tgc/title-3-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"8 18 8 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #373534 s active_shadow_1", -"# c #7C7976 s active_color_1", -"$ c #8A8683 s active_mid_1", -"% c #D6D6CC s active_color_2", -"& c #9B9B8A s active_shadow_2", -"........", -"++++++++", -"@@@@@@@@", -"########", -"$$$$$$$$", -"########", -"$$$$$$$$", -"########", -"$$$$$$$$", -"########", -"$$$$$$$$", -"########", -"$$$$$$$$", -"########", -"$$$$$$$$", -"########", -"@@@@@@@@", -"%%%%%%%%"}; diff --git a/themes/tgc/title-3-inactive.xpm b/themes/tgc/title-3-inactive.xpm deleted file mode 100644 index a61f456059a36a13352c57cc9bd1f29e3d333b82..0000000000000000000000000000000000000000 --- a/themes/tgc/title-3-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"8 18 8 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #373534 s inactive_shadow_1", -"# c #7C7976 s inactive_color_1", -"$ c #8A8683 s inactive_mid_1", -"% c #D6D6CC s inactive_color_2", -"& c #9B9B8A s inactive_shadow_2", -"........", -"++++++++", -"@@@@@@@@", -"########", -"$$$$$$$$", -"########", -"$$$$$$$$", -"########", -"$$$$$$$$", -"########", -"$$$$$$$$", -"########", -"$$$$$$$$", -"########", -"$$$$$$$$", -"########", -"@@@@@@@@", -"%%%%%%%%"}; diff --git a/themes/tgc/title-4-active.xpm b/themes/tgc/title-4-active.xpm deleted file mode 100644 index 5e9f175f7f86ba4dd094e715537b1a1ba6fa45ea..0000000000000000000000000000000000000000 --- a/themes/tgc/title-4-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"10 18 8 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #373534 s active_shadow_1", -"$ c #D6D6CC s active_color_2", -"% c #7C7976 s active_color_1", -"& c #8A8683 s active_mid_1", -"* c #9B9B8A s active_shadow_2", -"..........", -"++++++++++", -"@@@@@$$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"@@@@@$$$$$", -"$$$$$$$$$$"}; diff --git a/themes/tgc/title-4-inactive.xpm b/themes/tgc/title-4-inactive.xpm deleted file mode 100644 index 778e20725ed7b36825eb665854c53988e713ec36..0000000000000000000000000000000000000000 --- a/themes/tgc/title-4-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"10 18 8 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #373534 s inactive_shadow_1", -"$ c #D6D6CC s inactive_color_2", -"% c #7C7976 s inactive_color_1", -"& c #8A8683 s inactive_mid_1", -"* c #9B9B8A s inactive_shadow_2", -"..........", -"++++++++++", -"@@@@@$$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"&&&&&@$$$$", -"%%%%%@$$$$", -"@@@@@$$$$$", -"$$$$$$$$$$"}; diff --git a/themes/tgc/title-5-active.xpm b/themes/tgc/title-5-active.xpm deleted file mode 100644 index 1a2169ced962a8a1a37a7a6b6b8b0e56870fd4d4..0000000000000000000000000000000000000000 --- a/themes/tgc/title-5-active.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"4 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"$ c #9B9B8A s active_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; diff --git a/themes/tgc/title-5-inactive.xpm b/themes/tgc/title-5-inactive.xpm deleted file mode 100644 index 39b6800044a61f4ab1f1d637fec2b6c9e755d548..0000000000000000000000000000000000000000 --- a/themes/tgc/title-5-inactive.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"4 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"$ c #9B9B8A s inactive_shadow_2", -"....", -"++++", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@", -"@@@@"}; diff --git a/themes/tgc/top-left-active.xpm b/themes/tgc/top-left-active.xpm deleted file mode 100644 index c6e550f8ee33bcdd0204184fe96ddec1678c6eaf..0000000000000000000000000000000000000000 --- a/themes/tgc/top-left-active.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"8 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"% c #9B9B8A s active_shadow_2", -"........", -".+++++++", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@"}; diff --git a/themes/tgc/top-left-inactive.xpm b/themes/tgc/top-left-inactive.xpm deleted file mode 100644 index 0376d18c1651a9cb3ee5fd5245da02a9e67d4a0d..0000000000000000000000000000000000000000 --- a/themes/tgc/top-left-inactive.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"8 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"% c #9B9B8A s inactive_shadow_2", -"........", -".+++++++", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@", -".+@@@@@@"}; diff --git a/themes/tgc/top-right-active.xpm b/themes/tgc/top-right-active.xpm deleted file mode 100644 index 6ff858a8f048157865fac146649be2c725af9dce..0000000000000000000000000000000000000000 --- a/themes/tgc/top-right-active.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"8 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D6D6CC s active_color_2", -"# c #9B9B8A s active_shadow_2", -"........", -"++++++@.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#."}; diff --git a/themes/tgc/top-right-inactive.xpm b/themes/tgc/top-right-inactive.xpm deleted file mode 100644 index 21ba72394e3a7cc6c872e9789cef29168079e9dc..0000000000000000000000000000000000000000 --- a/themes/tgc/top-right-inactive.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"8 18 5 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D6D6CC s inactive_color_2", -"# c #9B9B8A s inactive_shadow_2", -"........", -"++++++@.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#.", -"@@@@@@#."}; diff --git a/themes/tubular/Makefile.am b/themes/tubular/Makefile.am deleted file mode 100644 index 5b37ff229f1b37b07a0ac0779a2566806cd48180..0000000000000000000000000000000000000000 --- a/themes/tubular/Makefile.am +++ /dev/null @@ -1,55 +0,0 @@ -themedir = $(pkgdatadir)/themes/tubular -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - maximize-toggled-active.xpm \ - maximize-toggled-inactive.xpm \ - maximize-toggled-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - shade-toggled-active.xpm \ - shade-toggled-inactive.xpm \ - shade-toggled-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - stick-toggled-active.xpm \ - stick-toggled-inactive.xpm \ - stick-toggled-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/tubular/Makefile.in b/themes/tubular/Makefile.in deleted file mode 100644 index 3627fc36f41c3a5aa7f6e9eb9721b22f456c7400..0000000000000000000000000000000000000000 --- a/themes/tubular/Makefile.in +++ /dev/null @@ -1,436 +0,0 @@ -# Makefile.in generated by automake 1.8.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -host_triplet = @host@ -subdir = themes/tubular -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \ - $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \ - $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -am__installdirs = $(DESTDIR)$(themedir) -themeDATA_INSTALL = $(INSTALL_DATA) -DATA = $(theme_DATA) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@ -LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@ -LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@ -LIBTOOL = @LIBTOOL@ -LIBX11_CFLAGS = @LIBX11_CFLAGS@ -LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ -LIBX11_LIBS = @LIBX11_LIBS@ -LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ -LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ -LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ -LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@ -LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@ -LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ -LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ -LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ -LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ -LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ -LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ -LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ -LIBXPM_CFLAGS = @LIBXPM_CFLAGS@ -LIBXPM_LDFLAGS = @LIBXPM_LDFLAGS@ -LIBXPM_LIBS = @LIBXPM_LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -RANDR_LIBS = @RANDR_LIBS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ -XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ -XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ -XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ -XGETTEXT = @XGETTEXT@ -X_CFLAGS = @X_CFLAGS@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_LIBS = @X_LIBS@ -X_PRE_LIBS = @X_PRE_LIBS@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -themedir = $(pkgdatadir)/themes/tubular -theme_DATA = README \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - maximize-toggled-active.xpm \ - maximize-toggled-inactive.xpm \ - maximize-toggled-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - shade-toggled-active.xpm \ - shade-toggled-inactive.xpm \ - shade-toggled-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - stick-toggled-active.xpm \ - stick-toggled-inactive.xpm \ - stick-toggled-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/tubular/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign themes/tubular/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkdir_p) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f"; \ - $(themeDATA_INSTALL) $$d$$p $(DESTDIR)$(themedir)/$$f; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - @list='$(theme_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " rm -f $(DESTDIR)$(themedir)/$$f"; \ - rm -f $(DESTDIR)$(themedir)/$$f; \ - done -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(DATA) -installdirs: - $(mkdir_p) $(DESTDIR)$(themedir) -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-themeDATA - -install-exec-am: - -install-info: install-info-am - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-info-am uninstall-themeDATA - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ - install-themeDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-info-am uninstall-themeDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/tubular/README b/themes/tubular/README deleted file mode 100644 index 4235850a25e490a0645c94a6e32b950caf08222d..0000000000000000000000000000000000000000 --- a/themes/tubular/README +++ /dev/null @@ -1,4 +0,0 @@ -tubular -------- - -TBD diff --git a/themes/tubular/bottom-active.xpm b/themes/tubular/bottom-active.xpm deleted file mode 100644 index 83e88c8060c81fec73ce01bcd5141718d6651b3f..0000000000000000000000000000000000000000 --- a/themes/tubular/bottom-active.xpm +++ /dev/null @@ -1,14 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"32 5 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -"................................", -"++++++++++++++++++++++++++++++++", -"################################", -"................................", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/tubular/bottom-inactive.xpm b/themes/tubular/bottom-inactive.xpm deleted file mode 100644 index 33b83d4928dcdda5cf4f3493b7425472efb38b8e..0000000000000000000000000000000000000000 --- a/themes/tubular/bottom-inactive.xpm +++ /dev/null @@ -1,14 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"32 5 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -"................................", -"++++++++++++++++++++++++++++++++", -"################################", -"................................", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; diff --git a/themes/tubular/bottom-left-active.xpm b/themes/tubular/bottom-left-active.xpm deleted file mode 100644 index 08d16faa100f5086bcc5771a6fe6450830511223..0000000000000000000000000000000000000000 --- a/themes/tubular/bottom-left-active.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"16 16 6 1", -" c None", -"@ c #000000", -". c #4B58A2 s active_shadow_1", -"+ c #525FAB s active_color_1", -"# c #FFFFFF s active_hilight_1", -"$ c #848FD6 s active_mid_1", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+$...........", -" @.+++##########", -" @..$$$$$$$$$$$$", -" @@............", -" @@@@@@@@@@@@"}; diff --git a/themes/tubular/bottom-left-inactive.xpm b/themes/tubular/bottom-left-inactive.xpm deleted file mode 100644 index 38c79d2375d423562112921d9245163a536d1eed..0000000000000000000000000000000000000000 --- a/themes/tubular/bottom-left-inactive.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"16 16 6 1", -" c None", -"@ c #000000", -". c #4B58A2 s inactive_shadow_1", -"+ c #525FAB s inactive_color_1", -"# c #FFFFFF s inactive_hilight_1", -"$ c #848FD6 s inactive_mid_1", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+. ", -"@.$+$...........", -" @.+++##########", -" @..$$$$$$$$$$$$", -" @@............", -" @@@@@@@@@@@@"}; diff --git a/themes/tubular/bottom-right-active.xpm b/themes/tubular/bottom-right-active.xpm deleted file mode 100644 index 7f369141f1ce8f4ea1f9eab501a660ed9e1d844a..0000000000000000000000000000000000000000 --- a/themes/tubular/bottom-right-active.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"16 16 6 1", -" c None", -"@ c #000000", -". c #4B58A2 s active_shadow_1", -"+ c #525FAB s active_color_1", -"# c #FFFFFF s active_hilight_1", -"$ c #848FD6 s active_mid_1", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -"...........$+$.@", -"##########+++.@ ", -"$$$$$$$$$$$$..@ ", -"............@@ ", -"@@@@@@@@@@@@ "}; diff --git a/themes/tubular/bottom-right-inactive.xpm b/themes/tubular/bottom-right-inactive.xpm deleted file mode 100644 index 9f9cec517e58012dbe0f3c6334e3ebedc9f256d6..0000000000000000000000000000000000000000 --- a/themes/tubular/bottom-right-inactive.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"16 16 6 1", -" c None", -"@ c #000000", -". c #4B58A2 s inactive_shadow_1", -"+ c #525FAB s inactive_color_1", -"# c #FFFFFF s inactive_hilight_1", -"$ c #848FD6 s inactive_mid_1", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -" .+$.@", -"...........$+$.@", -"##########+++.@ ", -"$$$$$$$$$$$$..@ ", -"............@@ ", -"@@@@@@@@@@@@ "}; diff --git a/themes/tubular/close-active.xpm b/themes/tubular/close-active.xpm deleted file mode 100644 index 95e96d0f6761428f117a4ba09119e9f804c1d07f..0000000000000000000000000000000000000000 --- a/themes/tubular/close-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++##+++++##++++", -"++++###+++###++++", -"++++@###+###@++++", -"++++$@#####@$++++", -"+++++$@###@$+++++", -"++++++#####++++++", -"+++++###@###+++++", -"++++###@$@###++++", -"++++##@$+$@##++++", -"++++@@$+++$@@++++", -"++++$$+++++$$++++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/close-inactive.xpm b/themes/tubular/close-inactive.xpm deleted file mode 100644 index 30e91c16150a1abe57a79a7a3a4e20c8b11f45d5..0000000000000000000000000000000000000000 --- a/themes/tubular/close-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++@@+++++@@++++", -"++++@@@+++@@@++++", -"++++$@@@+@@@$++++", -"+++++$@@@@@$+++++", -"++++++$@@@$++++++", -"++++++@@@@@++++++", -"+++++@@@$@@@+++++", -"++++@@@$+$@@@++++", -"++++@@$+++$@@++++", -"++++$$+++++$$++++", -"+++++++++++++++++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/close-pressed.xpm b/themes/tubular/close-pressed.xpm deleted file mode 100644 index fcdfe1a0c70bc559149f9ef36eb81c1f8e3e3be1..0000000000000000000000000000000000000000 --- a/themes/tubular/close-pressed.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"17 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -"................+", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@##@@@@@##@@@=", -".@@@###@@@###@@@=", -".@@@.###@###.@@@=", -".@@@@.#####.@@@@=", -".@@@@@.###.@@@@@=", -".@@@@@#####@@@@@=", -".@@@@###.###@@@@=", -".@@@###.@.###@@@=", -".@@@##.@@@.##@@@=", -".@@@..@@@@@..@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -"+================", -" "}; - diff --git a/themes/tubular/hide-active.xpm b/themes/tubular/hide-active.xpm deleted file mode 100644 index 24a9ca5032eb79d41247e3a205526de933036c4e..0000000000000000000000000000000000000000 --- a/themes/tubular/hide-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++++#####++++++", -"++++++#####++++++", -"++++++##+##++++++", -"++++++#####++++++", -"++++++#####++++++", -"++++++@@@@@++++++", -"++++++$$$$$++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/hide-inactive.xpm b/themes/tubular/hide-inactive.xpm deleted file mode 100644 index 3c792a8ac7dda597e3fce996ac41c74a9bc1d263..0000000000000000000000000000000000000000 --- a/themes/tubular/hide-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++++@@@@@++++++", -"++++++@@@@@++++++", -"++++++@@+@@++++++", -"++++++@@@@@++++++", -"++++++@@@@@++++++", -"++++++$$$$$++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/hide-pressed.xpm b/themes/tubular/hide-pressed.xpm deleted file mode 100644 index a14193af9fe316ccca89d8ba66f4656285598d56..0000000000000000000000000000000000000000 --- a/themes/tubular/hide-pressed.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"17 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -"................+", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@#####@@@@@=", -".@@@@@#####@@@@@=", -".@@@@@##@##@@@@@=", -".@@@@@#####@@@@@=", -".@@@@@#####@@@@@=", -".@@@@@.....@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -"+================", -" "}; - diff --git a/themes/tubular/left-active.xpm b/themes/tubular/left-active.xpm deleted file mode 100644 index 0088b66f319ae986d03707e4811e1e6c45e6457e..0000000000000000000000000000000000000000 --- a/themes/tubular/left-active.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"5 32 6 1", -" c None", -". c #949595 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"* c #B4BAB5 s active_mid_2", -"@ c #000000", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#."}; diff --git a/themes/tubular/left-inactive.xpm b/themes/tubular/left-inactive.xpm deleted file mode 100644 index 7bae486c9ac4f263d605f0166c0038e70792501f..0000000000000000000000000000000000000000 --- a/themes/tubular/left-inactive.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"5 32 6 1", -" c None", -". c #949595 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"* c #B4BAB5 s inactive_mid_2", -"@ c #000000", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#.", -"@.*#."}; diff --git a/themes/tubular/maximize-active.xpm b/themes/tubular/maximize-active.xpm deleted file mode 100644 index 2cf4b17f6ffbc61a4fcb4df4a77c33a1d022e0ac..0000000000000000000000000000000000000000 --- a/themes/tubular/maximize-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++#########++++", -"++++#########++++", -"++++##@@@@@##++++", -"++++##$$$$$##++++", -"++++##+++++##++++", -"++++##+++++##++++", -"++++##+++++##++++", -"++++#########++++", -"++++#########++++", -"++++@@@@@@@@@++++", -"++++$$$$$$$$$++++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/maximize-inactive.xpm b/themes/tubular/maximize-inactive.xpm deleted file mode 100644 index 808feebbe633e4200e27192c9960efef42256e05..0000000000000000000000000000000000000000 --- a/themes/tubular/maximize-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++@@@@@@@@@++++", -"++++@@@@@@@@@++++", -"++++@@$$$$$@@++++", -"++++@@+++++@@++++", -"++++@@+++++@@++++", -"++++@@+++++@@++++", -"++++@@+++++@@++++", -"++++@@@@@@@@@++++", -"++++@@@@@@@@@++++", -"++++$$$$$$$$$++++", -"+++++++++++++++++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/maximize-pressed.xpm b/themes/tubular/maximize-pressed.xpm deleted file mode 100644 index d7069027606f0c944255be8d93f3ce0cf7265539..0000000000000000000000000000000000000000 --- a/themes/tubular/maximize-pressed.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"17 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -"................+", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@#########@@@=", -".@@@#########@@@=", -".@@@##.....##@@@=", -".@@@##@@@@@##@@@=", -".@@@##@@@@@##@@@=", -".@@@##@@@@@##@@@=", -".@@@##@@@@@##@@@=", -".@@@#########@@@=", -".@@@#########@@@=", -".@@@.........@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -"+================", -" "}; - diff --git a/themes/tubular/maximize-toggled-active.xpm b/themes/tubular/maximize-toggled-active.xpm deleted file mode 100644 index 68a3e242c14c24316078dfa83cadc28526ef1f21..0000000000000000000000000000000000000000 --- a/themes/tubular/maximize-toggled-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * maximize_toggled_active_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++########++++++", -"+++########++++++", -"+++##@@@@##++++++", -"+++##$$$$##@##+++", -"+++##++++##@##+++", -"+++##++++##+##+++", -"+++########+##+++", -"+++########+##+++", -"+++@@@@@++++##+++", -"+++$$$########+++", -"++++++########+++", -"++++++@@@@@@@@+++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/maximize-toggled-inactive.xpm b/themes/tubular/maximize-toggled-inactive.xpm deleted file mode 100644 index 98cc0a9a1bd2916cd95cd3ac91a47acdf0fd9fc4..0000000000000000000000000000000000000000 --- a/themes/tubular/maximize-toggled-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * maximize_toggled_inactive_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++@@@@@@@@++++++", -"+++@@@@@@@@++++++", -"+++@@$$$$@@++++++", -"+++@@++++@@$@@+++", -"+++@@++++@@$@@+++", -"+++@@++++@@+@@+++", -"+++@@@@@@@@+@@+++", -"+++@@@@@@@@+@@+++", -"+++$$$$$++++@@+++", -"++++++@@@@@@@@+++", -"++++++@@@@@@@@+++", -"++++++$$$$$$$$+++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/maximize-toggled-pressed.xpm b/themes/tubular/maximize-toggled-pressed.xpm deleted file mode 100644 index b8fcee94348fbcb2c24a8270d5b39045f4bcf603..0000000000000000000000000000000000000000 --- a/themes/tubular/maximize-toggled-pressed.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * maximize_toggled_pressed_xpm[] = { -"17 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -"................+", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@########@@@@@=", -".@@########@@@@@=", -".@@##....##@@@@@=", -".@@##@@@@##.##@@=", -".@@##@@@@##.##@@=", -".@@##@@@@##@##@@=", -".@@########@##@@=", -".@@########@##@@=", -".@@.....@@@@##@@=", -".@@@@@########@@=", -".@@@@@########@@=", -".@@@@@........@@=", -".@@@@@@@@@@@@@@@=", -"+================", -" "}; - diff --git a/themes/tubular/menu-active.xpm b/themes/tubular/menu-active.xpm deleted file mode 100644 index 3642e9425f3fb1315214f5d75c4820d3d963dc35..0000000000000000000000000000000000000000 --- a/themes/tubular/menu-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++###########+++", -"+++###########+++", -"+++@@@@@@@@@@@+++", -"+++$#########$+++", -"++++##@@@@@##++++", -"++++@##$$$##@++++", -"++++$@##+##@$++++", -"+++++$@###@$+++++", -"++++++$@#@$++++++", -"+++++++$@$+++++++", -"++++++++$++++++++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/menu-inactive.xpm b/themes/tubular/menu-inactive.xpm deleted file mode 100644 index 5351e0f798b18f010936a05b4a3b48a42460a97f..0000000000000000000000000000000000000000 --- a/themes/tubular/menu-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++@@@@@@@@@@@+++", -"+++@@@@@@@@@@@+++", -"+++$$$$$$$$$$$+++", -"++++@@@@@@@@@++++", -"++++@@$$$$$@@++++", -"++++$@@+++@@$++++", -"+++++$@@+@@$+++++", -"++++++$@@@$++++++", -"+++++++$@$+++++++", -"++++++++$++++++++", -"+++++++++++++++++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/menu-pressed.xpm b/themes/tubular/menu-pressed.xpm deleted file mode 100644 index 151f26e9c7697e2a4369b11379dc0b7783f3051d..0000000000000000000000000000000000000000 --- a/themes/tubular/menu-pressed.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"17 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -"................+", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@###########@@=", -".@@###########@@=", -".@@...........@@=", -".@@@#########@@@=", -".@@@##.....##@@@=", -".@@@.##.@.##.@@@=", -".@@@@.##.##.@@@@=", -".@@@@@.###.@@@@@=", -".@@@@@@.#.@@@@@@=", -".@@@@@@@.@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -"+================", -" "}; diff --git a/themes/tubular/right-active.xpm b/themes/tubular/right-active.xpm deleted file mode 100644 index 846f74b8c98a69c8738f45f92ddf424c93f5fcf8..0000000000000000000000000000000000000000 --- a/themes/tubular/right-active.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"5 32 6 1", -" c None", -". c #949595 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"# c #D5D6D5 s active_color_2", -"* c #B4BAB5 s active_mid_2", -"@ c #000000", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@"}; diff --git a/themes/tubular/right-inactive.xpm b/themes/tubular/right-inactive.xpm deleted file mode 100644 index 1fb2207aa36887c6d5bf7d4cce9c9883a5de8d25..0000000000000000000000000000000000000000 --- a/themes/tubular/right-inactive.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"5 32 6 1", -" c None", -". c #949595 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"# c #D5D6D5 s inactive_color_2", -"* c #B4BAB5 s inactive_mid_2", -"@ c #000000", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@", -".#*.@"}; diff --git a/themes/tubular/shade-active.xpm b/themes/tubular/shade-active.xpm deleted file mode 100644 index 59ef22f7adc08544da42f839183191524d49df27..0000000000000000000000000000000000000000 --- a/themes/tubular/shade-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++++++$++++++++", -"+++++++$$$+++++++", -"++++++$$@$$++++++", -"+++++$$@#@$$+++++", -"++++$$@#+#@$$++++", -"++++$$$$$$$$$++++", -"++++@@@@@@@@@++++", -"+++$$$$$$$$$$$+++", -"+++$$$$$$$$$$$+++", -"+++@@@@@@@@@@@+++", -"+++###########+++", -"#################", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/shade-inactive.xpm b/themes/tubular/shade-inactive.xpm deleted file mode 100644 index 553eb3e24bc276c69b42b3a5be96999784e1ad73..0000000000000000000000000000000000000000 --- a/themes/tubular/shade-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++++++@++++++++", -"+++++++@@@+++++++", -"++++++@@#@@++++++", -"+++++@@#+#@@+++++", -"++++@@+++++@@++++", -"++++@@@@@@@@@++++", -"++++#########++++", -"+++@@@@@@@@@@@+++", -"+++@@@@@@@@@@@+++", -"+++###########+++", -"+++++++++++++++++", -"#################", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/shade-pressed.xpm b/themes/tubular/shade-pressed.xpm deleted file mode 100644 index 20be91624ff9d5e2e4c784d8c1b8a3270fe101fb..0000000000000000000000000000000000000000 --- a/themes/tubular/shade-pressed.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"17 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -"................+", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@#@@@@@@@=", -".@@@@@@###@@@@@@=", -".@@@@@##.##@@@@@=", -".@@@@##.@.##@@@@=", -".@@@##.@@@.##@@@=", -".@@@#########@@@=", -".@@@.........@@@=", -".@@###########@@=", -".@@###########@@=", -".@@...........@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -"+================", -" "}; - diff --git a/themes/tubular/shade-toggled-active.xpm b/themes/tubular/shade-toggled-active.xpm deleted file mode 100644 index adc0e08e3f3889e00f5a27e3a51beabf2edf4863..0000000000000000000000000000000000000000 --- a/themes/tubular/shade-toggled-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * shade_toggled_active_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++$$$$$$$$$++++", -"++++$$@@@@@$$++++", -"++++@$$###$$@++++", -"++++#@$$+$$@#++++", -"+++++#@$$$@#+++++", -"++++++#@$@#++++++", -"+++++++#@#+++++++", -"+++$$$$$$$$$$$+++", -"+++$$$$$$$$$$$+++", -"+++@@@@@@@@@@@+++", -"+++###########+++", -"#################", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/shade-toggled-inactive.xpm b/themes/tubular/shade-toggled-inactive.xpm deleted file mode 100644 index d78883a35a7aa866f4ee4a00f82075f4fdc7bde2..0000000000000000000000000000000000000000 --- a/themes/tubular/shade-toggled-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * shade_toggled_inactive_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++@@@@@@@@@++++", -"++++@@#####@@++++", -"++++#@@+++@@#++++", -"+++++#@@+@@#+++++", -"++++++#@@@#++++++", -"+++++++#@#+++++++", -"++++++++#++++++++", -"+++@@@@@@@@@@@+++", -"+++@@@@@@@@@@@+++", -"+++###########+++", -"+++++++++++++++++", -"#################", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/shade-toggled-pressed.xpm b/themes/tubular/shade-toggled-pressed.xpm deleted file mode 100644 index b75dcc8884d403f2690159db1d56f68115d426b2..0000000000000000000000000000000000000000 --- a/themes/tubular/shade-toggled-pressed.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * shade_toggled_pressed_xpm[] = { -"17 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -"................+", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@#########@@@=", -".@@@##.....##@@@=", -".@@@.##@@@##.@@@=", -".@@@@.##@##.@@@@=", -".@@@@@.###.@@@@@=", -".@@@@@@.#.@@@@@@=", -".@@@@@@@.@@@@@@@=", -".@@###########@@=", -".@@###########@@=", -".@@...........@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -"+================", -" "}; - diff --git a/themes/tubular/stick-active.xpm b/themes/tubular/stick-active.xpm deleted file mode 100644 index 60f357fe43a161e3af2a197c6ed76e4c5cb69cf5..0000000000000000000000000000000000000000 --- a/themes/tubular/stick-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #000000", -"$ c #B4BAB4 s active_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++#+++#+++", -"+++++++++#####+++", -"+++@######++##+++", -"+++#$$$$$#$$##+++", -"+++@######@@##+++", -"+++$@@@@@#####+++", -"++++$$$$$#@@@#+++", -"+++++++++@$$$@+++", -"+++++++++$+++$+++", -"+++++++++++++++++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/stick-inactive.xpm b/themes/tubular/stick-inactive.xpm deleted file mode 100644 index 840a6329a3e302423a7c7f8935a5b0f42598c388..0000000000000000000000000000000000000000 --- a/themes/tubular/stick-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #000000", -"$ c #B4BAB4 s inactive_mid_2", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++@+++@+++", -"+++++++++@@@@@+++", -"+++$@@@@@@++@@+++", -"+++@$$$$$@$$@@+++", -"+++$@@@@@@$$@@+++", -"++++$$$$$@@@@@+++", -"+++++++++@$$$@+++", -"+++++++++$+++$+++", -"+++++++++++++++++", -"+++++++++++++++++", -"$$$$$$$$$$$$$$$$$", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/stick-pressed.xpm b/themes/tubular/stick-pressed.xpm deleted file mode 100644 index 482f970dc2216dfdf48e39fb4430e90cdca1d010..0000000000000000000000000000000000000000 --- a/themes/tubular/stick-pressed.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"17 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #D5D6D5 s active_color_2", -"@ c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -"................+", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@#@@@#@@=", -".@@@@@@@@#####@@=", -".@@.######@@##@@=", -".@@#.....#..##@@=", -".@@.######..##@@=", -".@@@.....#####@@=", -".@@@@@@@@#...#@@=", -".@@@@@@@@.@@@.@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -".@@@@@@@@@@@@@@@=", -"+================", -" "}; - diff --git a/themes/tubular/stick-toggled-active.xpm b/themes/tubular/stick-toggled-active.xpm deleted file mode 100644 index cdaf1de70919ee478033e1fb2a20c3467dc1dd54..0000000000000000000000000000000000000000 --- a/themes/tubular/stick-toggled-active.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * stick_toggled_active_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s active_hilight_2", -"+ c #D5D6D5 s active_color_2", -"@ c #949594 s active_shadow_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++++#$$$#++++++", -"+++++#$++@$#+++++", -"+++++$+++#@$#++++", -"+++++$++$#@$@++++", -"+++++$@###@$@#+++", -"+++++#$@@@$@@#+++", -"++++++#$$$@@##+++", -"+++++++#@@@##++++", -"+++++++++###+++++", -"+++++++++++++++++", -"#################", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/stick-toggled-inactive.xpm b/themes/tubular/stick-toggled-inactive.xpm deleted file mode 100644 index dd0b16bcf33f9af9a8de20f9133fac1476baec61..0000000000000000000000000000000000000000 --- a/themes/tubular/stick-toggled-inactive.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * stick_toggled_inactive_xpm[] = { -"17 19 6 1", -" c None", -". c #FFFFFF s inactive_hilight_2", -"+ c #D5D6D5 s inactive_color_2", -"@ c #949594 s inactive_shadow_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -" ", -".................", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"+++++++++++++++++", -"++++++#@@@#++++++", -"+++++#@++#@#+++++", -"+++++@+++##@#++++", -"+++++@++@##@#++++", -"+++++@#####@##+++", -"+++++#@###@###+++", -"++++++#@@@####+++", -"+++++++######++++", -"+++++++++###+++++", -"+++++++++++++++++", -"#################", -"@@@@@@@@@@@@@@@@@", -" "}; - diff --git a/themes/tubular/stick-toggled-pressed.xpm b/themes/tubular/stick-toggled-pressed.xpm deleted file mode 100644 index 805ab1e29291b08178e802a070d85c6a577c90b8..0000000000000000000000000000000000000000 --- a/themes/tubular/stick-toggled-pressed.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * stick_toggled_pressed_xpm[] = { -"17 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #B4BAB4 s active_mid_2", -"@ c #D5D6D5 s active_color_2", -"= c #FFFFFF s active_hilight_2", -"# c #000000", -" ", -"................@", -".+++++++++++++++=", -".+++++++++++++++=", -".+++++++++++++++=", -".+++++++++++++++=", -".+++++.###.+++++=", -".++++.#@@.#.++++=", -".++++#@@@+.#.+++=", -".++++#@@#+.#.+++=", -".++++#.+++.#..++=", -".++++.#...#...++=", -".+++++.###....++=", -".++++++......+++=", -".++++++++...++++=", -".+++++++++++++++=", -".+++++++++++++++=", -"@================", -" "}; - diff --git a/themes/tubular/title-1-active.xpm b/themes/tubular/title-1-active.xpm deleted file mode 100644 index bbf592a612c298e3beff843ed644a3fde5867a49..0000000000000000000000000000000000000000 --- a/themes/tubular/title-1-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"########", -"........", -"$$$$$$$$"}; diff --git a/themes/tubular/title-1-inactive.xpm b/themes/tubular/title-1-inactive.xpm deleted file mode 100644 index 0c755cba074e205a9633b0e36dfc91961ff79b3f..0000000000000000000000000000000000000000 --- a/themes/tubular/title-1-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"########", -"........", -"$$$$$$$$"}; diff --git a/themes/tubular/title-2-active.xpm b/themes/tubular/title-2-active.xpm deleted file mode 100644 index d4178eef09008d5086683e8fcaf1207794cf0d12..0000000000000000000000000000000000000000 --- a/themes/tubular/title-2-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"16 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #4B58A2 s active_shadow_1", -"$ c #525FAB s active_color_1", -"% c #848FD6 s active_mid_1", -"& c #B4BAB4 s active_mid_2", -"* c #949594 s active_shadow_2", -"= c #FFFFFF s active_hilight_1", -"................", -"+++++===========", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@&$$$$$$$$$$", -"@@@@@@$$$$$$$$$$", -"@@@@@@&$$$$$$$$$", -"&&&&&&&&%%%%%%%%", -"**********######", -"................"}; diff --git a/themes/tubular/title-2-inactive.xpm b/themes/tubular/title-2-inactive.xpm deleted file mode 100644 index 01f3e2fb22e87fc2178489bf5547efb77925b971..0000000000000000000000000000000000000000 --- a/themes/tubular/title-2-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"16 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #4B58A2 s inactive_shadow_1", -"$ c #525FAB s inactive_color_1", -"% c #848FD6 s inactive_mid_1", -"& c #B4BAB4 s inactive_mid_2", -"* c #949594 s inactive_shadow_2", -"= c #FFFFFF s inactive_hilight_1", -"................", -"+++++===========", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@$$$$$$$$$$$", -"@@@@@&$$$$$$$$$$", -"@@@@@@$$$$$$$$$$", -"@@@@@@&$$$$$$$$$", -"&&&&&&&&%%%%%%%%", -"**********######", -"................"}; diff --git a/themes/tubular/title-3-active.xpm b/themes/tubular/title-3-active.xpm deleted file mode 100644 index a50a2174b39620a07b035ab301f8916e6701cf6f..0000000000000000000000000000000000000000 --- a/themes/tubular/title-3-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"20 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #4B58A2 s active_shadow_1", -"$ c #848FD6 s active_mid_1", -"% c #525FAB s active_color_1", -"& c #B4BAB4 s active_mid_2", -"* c #949594 s active_shadow_2", -"= c #FFFFFF s active_hilight_1", -"....................", -"====================", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$", -"####################", -"...................."}; diff --git a/themes/tubular/title-3-inactive.xpm b/themes/tubular/title-3-inactive.xpm deleted file mode 100644 index 94f486f466ab02cc2b2c2872da9db9b33e9dbf52..0000000000000000000000000000000000000000 --- a/themes/tubular/title-3-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"20 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #4B58A2 s inactive_shadow_1", -"$ c #848FD6 s inactive_mid_1", -"% c #525FAB s inactive_color_1", -"& c #B4BAB4 s inactive_mid_2", -"* c #949594 s inactive_shadow_2", -"= c #FFFFFF s inactive_hilight_1", -"....................", -"====================", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"%%%%%%%%%%%%%%%%%%%%", -"$$$$$$$$$$$$$$$$$$$$", -"####################", -"...................."}; diff --git a/themes/tubular/title-4-active.xpm b/themes/tubular/title-4-active.xpm deleted file mode 100644 index 47dcde8df2ae2c08b2e577479fed6ec5f04c7005..0000000000000000000000000000000000000000 --- a/themes/tubular/title-4-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"16 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #949594 s active_shadow_2", -"$ c #4B58A2 s active_shadow_1", -"% c #848FD6 s active_mid_1", -"& c #525FAB s active_color_1", -"* c #B4BAB4 s active_mid_2", -"= c #FFFFFF s active_hilight_1", -"................", -"===========+++++", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&*@@@@@", -"&&&&&&&&&&@@@@@@", -"&&&&&&&&&*@@@@@@", -"%%%%%%%%********", -"$$$$$$##########", -"................"}; diff --git a/themes/tubular/title-4-inactive.xpm b/themes/tubular/title-4-inactive.xpm deleted file mode 100644 index dc133b240e848c08e006efcb3ef36ca824532a3c..0000000000000000000000000000000000000000 --- a/themes/tubular/title-4-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"16 19 10 1", -" c None", -". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #949594 s inactive_shadow_2", -"$ c #4B58A2 s inactive_shadow_1", -"% c #848FD6 s inactive_mid_1", -"& c #525FAB s inactive_color_1", -"* c #B4BAB4 s inactive_mid_2", -"= c #FFFFFF s inactive_hilight_1", -"................", -"===========+++++", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&&@@@@@", -"&&&&&&&&&&*@@@@@", -"&&&&&&&&&&@@@@@@", -"&&&&&&&&&*@@@@@@", -"%%%%%%%%********", -"$$$$$$##########", -"................"}; diff --git a/themes/tubular/title-5-active.xpm b/themes/tubular/title-5-active.xpm deleted file mode 100644 index 527bde6ce9f869b7e2961a8cd084b7e257ccb098..0000000000000000000000000000000000000000 --- a/themes/tubular/title-5-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #D5D6D5 s active_color_2", -"# c #B4BAB4 s active_mid_2", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"########", -"........", -"$$$$$$$$"}; diff --git a/themes/tubular/title-5-inactive.xpm b/themes/tubular/title-5-inactive.xpm deleted file mode 100644 index 0da189c859a40828bf89e308a12d6b762896892e..0000000000000000000000000000000000000000 --- a/themes/tubular/title-5-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"8 19 6 1", -" c None", -". c #949594 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D5D6D5 s inactive_color_2", -"# c #B4BAB4 s inactive_mid_2", -"$ c #000000", -"$$$$$$$$", -"++++++++", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"@@@@@@@@", -"########", -"........", -"$$$$$$$$"}; diff --git a/themes/tubular/top-left-active.xpm b/themes/tubular/top-left-active.xpm deleted file mode 100644 index 814c29d33d3e76993197b98c0221ec14a55e289d..0000000000000000000000000000000000000000 --- a/themes/tubular/top-left-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"7 19 6 1", -" c None", -". c #949595 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #B4BAB5 s active_mid_2", -"# c #D5D6D5 s active_color_2", -"$ c #000000", -" $$", -" $$++", -" $#+##", -" $@####", -" $@####", -"$.@####", -"$.@####", -"$.@####", -"$.@####", -"$.@####", -"$.@####", -"$.@####", -"$.@####", -"$.@#@##", -"$.@#@@#", -"$.@#.@@", -"$.@#..@", -"$.@#.$.", -"$.@#.$$"}; diff --git a/themes/tubular/top-left-inactive.xpm b/themes/tubular/top-left-inactive.xpm deleted file mode 100644 index 41ce7cb3f70c4fea4d80c47fda32493314cedca0..0000000000000000000000000000000000000000 --- a/themes/tubular/top-left-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"7 19 6 1", -" c None", -". c #949595 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #B4BAB5 s inactive_mid_2", -"# c #D5D6D5 s inactive_color_2", -"$ c #000000", -" $$", -" $$++", -" $#+##", -" $@####", -" $@####", -"$.@####", -"$.@####", -"$.@####", -"$.@####", -"$.@####", -"$.@####", -"$.@####", -"$.@####", -"$.@#@##", -"$.@#@@#", -"$.@#.@@", -"$.@#..@", -"$.@#.$.", -"$.@#.$$"}; diff --git a/themes/tubular/top-right-active.xpm b/themes/tubular/top-right-active.xpm deleted file mode 100644 index 4f50d84c571a758c9de5965de70281ce3f307f22..0000000000000000000000000000000000000000 --- a/themes/tubular/top-right-active.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"7 19 6 1", -" c None", -". c #949595 s active_shadow_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #B4BAB5 s active_mid_2", -"# c #D5D6D5 s active_color_2", -"$ c #000000", -"$$ ", -"++$$ ", -"##+#$ ", -"####@$ ", -"####@$ ", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"##@#@.$", -"#@@#@.$", -"@@.#@.$", -"@..#@.$", -".$.#@.$", -"$$.#@.$"}; diff --git a/themes/tubular/top-right-inactive.xpm b/themes/tubular/top-right-inactive.xpm deleted file mode 100644 index f7389b0a7c75938cd93e49c996779dd5513f2a43..0000000000000000000000000000000000000000 --- a/themes/tubular/top-right-inactive.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"7 19 6 1", -" c None", -". c #949595 s inactive_shadow_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #B4BAB5 s inactive_mid_2", -"# c #D5D6D5 s inactive_color_2", -"$ c #000000", -"$$ ", -"++$$ ", -"##+#$ ", -"####@$ ", -"####@$ ", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"####@.$", -"##@#@.$", -"#@@#@.$", -"@@.#@.$", -"@..#@.$", -".$.#@.$", -"$$.#@.$"};