diff --git a/configure b/configure index a34477488ff25f6ae3547e6a73d2fb35981c8b20..c32bb3eb4989566a1e8ea27aa6a596c534687256 100755 --- a/configure +++ b/configure @@ -23313,7 +23313,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/prune/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/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/tgc/Makefile themes/tgc-large/Makefile themes/tubular/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 @@ -23907,6 +23907,7 @@ do "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/tgc/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/tgc/Makefile" ;; "themes/tgc-large/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/tgc-large/Makefile" ;; diff --git a/configure.ac b/configure.ac index 5d5d82a0cfbebe3a0827cb70d7553e6056e74c0a..dd0e8f7e8961f1fc07e6c5f9b9ee6e5df26bac12 100644 --- a/configure.ac +++ b/configure.ac @@ -101,6 +101,7 @@ themes/microcurve/Makefile themes/microdeck/Makefile themes/microdeck2/Makefile themes/microdeck3/Makefile +themes/opta/Makefile themes/prune/Makefile themes/tgc/Makefile themes/tgc-large/Makefile diff --git a/themes/Makefile.am b/themes/Makefile.am index a9a43ec95f9c7fafedb6287b47881c59486bb758..a47b5dbd3645762041abecb73f349cacc754f91e 100644 --- a/themes/Makefile.am +++ b/themes/Makefile.am @@ -13,6 +13,7 @@ SUBDIRS = \ microdeck \ microdeck2 \ microdeck3 \ + opta \ prune \ tgc \ tgc-large \ diff --git a/themes/Makefile.in b/themes/Makefile.in index 6212ff4da0b2c24992a862073fd4e97fef0afd34..e16b421b438a997862759294b20d580af49b1aa2 100644 --- a/themes/Makefile.in +++ b/themes/Makefile.in @@ -196,6 +196,7 @@ SUBDIRS = \ microdeck \ microdeck2 \ microdeck3 \ + opta \ prune \ tgc \ tgc-large \ diff --git a/themes/default/README b/themes/default/README index 5fe7ef34364cacd536c355eaba2aa1cb48df794d..1f9f7d29720df5ff726cd44b0699e683e9c99d1f 100644 --- a/themes/default/README +++ b/themes/default/README @@ -1,5 +1,5 @@ default ------- -Default xfwm4 theme. Not very sexy, but I guess the default theme doesn't have -to be anyway... +A much more colored default theme for xfwm4. Inspired by various other themes. +To be used with new default gtk theme/engine for xfce. diff --git a/themes/default/themerc b/themes/default/themerc index 70743580997b5b4356dd336bc2ba94c767d5565a..fd086050d4cd84e8c9cf52640058686d28326ce2 100644 --- a/themes/default/themerc +++ b/themes/default/themerc @@ -1,5 +1,5 @@ active_text_color=#FFFFFF -button_offset=0 +button_offset=1 button_spacing=0 full_width_title=false title_horizontal_offset=2 diff --git a/themes/opta/Makefile.am b/themes/opta/Makefile.am new file mode 100644 index 0000000000000000000000000000000000000000..b9a79962d2f1416076883bb178d013876089f432 --- /dev/null +++ b/themes/opta/Makefile.am @@ -0,0 +1,55 @@ +themedir = $(pkgdatadir)/themes/opta +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/opta/Makefile.in b/themes/opta/Makefile.in new file mode 100644 index 0000000000000000000000000000000000000000..42b93a1c40f9fc30d7358d2c5aa7ad030843c236 --- /dev/null +++ b/themes/opta/Makefile.in @@ -0,0 +1,408 @@ +# Makefile.in generated by automake 1.7.5 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ +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@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +themedir = $(pkgdatadir)/themes/opta +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) +subdir = themes/opta +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +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: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign themes/opta/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +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: + +ctags: CTAGS +CTAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +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"; \ + $(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 clean-libtool mostlyclean-am + +distclean: distclean-am + +distclean-am: clean-am distclean-generic distclean-libtool + +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 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 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/opta/README b/themes/opta/README new file mode 100644 index 0000000000000000000000000000000000000000..f3daf492f181b6d24b5dc76097f547c21e4d1236 --- /dev/null +++ b/themes/opta/README @@ -0,0 +1,5 @@ +opta +---- + +A temporary theme saved from bin on Jasper's request. +As for "opta", it stands for "olivier played with themes again" :) diff --git a/themes/opta/bottom-active.xpm b/themes/opta/bottom-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..a16d8578ec35f4447c270603599146858ac413b4 --- /dev/null +++ b/themes/opta/bottom-active.xpm @@ -0,0 +1,14 @@ +/* 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/opta/bottom-inactive.xpm b/themes/opta/bottom-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..485650bc07e22249055a2556af6ae284d708f987 --- /dev/null +++ b/themes/opta/bottom-inactive.xpm @@ -0,0 +1,14 @@ +/* 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/opta/bottom-left-active.xpm b/themes/opta/bottom-left-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..5dc18b46d0624b8114fca085d8712cd0ea4c5f8f --- /dev/null +++ b/themes/opta/bottom-left-active.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"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/opta/bottom-left-inactive.xpm b/themes/opta/bottom-left-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..aeefd94ba5b3fac736a26d75a493c9155abc8b1c --- /dev/null +++ b/themes/opta/bottom-left-inactive.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"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/opta/bottom-right-active.xpm b/themes/opta/bottom-right-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..0acec9c94f1be78412c6c3958acd98d1da352c2d --- /dev/null +++ b/themes/opta/bottom-right-active.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"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/opta/bottom-right-inactive.xpm b/themes/opta/bottom-right-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..0948ec4f51603e94b7919aeeda638ee781a62a3e --- /dev/null +++ b/themes/opta/bottom-right-inactive.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"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/opta/close-active.xpm b/themes/opta/close-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..3e1912d51c64f7f3ccc2c46382fdeb7ec906fd73 --- /dev/null +++ b/themes/opta/close-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_active_xpm[] = { +"17 21 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/opta/close-inactive.xpm b/themes/opta/close-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..e548650632015b8f6c4ab39495c92c7a65101fed --- /dev/null +++ b/themes/opta/close-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"17 21 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/opta/close-pressed.xpm b/themes/opta/close-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..83285baa773cc8310997e4e03b5a0027675f720d --- /dev/null +++ b/themes/opta/close-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"17 21 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/opta/hide-active.xpm b/themes/opta/hide-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..4cbfc3e9181367739dd6f76aa4fbfc0e7d6ee9d4 --- /dev/null +++ b/themes/opta/hide-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"17 21 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/opta/hide-inactive.xpm b/themes/opta/hide-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..74be77500e9e1d4cc672b0cf1d0c98a59708780b --- /dev/null +++ b/themes/opta/hide-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"17 21 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/opta/hide-pressed.xpm b/themes/opta/hide-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..5c701c21f8f59b8ddb3d2211e0ef5a3aea1f37cf --- /dev/null +++ b/themes/opta/hide-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"17 21 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/opta/left-active.xpm b/themes/opta/left-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..3d9d6b6e54add02c2d3af05dc563940a0be7d158 --- /dev/null +++ b/themes/opta/left-active.xpm @@ -0,0 +1,41 @@ +/* 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/opta/left-inactive.xpm b/themes/opta/left-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..f1a2121eed8b61160faff155e0b6c90ff0c29b7c --- /dev/null +++ b/themes/opta/left-inactive.xpm @@ -0,0 +1,41 @@ +/* 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/opta/maximize-active.xpm b/themes/opta/maximize-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..51bf6d855ede0903ce64a052b26c54e2a5cc3f7f --- /dev/null +++ b/themes/opta/maximize-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"17 21 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/opta/maximize-inactive.xpm b/themes/opta/maximize-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..bc460308743f81beae9e97bd750f749934dffa8d --- /dev/null +++ b/themes/opta/maximize-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"17 21 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/opta/maximize-pressed.xpm b/themes/opta/maximize-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..901f075d942c648545374dbf927f329cfa69b03d --- /dev/null +++ b/themes/opta/maximize-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"17 21 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/opta/maximize-toggled-active.xpm b/themes/opta/maximize-toggled-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..e87035f04c05157b9dcd245290b13590a90a27b0 --- /dev/null +++ b/themes/opta/maximize-toggled-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"17 21 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/opta/maximize-toggled-inactive.xpm b/themes/opta/maximize-toggled-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..ae2e8bbd027b85fad2569f5f01d796b695d3eef2 --- /dev/null +++ b/themes/opta/maximize-toggled-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"17 21 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/opta/maximize-toggled-pressed.xpm b/themes/opta/maximize-toggled-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..51e924da6bf8ff58693918a81f193aea5135dd75 --- /dev/null +++ b/themes/opta/maximize-toggled-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"17 21 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/opta/menu-active.xpm b/themes/opta/menu-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..562c1e37db11bd2a2d4be50b5d72127940fdc0b0 --- /dev/null +++ b/themes/opta/menu-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"17 21 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/opta/menu-inactive.xpm b/themes/opta/menu-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..d70b9d74ddb1c54ff23837771d0ce0b02b8f78de --- /dev/null +++ b/themes/opta/menu-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"17 21 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/opta/menu-pressed.xpm b/themes/opta/menu-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..ea36c576ab27c9981b925c455920fdcf8a46ea89 --- /dev/null +++ b/themes/opta/menu-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"17 21 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/opta/right-active.xpm b/themes/opta/right-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..1591ecc44312b9de20232b691779fd25fe1384ad --- /dev/null +++ b/themes/opta/right-active.xpm @@ -0,0 +1,41 @@ +/* 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/opta/right-inactive.xpm b/themes/opta/right-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..e8e2ffb80292a28cbdc90d2ac19a0410bc3f48a5 --- /dev/null +++ b/themes/opta/right-inactive.xpm @@ -0,0 +1,41 @@ +/* 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/opta/shade-active.xpm b/themes/opta/shade-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..522adbd78f057bccacd6ddb35090ee5babeeb3d0 --- /dev/null +++ b/themes/opta/shade-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"17 21 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/opta/shade-inactive.xpm b/themes/opta/shade-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..bfd7d51f98bcbe5b8c2e160a84106415638e9d32 --- /dev/null +++ b/themes/opta/shade-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"17 21 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/opta/shade-pressed.xpm b/themes/opta/shade-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..6ef758e137c4bcea928160c9a603ccf491d9e31f --- /dev/null +++ b/themes/opta/shade-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"17 21 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/opta/shade-toggled-active.xpm b/themes/opta/shade-toggled-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..3c3f52fe2e718d3c0cbaef7716ff1c5f4cd0f371 --- /dev/null +++ b/themes/opta/shade-toggled-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"17 21 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/opta/shade-toggled-inactive.xpm b/themes/opta/shade-toggled-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..168c9ade093d8ae924c93045d21b977c7415ded9 --- /dev/null +++ b/themes/opta/shade-toggled-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"17 21 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/opta/shade-toggled-pressed.xpm b/themes/opta/shade-toggled-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..1baf0336a93ad15d3c22125e349bc1f32950bf8c --- /dev/null +++ b/themes/opta/shade-toggled-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"17 21 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/opta/stick-active.xpm b/themes/opta/stick-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..adde7305bf9071664090fd1ffa130549fdfa755c --- /dev/null +++ b/themes/opta/stick-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"17 21 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/opta/stick-inactive.xpm b/themes/opta/stick-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..fa29f8602a81e239ef46be34b70705de3f37c416 --- /dev/null +++ b/themes/opta/stick-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"17 21 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/opta/stick-pressed.xpm b/themes/opta/stick-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..9389cda6a354af0c536074594a47d30dc15c1955 --- /dev/null +++ b/themes/opta/stick-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"17 21 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/opta/stick-toggled-active.xpm b/themes/opta/stick-toggled-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..977fff54fbb0555579b0ee575c793fd595381e46 --- /dev/null +++ b/themes/opta/stick-toggled-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"17 21 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/opta/stick-toggled-inactive.xpm b/themes/opta/stick-toggled-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..f61606fabd408593ad322f7814400175fa275cc0 --- /dev/null +++ b/themes/opta/stick-toggled-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"17 21 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/opta/stick-toggled-pressed.xpm b/themes/opta/stick-toggled-pressed.xpm new file mode 100644 index 0000000000000000000000000000000000000000..74f2fd680e76dc1342918804c5c8b9c46208c723 --- /dev/null +++ b/themes/opta/stick-toggled-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"17 21 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/opta/themerc b/themes/opta/themerc new file mode 100644 index 0000000000000000000000000000000000000000..cf136a3de569f4583c0030da5da1da807ed7b155 --- /dev/null +++ b/themes/opta/themerc @@ -0,0 +1,9 @@ +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_shadow_active=true +title_shadow_inactive=false diff --git a/themes/opta/title-1-active.xpm b/themes/opta/title-1-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..c0ab8a714415ea604bbb4ed4cd8c8c29be91a7a9 --- /dev/null +++ b/themes/opta/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"8 21 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/opta/title-1-inactive.xpm b/themes/opta/title-1-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..b77b5a939e5510caffda654a29c2e1897723ee1c --- /dev/null +++ b/themes/opta/title-1-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"8 21 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/opta/title-2-active.xpm b/themes/opta/title-2-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..7a9b9d53ecfd1912af9d7da8ac70a7381d6345e4 --- /dev/null +++ b/themes/opta/title-2-active.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"16 21 23 1", +" c None", +". c #000000", +"+ c #FFFFFF s active_hilight_2", +"@ c #336699", +"# c #9EC6EF", +"$ c #7FABD7", +"% c #D5D6D5 s active_color_2", +"& c #4879AB", +"* c #3E70A3", +"= c #4072A5", +"- c #4275A7", +"; c #4476A9", +"> c #4679AB", +", c #497BAD", +"' c #4A7DAF", +") c #4C7FB1", +"! c #4F81B3", +"~ c #5183B5", +"{ c #5385B7", +"] c #5587B9", +"^ c #5889BB", +"/ c #5A8BBD", +"( c #5B8DBF", +"................", +"+++++@##########", +"+++++@$$$$$$$$$$", +"%%%%%@&&&&&&&&&&", +"%%%%%@**********", +"%%%%%@==========", +"%%%%%@----------", +"%%%%%@;;;;;;;;;;", +"%%%%%@>>>>>>>>>>", +"%%%%%@,,,,,,,,,,", +"%%%%%@''''''''''", +"%%%%%@))))))))))", +"%%%%%@!!!!!!!!!!", +"%%%%%@~~~~~~~~~~", +"%%%%%@{{{{{{{{{{", +"%%%%%@]]]]]]]]]]", +"%%%%%@^^^^^^^^^^", +"%%%%%@//////////", +"%%%%%@((((((((((", +"%%%%%%@@@@@@@@@@", +"%%%%%%%%%%%%%%%%"}; diff --git a/themes/opta/title-2-inactive.xpm b/themes/opta/title-2-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..b723e3758d0e91362354f2f4cfe20f09fc8f0c85 --- /dev/null +++ b/themes/opta/title-2-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"16 21 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/opta/title-3-active.xpm b/themes/opta/title-3-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..7cd78904d199d88c5a0a2218e0e286c2717607b5 --- /dev/null +++ b/themes/opta/title-3-active.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"20 21 22 1", +" c None", +". c #000000", +"+ c #9EC6EF", +"@ c #7FABD7", +"# c #4879AB", +"$ c #3E70A3", +"% c #4072A5", +"& c #4275A7", +"* c #4476A9", +"= c #4679AB", +"- c #497BAD", +"; c #4A7DAF", +"> c #4C7FB1", +", c #4F81B3", +"' c #5183B5", +") c #5385B7", +"! c #5587B9", +"~ c #5889BB", +"{ c #5A8BBD", +"] c #5B8DBF", +"^ c #336699", +"/ c #D5D6D5 s active_color_2", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"####################", +"$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&&&&&&&&&&", +"********************", +"====================", +"--------------------", +";;;;;;;;;;;;;;;;;;;;", +">>>>>>>>>>>>>>>>>>>>", +",,,,,,,,,,,,,,,,,,,,", +"''''''''''''''''''''", +"))))))))))))))))))))", +"!!!!!!!!!!!!!!!!!!!!", +"~~~~~~~~~~~~~~~~~~~~", +"{{{{{{{{{{{{{{{{{{{{", +"]]]]]]]]]]]]]]]]]]]]", +"^^^^^^^^^^^^^^^^^^^^", +"////////////////////"}; diff --git a/themes/opta/title-3-inactive.xpm b/themes/opta/title-3-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..2cf4a14ca217c975915252b1ffb282354544dfeb --- /dev/null +++ b/themes/opta/title-3-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"20 21 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/opta/title-4-active.xpm b/themes/opta/title-4-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..501a0018a3ca2d2e934e02bc26de089cfd2cfcc2 --- /dev/null +++ b/themes/opta/title-4-active.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"16 21 23 1", +" c None", +". c #000000", +"+ c #9EC6EF", +"@ c #336699", +"# c #FFFFFF s active_hilight_2", +"$ c #7FABD7", +"% c #4879AB", +"& c #D5D6D5 s active_color_2", +"* c #3E70A3", +"= c #4072A5", +"- c #4275A7", +"; c #4476A9", +"> c #4679AB", +", c #497BAD", +"' c #4A7DAF", +") c #4C7FB1", +"! c #4F81B3", +"~ c #5183B5", +"{ c #5385B7", +"] c #5587B9", +"^ c #5889BB", +"/ c #5A8BBD", +"( c #5B8DBF", +"................", +"++++++++++@#####", +"$$$$$$$$$$@#####", +"%%%%%%%%%%@&&&&&", +"**********@&&&&&", +"==========@&&&&&", +"----------@&&&&&", +";;;;;;;;;;@&&&&&", +">>>>>>>>>>@&&&&&", +",,,,,,,,,,@&&&&&", +"''''''''''@&&&&&", +"))))))))))@&&&&&", +"!!!!!!!!!!@&&&&&", +"~~~~~~~~~~@&&&&&", +"{{{{{{{{{{@&&&&&", +"]]]]]]]]]]@&&&&&", +"^^^^^^^^^^@&&&&&", +"//////////@&&&&&", +"((((((((((@&&&&&", +"@@@@@@@@@@&&&&&&", +"&&&&&&&&&&&&&&&&"}; diff --git a/themes/opta/title-4-inactive.xpm b/themes/opta/title-4-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..dfa5a13b27dea618d6419f4efaf60e754badaafd --- /dev/null +++ b/themes/opta/title-4-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"16 21 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/opta/title-5-active.xpm b/themes/opta/title-5-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..39e5c6b0370bd0435dace2b0a0217898f5865339 --- /dev/null +++ b/themes/opta/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"8 21 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/opta/title-5-inactive.xpm b/themes/opta/title-5-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..eac01015d9075c4175ab511e036c26a8628ebcd9 --- /dev/null +++ b/themes/opta/title-5-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"8 21 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/opta/top-left-active.xpm b/themes/opta/top-left-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..acf5d9c2246637bd2a69c10df114a7ea93782faf --- /dev/null +++ b/themes/opta/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"7 21 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/opta/top-left-inactive.xpm b/themes/opta/top-left-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..faa6160c02c0efaa0fc4ec40c9c667bfc222ccb7 --- /dev/null +++ b/themes/opta/top-left-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"7 21 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/opta/top-right-active.xpm b/themes/opta/top-right-active.xpm new file mode 100644 index 0000000000000000000000000000000000000000..0d94f0ab365d78cbac83e2c3d3a13c6756aafa86 --- /dev/null +++ b/themes/opta/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"7 21 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/opta/top-right-inactive.xpm b/themes/opta/top-right-inactive.xpm new file mode 100644 index 0000000000000000000000000000000000000000..165e7ee245a82704a8108006f8761542e091a514 --- /dev/null +++ b/themes/opta/top-right-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"7 21 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", +"$$$ ", +"+++$$ ", +"++++#$ ", +"####@$ ", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$", +"####@.$"};