diff --git a/Makefile.in b/Makefile.in index 7b10c5a2690f3035c87380e34ccd1b4f891eb04f..7eb7443a0726ad159d75ed6ed7b7ee2b0e5b3e7d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 @@ -108,7 +108,8 @@ all: config.h .SUFFIXES: -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile diff --git a/aclocal.m4 b/aclocal.m4 index fa4171dec3aede687aae41677ae6e8eaee7cc9fc..79c445748110643023f391a3853f7436d9976184 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# aclocal.m4 generated automatically by aclocal 1.6.2 -*- Autoconf -*- +# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*- # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. @@ -138,7 +138,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"]) # Call AM_AUTOMAKE_VERSION so it can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.6.2])]) + [AM_AUTOMAKE_VERSION([1.6.3])]) # Helper functions for option handling. -*- Autoconf -*- diff --git a/configure b/configure index d268f8a2a27ab91a1c56cbf231e877ae8507d912..ee1cfcb28f80560db4625ed192e43d23c0f0cb4c 100755 --- a/configure +++ b/configure @@ -4892,7 +4892,7 @@ echo "$as_me: error: Library requirements (glib-2.0 >= $GLIB_REQUIRED_VERSION gt fi -ac_config_files="$ac_config_files xfwm4.spec Makefile src/Makefile defaults/Makefile themes/Makefile themes/agua/Makefile themes/b5/Makefile themes/b6/Makefile themes/bbs/Makefile themes/coldsteel/Makefile themes/coolclean/Makefile themes/crux/Makefile themes/cruxish/Makefile themes/curve/Makefile themes/default.keys/Makefile themes/eazel-blue/Makefile themes/exocet/Makefile themes/g2/Makefile themes/gorilla/Makefile themes/gtk/Makefile themes/iceg/Makefile themes/kde/Makefile themes/kindaker/Makefile themes/linea/Makefile themes/microgui/Makefile themes/mofit/Makefile themes/next/Makefile themes/ops/Makefile themes/oroborus/Makefile themes/piranha/Makefile themes/platinum/Makefile themes/quinx/Makefile themes/r9x/Makefile themes/redmond/Makefile themes/redmondxp/Makefile themes/retro/Makefile themes/slick/Makefile themes/slimline/Makefile themes/trench/Makefile themes/xfce/Makefile" +ac_config_files="$ac_config_files xfwm4.spec Makefile src/Makefile defaults/Makefile themes/Makefile themes/adept/Makefile themes/agua/Makefile themes/b5/Makefile themes/b6/Makefile themes/bbs/Makefile themes/coldsteel/Makefile themes/coolclean/Makefile themes/crux/Makefile themes/cruxish/Makefile themes/curve/Makefile themes/default.keys/Makefile themes/eazel-blue/Makefile themes/exocet/Makefile themes/g2/Makefile themes/gorilla/Makefile themes/gtk/Makefile themes/iceg/Makefile themes/kde/Makefile themes/kindaker/Makefile themes/linea/Makefile themes/microgui/Makefile themes/mofit/Makefile themes/next/Makefile themes/ops/Makefile themes/oroborus/Makefile themes/piranha/Makefile themes/platinum/Makefile themes/quinx/Makefile themes/r9x/Makefile themes/redmond/Makefile themes/redmondxp/Makefile themes/retro/Makefile themes/slick/Makefile themes/slimline/Makefile themes/trench/Makefile themes/xfce/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 @@ -5386,6 +5386,7 @@ do "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "defaults/Makefile" ) CONFIG_FILES="$CONFIG_FILES defaults/Makefile" ;; "themes/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/Makefile" ;; + "themes/adept/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/adept/Makefile" ;; "themes/agua/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/agua/Makefile" ;; "themes/b5/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/b5/Makefile" ;; "themes/b6/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/b6/Makefile" ;; diff --git a/configure.in b/configure.in index f5d0756b45573f0ddfe74177c5556a016c9233d5..0bb754cc407d61ccf89237e7048aef306782c3a3 100644 --- a/configure.in +++ b/configure.in @@ -41,6 +41,7 @@ Makefile src/Makefile defaults/Makefile themes/Makefile +themes/adept/Makefile themes/agua/Makefile themes/b5/Makefile themes/b6/Makefile diff --git a/defaults/Makefile.in b/defaults/Makefile.in index 429828fadd2eb0c8aa2b31b95696f48c9c074756..016e7d50df6fd491dc96967e2393012ba43a0687 100644 --- a/defaults/Makefile.in +++ b/defaults/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/Makefile.am b/themes/Makefile.am index 1e200a8f661813dcb954dfc46c16c9d05651c555..80c08ee0cdeb781e32520b5a82394d6975f8ae53 100644 --- a/themes/Makefile.am +++ b/themes/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS = \ +adept \ agua \ b5 \ b6 \ diff --git a/themes/Makefile.in b/themes/Makefile.in index 236f452974ef688bb9b4a810a7cd027e4f0f4dce..b157f5ec09361a446584823e862325b8bcb51b0a 100644 --- a/themes/Makefile.in +++ b/themes/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 @@ -80,6 +80,7 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ SUBDIRS = \ +adept \ agua \ b5 \ b6 \ diff --git a/themes/adept/Makefile.am b/themes/adept/Makefile.am new file mode 100644 index 0000000000000000000000000000000000000000..94cc8ffdc0d1dff1eb9e165e1e55bac3a8194f7b --- /dev/null +++ b/themes/adept/Makefile.am @@ -0,0 +1,37 @@ +themedir = $(pkgdatadir)/themes/adept +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 \ + right-active.xpm \ + right-inactive.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/adept/Makefile.in b/themes/adept/Makefile.in new file mode 100644 index 0000000000000000000000000000000000000000..a67efd1e552acc8a9fc3d4c3a52f372e96c5fc11 --- /dev/null +++ b/themes/adept/Makefile.in @@ -0,0 +1,262 @@ +# Makefile.in generated by automake 1.6.3 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 +# 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@ +SHELL = @SHELL@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +bindir = @bindir@ +sbindir = @sbindir@ +libexecdir = @libexecdir@ +datadir = @datadir@ +sysconfdir = @sysconfdir@ +sharedstatedir = @sharedstatedir@ +localstatedir = @localstatedir@ +libdir = @libdir@ +infodir = @infodir@ +mandir = @mandir@ +includedir = @includedir@ +oldincludedir = /usr/include +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../.. + +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_HEADER = $(INSTALL_DATA) +transform = @program_transform_name@ +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : + +EXEEXT = @EXEEXT@ +OBJEXT = @OBJEXT@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +AMTAR = @AMTAR@ +AWK = @AWK@ +CC = @CC@ +DEPDIR = @DEPDIR@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +PACKAGE = @PACKAGE@ +PKG_CONFIG = @PKG_CONFIG@ +STRIP = @STRIP@ +VERSION = @VERSION@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +am__include = @am__include@ +am__quote = @am__quote@ +install_sh = @install_sh@ +themedir = $(pkgdatadir)/themes/adept +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 \ + right-active.xpm \ + right-inactive.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) +subdir = themes/adept +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DATA = $(theme_DATA) + +DIST_COMMON = README Makefile.am Makefile.in +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu themes/adept/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +uninstall-info-am: +themeDATA_INSTALL = $(INSTALL_DATA) +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(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: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @list='$(DISTFILES)'; for file in $$list; do \ + 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"; \ + $(mkinstalldirs) "$(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: + $(mkinstalldirs) $(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_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(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 mostlyclean-am + +distclean: distclean-am + +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-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 + +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +uninstall-am: uninstall-info-am uninstall-themeDATA + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-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 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/adept/README b/themes/adept/README new file mode 100644 index 0000000000000000000000000000000000000000..f659fc1a8868561020d8ed4375e998ea4e6c1684 --- /dev/null +++ b/themes/adept/README @@ -0,0 +1,11 @@ +adept +----- + +A port of "Adept" theme for Sawfish by Garrett LeSage + <garrett@linux.com> + http://linuxart.com/ + http://linux.com/ + +This theme was inspired by Blackbox and a little +OS/2. The colors are similar to my Adept GTK+ +theme (yes, on purpose *grin*). diff --git a/themes/adept/bottom-active.xpm b/themes/adept/bottom-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..54a3949853986face35b9d9b9faca9e41820ebde --- /dev/null +++ b/themes/adept/bottom-active.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"32 9 8 1", +" c None", +". c #9C9D9C", +"+ c #BDBEBD", +"@ c #000000", +"# c #D5D6D5", +"$ c #D5D2D5", +"% c #B4B2B4", +"& c #8B898B", +"................................", +"++++++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"########################$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/adept/bottom-inactive.xpm b/themes/adept/bottom-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..dd841f768b260c8de3da5b54fd8c9b96774f9b20 --- /dev/null +++ b/themes/adept/bottom-inactive.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"32 9 8 1", +" c None", +". c #9C9D9C", +"+ c #BDBEBD", +"@ c #000000", +"# c #D5D6D5", +"$ c #D5D2D5", +"% c #B4B2B4", +"& c #8B898B", +"................................", +"++++++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"########################$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/adept/bottom-left-active.xpm b/themes/adept/bottom-left-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..d727c2055f2ab700ddc0173641a0bb8cc86f4d39 --- /dev/null +++ b/themes/adept/bottom-left-active.xpm @@ -0,0 +1,59 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"24 9 47 1", +" c None", +". c #000000", +"+ c #838183", +"@ c #9C9D9C", +"# c #BDBEBD", +"$ c #CDD2DE", +"% c #CDCEDE", +"& c #C5CEDE", +"* c #C5CAD5", +"= c #BDC6D5", +"- c #BDC2D5", +"; c #B4BECD", +"> c #B4BACD", +", c #ACBACD", +"' c #ACB6CD", +") c #ACB6C5", +"! c #9CA5BD", +"~ c #94A1BD", +"{ c #94A1B4", +"] c #949DB4", +"^ c #8B9DB4", +"/ c #8B99B4", +"( c #8395AC", +"_ c #8391AC", +": c #7B8DAC", +"< c #7B89A4", +"[ c #7389A4", +"} c #7385A4", +"| c #526583", +"1 c #6A819C", +"2 c #6A7D9C", +"3 c #52617B", +"4 c #B4C2D5", +"5 c #7381A4", +"6 c #62799C", +"7 c #627594", +"8 c #627194", +"9 c #4A596A", +"0 c #5A718B", +"a c #5A6D8B", +"b c #5A6983", +"c c #4A5D7B", +"d c #4A5D73", +"e c #4A5973", +"f c #4A556A", +"g c #41506A", +"h c #415062", +".+@@@@@@@@@@@@@@@@@@@@@@", +".+######################", +"........................", +".$$%&&****===-;;;>>,');.", +".&!!~~{]^^///(___::<[}|.", +".={]^^//((__::<<[}}1223.", +".4//((__::<<}}512267789.", +".^880aaab|||33cde9ffghg.", +"........................"}; diff --git a/themes/adept/bottom-left-inactive.xpm b/themes/adept/bottom-left-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..f6e957635959f5f4d0c4cc1d30e496d0d6ae9785 --- /dev/null +++ b/themes/adept/bottom-left-inactive.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"24 9 41 1", +" c None", +". c #000000", +"+ c #838183", +"@ c #9C9D9C", +"# c #BDBEBD", +"$ c #9C9DA4", +"% c #9499A4", +"& c #9495A4", +"* c #8B959C", +"= c #8B919C", +"- c #8B8D9C", +"; c #838D9C", +"> c #83899C", +", c #838994", +"' c #7B8594", +") c #737D8B", +"! c #73798B", +"~ c #6A798B", +"{ c #6A758B", +"] c #6A7583", +"^ c #6A7183", +"/ c #627183", +"( c #626D83", +"_ c #5A697B", +": c #5A657B", +"< c #52657B", +"[ c #394C62", +"} c #52617B", +"| c #525D73", +"1 c #4A5D73", +"2 c #39485A", +"3 c #4A5973", +"4 c #4A556A", +"5 c #314052", +"6 c #41556A", +"7 c #41506A", +"8 c #415062", +"9 c #414C62", +"0 c #39445A", +"a c #394452", +"b c #313C4A", +".+@@@@@@@@@@@@@@@@@@@@@@", +".+######################", +"........................", +".$%%%%&&***===-;;>,,,'-.", +".%)!!~{{]]^//(((___::<[.", +".*{{]]^/((((___::}}||12.", +".=//(((___::<}}||133445.", +".]4467889[22220aa555bbb.", +"........................"}; diff --git a/themes/adept/bottom-right-active.xpm b/themes/adept/bottom-right-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..be46633dbb434a9a42912a7327457c9ce781317d --- /dev/null +++ b/themes/adept/bottom-right-active.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"24 9 48 1", +" c None", +". c #9C9D9C", +"+ c #BDBEBD", +"@ c #000000", +"# c #CDD2DE", +"$ c #CDCEDE", +"% c #C5CEDE", +"& c #C5CAD5", +"* c #BDC6D5", +"= c #BDC2D5", +"- c #B4BECD", +"; c #B4BACD", +"> c #ACBACD", +", c #ACB6CD", +"' c #ACB6C5", +") c #ACB2C5", +"! c #9CA5BD", +"~ c #94A1BD", +"{ c #94A1B4", +"] c #949DB4", +"^ c #8B9DB4", +"/ c #8B99B4", +"( c #8395AC", +"_ c #8391AC", +": c #7B8DAC", +"< c #7B89A4", +"[ c #7389A4", +"} c #7385A4", +"| c #526583", +"1 c #6A819C", +"2 c #6A7D9C", +"3 c #52617B", +"4 c #B4C2D5", +"5 c #7381A4", +"6 c #62799C", +"7 c #627594", +"8 c #627194", +"9 c #4A596A", +"0 c #5A718B", +"a c #5A6D8B", +"b c #5A6983", +"c c #4A5D7B", +"d c #4A5D73", +"e c #4A5973", +"f c #4A556A", +"g c #41506A", +"h c #415062", +"i c #31384A", +"......................+@", +"+++++++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@##$%%&&&&***=---;;>,')@", +"@%!!~~{]^^///(___::<[}|@", +"@*{]^^//((__::<<[}}1223@", +"@4//((__::<<}}512267789@", +"@^880aaab|||33cde9ffghi@", +"@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/adept/bottom-right-inactive.xpm b/themes/adept/bottom-right-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..9606dbfd825f393cd3a13cb1c4b207ec41048f3b --- /dev/null +++ b/themes/adept/bottom-right-inactive.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"24 9 41 1", +" c None", +". c #9C9D9C", +"+ c #BDBEBD", +"@ c #000000", +"# c #9C9DA4", +"$ c #9499A4", +"% c #9495A4", +"& c #8B959C", +"* c #8B919C", +"= c #8B8D9C", +"- c #838D9C", +"; c #83899C", +"> c #838994", +", c #7B8594", +"' c #737D8B", +") c #73798B", +"! c #6A798B", +"~ c #6A758B", +"{ c #6A7583", +"] c #6A7183", +"^ c #627183", +"/ c #626D83", +"( c #5A697B", +"_ c #5A657B", +": c #52657B", +"< c #394C62", +"[ c #52617B", +"} c #525D73", +"| c #4A5D73", +"1 c #39485A", +"2 c #4A5973", +"3 c #4A556A", +"4 c #314052", +"5 c #41556A", +"6 c #41506A", +"7 c #415062", +"8 c #414C62", +"9 c #39445A", +"0 c #394452", +"a c #313C4A", +"b c #293039", +"......................+@", +"+++++++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@#$$$$%%&&&***=--;>>>,,@", +"@$'))!~~{{]^^///(((__:<@", +"@&~~{{]^////(((__[[}}|1@", +"@*^^///(((__:[[}}|22334@", +"@{3356778<1111900444aab@", +"@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/adept/close-active.xpm b/themes/adept/close-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..33a33d58a30b5d8a2bf6eb8ada61cf7474f9933c --- /dev/null +++ b/themes/adept/close-active.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char * close_active_xpm[] = { +"14 21 23 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #000400", +"% c #C5C6C5", +"& c #7B7D7B", +"* c #FFFFFF", +"= c #C5C2C5", +"- c #838183", +"; c #8B898B", +"> c #BDBEBD", +", c #BDBABD", +"' c #B4B6B4", +") c #B4B2B4", +"! c #ACAEAC", +"~ c #A4A5A4", +"{ c #A4A1A4", +"] c #9C999C", +"^ c #949194", +"/ c #737173", +"( c #9C9D9C", +"..............", +"++++++++++++++", +"@@@@@@@@@@@@@@", +"##############", +"###$$####$$###", +"%%$&*$%%$*&$%%", +"==$&-*$$*-&$;=", +"===$--@-&-$;;=", +">>>>$&-@-$;;>>", +",,,,$@-&@$;,,,", +"'''$*&&--*$'''", +"))$*&&$$&-*$))", +"!!$-&$;;$-&$;!", +"~~~$$;;~~$$;;~", +"{{{{;;{{{{;;{{", +"]]]]]]]]]]]]]]", +"^^^^^^^^^^^^^^", +"//////////////", +"..............", +"--------------", +"(((((((((((((("}; diff --git a/themes/adept/close-inactive.xpm b/themes/adept/close-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..907c9d84bd3c456ddf3d51b406b8ba04248eca58 --- /dev/null +++ b/themes/adept/close-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"14 21 23 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #000400", +"% c #C5C6C5", +"& c #7B7D7B", +"* c #FFFFFF", +"= c #C5C2C5", +"- c #838183", +"; c #8B898B", +"> c #BDBEBD", +", c #BDBABD", +"' c #B4B6B4", +") c #B4B2B4", +"! c #ACAEAC", +"~ c #A4A5A4", +"{ c #A4A1A4", +"] c #9C999C", +"^ c #949194", +"/ c #737173", +"( c #9C9D9C", +"..............", +"++++++++++++++", +"@@@@@@@@@@@@@@", +"##############", +"###$$####$$###", +"%%$&*$%%$*&$%%", +"==$&-*$$*-&$;=", +"===$--@-&-$;;=", +">>>>$&-@-$;;>>", +",,,,$@-&@$;,,,", +"'''$*&&--*$'''", +"))$*&&$$&-*$))", +"!!$-&$;;$-&$;!", +"~~~$$;;~~$$;;~", +"{{{{;;{{{{;;{{", +"]]]]]]]]]]]]]]", +"^^^^^^^^^^^^^^", +"//////////////", +"..............", +"--------------", +"(((((((((((((("}; diff --git a/themes/adept/close-pressed.xpm b/themes/adept/close-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..217c6d112610134ebee5fbabf6fdd455d3ae61e5 --- /dev/null +++ b/themes/adept/close-pressed.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"14 21 22 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #C5C6C5", +"% c #000400", +"& c #C5C2C5", +"* c #7B7D7B", +"= c #FFFFFF", +"- c #838183", +"; c #BDBEBD", +"> c #BDBABD", +", c #B4B6B4", +"' c #B4B2B4", +") c #ACAEAC", +"! c #A4A5A4", +"~ c #A4A1A4", +"{ c #9C999C", +"] c #949194", +"^ c #737173", +"/ c #9C9D9C", +"..............", +"++++++++++++++", +"@@@@@@@@@@@@@@", +"##############", +"##############", +"$$$$%%$$$$%%$$", +"&&&%*=%&&%=*%&", +"&&&%*-=%%=-*%&", +";;;;%--@-*-%;;", +">>>>>%*-@-%>>>", +",,,,,%@-*@%,,,", +"''''%=**--=%''", +")))%=**%%*-=%)", +"!!!%-*%!!%-*%!", +"~~~~%%~~~~%%~~", +"{{{{{{{{{{{{{{", +"]]]]]]]]]]]]]]", +"^^^^^^^^^^^^^^", +"..............", +"--------------", +"//////////////"}; diff --git a/themes/adept/hide-active.xpm b/themes/adept/hide-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..481ca9c5ffad81d6582ca92c8516b6849f957a3a --- /dev/null +++ b/themes/adept/hide-active.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"14 21 30 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #C5C6C5", +"% c #000020", +"& c #000062", +"* c #C5C2C5", +"= c #00005A", +"- c #00085A", +"; c #000010", +"> c #F6FAFF", +", c #000008", +"' c #949194", +") c #BDBEBD", +"! c #7B817B", +"~ c #BDBABD", +"{ c #8B8D8B", +"] c #B4B6B4", +"^ c #8B898B", +"/ c #B4B2B4", +"( c #ACAEAC", +"_ c #838583", +": c #A4A5A4", +"< c #838183", +"[ c #A4A1A4", +"} c #9C999C", +"| c #737173", +"1 c #9C9D9C", +"..............", +"++++++++++++++", +"@@@@@@@@@@@@@@", +"##############", +"##############", +"$$$%&&&&&&%$$$", +"***%&&&=-&%$**", +"***;>>>>>@,'**", +"))).>@@@@!.'))", +"~~~.>@@@@!.{~~", +"]]].>@@@@!.^]]", +"///.@!!!!!.^//", +"(((........_((", +":::::<<<<<<<::", +"[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}", +"''''''''''''''", +"||||||||||||||", +"..............", +"<<<<<<<<<<<<<<", +"11111111111111"}; diff --git a/themes/adept/hide-inactive.xpm b/themes/adept/hide-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..c9d179b64c6003d0f9f2ded2091464a66d0d9146 --- /dev/null +++ b/themes/adept/hide-inactive.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"14 21 30 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #C5C6C5", +"% c #000020", +"& c #000062", +"* c #C5C2C5", +"= c #00005A", +"- c #00085A", +"; c #000010", +"> c #F6FAFF", +", c #000008", +"' c #949194", +") c #BDBEBD", +"! c #7B817B", +"~ c #BDBABD", +"{ c #8B8D8B", +"] c #B4B6B4", +"^ c #8B898B", +"/ c #B4B2B4", +"( c #ACAEAC", +"_ c #838583", +": c #A4A5A4", +"< c #838183", +"[ c #A4A1A4", +"} c #9C999C", +"| c #737173", +"1 c #9C9D9C", +"..............", +"++++++++++++++", +"@@@@@@@@@@@@@@", +"##############", +"##############", +"$$$%&&&&&&%$$$", +"***%&&&=-&%$**", +"***;>>>>>@,'**", +"))).>@@@@!.'))", +"~~~.>@@@@!.{~~", +"]]].>@@@@!.^]]", +"///.@!!!!!.^//", +"(((........_((", +":::::<<<<<<<::", +"[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}", +"''''''''''''''", +"||||||||||||||", +"..............", +"<<<<<<<<<<<<<<", +"11111111111111"}; diff --git a/themes/adept/hide-pressed.xpm b/themes/adept/hide-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..5e4a6ef99c1ba337bd1d6096c24e1353d5d6f94c --- /dev/null +++ b/themes/adept/hide-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"14 21 27 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #C5C6C5", +"% c #C5C2C5", +"& c #000020", +"* c #000062", +"= c #00005A", +"- c #00085A", +"; c #BDBEBD", +"> c #000010", +", c #F6FAFF", +"' c #7B817B", +") c #000008", +"! c #BDBABD", +"~ c #B4B6B4", +"{ c #B4B2B4", +"] c #ACAEAC", +"^ c #A4A5A4", +"/ c #A4A1A4", +"( c #9C999C", +"_ c #949194", +": c #737173", +"< c #838183", +"[ c #9C9D9C", +"..............", +"++++++++++++++", +"@@@@@@@@@@@@@@", +"##############", +"##############", +"$$$$$$$$$$$$$$", +"%%%%&******&%%", +"%%%%&***=-*&%%", +";;;;>,,,,,');;", +"!!!!.,@@@@'.!!", +"~~~~.,@@@@'.~~", +"{{{{.,@@@@'.{{", +"]]]].''''''.]]", +"^^^^........^^", +"//////////////", +"((((((((((((((", +"______________", +"::::::::::::::", +"..............", +"<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[["}; diff --git a/themes/adept/left-active.xpm b/themes/adept/left-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..3d629d10c7ad48b322a7577f842a64b5b58ee4fc --- /dev/null +++ b/themes/adept/left-active.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 32 4 1", +" c None", +". c #000000", +"+ c #838183", +"@ c #9C9D9C", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@"}; diff --git a/themes/adept/left-inactive.xpm b/themes/adept/left-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..6a4f073ffc38e560cea89fc79192d5c9d08eb478 --- /dev/null +++ b/themes/adept/left-inactive.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"3 32 4 1", +" c None", +". c #000000", +"+ c #838183", +"@ c #9C9D9C", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@"}; diff --git a/themes/adept/maximize-active.xpm b/themes/adept/maximize-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..bf145593b26b715f7b229b329894eed4aa4b6939 --- /dev/null +++ b/themes/adept/maximize-active.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"14 21 29 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #000010", +"% c #00005A", +"& c #000008", +"* c #C5C6C5", +"= c #FFFAFF", +"- c #7B8183", +"; c #C5C2C5", +"> c #FFFFFF", +", c #7B7D8B", +"' c #83817B", +") c #838183", +"! c #BDBEBD", +"~ c #837D83", +"{ c #BDBABD", +"] c #B4B6B4", +"^ c #B4B2B4", +"/ c #ACAEAC", +"( c #7B7D7B", +"_ c #A4A5A4", +": c #A4A1A4", +"< c #9C999C", +"[ c #949194", +"} c #737173", +"| c #9C9D9C", +"..............", +"++++++++++++++", +"@@@@@@@@@@@@@@", +"#$%%%%%%%%%&##", +"#&%%%%%%%%%&##", +"*&========@&-*", +";.>@@@@@@@,.';", +";.>@@@@@@@).';", +"!.>@@@@#@@~.~!", +"{.>@@@@@@@'.'{", +"].>@@@@@@@'.']", +"^.>@@@@@@@).'^", +"/.@())))))(.)/", +"_...........(_", +":::)))))))))):", +"<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}", +"..............", +"))))))))))))))", +"||||||||||||||"}; diff --git a/themes/adept/maximize-inactive.xpm b/themes/adept/maximize-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..59c4f7edbf0ff2e62055ad941691448c3f8d7e9a --- /dev/null +++ b/themes/adept/maximize-inactive.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"14 21 29 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #000010", +"% c #00005A", +"& c #000008", +"* c #C5C6C5", +"= c #FFFAFF", +"- c #7B8183", +"; c #C5C2C5", +"> c #FFFFFF", +", c #7B7D8B", +"' c #83817B", +") c #838183", +"! c #BDBEBD", +"~ c #837D83", +"{ c #BDBABD", +"] c #B4B6B4", +"^ c #B4B2B4", +"/ c #ACAEAC", +"( c #7B7D7B", +"_ c #A4A5A4", +": c #A4A1A4", +"< c #9C999C", +"[ c #949194", +"} c #737173", +"| c #9C9D9C", +"..............", +"++++++++++++++", +"@@@@@@@@@@@@@@", +"#$%%%%%%%%%&##", +"#&%%%%%%%%%&##", +"*&========@&-*", +";.>@@@@@@@,.';", +";.>@@@@@@@).';", +"!.>@@@@#@@~.~!", +"{.>@@@@@@@'.'{", +"].>@@@@@@@'.']", +"^.>@@@@@@@).'^", +"/.@())))))(.)/", +"_...........(_", +":::)))))))))):", +"<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[", +"}}}}}}}}}}}}}}", +"..............", +"))))))))))))))", +"||||||||||||||"}; diff --git a/themes/adept/maximize-pressed.xpm b/themes/adept/maximize-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..95d0dc6dfef2927c0d150b6f1ce3eacf7da06c8f --- /dev/null +++ b/themes/adept/maximize-pressed.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"14 21 28 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #000010", +"% c #00005A", +"& c #000008", +"* c #C5C6C5", +"= c #C5C2C5", +"- c #FFFAFF", +"; c #FFFFFF", +"> c #7B7D8B", +", c #BDBEBD", +"' c #838183", +") c #BDBABD", +"! c #837D83", +"~ c #B4B6B4", +"{ c #83817B", +"] c #B4B2B4", +"^ c #ACAEAC", +"/ c #A4A5A4", +"( c #7B7D7B", +"_ c #A4A1A4", +": c #9C999C", +"< c #949194", +"[ c #737173", +"} c #9C9D9C", +"..............", +"++++++++++++++", +"@@@@@@@@@@@@@@", +"##############", +"##$%%%%%%%%%&#", +"**&%%%%%%%%%&*", +"==&--------@&=", +"==.;@@@@@@@>.=", +",,.;@@@@@@@'.,", +")).;@@@@#@@!.)", +"~~.;@@@@@@@{.~", +"]].;@@@@@@@{.]", +"^^.;@@@@@@@'.^", +"//.@(''''''(./", +"__..........._", +"::::::::::::::", +"<<<<<<<<<<<<<<", +"[[[[[[[[[[[[[[", +"..............", +"''''''''''''''", +"}}}}}}}}}}}}}}"}; diff --git a/themes/adept/right-active.xpm b/themes/adept/right-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..10d0b546ea4d3c2c49b5700d40236577ba8d2640 --- /dev/null +++ b/themes/adept/right-active.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 32 4 1", +" c None", +". c #9C9D9C", +"+ c #BDBEBD", +"@ c #000000", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@"}; diff --git a/themes/adept/right-inactive.xpm b/themes/adept/right-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..042a32c5ef38d5fe40254cd5e28ca54f70c7b938 --- /dev/null +++ b/themes/adept/right-inactive.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"3 32 4 1", +" c None", +". c #9C9D9C", +"+ c #BDBEBD", +"@ c #000000", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@", +".+@"}; diff --git a/themes/adept/themerc b/themes/adept/themerc new file mode 100644 index 0000000000000000000000000000000000000000..24d4f0768e0c4e237b1d474cfa7df7b3591995f1 --- /dev/null +++ b/themes/adept/themerc @@ -0,0 +1,7 @@ +full_width_title=true +button_offset=0 +button_spacing=0 +title_vertical_offset=-6 +button_layout=H|MC +active_text_color=#ffffff +inactive_text_color=#bdbebd diff --git a/themes/adept/title-1-active.xpm b/themes/adept/title-1-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..932d436f30314328a6e284f9e8fc4cead6934fa8 --- /dev/null +++ b/themes/adept/title-1-active.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"3 21 19 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #C5C6C5", +"% c #C5C2C5", +"& c #BDBEBD", +"* c #BDBABD", +"= c #B4B6B4", +"- c #B4B2B4", +"; c #ACAEAC", +"> c #A4A5A4", +", c #A4A1A4", +"' c #9C999C", +") c #949194", +"! c #737173", +"~ c #838183", +"{ c #9C9D9C", +"...", +"+++", +"@@@", +"###", +"###", +"$$$", +"%%%", +"%%%", +"&&&", +"***", +"===", +"---", +";;;", +">>>", +",,,", +"'''", +")))", +"!!!", +"...", +"~~~", +"{{{"}; diff --git a/themes/adept/title-1-inactive.xpm b/themes/adept/title-1-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..c9104a7c257bf86ba0dbf1e9191228bc3531869c --- /dev/null +++ b/themes/adept/title-1-inactive.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"3 21 19 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #C5C6C5", +"% c #C5C2C5", +"& c #BDBEBD", +"* c #BDBABD", +"= c #B4B6B4", +"- c #B4B2B4", +"; c #ACAEAC", +"> c #A4A5A4", +", c #A4A1A4", +"' c #9C999C", +") c #949194", +"! c #737173", +"~ c #838183", +"{ c #9C9D9C", +"...", +"+++", +"@@@", +"###", +"###", +"$$$", +"%%%", +"%%%", +"&&&", +"***", +"===", +"---", +";;;", +">>>", +",,,", +"'''", +")))", +"!!!", +"...", +"~~~", +"{{{"}; diff --git a/themes/adept/title-2-active.xpm b/themes/adept/title-2-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..48fded7a1fc9a767a4438852ece1cbb50f5a2d97 --- /dev/null +++ b/themes/adept/title-2-active.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"3 21 29 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #7B899C", +"# c #CDCECD", +"$ c #CDCACD", +"% c #C5C6C5", +"& c #7B859C", +"* c #C5C2C5", +"= c #BDBEBD", +"- c #73859C", +"; c #BDBABD", +"> c #6A7D94", +", c #B4B6B4", +"' c #627594", +") c #B4B2B4", +"! c #5A6D8B", +"~ c #ACAEAC", +"{ c #526583", +"] c #A4A5A4", +"^ c #4A5D7B", +"/ c #A4A1A4", +"( c #415973", +"_ c #9C999C", +": c #CDD2DE", +"< c #949194", +"[ c #737173", +"} c #838183", +"| c #9C9D9C", +"...", +"+.@", +"#.@", +"$.@", +"$.@", +"%.&", +"*.&", +"*.&", +"=.-", +";.>", +",.'", +").!", +"~.{", +"].^", +"/.(", +"_):", +"<<<", +"[[[", +"...", +"}}}", +"|||"}; diff --git a/themes/adept/title-2-inactive.xpm b/themes/adept/title-2-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..2c920b82b35245f621b3fcabd44fa6b22d66d700 --- /dev/null +++ b/themes/adept/title-2-inactive.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"3 21 27 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #5A6573", +"# c #CDCECD", +"$ c #CDCACD", +"% c #C5C6C5", +"& c #C5C2C5", +"* c #BDBEBD", +"= c #5A6173", +"- c #BDBABD", +"; c #525D73", +"> c #B4B6B4", +", c #4A596A", +"' c #B4B2B4", +") c #415062", +"! c #ACAEAC", +"~ c #394C62", +"{ c #A4A5A4", +"] c #394862", +"^ c #A4A1A4", +"/ c #9C999C", +"( c #CDD2DE", +"_ c #949194", +": c #737173", +"< c #838183", +"[ c #9C9D9C", +"...", +"+.@", +"#.@", +"$.@", +"$.@", +"%.@", +"&.@", +"&.@", +"*.=", +"-.;", +">.,", +"'.)", +"!.~", +"{.]", +"^.]", +"/'(", +"___", +":::", +"...", +"<<<", +"[[["}; diff --git a/themes/adept/title-3-active.xpm b/themes/adept/title-3-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..59e0c28939e051be15d83c77e0940ae82d35d511 --- /dev/null +++ b/themes/adept/title-3-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"32 21 16 1", +" c None", +". c #000000", +"+ c #7B899C", +"@ c #7B859C", +"# c #73859C", +"$ c #6A7D94", +"% c #627594", +"& c #5A6D8B", +"* c #526583", +"= c #4A5D7B", +"- c #415973", +"; c #CDD2DE", +"> c #949194", +", c #737173", +"' c #838183", +") c #9C9D9C", +"................................", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"################################", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&", +"********************************", +"================================", +"--------------------------------", +";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,", +"................................", +"''''''''''''''''''''''''''''''''", +"))))))))))))))))))))))))))))))))"}; diff --git a/themes/adept/title-3-inactive.xpm b/themes/adept/title-3-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..ec7558cc5b941690498624209308437c45481782 --- /dev/null +++ b/themes/adept/title-3-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"32 21 14 1", +" c None", +". c #000000", +"+ c #5A6573", +"@ c #5A6173", +"# c #525D73", +"$ c #4A596A", +"% c #415062", +"& c #394C62", +"* c #394862", +"= c #CDD2DE", +"- c #949194", +"; c #737173", +"> c #838183", +", c #9C9D9C", +"................................", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"################################", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&", +"********************************", +"********************************", +"================================", +"--------------------------------", +";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;", +"................................", +">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"}; diff --git a/themes/adept/title-4-active.xpm b/themes/adept/title-4-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..563d8e97b2ebcc9cf04eb729641501361ee60118 --- /dev/null +++ b/themes/adept/title-4-active.xpm @@ -0,0 +1,59 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"3 21 35 1", +" c None", +". c #000000", +"+ c #7B899C", +"@ c #DEDEE6", +"# c #EEEAEE", +"$ c #CDCECD", +"% c #CDCACD", +"& c #7B859C", +"* c #D5DEE6", +"= c #C5C6C5", +"- c #D5DAE6", +"; c #C5C2C5", +"> c #73859C", +", c #BDBEBD", +"' c #6A7D94", +") c #BDBABD", +"! c #627594", +"~ c #D5D6DE", +"{ c #B4B6B4", +"] c #5A6D8B", +"^ c #CDD6DE", +"/ c #B4B2B4", +"( c #526583", +"_ c #CDD2DE", +": c #ACAEAC", +"< c #4A5D7B", +"[ c #A4A5A4", +"} c #415973", +"| c #C5CED5", +"1 c #A4A1A4", +"2 c #9C999C", +"3 c #949194", +"4 c #737173", +"5 c #838183", +"6 c #9C9D9C", +"...", +"+@#", +"+@$", +"+@%", +"+@%", +"&*=", +"&-;", +"&-;", +">-,", +"'-)", +"!~{", +"]^/", +"(_:", +"<_[", +"}|1", +"__2", +"333", +"444", +"...", +"555", +"666"}; diff --git a/themes/adept/title-4-inactive.xpm b/themes/adept/title-4-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..0a491b64b9bf74d24ac4555ae5d5ee6cb8fd1a17 --- /dev/null +++ b/themes/adept/title-4-inactive.xpm @@ -0,0 +1,57 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"3 21 33 1", +" c None", +". c #000000", +"+ c #5A6573", +"@ c #DEDEE6", +"# c #EEEAEE", +"$ c #CDCECD", +"% c #CDCACD", +"& c #D5DEE6", +"* c #C5C6C5", +"= c #D5DAE6", +"- c #C5C2C5", +"; c #5A6173", +"> c #BDBEBD", +", c #525D73", +"' c #BDBABD", +") c #4A596A", +"! c #D5D6DE", +"~ c #B4B6B4", +"{ c #415062", +"] c #CDD6DE", +"^ c #B4B2B4", +"/ c #394C62", +"( c #CDD2DE", +"_ c #ACAEAC", +": c #394862", +"< c #A4A5A4", +"[ c #C5CED5", +"} c #A4A1A4", +"| c #9C999C", +"1 c #949194", +"2 c #737173", +"3 c #838183", +"4 c #9C9D9C", +"...", +"+@#", +"+@$", +"+@%", +"+@%", +"+&*", +"+=-", +"+=-", +";=>", +",='", +")!~", +"{]^", +"/(_", +":(<", +":[}", +"((|", +"111", +"222", +"...", +"333", +"444"}; diff --git a/themes/adept/title-5-active.xpm b/themes/adept/title-5-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..7402c2ac5f160c24b03ec7283af0e38e8361f66b --- /dev/null +++ b/themes/adept/title-5-active.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"3 21 19 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #C5C6C5", +"% c #C5C2C5", +"& c #BDBEBD", +"* c #BDBABD", +"= c #B4B6B4", +"- c #B4B2B4", +"; c #ACAEAC", +"> c #A4A5A4", +", c #A4A1A4", +"' c #9C999C", +") c #949194", +"! c #737173", +"~ c #838183", +"{ c #9C9D9C", +"...", +"+++", +"@@@", +"###", +"###", +"$$$", +"%%%", +"%%%", +"&&&", +"***", +"===", +"---", +";;;", +">>>", +",,,", +"'''", +")))", +"!!!", +"...", +"~~~", +"{{{"}; diff --git a/themes/adept/title-5-inactive.xpm b/themes/adept/title-5-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..84063314d1be651e789e3251db732a98c1310284 --- /dev/null +++ b/themes/adept/title-5-inactive.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"3 21 19 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #CDCACD", +"$ c #C5C6C5", +"% c #C5C2C5", +"& c #BDBEBD", +"* c #BDBABD", +"= c #B4B6B4", +"- c #B4B2B4", +"; c #ACAEAC", +"> c #A4A5A4", +", c #A4A1A4", +"' c #9C999C", +") c #949194", +"! c #737173", +"~ c #838183", +"{ c #9C9D9C", +"...", +"+++", +"@@@", +"###", +"###", +"$$$", +"%%%", +"%%%", +"&&&", +"***", +"===", +"---", +";;;", +">>>", +",,,", +"'''", +")))", +"!!!", +"...", +"~~~", +"{{{"}; diff --git a/themes/adept/top-left-active.xpm b/themes/adept/top-left-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..6327a8cc41ea16d7a1742573d0bd9d32fcde470b --- /dev/null +++ b/themes/adept/top-left-active.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"3 21 26 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #E6E6E6", +"$ c #CDCACD", +"% c #E6E2E6", +"& c #DEDEDE", +"* c #C5C6C5", +"= c #C5C2C5", +"- c #DEDADE", +"; c #D5D6D5", +"> c #BDBEBD", +", c #D5D2D5", +"' c #BDBABD", +") c #B4B6B4", +"! c #B4B2B4", +"~ c #ACAEAC", +"{ c #A4A5A4", +"] c #A4A1A4", +"^ c #9C999C", +"/ c #949194", +"( c #949594", +"_ c #737173", +": c #838183", +"< c #9C9D9C", +"...", +".++", +".+@", +".#$", +".%$", +".&*", +".&=", +".-=", +".;>", +".,'", +".,)", +".@!", +".$~", +".*{", +".=]", +".>^", +".)/", +".(_", +"...", +".:<", +".:<"}; diff --git a/themes/adept/top-left-inactive.xpm b/themes/adept/top-left-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..3bd82940d546fea63c2afe490ca62e0da72253de --- /dev/null +++ b/themes/adept/top-left-inactive.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"3 21 26 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #E6E6E6", +"$ c #CDCACD", +"% c #E6E2E6", +"& c #DEDEDE", +"* c #C5C6C5", +"= c #C5C2C5", +"- c #DEDADE", +"; c #D5D6D5", +"> c #BDBEBD", +", c #D5D2D5", +"' c #BDBABD", +") c #B4B6B4", +"! c #B4B2B4", +"~ c #ACAEAC", +"{ c #A4A5A4", +"] c #A4A1A4", +"^ c #9C999C", +"/ c #949194", +"( c #949594", +"_ c #737173", +": c #838183", +"< c #9C9D9C", +"...", +".++", +".+@", +".#$", +".%$", +".&*", +".&=", +".-=", +".;>", +".,'", +".,)", +".@!", +".$~", +".*{", +".=]", +".>^", +".)/", +".(_", +"...", +".:<", +".:<"}; diff --git a/themes/adept/top-right-active.xpm b/themes/adept/top-right-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..4bf57fbb5581ea5478a5c5fbb6f314b224b4fe23 --- /dev/null +++ b/themes/adept/top-right-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"3 21 25 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #BDBABD", +"$ c #CDCACD", +"% c #B4B6B4", +"& c #B4B2B4", +"* c #C5C6C5", +"= c #ACAEAC", +"- c #C5C2C5", +"; c #ACAAAC", +"> c #BDBEBD", +", c #A4A5A4", +"' c #A4A1A4", +") c #9C9D9C", +"! c #949594", +"~ c #949194", +"{ c #8B898B", +"] c #838183", +"^ c #9C999C", +"/ c #7B7D7B", +"( c #737573", +"_ c #737173", +": c #525552", +"...", +"++.", +"@#.", +"$%.", +"$&.", +"*=.", +"-=.", +"-;.", +">,.", +"#'.", +"%).", +"&!.", +"=~.", +",{.", +"'].", +"^/.", +"~(.", +"_:.", +"...", +")>.", +")>."}; diff --git a/themes/adept/top-right-inactive.xpm b/themes/adept/top-right-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..1d91f5f0fe8290c79d9d8d6cb685c564278846c0 --- /dev/null +++ b/themes/adept/top-right-inactive.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"3 21 25 1", +" c None", +". c #000000", +"+ c #EEEAEE", +"@ c #CDCECD", +"# c #BDBABD", +"$ c #CDCACD", +"% c #B4B6B4", +"& c #B4B2B4", +"* c #C5C6C5", +"= c #ACAEAC", +"- c #C5C2C5", +"; c #ACAAAC", +"> c #BDBEBD", +", c #A4A5A4", +"' c #A4A1A4", +") c #9C9D9C", +"! c #949594", +"~ c #949194", +"{ c #8B898B", +"] c #838183", +"^ c #9C999C", +"/ c #7B7D7B", +"( c #737573", +"_ c #737173", +": c #525552", +"...", +"++.", +"@#.", +"$%.", +"$&.", +"*=.", +"-=.", +"-;.", +">,.", +"#'.", +"%).", +"&!.", +"=~.", +",{.", +"'].", +"^/.", +"~(.", +"_:.", +"...", +")>.", +")>."}; diff --git a/themes/agua/Makefile.in b/themes/agua/Makefile.in index 66cd349e0b732060f8a37d4a6115c3be1297666e..9a2d8d6bd906a518f5ca20ad90d2cd0348d73023 100644 --- a/themes/agua/Makefile.in +++ b/themes/agua/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/b5/Makefile.in b/themes/b5/Makefile.in index dd722785993d9d924e3e743427ba7c7c942c5c03..0266f9c3d8aed1b79218c65f740a35a762c1ae01 100644 --- a/themes/b5/Makefile.in +++ b/themes/b5/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/b6/Makefile.in b/themes/b6/Makefile.in index 434458ddeac9c6c4b49f82d9f90efb1528a7439e..64c60e2c25ad445a22385ccbc5aa780d4d9eb5f0 100644 --- a/themes/b6/Makefile.in +++ b/themes/b6/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/coldsteel/Makefile.in b/themes/coldsteel/Makefile.in index 567a337cefb8d7a1ccfb12633cde717d7d5a4fab..7df3617492d0e3c328c472ee6008da6834d0a480 100644 --- a/themes/coldsteel/Makefile.in +++ b/themes/coldsteel/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/coolclean/Makefile.in b/themes/coolclean/Makefile.in index 1816e4e1ee39450402889735b8370c597f958701..9d3a92bfd69e6fac36d34135e0aa872feb7d44ad 100644 --- a/themes/coolclean/Makefile.in +++ b/themes/coolclean/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/crux/Makefile.in b/themes/crux/Makefile.in index 0775074a9c03177d15642d6d3d86e043c8b64f83..8978b8dd1028308aa9100a3cf1a228fc1b08ebec 100644 --- a/themes/crux/Makefile.in +++ b/themes/crux/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/cruxish/Makefile.in b/themes/cruxish/Makefile.in index 7cdd807c74bd1e921143acc90ce6cf7340109549..d5cc43c41cb1b80e6fbe27ba3ba31ce72d70e6f8 100644 --- a/themes/cruxish/Makefile.in +++ b/themes/cruxish/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/curve/Makefile.in b/themes/curve/Makefile.in index 06546ecfb166fad16f6a1eaa05e81f01f2987652..585a34d6c655875616924bafaf7b1c4b077d90a0 100644 --- a/themes/curve/Makefile.in +++ b/themes/curve/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/default.keys/Makefile.in b/themes/default.keys/Makefile.in index 3ef6808d037aecbfeae94bd73281eafa7b1ca00d..d84393f5f7f10f2dbfb3e3ad0853dfa90ca8166e 100644 --- a/themes/default.keys/Makefile.in +++ b/themes/default.keys/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/eazel-blue/Makefile.in b/themes/eazel-blue/Makefile.in index a91ddb6dbbeb37a576f8636e206a0c47ae041b83..fd46d4ffc45feee200733cfb30e4b60a15b99af4 100644 --- a/themes/eazel-blue/Makefile.in +++ b/themes/eazel-blue/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/g2/Makefile.in b/themes/g2/Makefile.in index ff612805f4432f5bc0d83531401acf11cbdd5682..5a2464f8da5dd91380d3b14821b74142cf0a44ee 100644 --- a/themes/g2/Makefile.in +++ b/themes/g2/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/gorilla/Makefile.in b/themes/gorilla/Makefile.in index 1f02020b2c07990230256d082394bfb1659f06ec..f5dd80c0880e74fbdc63efa229071acdaf8e3231 100644 --- a/themes/gorilla/Makefile.in +++ b/themes/gorilla/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/gtk/Makefile.in b/themes/gtk/Makefile.in index 974c5e822da07f417e41ba5bd411bf45aa848351..c4db5bced0823308672784db9d37ebe968d76c39 100644 --- a/themes/gtk/Makefile.in +++ b/themes/gtk/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/iceg/Makefile.in b/themes/iceg/Makefile.in index cc496ca4fc407af8e7133d9b408ea838e852fdd6..f9a6cc95ffb2465253959794a37c33e6dc3016bf 100644 --- a/themes/iceg/Makefile.in +++ b/themes/iceg/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/kde/Makefile.in b/themes/kde/Makefile.in index 9a0ed70d7ef36f39f81998a3d4cbe2cf2546cb4f..c51279252a858908c0ef6d640c2cc62f156d5b9b 100644 --- a/themes/kde/Makefile.in +++ b/themes/kde/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/kindaker/Makefile.in b/themes/kindaker/Makefile.in index 20ceb5d02604aae74c241d4047b6b96758e6e6b7..56025c9231f5494a25ca5f014eaaf1451a8ed819 100644 --- a/themes/kindaker/Makefile.in +++ b/themes/kindaker/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/linea/Makefile.in b/themes/linea/Makefile.in index 291ad83915086e024cd60abe2784f569caef17b3..583259c47f6e5cce07adc07bf4ee90a334a253fb 100644 --- a/themes/linea/Makefile.in +++ b/themes/linea/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/microgui/Makefile.in b/themes/microgui/Makefile.in index 8086ec8a4a6988223d13666793a4783f3876f497..96bbbe6536a4e26aa24abc2e2bbf1603dd439d0a 100644 --- a/themes/microgui/Makefile.in +++ b/themes/microgui/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/mofit/Makefile.in b/themes/mofit/Makefile.in index 5695ac9eda3ccfc696c802c5d3080fbe009f6427..8e0bc7ef8ea658ff2efcf102d690e7fa782cd3c5 100644 --- a/themes/mofit/Makefile.in +++ b/themes/mofit/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/next/Makefile.in b/themes/next/Makefile.in index a8128c54ab4b0247558932e0000640ad08bf450d..d8556774c27fb0836fcdb64dfe61fa04e687ef51 100644 --- a/themes/next/Makefile.in +++ b/themes/next/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/ops/Makefile.in b/themes/ops/Makefile.in index c9745736ed4fae1d9594b2e410e5928528f4d6c2..721b92a4505f0fee521a51418672b2bc1c94bbfd 100644 --- a/themes/ops/Makefile.in +++ b/themes/ops/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/oroborus/Makefile.in b/themes/oroborus/Makefile.in index 4557d0bca5f2bc2f9c1bd3fe22fa7b0d22ad4bfa..924b8e3ccb0dcee2d69fecae8e4aadb23eec6766 100644 --- a/themes/oroborus/Makefile.in +++ b/themes/oroborus/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/piranha/Makefile.in b/themes/piranha/Makefile.in index 30e1199bc28ef0a1acf90d66eb14495fcd54735a..4465cd01058209c66c770f5b786caa6af50c5e53 100644 --- a/themes/piranha/Makefile.in +++ b/themes/piranha/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/platinum/Makefile.in b/themes/platinum/Makefile.in index 180fa1e408a32367a61a7a946f04c4f40addea06..7bd2554a3fec335884dcdb3cf5799bacaa56e251 100644 --- a/themes/platinum/Makefile.in +++ b/themes/platinum/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/quinx/Makefile.in b/themes/quinx/Makefile.in index 6f600a604c11bf5b67153759041accdb69e34db5..4a377fb54fe291c57194eebcba60cdb2518623d2 100644 --- a/themes/quinx/Makefile.in +++ b/themes/quinx/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/r9x/Makefile.in b/themes/r9x/Makefile.in index 04193edce8f42fff708309452cd417b65e312152..25249073c28c052f9f099b7a0129043d7d5cda8e 100644 --- a/themes/r9x/Makefile.in +++ b/themes/r9x/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/redmond/Makefile.in b/themes/redmond/Makefile.in index 0a98e1b673b124b48cf4c16bb5e9f552bc7f453a..3561fa625291e4c9fa85d26b0643c24ca323215a 100644 --- a/themes/redmond/Makefile.in +++ b/themes/redmond/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/redmondxp/Makefile.in b/themes/redmondxp/Makefile.in index c0f7fcf45c983515042d7e41ed24d9977989cf7e..074abffc7bf9a56401d4e1113e0b360f73eb64b2 100644 --- a/themes/redmondxp/Makefile.in +++ b/themes/redmondxp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/retro/Makefile.in b/themes/retro/Makefile.in index 786a3c87060470d60e2cfbed5be37b22f7997f65..df01f03981b82d78a8e373366d86f87067f29704 100644 --- a/themes/retro/Makefile.in +++ b/themes/retro/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/slick/Makefile.in b/themes/slick/Makefile.in index d43e393a10685c13d1725e59db18a323bb4527a2..d4932b76d5dfecff353f4fae5e299c44a19b5ab7 100644 --- a/themes/slick/Makefile.in +++ b/themes/slick/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/slimline/Makefile.in b/themes/slimline/Makefile.in index c8f3f561d385a59a0c449a9ee3a2619cd60fb894..26fe7f056653c6870d2c1bcaad24355ab55cc413 100644 --- a/themes/slimline/Makefile.in +++ b/themes/slimline/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/trench/Makefile.in b/themes/trench/Makefile.in index 36b8b6c8a5cea8d3387be18f26329864d8d480ba..1ced54ab1ee5dd5fdc981a372bb04987ebd6e9ec 100644 --- a/themes/trench/Makefile.in +++ b/themes/trench/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/themes/xfce/Makefile.in b/themes/xfce/Makefile.in index 40f9fa0b3068e38ab6607a55a0928a734d246a16..6821f6963d1c54f2a6adf036a82a62d042f90ad3 100644 --- a/themes/xfce/Makefile.in +++ b/themes/xfce/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6.2 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/xfwm4.spec.in b/xfwm4.spec.in index f13ad76d1918c4a8fb7d36ae918e782f22af0352..992981ac96aeffd271cecb2caf6795d93149d86e 100644 --- a/xfwm4.spec.in +++ b/xfwm4.spec.in @@ -49,6 +49,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %{_datadir}/xfwm4/defaults %{_datadir}/xfwm4/default.keys +%{_datadir}/xfwm4/themes/adept %{_datadir}/xfwm4/themes/bbs %{_datadir}/xfwm4/themes/curve %{_datadir}/xfwm4/themes/exocet