diff --git a/configure b/configure
index ee1cfcb28f80560db4625ed192e43d23c0f0cb4c..b86862b283256a7a1d0184c3822797ee266565d4 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/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"
+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/tabs/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
@@ -5420,6 +5420,7 @@ do
   "themes/retro/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/retro/Makefile" ;;
   "themes/slick/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/slick/Makefile" ;;
   "themes/slimline/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/slimline/Makefile" ;;
+  "themes/tabs/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/tabs/Makefile" ;;
   "themes/trench/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/trench/Makefile" ;;
   "themes/xfce/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/xfce/Makefile" ;;
   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
diff --git a/configure.in b/configure.in
index 0bb754cc407d61ccf89237e7048aef306782c3a3..3430e37e913b8600ed0cc5e40ab2c829218976b4 100644
--- a/configure.in
+++ b/configure.in
@@ -75,6 +75,7 @@ themes/redmondxp/Makefile
 themes/retro/Makefile
 themes/slick/Makefile
 themes/slimline/Makefile
+themes/tabs/Makefile
 themes/trench/Makefile
 themes/xfce/Makefile
 ])
diff --git a/themes/Makefile.am b/themes/Makefile.am
index 80c08ee0cdeb781e32520b5a82394d6975f8ae53..532a6e9680d2b494ebe0255e113d13d2476dbb58 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -33,5 +33,6 @@ redmondxp \
 retro \
 slick \
 slimline \
+tabs \
 trench \
 xfce
diff --git a/themes/Makefile.in b/themes/Makefile.in
index b157f5ec09361a446584823e862325b8bcb51b0a..07f1184912439183ae1272d19f8f0474c62f16da 100644
--- a/themes/Makefile.in
+++ b/themes/Makefile.in
@@ -114,6 +114,7 @@ redmondxp \
 retro \
 slick \
 slimline \
+tabs \
 trench \
 xfce
 
diff --git a/themes/tabs/Makefile.am b/themes/tabs/Makefile.am
new file mode 100644
index 0000000000000000000000000000000000000000..ffa285f36faec93e890a2c76934edbe7c41ac1ff
--- /dev/null
+++ b/themes/tabs/Makefile.am
@@ -0,0 +1,46 @@
+themedir = $(pkgdatadir)/themes/tabs
+theme_DATA = README \
+	bottom-active.xpm \
+	bottom-inactive.xpm \
+	bottom-left-active.xpm \
+	bottom-left-inactive.xpm \
+	bottom-right-active.xpm \
+	bottom-right-inactive.xpm \
+	close-active.xpm \
+	close-inactive.xpm \
+	close-pressed.xpm \
+	hide-active.xpm \
+	hide-inactive.xpm \
+	hide-pressed.xpm \
+	left-active.xpm \
+	left-inactive.xpm \
+	maximize-active.xpm \
+	maximize-inactive.xpm \
+	maximize-pressed.xpm \
+	menu-active.xpm \
+	menu-inactive.xpm \
+	menu-pressed.xpm \
+	right-active.xpm \
+	right-inactive.xpm \
+	shade-active.xpm \
+	shade-inactive.xpm \
+	shade-pressed.xpm \
+	stick-active.xpm \
+	stick-inactive.xpm \
+	stick-pressed.xpm \
+	themerc \
+	title-1-active.xpm \
+	title-1-inactive.xpm \
+	title-2-active.xpm \
+	title-2-inactive.xpm \
+	title-3-active.xpm \
+	title-3-inactive.xpm \
+	title-4-active.xpm \
+	title-4-inactive.xpm \
+	title-5-active.xpm \
+	title-5-inactive.xpm \
+	top-left-active.xpm \
+	top-left-inactive.xpm \
+	top-right-active.xpm \
+	top-right-inactive.xpm
+EXTRA_DIST = $(theme_DATA)
diff --git a/themes/tabs/Makefile.in b/themes/tabs/Makefile.in
new file mode 100644
index 0000000000000000000000000000000000000000..936fd07c136b02ae6adcec633eeeb680e9d22e49
--- /dev/null
+++ b/themes/tabs/Makefile.in
@@ -0,0 +1,271 @@
+# 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/tabs
+theme_DATA = README \
+	bottom-active.xpm \
+	bottom-inactive.xpm \
+	bottom-left-active.xpm \
+	bottom-left-inactive.xpm \
+	bottom-right-active.xpm \
+	bottom-right-inactive.xpm \
+	close-active.xpm \
+	close-inactive.xpm \
+	close-pressed.xpm \
+	hide-active.xpm \
+	hide-inactive.xpm \
+	hide-pressed.xpm \
+	left-active.xpm \
+	left-inactive.xpm \
+	maximize-active.xpm \
+	maximize-inactive.xpm \
+	maximize-pressed.xpm \
+	menu-active.xpm \
+	menu-inactive.xpm \
+	menu-pressed.xpm \
+	right-active.xpm \
+	right-inactive.xpm \
+	shade-active.xpm \
+	shade-inactive.xpm \
+	shade-pressed.xpm \
+	stick-active.xpm \
+	stick-inactive.xpm \
+	stick-pressed.xpm \
+	themerc \
+	title-1-active.xpm \
+	title-1-inactive.xpm \
+	title-2-active.xpm \
+	title-2-inactive.xpm \
+	title-3-active.xpm \
+	title-3-inactive.xpm \
+	title-4-active.xpm \
+	title-4-inactive.xpm \
+	title-5-active.xpm \
+	title-5-inactive.xpm \
+	top-left-active.xpm \
+	top-left-inactive.xpm \
+	top-right-active.xpm \
+	top-right-inactive.xpm
+
+EXTRA_DIST = $(theme_DATA)
+subdir = themes/tabs
+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/tabs/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/tabs/README b/themes/tabs/README
new file mode 100644
index 0000000000000000000000000000000000000000..bc06a969bc0cf6d355be8b088c445644cb4df5fb
--- /dev/null
+++ b/themes/tabs/README
@@ -0,0 +1,4 @@
+tabs
+----
+
+An original theme for xfwm4. Created by Olivier Fourdan, Sept. 2002.
diff --git a/themes/tabs/bottom-active.xpm b/themes/tabs/bottom-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..0da495997cae96993a2a74787eaa1cf2df2cd350
--- /dev/null
+++ b/themes/tabs/bottom-active.xpm
@@ -0,0 +1,11 @@
+/* XPM */
+static char * bottom_active_xpm[] = {
+"32 4 4 1",
+" 	c None",
+".	c #3B4E81",
+"+	c #808CAD",
+"@	c #101011",
+"................................",
+"++++++++++++++++++++++++++++++++",
+"................................",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
diff --git a/themes/tabs/bottom-inactive.xpm b/themes/tabs/bottom-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..4f701944dad8320c4105cf3f1ea3666792963655
--- /dev/null
+++ b/themes/tabs/bottom-inactive.xpm
@@ -0,0 +1,12 @@
+/* XPM */
+static char * bottom_inactive_xpm[] = {
+"32 4 5 1",
+" 	c None",
+".	c #5A71A5",
+"+	c #E6E9F8",
+"@	c #CED6E6",
+"#	c #141414",
+"................................",
+"++++++++++++++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"################################"};
diff --git a/themes/tabs/bottom-left-active.xpm b/themes/tabs/bottom-left-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..dae0a51bbf2c0d5314de35f6cab1df732824e9b3
--- /dev/null
+++ b/themes/tabs/bottom-left-active.xpm
@@ -0,0 +1,19 @@
+/* XPM */
+static char * bottom_left_active_xpm[] = {
+"12 12 4 1",
+" 	c None",
+".	c #101011",
+"+	c #3B4E81",
+"@	c #808CAD",
+".+@+        ",
+".+@+        ",
+".+@+        ",
+".+@+        ",
+".+@+        ",
+".+@+        ",
+".+@+        ",
+".+@+        ",
+".+@+++++++++",
+".+@@@@@@@@@@",
+".+++++++++++",
+"............"};
diff --git a/themes/tabs/bottom-left-inactive.xpm b/themes/tabs/bottom-left-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..f9d9bda7fa1306229cc8e6b4008c7b7b1513b5cf
--- /dev/null
+++ b/themes/tabs/bottom-left-inactive.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * bottom_left_inactive_xpm[] = {
+"12 12 6 1",
+" 	c None",
+".	c #95A3C3",
+"+	c #CED6E6",
+"@	c #E6E9F8",
+"#	c #5A71A5",
+"$	c #141414",
+".+@#        ",
+".+@#        ",
+".+@#        ",
+".+@#        ",
+".+@#        ",
+".+@#        ",
+".+@#        ",
+".+@#        ",
+".+@#########",
+".+@@@@@@@@@@",
+".+++++++++++",
+"$$$$$$$$$$$$"};
diff --git a/themes/tabs/bottom-right-active.xpm b/themes/tabs/bottom-right-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..f891c3d5c1baa0c55490c6849b8f5d98bfc0df86
--- /dev/null
+++ b/themes/tabs/bottom-right-active.xpm
@@ -0,0 +1,20 @@
+/* XPM */
+static char * bottom_right_active_xpm[] = {
+"12 12 5 1",
+" 	c None",
+".	c #3B4E81",
+"+	c #8B93AE",
+"@	c #101011",
+"#	c #808CAD",
+"        .+.@",
+"        .+.@",
+"        .+.@",
+"        .+.@",
+"        .+.@",
+"        .+.@",
+"        .+.@",
+"        .+.@",
+".........+.@",
+"#########+.@",
+"...........@",
+"@@@@@@@@@@@@"};
diff --git a/themes/tabs/bottom-right-inactive.xpm b/themes/tabs/bottom-right-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..121499933a400ef031facf50f2bc5057f0e85632
--- /dev/null
+++ b/themes/tabs/bottom-right-inactive.xpm
@@ -0,0 +1,20 @@
+/* XPM */
+static char * bottom_right_inactive_xpm[] = {
+"12 12 5 1",
+" 	c None",
+".	c #5A71A5",
+"+	c #E6E9F8",
+"@	c #CED6E6",
+"#	c #141414",
+"        .+@#",
+"        .+@#",
+"        .+@#",
+"        .+@#",
+"        .+@#",
+"        .+@#",
+"        .+@#",
+"        .+@#",
+".........+@#",
+"++++++++++@#",
+"@@@@@@@@@@@#",
+"############"};
diff --git a/themes/tabs/close-active.xpm b/themes/tabs/close-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..cd5ed139c86806f16142b3f31b69596587512558
--- /dev/null
+++ b/themes/tabs/close-active.xpm
@@ -0,0 +1,49 @@
+/* XPM */
+static char * close_active_xpm[] = {
+"12 20 26 1",
+" 	c None",
+".	c #DADBE2",
+"+	c #DADAE1",
+"@	c #46496B",
+"#	c #DBDBE2",
+"$	c #4C4E71",
+"%	c #DCDCE4",
+"&	c #505179",
+"*	c #DCDCE5",
+"=	c #515380",
+"-	c #DCDDE6",
+";	c #515782",
+">	c #DFE0E8",
+",	c #5F658E",
+"'	c #E2E4EB",
+")	c #71799B",
+"!	c #E4E6EC",
+"~	c #7B84A3",
+"{	c #E6E8EE",
+"]	c #848DAB",
+"^	c #858DAB",
+"/	c #E8E9EF",
+"(	c #8C93B0",
+"_	c #8C94B0",
+":	c #EAECF1",
+"<	c #EBECF1",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&%%&&%%&&%",
+"*==******==*",
+"-;;;----;;;-",
+">,,,>>>>,,,>",
+"'))''''''))'",
+"!~~!!~~!!~~!",
+"{]]]]]]]^^^{",
+"/(((((((___/",
+" :::::::<<< ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/close-inactive.xpm b/themes/tabs/close-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..8c87d150f048159d59e44eea98c5f05aca9e0e61
--- /dev/null
+++ b/themes/tabs/close-inactive.xpm
@@ -0,0 +1,43 @@
+/* XPM */
+static char * close_inactive_xpm[] = {
+"12 20 20 1",
+" 	c None",
+".	c #798BB0",
+"+	c #8293B4",
+"@	c #9BB0D7",
+"#	c #8C9CBB",
+"$	c #A7BBDF",
+"%	c #909FBD",
+"&	c #ACBEE2",
+"*	c #9CA9C2",
+"=	c #BACAE8",
+"-	c #A2ADC6",
+";	c #C1CFEC",
+">	c #ADB7C8",
+",	c #CFDBEF",
+"'	c #B7BDCB",
+")	c #DAE2F2",
+"!	c #BEC1CF",
+"~	c #E3E7F7",
+"{	c #C9C9D3",
+"]	c #F0F1FC",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&%%&&%%&&%",
+"*==******==*",
+"-;;;----;;;-",
+">,,,>>>>,,,>",
+"'))''''''))'",
+"!~~!!~~!!~~!",
+"{]]]]]]]]]]{",
+"{]]]]]]]]]]{",
+" {{{{{{{{{{ ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/close-pressed.xpm b/themes/tabs/close-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..1f349db1dd259e0df803d22844d0944bb755054c
--- /dev/null
+++ b/themes/tabs/close-pressed.xpm
@@ -0,0 +1,46 @@
+/* XPM */
+static char * close_pressed_xpm[] = {
+"12 20 23 1",
+" 	c None",
+".	c #ECECF0",
+"+	c #ECECEF",
+"@	c #A0A2B3",
+"#	c #A3A4B6",
+"$	c #EDEDF1",
+"%	c #A5A6BA",
+"&	c #EDEDF2",
+"*	c #A6A7BE",
+"=	c #A6A9BF",
+"-	c #EEEFF3",
+";	c #ADB0C5",
+">	c #F0F1F4",
+",	c #B6BACC",
+"'	c #F1F2F5",
+")	c #BBC0D0",
+"!	c #F2F3F6",
+"~	c #C0C4D4",
+"{	c #F3F3F6",
+"]	c #C4C7D6",
+"^	c #C4C8D6",
+"/	c #F3F4F6",
+"(	c #F4F5F8",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+".##########.",
+"$%%$$%%$$%%$",
+"&**&&&&&&**&",
+"&===&&&&===&",
+"-;;;----;;;-",
+">,,>>>>>>,,>",
+"'))''))''))'",
+"!~~~~~~~~~~!",
+"{]]]]]]]^^^/",
+" (((((((((( ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/hide-active.xpm b/themes/tabs/hide-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..40f00443ba99d4f06061fc7a6a47bd0afa189284
--- /dev/null
+++ b/themes/tabs/hide-active.xpm
@@ -0,0 +1,47 @@
+/* XPM */
+static char * hide_active_xpm[] = {
+"12 20 24 1",
+" 	c None",
+".	c #DADBE2",
+"+	c #DADAE1",
+"@	c #46496B",
+"#	c #DBDBE2",
+"$	c #4C4E71",
+"%	c #DCDCE4",
+"&	c #505179",
+"*	c #DCDCE5",
+"=	c #515380",
+"-	c #DCDDE6",
+";	c #515782",
+">	c #DFE0E8",
+",	c #5F658E",
+"'	c #E2E4EB",
+")	c #71799B",
+"!	c #E4E6EC",
+"~	c #7B84A3",
+"{	c #E6E8EE",
+"]	c #848DAB",
+"^	c #E8E9EF",
+"/	c #8C94B0",
+"(	c #8C93B0",
+"_	c #EBECF1",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&&&&&&&&&%",
+"*==========*",
+"-;;;;;;;;;;-",
+">,,,,,,,,,,>",
+"'))''''''))'",
+"!~~!!!!!!~~!",
+"{]]]]]]]]]]{",
+"^/////(((((^",
+" __________ ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/hide-inactive.xpm b/themes/tabs/hide-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..5636cf4c51d4efee6a26c46939e3fdb298d77e82
--- /dev/null
+++ b/themes/tabs/hide-inactive.xpm
@@ -0,0 +1,43 @@
+/* XPM */
+static char * hide_inactive_xpm[] = {
+"12 20 20 1",
+" 	c None",
+".	c #798BB0",
+"+	c #8293B4",
+"@	c #9BB0D7",
+"#	c #8C9CBB",
+"$	c #A7BBDF",
+"%	c #909FBD",
+"&	c #ACBEE2",
+"*	c #9CA9C2",
+"=	c #BACAE8",
+"-	c #A2ADC6",
+";	c #C1CFEC",
+">	c #ADB7C8",
+",	c #CFDBEF",
+"'	c #B7BDCB",
+")	c #DAE2F2",
+"!	c #BEC1CF",
+"~	c #E3E7F7",
+"{	c #C9C9D3",
+"]	c #F0F1FC",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&&&&&&&&&%",
+"*==========*",
+"-;;;;;;;;;;-",
+">,,,,,,,,,,>",
+"'))''''''))'",
+"!~~!!!!!!~~!",
+"{]]]]]]]]]]{",
+"{]]]]]]]]]]{",
+" {{{{{{{{{{ ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/hide-pressed.xpm b/themes/tabs/hide-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..a1bade2e0eb8bb084846352d834f65418feaa50b
--- /dev/null
+++ b/themes/tabs/hide-pressed.xpm
@@ -0,0 +1,46 @@
+/* XPM */
+static char * hide_pressed_xpm[] = {
+"12 20 23 1",
+" 	c None",
+".	c #ECECF0",
+"+	c #ECECEF",
+"@	c #A0A2B3",
+"#	c #A3A4B6",
+"$	c #EDEDF1",
+"%	c #A5A6BA",
+"&	c #EDEDF2",
+"*	c #A6A7BE",
+"=	c #A6A9BF",
+"-	c #EEEFF3",
+";	c #ADB0C5",
+">	c #F0F1F4",
+",	c #B6BACC",
+"'	c #F1F2F5",
+")	c #BBC0D0",
+"!	c #F2F3F6",
+"~	c #C0C4D4",
+"{	c #F3F4F6",
+"]	c #C4C8D6",
+"^	c #C4C7D6",
+"/	c #F3F3F6",
+"(	c #F4F5F8",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+".##########.",
+"$%%%%%%%%%%$",
+"&**********&",
+"&==========&",
+"-;;;;;;;;;;-",
+">,,>>>>>>,,>",
+"'))''''''))'",
+"!~~~~~~~~~~!",
+"{]]]]]^^^^^/",
+" (((((((((( ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/left-active.xpm b/themes/tabs/left-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..194c5fcddc670a4bdb3d66b2ec2e3d30b743dd85
--- /dev/null
+++ b/themes/tabs/left-active.xpm
@@ -0,0 +1,39 @@
+/* XPM */
+static char * left_active_xpm[] = {
+"4 32 4 1",
+" 	c None",
+".	c #101011",
+"+	c #3B4E81",
+"@	c #808CAD",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+",
+".+@+"};
diff --git a/themes/tabs/left-inactive.xpm b/themes/tabs/left-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..7d010c8c93e31167da58f98b53973473caf9ce3c
--- /dev/null
+++ b/themes/tabs/left-inactive.xpm
@@ -0,0 +1,40 @@
+/* XPM */
+static char * left_inactive_xpm[] = {
+"4 32 5 1",
+" 	c None",
+".	c #95A3C3",
+"+	c #CED6E6",
+"@	c #E6E9F8",
+"#	c #5A71A5",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#"};
diff --git a/themes/tabs/maximize-active.xpm b/themes/tabs/maximize-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..50ca7939fcc5225c9a9ca5165fc68517bc7ad597
--- /dev/null
+++ b/themes/tabs/maximize-active.xpm
@@ -0,0 +1,48 @@
+/* XPM */
+static char * maximize_active_xpm[] = {
+"12 20 25 1",
+" 	c None",
+".	c #DADBE2",
+"+	c #DADAE1",
+"@	c #46496B",
+"#	c #DBDBE2",
+"$	c #4C4E71",
+"%	c #DCDCE4",
+"&	c #505179",
+"*	c #DCDCE5",
+"=	c #515380",
+"-	c #DCDDE6",
+";	c #515782",
+">	c #DFE0E8",
+",	c #5F658E",
+"'	c #E2E4EB",
+")	c #71799B",
+"!	c #E4E6EC",
+"~	c #7B84A3",
+"{	c #E6E8EE",
+"]	c #848DAB",
+"^	c #858DAB",
+"/	c #E8E9EF",
+"(	c #8C93B0",
+"_	c #8C94B0",
+":	c #EBECF1",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&%%%%%%&&%",
+"*==******==*",
+"-;;-;;;;-;;-",
+">,,>,,,,>,,>",
+"'))'))))'))'",
+"!~~!!!!!!~~!",
+"{]]^^^^^^^]{",
+"/((_______(/",
+" :::::::::: ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/maximize-inactive.xpm b/themes/tabs/maximize-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..1f829d173a6646a579f8b838f69108f4c1f02994
--- /dev/null
+++ b/themes/tabs/maximize-inactive.xpm
@@ -0,0 +1,43 @@
+/* XPM */
+static char * maximize_inactive_xpm[] = {
+"12 20 20 1",
+" 	c None",
+".	c #798BB0",
+"+	c #8293B4",
+"@	c #9BB0D7",
+"#	c #8C9CBB",
+"$	c #A7BBDF",
+"%	c #909FBD",
+"&	c #ACBEE2",
+"*	c #9CA9C2",
+"=	c #BACAE8",
+"-	c #A2ADC6",
+";	c #C1CFEC",
+">	c #ADB7C8",
+",	c #CFDBEF",
+"'	c #B7BDCB",
+")	c #DAE2F2",
+"!	c #BEC1CF",
+"~	c #E3E7F7",
+"{	c #C9C9D3",
+"]	c #F0F1FC",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&%%%%%%&&%",
+"*==******==*",
+"-;;-;;;;-;;-",
+">,,>,,,,>,,>",
+"'))'))))'))'",
+"!~~!!!!!!~~!",
+"{]]]]]]]]]]{",
+"{]]]]]]]]]]{",
+" {{{{{{{{{{ ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/maximize-pressed.xpm b/themes/tabs/maximize-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..0b1ec8aa21736b7e23e980725860f70d63aaef19
--- /dev/null
+++ b/themes/tabs/maximize-pressed.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char * maximize_pressed_xpm[] = {
+"12 20 22 1",
+" 	c None",
+".	c #ECECF0",
+"+	c #ECECEF",
+"@	c #A0A2B3",
+"#	c #A3A4B6",
+"$	c #EDEDF1",
+"%	c #A5A6BA",
+"&	c #EDEDF2",
+"*	c #A6A7BE",
+"=	c #A6A9BF",
+"-	c #EEEFF3",
+";	c #ADB0C5",
+">	c #F0F1F4",
+",	c #B6BACC",
+"'	c #F1F2F5",
+")	c #BBC0D0",
+"!	c #F2F3F6",
+"~	c #C0C4D4",
+"{	c #F3F3F6",
+"]	c #C4C7D6",
+"^	c #C4C8D6",
+"/	c #F4F5F8",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+".##########.",
+"$%%$$$$$$%%$",
+"&**&&&&&&**&",
+"&==&====&==&",
+"-;;-;;;;-;;-",
+">,,>,,,,>,,>",
+"'))''''''))'",
+"!~~~~~~~~~~!",
+"{]]^^^^^^^]{",
+" ////////// ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/menu-active.xpm b/themes/tabs/menu-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..2eae9ff4219fef80fc52328438ebfaa1e4b47e5c
--- /dev/null
+++ b/themes/tabs/menu-active.xpm
@@ -0,0 +1,46 @@
+/* XPM */
+static char * menu_active_xpm[] = {
+"12 20 23 1",
+" 	c None",
+".	c #DADBE2",
+"+	c #DADAE1",
+"@	c #46496B",
+"#	c #DBDBE2",
+"$	c #4C4E71",
+"%	c #DCDCE4",
+"&	c #505179",
+"*	c #DCDCE5",
+"=	c #515380",
+"-	c #DCDDE6",
+";	c #515782",
+">	c #DFE0E8",
+",	c #5F658E",
+"'	c #E2E4EB",
+")	c #71799B",
+"!	c #E4E6EC",
+"~	c #7B84A3",
+"{	c #E6E8EE",
+"]	c #858DAB",
+"^	c #E8E9EF",
+"/	c #8C93B0",
+"(	c #EAECF1",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&&&&&&&&&%",
+"*==******==*",
+"-;;------;;-",
+">,,,>>>>,,,>",
+"'))))''))))'",
+"!~~~~~~~~~~!",
+"{]]]]]]]]]]{",
+"^//////////^",
+" (((((((((( ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/menu-inactive.xpm b/themes/tabs/menu-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..5b4225db9e0d84c260e9ce6ee09c0765c7ea0d57
--- /dev/null
+++ b/themes/tabs/menu-inactive.xpm
@@ -0,0 +1,43 @@
+/* XPM */
+static char * menu_inactive_xpm[] = {
+"12 20 20 1",
+" 	c None",
+".	c #798BB0",
+"+	c #8293B4",
+"@	c #9BB0D7",
+"#	c #8C9CBB",
+"$	c #A7BBDF",
+"%	c #909FBD",
+"&	c #ACBEE2",
+"*	c #9CA9C2",
+"=	c #BACAE8",
+"-	c #A2ADC6",
+";	c #C1CFEC",
+">	c #ADB7C8",
+",	c #CFDBEF",
+"'	c #B7BDCB",
+")	c #DAE2F2",
+"!	c #BEC1CF",
+"~	c #E3E7F7",
+"{	c #C9C9D3",
+"]	c #F0F1FC",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&&&&&&&&&%",
+"*==******==*",
+"-;;------;;-",
+">,,,>>>>,,,>",
+"'))))''))))'",
+"!~~~~~~~~~~!",
+"{]]]]]]]]]]{",
+"{]]]]]]]]]]{",
+" {{{{{{{{{{ ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/menu-pressed.xpm b/themes/tabs/menu-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..12081f8026987e1905a4095a6cb7718ebeebb769
--- /dev/null
+++ b/themes/tabs/menu-pressed.xpm
@@ -0,0 +1,44 @@
+/* XPM */
+static char * menu_pressed_xpm[] = {
+"12 20 21 1",
+" 	c None",
+".	c #ECECF0",
+"+	c #ECECEF",
+"@	c #A0A2B3",
+"#	c #A3A4B6",
+"$	c #EDEDF1",
+"%	c #A5A6BA",
+"&	c #EDEDF2",
+"*	c #A6A7BE",
+"=	c #A6A9BF",
+"-	c #EEEFF3",
+";	c #ADB0C5",
+">	c #F0F1F4",
+",	c #B6BACC",
+"'	c #F1F2F5",
+")	c #BBC0D0",
+"!	c #F2F3F6",
+"~	c #C0C4D4",
+"{	c #F3F3F6",
+"]	c #C4C7D6",
+"^	c #F4F5F8",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+".##########.",
+"$%%%%%%%%%%$",
+"&**&&&&&&**&",
+"&==&&&&&&==&",
+"-;;;----;;;-",
+">,,,,>>,,,,>",
+"'))))))))))'",
+"!~~~~~~~~~~!",
+"{]]]]]]]]]]{",
+" ^^^^^^^^^^ ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/menu_inactive.xpm b/themes/tabs/menu_inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..5b4225db9e0d84c260e9ce6ee09c0765c7ea0d57
--- /dev/null
+++ b/themes/tabs/menu_inactive.xpm
@@ -0,0 +1,43 @@
+/* XPM */
+static char * menu_inactive_xpm[] = {
+"12 20 20 1",
+" 	c None",
+".	c #798BB0",
+"+	c #8293B4",
+"@	c #9BB0D7",
+"#	c #8C9CBB",
+"$	c #A7BBDF",
+"%	c #909FBD",
+"&	c #ACBEE2",
+"*	c #9CA9C2",
+"=	c #BACAE8",
+"-	c #A2ADC6",
+";	c #C1CFEC",
+">	c #ADB7C8",
+",	c #CFDBEF",
+"'	c #B7BDCB",
+")	c #DAE2F2",
+"!	c #BEC1CF",
+"~	c #E3E7F7",
+"{	c #C9C9D3",
+"]	c #F0F1FC",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&&&&&&&&&%",
+"*==******==*",
+"-;;------;;-",
+">,,,>>>>,,,>",
+"'))))''))))'",
+"!~~~~~~~~~~!",
+"{]]]]]]]]]]{",
+"{]]]]]]]]]]{",
+" {{{{{{{{{{ ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/right-active.xpm b/themes/tabs/right-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..6a432c033614feb2231b6c4170d820a698b08702
--- /dev/null
+++ b/themes/tabs/right-active.xpm
@@ -0,0 +1,39 @@
+/* XPM */
+static char * right_active_xpm[] = {
+"4 32 4 1",
+" 	c None",
+".	c #3B4E81",
+"+	c #8B93AE",
+"@	c #101011",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@"};
diff --git a/themes/tabs/right-inactive.xpm b/themes/tabs/right-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..8f9109491abea7855205d319f467a314742fab13
--- /dev/null
+++ b/themes/tabs/right-inactive.xpm
@@ -0,0 +1,40 @@
+/* XPM */
+static char * right_inactive_xpm[] = {
+"4 32 5 1",
+" 	c None",
+".	c #5A71A5",
+"+	c #E6E9F8",
+"@	c #CED6E6",
+"#	c #141414",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#",
+".+@#"};
diff --git a/themes/tabs/shade-active.xpm b/themes/tabs/shade-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..dfbd2f2fffc31a5a06051a6c7d9ee36d01719f7b
--- /dev/null
+++ b/themes/tabs/shade-active.xpm
@@ -0,0 +1,49 @@
+/* XPM */
+static char * shade_active_xpm[] = {
+"12 20 26 1",
+" 	c None",
+".	c #DADBE2",
+"+	c #DADAE1",
+"@	c #46496B",
+"#	c #DBDBE2",
+"$	c #4C4E71",
+"%	c #DCDCE4",
+"&	c #505179",
+"*	c #DCDCE5",
+"=	c #515380",
+"-	c #DCDDE6",
+";	c #515782",
+">	c #DFE0E8",
+",	c #5F658E",
+"'	c #E2E4EB",
+")	c #71799B",
+"!	c #E4E6EC",
+"~	c #7B84A3",
+"{	c #E6E8EE",
+"]	c #848DAB",
+"^	c #858DAB",
+"/	c #E8E9EF",
+"(	c #8C93B0",
+"_	c #8C94B0",
+":	c #EBECF1",
+"<	c #EAECF1",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&&&&&&&&&%",
+"*====**====*",
+"-;;;----;;;-",
+">,,>>>>>>,,>",
+"'))''''''))'",
+"!~~~~~~~~~~!",
+"{]^^^^^^^^^{",
+"/(_______((/",
+" ::::::::<< ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/shade-inactive.xpm b/themes/tabs/shade-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..d09f3e343c4ff54ec7ade6a63b93109690934e6c
--- /dev/null
+++ b/themes/tabs/shade-inactive.xpm
@@ -0,0 +1,43 @@
+/* XPM */
+static char * shade_inactive_xpm[] = {
+"12 20 20 1",
+" 	c None",
+".	c #798BB0",
+"+	c #8293B4",
+"@	c #9BB0D7",
+"#	c #8C9CBB",
+"$	c #A7BBDF",
+"%	c #909FBD",
+"&	c #ACBEE2",
+"*	c #9CA9C2",
+"=	c #BACAE8",
+"-	c #A2ADC6",
+";	c #C1CFEC",
+">	c #ADB7C8",
+",	c #CFDBEF",
+"'	c #B7BDCB",
+")	c #DAE2F2",
+"!	c #BEC1CF",
+"~	c #E3E7F7",
+"{	c #C9C9D3",
+"]	c #F0F1FC",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&&&&&&&&&%",
+"*====**====*",
+"-;;;----;;;-",
+">,,>>>>>>,,>",
+"'))''''''))'",
+"!~~~~~~~~~~!",
+"{]]]]]]]]]]{",
+"{]]]]]]]]]]{",
+" {{{{{{{{{{ ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/shade-pressed.xpm b/themes/tabs/shade-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..e23e8ef3b778ef256c031d665b10afda942b0cd7
--- /dev/null
+++ b/themes/tabs/shade-pressed.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char * shade_pressed_xpm[] = {
+"12 20 22 1",
+" 	c None",
+".	c #ECECF0",
+"+	c #ECECEF",
+"@	c #A0A2B3",
+"#	c #A3A4B6",
+"$	c #EDEDF1",
+"%	c #A5A6BA",
+"&	c #EDEDF2",
+"*	c #A6A7BE",
+"=	c #A6A9BF",
+"-	c #EEEFF3",
+";	c #ADB0C5",
+">	c #F0F1F4",
+",	c #B6BACC",
+"'	c #F1F2F5",
+")	c #BBC0D0",
+"!	c #F2F3F6",
+"~	c #C0C4D4",
+"{	c #F3F3F6",
+"]	c #C4C7D6",
+"^	c #C4C8D6",
+"/	c #F4F5F8",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+".##########.",
+"$%%%%%%%%%%$",
+"&****&&****&",
+"&===&&&&===&",
+"-;;------;;-",
+">,,>>>>>>,,>",
+"'))))))))))'",
+"!~~~~~~~~~~!",
+"{]^^^^^^^]]{",
+" ////////// ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/stick-active.xpm b/themes/tabs/stick-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..0aeb4d4c3c7ec0c11114d94a436dd5c0f53e41ca
--- /dev/null
+++ b/themes/tabs/stick-active.xpm
@@ -0,0 +1,46 @@
+/* XPM */
+static char * stick_active_xpm[] = {
+"12 20 23 1",
+" 	c None",
+".	c #DADBE2",
+"+	c #DADAE1",
+"@	c #46496B",
+"#	c #DBDBE2",
+"$	c #4C4E71",
+"%	c #DCDCE4",
+"&	c #505179",
+"*	c #DCDCE5",
+"=	c #515380",
+"-	c #DCDDE6",
+";	c #515782",
+">	c #DFE0E8",
+",	c #5F658E",
+"'	c #E2E4EB",
+")	c #71799B",
+"!	c #E4E6EC",
+"~	c #7B84A3",
+"{	c #E6E8EE",
+"]	c #848DAB",
+"^	c #E8E9EF",
+"/	c #8C93B0",
+"(	c #EAECF1",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&&&%&&%&&%",
+"*====****==*",
+"-;;------;;-",
+">,,>>>>>>,,>",
+"'))))''''))'",
+"!~~~~!~~!~~!",
+"{]]]]]]]]]]{",
+"^//////////^",
+" (((((((((( ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/stick-inactive.xpm b/themes/tabs/stick-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..800bdf14a15f051eb1555f3262d28cfcbc3bf3d1
--- /dev/null
+++ b/themes/tabs/stick-inactive.xpm
@@ -0,0 +1,43 @@
+/* XPM */
+static char * stick_inactive_xpm[] = {
+"12 20 20 1",
+" 	c None",
+".	c #798BB0",
+"+	c #8293B4",
+"@	c #9BB0D7",
+"#	c #8C9CBB",
+"$	c #A7BBDF",
+"%	c #909FBD",
+"&	c #ACBEE2",
+"*	c #9CA9C2",
+"=	c #BACAE8",
+"-	c #A2ADC6",
+";	c #C1CFEC",
+">	c #ADB7C8",
+",	c #CFDBEF",
+"'	c #B7BDCB",
+")	c #DAE2F2",
+"!	c #BEC1CF",
+"~	c #E3E7F7",
+"{	c #C9C9D3",
+"]	c #F0F1FC",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+"#$$$$$$$$$$#",
+"%&&&&%&&%&&%",
+"*====****==*",
+"-;;------;;-",
+">,,>>>>>>,,>",
+"'))))''''))'",
+"!~~~~!~~!~~!",
+"{]]]]]]]]]]{",
+"{]]]]]]]]]]{",
+" {{{{{{{{{{ ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/stick-pressed.xpm b/themes/tabs/stick-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..b89556c5fb90ec31873ebfca710b0222ff50d84f
--- /dev/null
+++ b/themes/tabs/stick-pressed.xpm
@@ -0,0 +1,44 @@
+/* XPM */
+static char * stick_pressed_xpm[] = {
+"12 20 21 1",
+" 	c None",
+".	c #ECECF0",
+"+	c #ECECEF",
+"@	c #A0A2B3",
+"#	c #A3A4B6",
+"$	c #EDEDF1",
+"%	c #A5A6BA",
+"&	c #EDEDF2",
+"*	c #A6A7BE",
+"=	c #A6A9BF",
+"-	c #EEEFF3",
+";	c #ADB0C5",
+">	c #F0F1F4",
+",	c #B6BACC",
+"'	c #F1F2F5",
+")	c #BBC0D0",
+"!	c #F2F3F6",
+"~	c #C0C4D4",
+"{	c #F3F3F6",
+"]	c #C4C7D6",
+"^	c #F4F5F8",
+"            ",
+"            ",
+"            ",
+"            ",
+"            ",
+" .......... ",
+"+@@@@@@@@@@+",
+".##########.",
+"$%%%%$%%$%%$",
+"&****&&&&**&",
+"&==&&&&&&==&",
+"-;;------;;-",
+">,,,,>>>>,,>",
+"'))))'))'))'",
+"!~~~~~~~~~~!",
+"{]]]]]]]]]]{",
+" ^^^^^^^^^^ ",
+"            ",
+"            ",
+"            "};
diff --git a/themes/tabs/themerc b/themes/tabs/themerc
new file mode 100644
index 0000000000000000000000000000000000000000..c5c208e47c1b914722c9c0bdf4c1f63888888e05
--- /dev/null
+++ b/themes/tabs/themerc
@@ -0,0 +1,5 @@
+full_width_title=true
+button_spacing=2
+button_offset=4
+active_text_color=#dee0e8
+inactive_text_color=#9ca9c2
diff --git a/themes/tabs/title-1-active.xpm b/themes/tabs/title-1-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..174a9c95ba1083de079f8bc59fa13e86650ae8e4
--- /dev/null
+++ b/themes/tabs/title-1-active.xpm
@@ -0,0 +1,51 @@
+/* XPM */
+static char * title_1_active_xpm[] = {
+"8 20 28 1",
+" 	c None",
+".	c #223457",
+"+	c #C4C7D9",
+"@	c #B8BFD3",
+"#	c #B1BACD",
+"$	c #4E527D",
+"%	c #4A4D71",
+"&	c #46496B",
+"*	c #4C4E71",
+"=	c #505179",
+"-	c #515380",
+";	c #515782",
+">	c #5F658E",
+",	c #71799B",
+"'	c #7B84A3",
+")	c #848DAB",
+"!	c #858DAB",
+"~	c #8C93B0",
+"{	c #8C94B0",
+"]	c #9AA2BB",
+"^	c #9AA2BC",
+"/	c #9BA2BB",
+"(	c #9BA2BC",
+"_	c #AAB1C7",
+":	c #AAB0C7",
+"<	c #B1B7CD",
+"[	c #B1B8CD",
+"}	c #3B4E81",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))!!)!)!",
+"~~~~~{~{",
+"]]^]//(/",
+"__:___:_",
+"<[<[[[<[",
+"}}}}}}}}"};
diff --git a/themes/tabs/title-1-inactive.xpm b/themes/tabs/title-1-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..39fb12650c91e78757bfd0367812346e2fcac19e
--- /dev/null
+++ b/themes/tabs/title-1-inactive.xpm
@@ -0,0 +1,39 @@
+/* XPM */
+static char * title_1_inactive_xpm[] = {
+"8 20 16 1",
+" 	c None",
+".	c #6079AA",
+"+	c #F9F9FE",
+"@	c #F0F1FC",
+"#	c #D6E0F2",
+"$	c #9EB3D9",
+"%	c #91A7D2",
+"&	c #9BB0D7",
+"*	c #A7BBDF",
+"=	c #ACBEE2",
+"-	c #BACAE8",
+";	c #C1CFEC",
+">	c #CFDBEF",
+",	c #DAE2F2",
+"'	c #E3E7F7",
+")	c #5A71A5",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"))))))))"};
diff --git a/themes/tabs/title-2-active.xpm b/themes/tabs/title-2-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..b41e5c5f1ea4cac5fa34c6c495a67316ee44b7a3
--- /dev/null
+++ b/themes/tabs/title-2-active.xpm
@@ -0,0 +1,51 @@
+/* XPM */
+static char * title_2_active_xpm[] = {
+"8 20 28 1",
+" 	c None",
+".	c #223457",
+"+	c #C4C7D9",
+"@	c #B8BFD3",
+"#	c #B1BACD",
+"$	c #4E527D",
+"%	c #4A4D71",
+"&	c #46496B",
+"*	c #4C4E71",
+"=	c #505179",
+"-	c #515380",
+";	c #515782",
+">	c #5F658E",
+",	c #71799B",
+"'	c #7B84A3",
+")	c #848DAB",
+"!	c #858DAB",
+"~	c #8C93B0",
+"{	c #8C94B0",
+"]	c #9AA2BB",
+"^	c #9AA2BC",
+"/	c #9BA2BB",
+"(	c #9BA2BC",
+"_	c #AAB1C7",
+":	c #AAB0C7",
+"<	c #B1B7CD",
+"[	c #B1B8CD",
+"}	c #3B4E81",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))!!)!)!",
+"~~~~~{~{",
+"]]^]//(/",
+"__:___:_",
+"<[<[[[<[",
+"}}}}}}}}"};
diff --git a/themes/tabs/title-2-inactive.xpm b/themes/tabs/title-2-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..ae9dda9136f3571978e1d15057060fba81a52882
--- /dev/null
+++ b/themes/tabs/title-2-inactive.xpm
@@ -0,0 +1,39 @@
+/* XPM */
+static char * title_2_inactive_xpm[] = {
+"8 20 16 1",
+" 	c None",
+".	c #6079AA",
+"+	c #F9F9FE",
+"@	c #F0F1FC",
+"#	c #D6E0F2",
+"$	c #9EB3D9",
+"%	c #91A7D2",
+"&	c #9BB0D7",
+"*	c #A7BBDF",
+"=	c #ACBEE2",
+"-	c #BACAE8",
+";	c #C1CFEC",
+">	c #CFDBEF",
+",	c #DAE2F2",
+"'	c #E3E7F7",
+")	c #5A71A5",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"))))))))"};
diff --git a/themes/tabs/title-3-active.xpm b/themes/tabs/title-3-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..a3de732da478566c63b501e5030f1c2fac14881a
--- /dev/null
+++ b/themes/tabs/title-3-active.xpm
@@ -0,0 +1,51 @@
+/* XPM */
+static char * title_3_active_xpm[] = {
+"32 20 28 1",
+" 	c None",
+".	c #223457",
+"+	c #C4C7D9",
+"@	c #B8BFD3",
+"#	c #B1BACD",
+"$	c #4E527D",
+"%	c #4A4D71",
+"&	c #46496B",
+"*	c #4C4E71",
+"=	c #505179",
+"-	c #515380",
+";	c #515782",
+">	c #5F658E",
+",	c #71799B",
+"'	c #7B84A3",
+")	c #858DAB",
+"!	c #848DAB",
+"~	c #8C93B0",
+"{	c #8C94B0",
+"]	c #9BA2BC",
+"^	c #9AA2BC",
+"/	c #9BA2BB",
+"(	c #9AA2BB",
+"_	c #AAB1C7",
+":	c #AAB0C7",
+"<	c #B1B8CD",
+"[	c #B1B7CD",
+"}	c #3B4E81",
+"................................",
+"++++++++++++++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"################################",
+"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$",
+"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%",
+"&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&",
+"********************************",
+"================================",
+"--------------------------------",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
+",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,",
+"''''''''''''''''''''''''''''''''",
+")!)!!!!))!)!)))!!)!!)))!!!)!!!)!",
+"~~{{~~~~~~{~{~{~~~{~~{~~~{~~~{~~",
+"]^]]/((^(//]/^(((^](/((//^]^/^]^",
+"_:_:___:___:______:__::__:_:_:_:",
+"<<<<<[<[<<<[<<[<<[<<<<<<<<<<<<<<",
+"}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}"};
diff --git a/themes/tabs/title-3-inactive.xpm b/themes/tabs/title-3-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..60d90d32972485a37c340f10016655bffcd0f2b7
--- /dev/null
+++ b/themes/tabs/title-3-inactive.xpm
@@ -0,0 +1,39 @@
+/* XPM */
+static char * title_3_inactive_xpm[] = {
+"32 20 16 1",
+" 	c None",
+".	c #6079AA",
+"+	c #F9F9FE",
+"@	c #F0F1FC",
+"#	c #D6E0F2",
+"$	c #9EB3D9",
+"%	c #91A7D2",
+"&	c #9BB0D7",
+"*	c #A7BBDF",
+"=	c #ACBEE2",
+"-	c #BACAE8",
+";	c #C1CFEC",
+">	c #CFDBEF",
+",	c #DAE2F2",
+"'	c #E3E7F7",
+")	c #5A71A5",
+"................................",
+"++++++++++++++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"################################",
+"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$",
+"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%",
+"&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&",
+"********************************",
+"================================",
+"--------------------------------",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
+",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,",
+"''''''''''''''''''''''''''''''''",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"))))))))))))))))))))))))))))))))"};
diff --git a/themes/tabs/title-4-active.xpm b/themes/tabs/title-4-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..d29731d4b739158e4d9d6324c42257ab63aaa004
--- /dev/null
+++ b/themes/tabs/title-4-active.xpm
@@ -0,0 +1,51 @@
+/* XPM */
+static char * title_4_active_xpm[] = {
+"8 20 28 1",
+" 	c None",
+".	c #223457",
+"+	c #C4C7D9",
+"@	c #B8BFD3",
+"#	c #B1BACD",
+"$	c #4E527D",
+"%	c #4A4D71",
+"&	c #46496B",
+"*	c #4C4E71",
+"=	c #505179",
+"-	c #515380",
+";	c #515782",
+">	c #5F658E",
+",	c #71799B",
+"'	c #7B84A3",
+")	c #848DAB",
+"!	c #858DAB",
+"~	c #8C93B0",
+"{	c #8C94B0",
+"]	c #9AA2BB",
+"^	c #9AA2BC",
+"/	c #9BA2BB",
+"(	c #9BA2BC",
+"_	c #AAB1C7",
+":	c #AAB0C7",
+"<	c #B1B7CD",
+"[	c #B1B8CD",
+"}	c #3B4E81",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))!!)!)!",
+"~~~~~{~{",
+"]]^]//(/",
+"__:___:_",
+"<[<[[[<[",
+"}}}}}}}}"};
diff --git a/themes/tabs/title-4-inactive.xpm b/themes/tabs/title-4-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..80247357ccb975d58f894a2341c57b7beccd6774
--- /dev/null
+++ b/themes/tabs/title-4-inactive.xpm
@@ -0,0 +1,39 @@
+/* XPM */
+static char * title_4_inactive_xpm[] = {
+"8 20 16 1",
+" 	c None",
+".	c #6079AA",
+"+	c #F9F9FE",
+"@	c #F0F1FC",
+"#	c #D6E0F2",
+"$	c #9EB3D9",
+"%	c #91A7D2",
+"&	c #9BB0D7",
+"*	c #A7BBDF",
+"=	c #ACBEE2",
+"-	c #BACAE8",
+";	c #C1CFEC",
+">	c #CFDBEF",
+",	c #DAE2F2",
+"'	c #E3E7F7",
+")	c #5A71A5",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"))))))))"};
diff --git a/themes/tabs/title-5-active.xpm b/themes/tabs/title-5-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..944cecc2d493620f847e1fcbc0e140a6b5f3d824
--- /dev/null
+++ b/themes/tabs/title-5-active.xpm
@@ -0,0 +1,51 @@
+/* XPM */
+static char * title_5_active_xpm[] = {
+"8 20 28 1",
+" 	c None",
+".	c #223457",
+"+	c #C4C7D9",
+"@	c #B8BFD3",
+"#	c #B1BACD",
+"$	c #4E527D",
+"%	c #4A4D71",
+"&	c #46496B",
+"*	c #4C4E71",
+"=	c #505179",
+"-	c #515380",
+";	c #515782",
+">	c #5F658E",
+",	c #71799B",
+"'	c #7B84A3",
+")	c #848DAB",
+"!	c #858DAB",
+"~	c #8C93B0",
+"{	c #8C94B0",
+"]	c #9AA2BB",
+"^	c #9AA2BC",
+"/	c #9BA2BB",
+"(	c #9BA2BC",
+"_	c #AAB1C7",
+":	c #AAB0C7",
+"<	c #B1B7CD",
+"[	c #B1B8CD",
+"}	c #3B4E81",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"))!!)!)!",
+"~~~~~{~{",
+"]]^]//(/",
+"__:___:_",
+"<[<[[[<[",
+"}}}}}}}}"};
diff --git a/themes/tabs/title-5-inactive.xpm b/themes/tabs/title-5-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..ad5299569548d62d9ee5ae9f2438c829fff30811
--- /dev/null
+++ b/themes/tabs/title-5-inactive.xpm
@@ -0,0 +1,39 @@
+/* XPM */
+static char * title_5_inactive_xpm[] = {
+"8 20 16 1",
+" 	c None",
+".	c #6079AA",
+"+	c #F9F9FE",
+"@	c #F0F1FC",
+"#	c #D6E0F2",
+"$	c #9EB3D9",
+"%	c #91A7D2",
+"&	c #9BB0D7",
+"*	c #A7BBDF",
+"=	c #ACBEE2",
+"-	c #BACAE8",
+";	c #C1CFEC",
+">	c #CFDBEF",
+",	c #DAE2F2",
+"'	c #E3E7F7",
+")	c #5A71A5",
+"........",
+"++++++++",
+"@@@@@@@@",
+"########",
+"$$$$$$$$",
+"%%%%%%%%",
+"&&&&&&&&",
+"********",
+"========",
+"--------",
+";;;;;;;;",
+">>>>>>>>",
+",,,,,,,,",
+"''''''''",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"))))))))"};
diff --git a/themes/tabs/top-left-active.xpm b/themes/tabs/top-left-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..48d257cd7b8360ff2da000f0060efc49b04034c8
--- /dev/null
+++ b/themes/tabs/top-left-active.xpm
@@ -0,0 +1,53 @@
+/* XPM */
+static char * top_left_active_xpm[] = {
+"5 20 30 1",
+" 	c None",
+".	c #223457",
+"+	c #252831",
+"@	c #101011",
+"#	c #B2BAD0",
+"$	c #576591",
+"%	c #ACB4CB",
+"&	c #A7ADC3",
+"*	c #222326",
+"=	c #717EA2",
+"-	c #7784AA",
+";	c #111536",
+">	c #142247",
+",	c #111025",
+"'	c #121C3E",
+")	c #142953",
+"!	c #163261",
+"~	c #233D70",
+"{	c #233866",
+"]	c #354678",
+"^	c #3B4E81",
+"/	c #54618F",
+"(	c #485888",
+"_	c #627097",
+":	c #6D749A",
+"<	c #7F87A6",
+"[	c #848FAE",
+"}	c #6B799E",
+"|	c #808CAD",
+"1	c #8C94B0",
+"    .",
+"  +@#",
+" @$%&",
+"*@=--",
+"@;;;>",
+"@@,,;",
+"@@,,'",
+"@,;;>",
+"@,;')",
+"@'>)!",
+"@>))!",
+"@)!!~",
+"@!{~]",
+"@!{~^",
+"@~]^/",
+"@~^(_",
+"@](_=",
+"@^:<[",
+"@^}|1",
+"@^|^^"};
diff --git a/themes/tabs/top-left-inactive.xpm b/themes/tabs/top-left-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..0e6f396e7e87ebaba146c0bf60272582bc1eecbf
--- /dev/null
+++ b/themes/tabs/top-left-inactive.xpm
@@ -0,0 +1,85 @@
+/* XPM */
+static char * top_left_inactive_xpm[] = {
+"5 20 62 1",
+" 	c None",
+".	c #6079AA",
+"+	c #FAFCFE",
+"@	c #F6F7FE",
+"#	c #F3F5FE",
+"$	c #F1F3FD",
+"%	c #DEE5F4",
+"&	c #DEE7F4",
+"*	c #DCE5F5",
+"=	c #D8E1F0",
+"-	c #667DAA",
+";	c #728DBE",
+">	c #778FC0",
+",	c #869DC9",
+"'	c #9EB3D9",
+")	c #495F8E",
+"!	c #5A71A5",
+"~	c #6078AE",
+"{	c #91A7D2",
+"]	c #6780B3",
+"^	c #7A94C6",
+"/	c #9BB0D7",
+"(	c #556A99",
+"_	c #6A84B7",
+":	c #8EA5D0",
+"<	c #A7BBDF",
+"[	c #6D86BA",
+"}	c #7F99CA",
+"|	c #ACBEE2",
+"1	c #8097C4",
+"2	c #9CB2D8",
+"3	c #BACAE8",
+"4	c #93AAD4",
+"5	c #A5B9DF",
+"6	c #C1CFEC",
+"7	c #7184B0",
+"8	c #A1B5DD",
+"9	c #B2C2E4",
+"0	c #CFDBEF",
+"a	c #7A8DB3",
+"b	c #9DB2D3",
+"c	c #AFC0E2",
+"d	c #DAE2F2",
+"e	c #8392B0",
+"f	c #A3B3D2",
+"g	c #B5C5E3",
+"h	c #C4D2ED",
+"i	c #E3E7F7",
+"j	c #8D9AB9",
+"k	c #B0BEDC",
+"l	c #D4DDF0",
+"m	c #F0F1FC",
+"n	c #909EBF",
+"o	c #CCD7EF",
+"p	c #D6E0F2",
+"q	c #95A3C3",
+"r	c #A0ABC8",
+"s	c #CED6E6",
+"t	c #E6E9F8",
+"u	c #EBEDFA",
+"v	c #EDEEFC",
+"w	c #C4CEE2",
+"    .",
+"  ..+",
+" .@#$",
+".%&*=",
+"-;>,'",
+")!~;{",
+")!]^/",
+"(_^:<",
+"([}:|",
+"-1:23",
+"-,456",
+"7:890",
+"abc6d",
+"efghi",
+"jkhlm",
+"ngopm",
+"q3pim",
+"rstum",
+"rsuvm",
+"qwt!!"};
diff --git a/themes/tabs/top-right-active.xpm b/themes/tabs/top-right-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..6cd66fb07de4aa61cda7e4206c75c05822f6373a
--- /dev/null
+++ b/themes/tabs/top-right-active.xpm
@@ -0,0 +1,54 @@
+/* XPM */
+static char * top_right_active_xpm[] = {
+"5 20 31 1",
+" 	c None",
+".	c #223457",
+"+	c #B4BCD2",
+"@	c #101011",
+"#	c #252831",
+"$	c #A8B0CB",
+"%	c #AEB7CE",
+"&	c #576591",
+"*	c #7784AA",
+"=	c #7B88AD",
+"-	c #808CAD",
+";	c #121C3E",
+">	c #111536",
+",	c #111025",
+"'	c #142247",
+")	c #142953",
+"!	c #163261",
+"~	c #233866",
+"{	c #233D70",
+"]	c #354678",
+"^	c #515D8B",
+"/	c #3B4E81",
+"(	c #485888",
+"_	c #6B799E",
+":	c #627097",
+"<	c #4E527D",
+"[	c #848FAE",
+"}	c #7F87A6",
+"|	c #676E94",
+"1	c #939BB6",
+"2	c #8B93AE",
+".    ",
+"+@#  ",
+"$%&@ ",
+"*=-@@",
+";>>>@",
+",,,@@",
+">,,@@",
+"'>>,@",
+"';>,@",
+"))'>@",
+"!)';@",
+"~!)'@",
+"{{!)@",
+"]{~)@",
+"^/{!@",
+"&(]~@",
+"_:<~@",
+"[}|]@",
+"1[:]@",
+"//2/@"};
diff --git a/themes/tabs/top-right-inactive.xpm b/themes/tabs/top-right-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..87b6d169ade879555f3a5b5fd9c5ba2c5135daed
--- /dev/null
+++ b/themes/tabs/top-right-inactive.xpm
@@ -0,0 +1,70 @@
+/* XPM */
+static char * top_right_inactive_xpm[] = {
+"5 20 47 1",
+" 	c None",
+".	c #6079AA",
+"+	c #F9F9FE",
+"@	c #F3F5FE",
+"#	c #F6F7FE",
+"$	c #D2DBEF",
+"%	c #3B486A",
+"&	c #DCE5F5",
+"*	c #DEE7F4",
+"=	c #E0E6F5",
+"-	c #2B354E",
+";	c #141414",
+">	c #7F99CA",
+",	c #778FC0",
+"'	c #6D86BA",
+")	c #6078AE",
+"!	c #5A71A5",
+"~	c #6780B3",
+"{	c #89A1CE",
+"]	c #7A94C6",
+"^	c #728DBE",
+"/	c #6A84B7",
+"(	c #95ABD6",
+"_	c #8EA5D0",
+":	c #9EB3D9",
+"<	c #93AAD4",
+"[	c #ACBEE2",
+"}	c #A1B5DD",
+"|	c #9BB0D7",
+"1	c #91A7D2",
+"2	c #BACAE8",
+"3	c #AFC0E2",
+"4	c #A9BEE0",
+"5	c #9CB2D8",
+"6	c #C1CFEC",
+"7	c #B5C5E3",
+"8	c #9FB5D9",
+"9	c #CFDBEF",
+"0	c #C4D2ED",
+"a	c #BDCBE9",
+"b	c #D6DEF0",
+"c	c #CCD7EF",
+"d	c #B7C7E6",
+"e	c #D6E0F2",
+"f	c #EBEDFA",
+"g	c #E6E9F8",
+"h	c #EDEEFC",
+".    ",
+"+..  ",
+"@#$% ",
+"&*=-;",
+">,,,;",
+"'))!;",
+",~)!;",
+"{]^~;",
+"{>,/;",
+"(_{>;",
+":<_{;",
+"[}|1;",
+"2345;",
+"67[8;",
+"90a3;",
+"bc0d;",
+"&ec6;",
+"fg&c;",
+"hf&c;",
+"!!&c;"};
diff --git a/xfwm4.spec.in b/xfwm4.spec.in
index 992981ac96aeffd271cecb2caf6795d93149d86e..b2489c3dd34d3e77b3b87e0ec600917179f7a58a 100644
--- a/xfwm4.spec.in
+++ b/xfwm4.spec.in
@@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc example.xfwm4rc example.gtkrc-2.0 README INSTALL TODO COPYING AUTHORS
 %{_bindir}/*
 %{_datadir}/xfwm4/defaults
-%{_datadir}/xfwm4/default.keys
+%{_datadir}/xfwm4/themes/default.keys
 %{_datadir}/xfwm4/themes/adept
 %{_datadir}/xfwm4/themes/bbs
 %{_datadir}/xfwm4/themes/curve
@@ -85,6 +85,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfwm4/themes/retro
 %{_datadir}/xfwm4/themes/slick
 %{_datadir}/xfwm4/themes/slimline
+%{_datadir}/xfwm4/themes/tabs
 %{_datadir}/xfwm4/themes/trench
 %{_datadir}/xfwm4/themes/xfce