diff --git a/configure b/configure
index ad0ef258a4f6d51213f4243da3233db1263a675d..f8a74a6926fbef292851a9011f5af858a29cb914 100755
--- a/configure
+++ b/configure
@@ -4827,7 +4827,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/atlanta/Makefile themes/atlanta2/Makefile themes/b5/Makefile themes/b6/Makefile themes/bbs/Makefile themes/beastie/Makefile themes/biz/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/elberg/Makefile themes/exocet/Makefile themes/fbx/Makefile themes/g2/Makefile themes/gnububble/Makefile themes/gorilla/Makefile themes/gtk/Makefile themes/iceg/Makefile themes/kde/Makefile themes/keramik/Makefile themes/kindaker/Makefile themes/linea/Makefile themes/metabox/Makefile themes/microdeck/Makefile themes/microgui/Makefile themes/mofit/Makefile themes/next/Makefile themes/ops/Makefile themes/oroborus/Makefile themes/pills/Makefile themes/piranha/Makefile themes/platinum/Makefile themes/quiet-purple/Makefile themes/quinx/Makefile themes/r9x/Makefile themes/redmond/Makefile themes/redmondxp/Makefile themes/retro/Makefile themes/silverado/Makefile themes/slick/Makefile themes/slimline/Makefile themes/tabs/Makefile themes/tgc/Makefile themes/trench/Makefile themes/tux/Makefile themes/variation/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/atlanta/Makefile themes/atlanta2/Makefile themes/b5/Makefile themes/b6/Makefile themes/bbs/Makefile themes/beastie/Makefile themes/biz/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/elberg/Makefile themes/exocet/Makefile themes/fbx/Makefile themes/g2/Makefile themes/gnububble/Makefile themes/gorilla/Makefile themes/gtk/Makefile themes/iceg/Makefile themes/kde/Makefile themes/keramik/Makefile themes/kindaker/Makefile themes/linea/Makefile themes/metabox/Makefile themes/microdeck/Makefile themes/microdeck2/Makefile themes/microgui/Makefile themes/mofit/Makefile themes/next/Makefile themes/ops/Makefile themes/oroborus/Makefile themes/pills/Makefile themes/piranha/Makefile themes/platinum/Makefile themes/quiet-purple/Makefile themes/quinx/Makefile themes/r9x/Makefile themes/redmond/Makefile themes/redmondxp/Makefile themes/retro/Makefile themes/silverado/Makefile themes/slick/Makefile themes/slimline/Makefile themes/tabs/Makefile themes/tgc/Makefile themes/trench/Makefile themes/tux/Makefile themes/variation/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
@@ -5391,6 +5391,7 @@ do
   "themes/linea/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/linea/Makefile" ;;
   "themes/metabox/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/metabox/Makefile" ;;
   "themes/microdeck/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/microdeck/Makefile" ;;
+  "themes/microdeck2/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/microdeck2/Makefile" ;;
   "themes/microgui/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/microgui/Makefile" ;;
   "themes/mofit/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/mofit/Makefile" ;;
   "themes/next/Makefile" ) CONFIG_FILES="$CONFIG_FILES themes/next/Makefile" ;;
diff --git a/configure.in b/configure.in
index 99e39acaeb9922f991117dffa8d71ec67e5fddd3..30034c939f6e6723c47c1d1dc02fed0cfb636a8c 100644
--- a/configure.in
+++ b/configure.in
@@ -82,6 +82,7 @@ themes/kindaker/Makefile
 themes/linea/Makefile
 themes/metabox/Makefile
 themes/microdeck/Makefile
+themes/microdeck2/Makefile
 themes/microgui/Makefile
 themes/mofit/Makefile
 themes/next/Makefile
diff --git a/themes/Makefile.am b/themes/Makefile.am
index 7bda8f45fc776a48c20a34aa541675bf1a4f8db5..e2ead25c74b387a12783da3a90983ebfad3cae26 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -29,6 +29,7 @@ kindaker \
 linea \
 metabox \
 microdeck \
+microdeck2 \
 microgui \
 mofit \
 next \
diff --git a/themes/Makefile.in b/themes/Makefile.in
index e69153e2d43b307d38308cbe2375763dd40c0b5c..c1ab19a5257dea5b271f994fe71af0cc37cbf62d 100644
--- a/themes/Makefile.in
+++ b/themes/Makefile.in
@@ -143,6 +143,7 @@ kindaker \
 linea \
 metabox \
 microdeck \
+microdeck2 \
 microgui \
 mofit \
 next \
diff --git a/themes/microdeck2/Makefile.am b/themes/microdeck2/Makefile.am
new file mode 100644
index 0000000000000000000000000000000000000000..60c15d0da64d6be1d92467805ec435cfd9050139
--- /dev/null
+++ b/themes/microdeck2/Makefile.am
@@ -0,0 +1,46 @@
+themedir = $(pkgdatadir)/themes/microdeck2
+theme_DATA = README \
+	bottom-active.xpm \
+	bottom-inactive.xpm \
+	bottom-left-active.xpm \
+	bottom-left-inactive.xpm \
+	bottom-right-active.xpm \
+	bottom-right-inactive.xpm \
+	close-active.xpm \
+	close-inactive.xpm \
+	close-pressed.xpm \
+	hide-active.xpm \
+	hide-inactive.xpm \
+	hide-pressed.xpm \
+	left-active.xpm \
+	left-inactive.xpm \
+	maximize-active.xpm \
+	maximize-inactive.xpm \
+	maximize-pressed.xpm \
+	menu-active.xpm \
+	menu-inactive.xpm \
+	menu-pressed.xpm \
+	right-active.xpm \
+	right-inactive.xpm \
+	shade-active.xpm \
+	shade-inactive.xpm \
+	shade-pressed.xpm \
+	stick-active.xpm \
+	stick-inactive.xpm \
+	stick-pressed.xpm \
+	themerc \
+	title-1-active.xpm \
+	title-1-inactive.xpm \
+	title-2-active.xpm \
+	title-2-inactive.xpm \
+	title-3-active.xpm \
+	title-3-inactive.xpm \
+	title-4-active.xpm \
+	title-4-inactive.xpm \
+	title-5-active.xpm \
+	title-5-inactive.xpm \
+	top-left-active.xpm \
+	top-left-inactive.xpm \
+	top-right-active.xpm \
+	top-right-inactive.xpm
+EXTRA_DIST = $(theme_DATA)
diff --git a/themes/microdeck2/Makefile.in b/themes/microdeck2/Makefile.in
new file mode 100644
index 0000000000000000000000000000000000000000..11a34ed6c46dd0c71e2a7cb85688409f49db7534
--- /dev/null
+++ b/themes/microdeck2/Makefile.in
@@ -0,0 +1,321 @@
+# Makefile.in generated by automake 1.7.1 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@
+
+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 = :
+ACLOCAL = @ACLOCAL@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
+AMTAR = @AMTAR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+BASE_DEPENDENCIES_CFLAGS = @BASE_DEPENDENCIES_CFLAGS@
+BASE_DEPENDENCIES_LIBS = @BASE_DEPENDENCIES_LIBS@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
+GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PANGO_REQUIRED_VERSION = @PANGO_REQUIRED_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_STRIP = @ac_ct_STRIP@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__include = @am__include@
+am__quote = @am__quote@
+bindir = @bindir@
+build_alias = @build_alias@
+datadir = @datadir@
+exec_prefix = @exec_prefix@
+host_alias = @host_alias@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+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/microdeck2
+theme_DATA = README \
+	bottom-active.xpm \
+	bottom-inactive.xpm \
+	bottom-left-active.xpm \
+	bottom-left-inactive.xpm \
+	bottom-right-active.xpm \
+	bottom-right-inactive.xpm \
+	close-active.xpm \
+	close-inactive.xpm \
+	close-pressed.xpm \
+	hide-active.xpm \
+	hide-inactive.xpm \
+	hide-pressed.xpm \
+	left-active.xpm \
+	left-inactive.xpm \
+	maximize-active.xpm \
+	maximize-inactive.xpm \
+	maximize-pressed.xpm \
+	menu-active.xpm \
+	menu-inactive.xpm \
+	menu-pressed.xpm \
+	right-active.xpm \
+	right-inactive.xpm \
+	shade-active.xpm \
+	shade-inactive.xpm \
+	shade-pressed.xpm \
+	stick-active.xpm \
+	stick-inactive.xpm \
+	stick-pressed.xpm \
+	themerc \
+	title-1-active.xpm \
+	title-1-inactive.xpm \
+	title-2-active.xpm \
+	title-2-inactive.xpm \
+	title-3-active.xpm \
+	title-3-inactive.xpm \
+	title-4-active.xpm \
+	title-4-inactive.xpm \
+	title-5-active.xpm \
+	title-5-inactive.xpm \
+	top-left-active.xpm \
+	top-left-inactive.xpm \
+	top-right-active.xpm \
+	top-right-inactive.xpm
+
+EXTRA_DIST = $(theme_DATA)
+subdir = themes/microdeck2
+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/microdeck2/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:
+
+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 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
+
+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 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 pdf pdf-am ps ps-am uninstall \
+	uninstall-am uninstall-info-am uninstall-themeDATA
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/themes/microdeck2/README b/themes/microdeck2/README
new file mode 100644
index 0000000000000000000000000000000000000000..2bb978d24bf3d6c561ce7cca395d70bcec7a912e
--- /dev/null
+++ b/themes/microdeck2/README
@@ -0,0 +1,4 @@
+microdeck2
+----------
+
+A simpler version of microdeck.
diff --git a/themes/microdeck2/bottom-active.xpm b/themes/microdeck2/bottom-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..b721d3be28f44ee60e1b56112e795ea87fbd25e2
--- /dev/null
+++ b/themes/microdeck2/bottom-active.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char * bottom_active_xpm[] = {
+"32 6 6 1",
+"       c None",
+".      c #949594 s active_shadow_1",
+"+      c #FFFFFF s active_hilight_1",
+"@      c #D5D6D5 s active_color_1",
+"#      c #B4BAB4 s active_mid_1",
+"$      c #000000",
+"................................",
+"++++++++++++++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"################################",
+"................................",
+"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"};
diff --git a/themes/microdeck2/bottom-inactive.xpm b/themes/microdeck2/bottom-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..d8068339c0c025bdb71f3de86d1a875097df9a27
--- /dev/null
+++ b/themes/microdeck2/bottom-inactive.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char * bottom_inactive_xpm[] = {
+"32 6 6 1",
+" 	c None",
+".	c #949594 s inactive_shadow_1",
+"+	c #FFFFFF s inactive_hilight_1",
+"@	c #D5D6D5 s inactive_color_1",
+"#	c #B4BAB4 s inactive_mid_1",
+"$	c #000000",
+"................................",
+"++++++++++++++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"################################",
+"................................",
+"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"};
diff --git a/themes/microdeck2/bottom-left-active.xpm b/themes/microdeck2/bottom-left-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..43593608e4ba760f7ec9b73a985b2f450ee14c8b
--- /dev/null
+++ b/themes/microdeck2/bottom-left-active.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * bottom_left_active_xpm[] = {
+"22 12 6 1",
+"       c None",
+".      c #949594 s active_shadow_1",
+"+      c #FFFFFF s active_hilight_1",
+"@      c #000000",
+"#      c #D5D6D5 s active_color_1",
+"$      c #B4BAB4 s active_mid_1",
+".+.@                  ",
+".+.@                  ",
+".+.@                  ",
+".+.@                  ",
+".+.@                  ",
+".+.@                  ",
+".+#$..................",
+".###+++##++##++##++##+",
+".$#####.$+#.$+#.$+#.$+",
+"..$$$$$$++$$++$$++$$++",
+" @....................",
+"  @@@@@@@@@@@@@@@@@@@@"};
diff --git a/themes/microdeck2/bottom-left-inactive.xpm b/themes/microdeck2/bottom-left-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..de170770f0648ea517910b21f71f41b7d2f12fab
--- /dev/null
+++ b/themes/microdeck2/bottom-left-inactive.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * bottom_left_inactive_xpm[] = {
+"22 12 6 1",
+"       c None",
+".      c #949594 s inactive_shadow_1",
+"+      c #FFFFFF s inactive_hilight_1",
+"@      c #000000",
+"#      c #D5D6D5 s inactive_color_1",
+"$      c #B4BAB4 s inactive_mid_1",
+".+.@                  ",
+".+.@                  ",
+".+.@                  ",
+".+.@                  ",
+".+.@                  ",
+".+.@                  ",
+".+#$..................",
+".###+++##++##++##++##+",
+".$#####.$+#.$+#.$+#.$+",
+"..$$$$$$++$$++$$++$$++",
+" @....................",
+"  @@@@@@@@@@@@@@@@@@@@"};
diff --git a/themes/microdeck2/bottom-right-active.xpm b/themes/microdeck2/bottom-right-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..a7ae177be346887cc0fd518d2ab6a8ceade11f49
--- /dev/null
+++ b/themes/microdeck2/bottom-right-active.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * bottom_right_active_xpm[] = {
+"22 12 6 1",
+"       c None",
+".      c #949594 s active_shadow_1",
+"+      c #FFFFFF s active_hilight_1",
+"@      c #000000",
+"#      c #D5D6D5 s active_color_1",
+"$      c #B4BAB4 s active_mid_1",
+"                  .+.@",
+"                  .+.@",
+"                  .+.@",
+"                  .+.@",
+"                  .+.@",
+"                  .+.@",
+"...................#.@",
+"##++##++##++##++++#$.@",
+".$+#.$+#.$+#.$+###$$.@",
+"$++$$++$$++$$++$$$$..@",
+"....................@ ",
+"@@@@@@@@@@@@@@@@@@@@  "};
diff --git a/themes/microdeck2/bottom-right-inactive.xpm b/themes/microdeck2/bottom-right-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..32131f60cf8f3d45fe413b14fb3d2c2deb98dd5b
--- /dev/null
+++ b/themes/microdeck2/bottom-right-inactive.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * bottom_right_inactive_xpm[] = {
+"22 12 6 1",
+"       c None",
+".      c #949594 s inactive_shadow_1",
+"+      c #FFFFFF s inactive_hilight_1",
+"@      c #000000",
+"#      c #D5D6D5 s inactive_color_1",
+"$      c #B4BAB4 s inactive_mid_1",
+"                  .+.@",
+"                  .+.@",
+"                  .+.@",
+"                  .+.@",
+"                  .+.@",
+"                  .+.@",
+"...................#.@",
+"##++##++##++##++++#$.@",
+".$+#.$+#.$+#.$+###$$.@",
+"$++$$++$$++$$++$$$$..@",
+"....................@ ",
+"@@@@@@@@@@@@@@@@@@@@  "};
diff --git a/themes/microdeck2/close-active.xpm b/themes/microdeck2/close-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..bfb7dceda14500eb2a66f69d3ac4c59579125399
--- /dev/null
+++ b/themes/microdeck2/close-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * close_active_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s active_hilight_1",
+"+	c #D5D6D5 s active_color_1",
+"@	c #B4BAB4 s active_mid_1",
+"#	c #949594 s active_shadow_1",
+"$	c #000000 s active_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++$$+++++++$$+++#",
+".+++$$$+++++$$$+++#",
+".++++$$$+++$$$++++#",
+".+++++$$$+$$$+++++#",
+".++++++$$$$$++++++#",
+".+++++++$$$+++++++#",
+".++++++$$$$$++++++#",
+".+++++$$$+$$$+++++#",
+".++++$$$+++$$$++++#",
+".+++$$$+++++$$$+++#",
+".+++$$+++++++$$+++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"###################",
+"                   "};
diff --git a/themes/microdeck2/close-inactive.xpm b/themes/microdeck2/close-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..ff8e5770ca35b1730b4c8c459209373124e4fde5
--- /dev/null
+++ b/themes/microdeck2/close-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * close_inactive_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s inactive_hilight_1",
+"+	c #D5D6D5 s inactive_color_1",
+"@	c #B4BAB4 s inactive_mid_1",
+"#	c #949594 s inactive_shadow_1",
+"$	c #000000 s inactive_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++$$+++++++$$+++#",
+".+++$$$+++++$$$+++#",
+".++++$$$+++$$$++++#",
+".+++++$$$+$$$+++++#",
+".++++++$$$$$++++++#",
+".+++++++$$$+++++++#",
+".++++++$$$$$++++++#",
+".+++++$$$+$$$+++++#",
+".++++$$$+++$$$++++#",
+".+++$$$+++++$$$+++#",
+".+++$$+++++++$$+++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"###################",
+"                   "};
diff --git a/themes/microdeck2/close-pressed.xpm b/themes/microdeck2/close-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..2f8189c1ac69c936dfa829d8cc52e4ac807ffedd
--- /dev/null
+++ b/themes/microdeck2/close-pressed.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char * close_pressed_xpm[] = {
+"19 23 5 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #B4BAB4 s active_mid_1",
+"@	c #D5D6D5 s active_color_1",
+"#	c #000000 s active_text_color",
+"                   ",
+"...................",
+"..+++++++++++++++++",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++##+++++++##+++@",
+".+++###+++++###+++@",
+".++++###+++###++++@",
+".+++++###+###+++++@",
+".++++++#####++++++@",
+".+++++++###+++++++@",
+".++++++#####++++++@",
+".+++++###+###+++++@",
+".++++###+++###++++@",
+".+++###+++++###+++@",
+".+++##+++++++##+++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+"+++++++++++++++++@@",
+"@@@@@@@@@@@@@@@@@@@",
+"                   "};
diff --git a/themes/microdeck2/hide-active.xpm b/themes/microdeck2/hide-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..16f3258d19d9660b1e764092b97622c9ab18b0cb
--- /dev/null
+++ b/themes/microdeck2/hide-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * hide_active_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s active_hilight_1",
+"+	c #D5D6D5 s active_color_1",
+"@	c #B4BAB4 s active_mid_1",
+"#	c #949594 s active_shadow_1",
+"$	c #000000 s active_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++$$$$$$$$$$$+++#",
+".+++$$$$$$$$$$$+++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"###################",
+"                   "};
diff --git a/themes/microdeck2/hide-inactive.xpm b/themes/microdeck2/hide-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..80afd4746d97290b9b2905958e4368530fb6d44f
--- /dev/null
+++ b/themes/microdeck2/hide-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * hide_inactive_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s inactive_hilight_1",
+"+	c #D5D6D5 s inactive_color_1",
+"@	c #B4BAB4 s inactive_mid_1",
+"#	c #949594 s inactive_shadow_1",
+"$	c #000000 s inactive_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++$$$$$$$$$$$+++#",
+".+++$$$$$$$$$$$+++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"###################",
+"                   "};
diff --git a/themes/microdeck2/hide-pressed.xpm b/themes/microdeck2/hide-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..3dee0dd2fba553ffba5791085bebd37547746603
--- /dev/null
+++ b/themes/microdeck2/hide-pressed.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char * hide_pressed_xpm[] = {
+"19 23 5 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #B4BAB4 s active_mid_1",
+"@	c #D5D6D5 s active_color_1",
+"#	c #000000 s active_text_color",
+"                   ",
+"...................",
+"..+++++++++++++++++",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++###########+++@",
+".+++###########+++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+"+++++++++++++++++@@",
+"@@@@@@@@@@@@@@@@@@@",
+"                   "};
diff --git a/themes/microdeck2/left-active.xpm b/themes/microdeck2/left-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..79135ab1e1b6f219a37d56178f750636155ec4c4
--- /dev/null
+++ b/themes/microdeck2/left-active.xpm
@@ -0,0 +1,39 @@
+/* XPM */
+static char * left_active_xpm[] = {
+"4 32 4 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #FFFFFF s active_hilight_1",
+"@	c #000000",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@"};
diff --git a/themes/microdeck2/left-inactive.xpm b/themes/microdeck2/left-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..4ae5d190f87e721f08828719137557f4f41f36fd
--- /dev/null
+++ b/themes/microdeck2/left-inactive.xpm
@@ -0,0 +1,39 @@
+/* XPM */
+static char * left_inactive_xpm[] = {
+"4 32 4 1",
+" 	c None",
+".	c #949594 s inactive_shadow_1",
+"+	c #FFFFFF s inactive_hilight_1",
+"@	c #000000",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@"};
diff --git a/themes/microdeck2/maximize-active.xpm b/themes/microdeck2/maximize-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..24e241acefa2c617eee965e48c5d30f19bc2f2eb
--- /dev/null
+++ b/themes/microdeck2/maximize-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * maximize_active_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s active_hilight_1",
+"+	c #D5D6D5 s active_color_1",
+"@	c #B4BAB4 s active_mid_1",
+"#	c #949594 s active_shadow_1",
+"$	c #000000 s active_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++$$$$$$$$$$$+++#",
+".+++$$$$$$$$$$$+++#",
+".+++$$$$$$$$$$$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$$$$$$$$$$$+++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"###################",
+"                   "};
diff --git a/themes/microdeck2/maximize-inactive.xpm b/themes/microdeck2/maximize-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..5ca88973064f053ea4fa85ed0aafff0c9b136bcb
--- /dev/null
+++ b/themes/microdeck2/maximize-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * maximize_inactive_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s inactive_hilight_1",
+"+	c #D5D6D5 s inactive_color_1",
+"@	c #B4BAB4 s inactive_mid_1",
+"#	c #949594 s inactive_shadow_1",
+"$	c #000000 s inactive_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++$$$$$$$$$$$+++#",
+".+++$$$$$$$$$$$+++#",
+".+++$$$$$$$$$$$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$+++++++++$+++#",
+".+++$$$$$$$$$$$+++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"###################",
+"                   "};
diff --git a/themes/microdeck2/maximize-pressed.xpm b/themes/microdeck2/maximize-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..03cd29f468f65fb58150a3f61c7c461dc3721c91
--- /dev/null
+++ b/themes/microdeck2/maximize-pressed.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char * maximize_pressed_xpm[] = {
+"19 23 5 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #B4BAB4 s active_mid_1",
+"@	c #D5D6D5 s active_color_1",
+"#	c #000000 s active_text_color",
+"                   ",
+"...................",
+"..+++++++++++++++++",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++###########+++@",
+".+++###########+++@",
+".+++###########+++@",
+".+++#+++++++++#+++@",
+".+++#+++++++++#+++@",
+".+++#+++++++++#+++@",
+".+++#+++++++++#+++@",
+".+++#+++++++++#+++@",
+".+++#+++++++++#+++@",
+".+++#+++++++++#+++@",
+".+++###########+++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+"+++++++++++++++++@@",
+"@@@@@@@@@@@@@@@@@@@",
+"                   "};
diff --git a/themes/microdeck2/menu-active.xpm b/themes/microdeck2/menu-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..47df3e3c81eeba3a3135ac57c63f4d7fa1022790
--- /dev/null
+++ b/themes/microdeck2/menu-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * menu_active_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s active_hilight_1",
+"+	c #D5D6D5 s active_color_1",
+"@	c #B4BAB4 s active_mid_1",
+"#	c #949594 s active_shadow_1",
+"$	c #000000 s active_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".++++$$$$$$$$$++++#",
+".++++$$$$$$$$$++++#",
+".+++++++++++++++++#",
+".++++$$$$$$$$$++++#",
+".++++$$+++++$$++++#",
+".+++++$$+++$$+++++#",
+".++++++$$+$$++++++#",
+".+++++++$$$+++++++#",
+".++++++++$++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"###################",
+"                   "};
diff --git a/themes/microdeck2/menu-inactive.xpm b/themes/microdeck2/menu-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..123118df6828e3ee68833c4cecf82f058321312a
--- /dev/null
+++ b/themes/microdeck2/menu-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * menu_inactive_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s inactive_hilight_1",
+"+	c #D5D6D5 s inactive_color_1",
+"@	c #B4BAB4 s inactive_mid_1",
+"#	c #949594 s inactive_shadow_1",
+"$	c #000000 s inactive_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".++++$$$$$$$$$++++#",
+".++++$$$$$$$$$++++#",
+".+++++++++++++++++#",
+".++++$$$$$$$$$++++#",
+".++++$$+++++$$++++#",
+".+++++$$+++$$+++++#",
+".++++++$$+$$++++++#",
+".+++++++$$$+++++++#",
+".++++++++$++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"###################",
+"                   "};
diff --git a/themes/microdeck2/menu-pressed.xpm b/themes/microdeck2/menu-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..82e9cc587f049003d01dc733f9e73f1558a9a2f3
--- /dev/null
+++ b/themes/microdeck2/menu-pressed.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char * menu_pressed_xpm[] = {
+"19 23 5 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #B4BAB4 s active_mid_1",
+"@	c #D5D6D5 s active_color_1",
+"#	c #000000 s active_text_color",
+"                   ",
+"...................",
+"..+++++++++++++++++",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".++++#########++++@",
+".++++#########++++@",
+".+++++++++++++++++@",
+".++++#########++++@",
+".++++##+++++##++++@",
+".+++++##+++##+++++@",
+".++++++##+##++++++@",
+".+++++++###+++++++@",
+".++++++++#++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+"+++++++++++++++++@@",
+"@@@@@@@@@@@@@@@@@@@",
+"                   "};
diff --git a/themes/microdeck2/right-active.xpm b/themes/microdeck2/right-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..1423edc4f0cc18783c16c99d54493241e7e630c8
--- /dev/null
+++ b/themes/microdeck2/right-active.xpm
@@ -0,0 +1,39 @@
+/* XPM */
+static char * right_active_xpm[] = {
+"4 32 4 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #FFFFFF s active_hilight_1",
+"@	c #000000",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@"};
diff --git a/themes/microdeck2/right-inactive.xpm b/themes/microdeck2/right-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..d1eebc9e37b7c0580d8c99cd3ecf2ebedfdf6c44
--- /dev/null
+++ b/themes/microdeck2/right-inactive.xpm
@@ -0,0 +1,39 @@
+/* XPM */
+static char * right_inactive_xpm[] = {
+"4 32 4 1",
+" 	c None",
+".	c #949594 s inactive_shadow_1",
+"+	c #FFFFFF s inactive_hilight_1",
+"@	c #000000",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@",
+".+.@"};
diff --git a/themes/microdeck2/shade-active.xpm b/themes/microdeck2/shade-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..dde36a24d31ce7a3e9eb5ba3f9bd878390632ed0
--- /dev/null
+++ b/themes/microdeck2/shade-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * shade_active_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s active_hilight_1",
+"+	c #D5D6D5 s active_color_1",
+"@	c #B4BAB4 s active_mid_1",
+"#	c #949594 s active_shadow_1",
+"$	c #000000 s active_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".++++++++$++++++++#",
+".+++++++$$$+++++++#",
+".++++++$$+$$++++++#",
+".+++++$$+++$$+++++#",
+".++++$$+++++$$++++#",
+".++++$$$$$$$$$++++#",
+".+++++++++++++++++#",
+".++++$$$$$$$$$++++#",
+".++++$$$$$$$$$++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"###################",
+"                   "};
diff --git a/themes/microdeck2/shade-inactive.xpm b/themes/microdeck2/shade-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..fc51e42258256100fdd39cda6898d14b63507961
--- /dev/null
+++ b/themes/microdeck2/shade-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * shade_inactive_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s inactive_hilight_1",
+"+	c #D5D6D5 s inactive_color_1",
+"@	c #B4BAB4 s inactive_mid_1",
+"#	c #949594 s inactive_shadow_1",
+"$	c #000000 s inactive_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".++++++++$++++++++#",
+".+++++++$$$+++++++#",
+".++++++$$+$$++++++#",
+".+++++$$+++$$+++++#",
+".++++$$+++++$$++++#",
+".++++$$$$$$$$$++++#",
+".+++++++++++++++++#",
+".++++$$$$$$$$$++++#",
+".++++$$$$$$$$$++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"###################",
+"                   "};
diff --git a/themes/microdeck2/shade-pressed.xpm b/themes/microdeck2/shade-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..2b21b08b2e23681d797ed863ded2d7b2d572e8e6
--- /dev/null
+++ b/themes/microdeck2/shade-pressed.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char * shade_pressed_xpm[] = {
+"19 23 5 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #B4BAB4 s active_mid_1",
+"@	c #D5D6D5 s active_color_1",
+"#	c #000000 s active_text_color",
+"                   ",
+"...................",
+"..+++++++++++++++++",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".++++++++#++++++++@",
+".+++++++###+++++++@",
+".++++++##+##++++++@",
+".+++++##+++##+++++@",
+".++++##+++++##++++@",
+".++++#########++++@",
+".+++++++++++++++++@",
+".++++#########++++@",
+".++++#########++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+"+++++++++++++++++@@",
+"@@@@@@@@@@@@@@@@@@@",
+"                   "};
diff --git a/themes/microdeck2/stick-active.xpm b/themes/microdeck2/stick-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..3a2bf9b751aebf30a694a130eb8b133a6d4c065b
--- /dev/null
+++ b/themes/microdeck2/stick-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * stick_active_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s active_hilight_1",
+"+	c #D5D6D5 s active_color_1",
+"@	c #B4BAB4 s active_mid_1",
+"#	c #949594 s active_shadow_1",
+"$	c #000000 s active_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++$+++$+++#",
+".+++++++++$$$$$+++#",
+".+++$$$$$$$++$$+++#",
+".+++$+++++$++$$+++#",
+".+++$$$$$$$++$$+++#",
+".+++++++++$$$$$+++#",
+".+++++++++$+++$+++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"###################",
+"                   "};
diff --git a/themes/microdeck2/stick-inactive.xpm b/themes/microdeck2/stick-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..bf07d4e3c30c1919642fb9dfe47af3b6aa9694b2
--- /dev/null
+++ b/themes/microdeck2/stick-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * stick_inactive_xpm[] = {
+"19 23 6 1",
+" 	c None",
+".	c #FFFFFF s inactive_hilight_1",
+"+	c #D5D6D5 s inactive_color_1",
+"@	c #B4BAB4 s inactive_mid_1",
+"#	c #949594 s inactive_shadow_1",
+"$	c #000000 s inactive_text_color",
+"                   ",
+".................++",
+"..+++++++++++++++@#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++$+++$+++#",
+".+++++++++$$$$$+++#",
+".+++$$$$$$$++$$+++#",
+".+++$+++++$++$$+++#",
+".+++$$$$$$$++$$+++#",
+".+++++++++$$$$$+++#",
+".+++++++++$+++$+++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".+++++++++++++++++#",
+".@+++++++++++++++@#",
+"+@@@@@@@@@@@@@@@@@#",
+"@##################",
+"                   "};
diff --git a/themes/microdeck2/stick-pressed.xpm b/themes/microdeck2/stick-pressed.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..0bcce454d077234869c7587a05c485bfa1c52ab5
--- /dev/null
+++ b/themes/microdeck2/stick-pressed.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char * stick_pressed_xpm[] = {
+"19 23 5 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #B4BAB4 s active_mid_1",
+"@	c #D5D6D5 s active_color_1",
+"#	c #000000 s active_text_color",
+"                   ",
+"...................",
+"..+++++++++++++++++",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++#+++#+++@",
+".+++++++++#####+++@",
+".+++#######++##+++@",
+".+++#+++++#++##+++@",
+".+++#######++##+++@",
+".+++++++++#####+++@",
+".+++++++++#+++#+++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+".+++++++++++++++++@",
+"+++++++++++++++++@@",
+"@@@@@@@@@@@@@@@@@@@",
+"                   "};
diff --git a/themes/microdeck2/themerc b/themes/microdeck2/themerc
new file mode 100644
index 0000000000000000000000000000000000000000..e4c9f5096e4bd03e47e3a0afa42854e864ff179f
--- /dev/null
+++ b/themes/microdeck2/themerc
@@ -0,0 +1,6 @@
+full_width_title=true
+button_offset=2
+button_spacing=0
+title_vertical_offset_active=0
+title_vertical_offset_inactive=0
+title_horizontal_offset=4
diff --git a/themes/microdeck2/title-1-active.xpm b/themes/microdeck2/title-1-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..b699f5895d04c5c91ea27a37aa7b0fd2364570a1
--- /dev/null
+++ b/themes/microdeck2/title-1-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_1_active_xpm[] = {
+"8 23 6 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #FFFFFF s active_hilight_1",
+"@	c #D5D6D5 s active_color_1",
+"#	c #B4BAB4 s active_mid_1",
+"$	c #000000",
+"........",
+"++++++++",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"########",
+"........",
+"$$$$$$$$"};
diff --git a/themes/microdeck2/title-1-inactive.xpm b/themes/microdeck2/title-1-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..a1ceb8589b1ae7e7293f486f9fd31e7d022e8fb7
--- /dev/null
+++ b/themes/microdeck2/title-1-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_1_inactive_xpm[] = {
+"8 23 6 1",
+" 	c None",
+".	c #949594 s inactive_shadow_1",
+"+	c #FFFFFF s inactive_hilight_1",
+"@	c #D5D6D5 s inactive_color_1",
+"#	c #B4BAB4 s inactive_mid_1",
+"$	c #000000",
+"........",
+"++++++++",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"########",
+"........",
+"$$$$$$$$"};
diff --git a/themes/microdeck2/title-2-active.xpm b/themes/microdeck2/title-2-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..323dc5a2ee92f7dab877c99d2a7c13682a1e58f0
--- /dev/null
+++ b/themes/microdeck2/title-2-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_2_active_xpm[] = {
+"8 23 6 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #FFFFFF s active_hilight_1",
+"@	c #D5D6D5 s active_color_1",
+"#	c #B4BAB4 s active_mid_1",
+"$	c #000000",
+"........",
+"++++++++",
+"++@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+#@@@@@@",
+"@#######",
+"........",
+"$$$$$$$$"};
diff --git a/themes/microdeck2/title-2-inactive.xpm b/themes/microdeck2/title-2-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..d6f79e637bbf3f98b97f805e5b87a098381bd437
--- /dev/null
+++ b/themes/microdeck2/title-2-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_2_inactive_xpm[] = {
+"8 23 6 1",
+" 	c None",
+".	c #949594 s inactive_shadow_1",
+"+	c #FFFFFF s inactive_hilight_1",
+"@	c #D5D6D5 s inactive_color_1",
+"#	c #B4BAB4 s inactive_mid_1",
+"$	c #000000",
+"........",
+"++++++++",
+"++@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+@@@@@@@",
+"+#@@@@@@",
+"@#######",
+"........",
+"$$$$$$$$"};
diff --git a/themes/microdeck2/title-3-active.xpm b/themes/microdeck2/title-3-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..4572dd50307cb61a2cf680fd5815352fb7302fd4
--- /dev/null
+++ b/themes/microdeck2/title-3-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_3_active_xpm[] = {
+"32 23 6 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #FFFFFF s active_hilight_1",
+"@	c #D5D6D5 s active_color_1",
+"#	c #B4BAB4 s active_mid_1",
+"$	c #000000",
+"................................",
+"++++++++++++++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"################################",
+"................................",
+"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"};
diff --git a/themes/microdeck2/title-3-inactive.xpm b/themes/microdeck2/title-3-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..99b7e7f7f7d24bbf95705fe469273c7d66ff2145
--- /dev/null
+++ b/themes/microdeck2/title-3-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_3_inactive_xpm[] = {
+"32 23 6 1",
+" 	c None",
+".	c #949594 s inactive_shadow_1",
+"+	c #FFFFFF s inactive_hilight_1",
+"@	c #D5D6D5 s inactive_color_1",
+"#	c #B4BAB4 s inactive_mid_1",
+"$	c #000000",
+"................................",
+"++++++++++++++++++++++++++++++++",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
+"################################",
+"................................",
+"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"};
diff --git a/themes/microdeck2/title-4-active.xpm b/themes/microdeck2/title-4-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..6421ef5de2439feedb3b478e66208db208e4d7dc
--- /dev/null
+++ b/themes/microdeck2/title-4-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_4_active_xpm[] = {
+"8 23 6 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #FFFFFF s active_hilight_1",
+"@	c #D5D6D5 s active_color_1",
+"#	c #B4BAB4 s active_mid_1",
+"$	c #000000",
+"........",
+"++++++@@",
+"@@@@@@#.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@#.",
+"#######.",
+"........",
+"$$$$$$$$"};
diff --git a/themes/microdeck2/title-4-inactive.xpm b/themes/microdeck2/title-4-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..f1e2ad4c64b67475199d6127c967b3d1e3df36b9
--- /dev/null
+++ b/themes/microdeck2/title-4-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_4_inactive_xpm[] = {
+"8 23 6 1",
+" 	c None",
+".	c #949594 s inactive_shadow_1",
+"+	c #FFFFFF s inactive_hilight_1",
+"@	c #D5D6D5 s inactive_color_1",
+"#	c #B4BAB4 s inactive_mid_1",
+"$	c #000000",
+"........",
+"++++++@@",
+"@@@@@@#.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@@.",
+"@@@@@@#.",
+"#######.",
+"........",
+"$$$$$$$$"};
diff --git a/themes/microdeck2/title-5-active.xpm b/themes/microdeck2/title-5-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..7e24bb99cc0dc34da27c2fc644665a09e94e44b6
--- /dev/null
+++ b/themes/microdeck2/title-5-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_5_active_xpm[] = {
+"8 23 6 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #FFFFFF s active_hilight_1",
+"@	c #D5D6D5 s active_color_1",
+"#	c #B4BAB4 s active_mid_1",
+"$	c #000000",
+"........",
+"++++++++",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"########",
+"........",
+"$$$$$$$$"};
diff --git a/themes/microdeck2/title-5-inactive.xpm b/themes/microdeck2/title-5-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..895a903b99d16c0da8782528eca378cc61699aa6
--- /dev/null
+++ b/themes/microdeck2/title-5-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * title_5_inactive_xpm[] = {
+"8 23 6 1",
+" 	c None",
+".	c #949594 s inactive_shadow_1",
+"+	c #FFFFFF s inactive_hilight_1",
+"@	c #D5D6D5 s inactive_color_1",
+"#	c #B4BAB4 s inactive_mid_1",
+"$	c #000000",
+"........",
+"++++++++",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"@@@@@@@@",
+"########",
+"........",
+"$$$$$$$$"};
diff --git a/themes/microdeck2/top-left-active.xpm b/themes/microdeck2/top-left-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..26ca0bf1476ed68c3d8b87a475d0f43d01c977d5
--- /dev/null
+++ b/themes/microdeck2/top-left-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * top_left_active_xpm[] = {
+"6 23 6 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #B4BAB4 s active_mid_1",
+"@	c #FFFFFF s active_hilight_1",
+"#	c #D5D6D5 s active_color_1",
+"$	c #000000",
+"     .",
+"   ..+",
+"  .@@.",
+" .@##.",
+" .@##.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@+##.",
+".@+##.",
+".@++#.",
+".@.++.",
+".@....",
+".@..$$"};
diff --git a/themes/microdeck2/top-left-inactive.xpm b/themes/microdeck2/top-left-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..cdef5b390b92ade80dff494b0b037b68ecbb7c67
--- /dev/null
+++ b/themes/microdeck2/top-left-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * top_left_inactive_xpm[] = {
+"6 23 6 1",
+" 	c None",
+".	c #949594 s inactive_shadow_1",
+"+	c #B4BAB4 s inactive_mid_1",
+"@	c #FFFFFF s inactive_hilight_1",
+"#	c #D5D6D5 s inactive_color_1",
+"$	c #000000",
+"     .",
+"   ..+",
+"  .@@.",
+" .@##.",
+" .@##.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@###.",
+".@+##.",
+".@+##.",
+".@++#.",
+".@.++.",
+".@....",
+".@..$$"};
diff --git a/themes/microdeck2/top-right-active.xpm b/themes/microdeck2/top-right-active.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..13ae52647c939d4d264b76107b02cc6749dc1ba5
--- /dev/null
+++ b/themes/microdeck2/top-right-active.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * top_right_active_xpm[] = {
+"6 23 6 1",
+" 	c None",
+".	c #949594 s active_shadow_1",
+"+	c #FFFFFF s active_hilight_1",
+"@	c #B4BAB4 s active_mid_1",
+"#	c #D5D6D5 s active_color_1",
+"$	c #000000",
+".     ",
+"+..   ",
+"++@.  ",
+"+##.$ ",
+"+##@$ ",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+#@#.$",
+"+#@#.$",
+"+@@#.$",
+"#@.#.$",
+"...#.$",
+"$$.#.$"};
diff --git a/themes/microdeck2/top-right-inactive.xpm b/themes/microdeck2/top-right-inactive.xpm
new file mode 100644
index 0000000000000000000000000000000000000000..d7cf4bf90137d281754b87495e2fcf72ac95db40
--- /dev/null
+++ b/themes/microdeck2/top-right-inactive.xpm
@@ -0,0 +1,32 @@
+/* XPM */
+static char * top_right_inactive_xpm[] = {
+"6 23 6 1",
+" 	c None",
+".	c #949594 s inactive_shadow_1",
+"+	c #FFFFFF s inactive_hilight_1",
+"@	c #B4BAB4 s inactive_mid_1",
+"#	c #D5D6D5 s inactive_color_1",
+"$	c #000000",
+".     ",
+"+..   ",
+"++@.  ",
+"+##.$ ",
+"+##@$ ",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+###.$",
+"+#@#.$",
+"+#@#.$",
+"+@@#.$",
+"#@.#.$",
+"...#.$",
+"$$.#.$"};
diff --git a/xfwm4.spec.in b/xfwm4.spec.in
index b6106280e4934e48f1fc052e4fefbd64260e94d0..3b27a276f8f17c86f720528a1124e45dd5639d91 100644
--- a/xfwm4.spec.in
+++ b/xfwm4.spec.in
@@ -82,6 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfwm4/themes/keramik
 %{_datadir}/xfwm4/themes/linea
 %{_datadir}/xfwm4/themes/metabox
+%{_datadir}/xfwm4/themes/microdeck2
 %{_datadir}/xfwm4/themes/microgui
 %{_datadir}/xfwm4/themes/mofit
 %{_datadir}/xfwm4/themes/next