]> Dogcows Code - chaz/openbox/commitdiff
make themes inside a directory
authorDana Jansens <danakj@orodu.net>
Fri, 1 Aug 2003 06:10:59 +0000 (06:10 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 1 Aug 2003 06:10:59 +0000 (06:10 +0000)
60 files changed:
Makefile.am
render/theme.c
themes/BBstylE/close.xbm [new file with mode: 0644]
themes/BBstylE/iconify.xbm [new file with mode: 0644]
themes/BBstylE/max.xbm [new file with mode: 0644]
themes/BBstylE/max_t.xbm [new file with mode: 0644]
themes/BBstylE/shade.xbm [new file with mode: 0644]
themes/BBstylE/shade_t.xbm [new file with mode: 0644]
themes/BBstylE/stick.xbm [new file with mode: 0644]
themes/BBstylE/stick_t.xbm [new file with mode: 0644]
themes/BBstylE/themerc [new file with mode: 0644]
themes/I-merry/close.xbm [new file with mode: 0644]
themes/I-merry/iconify.xbm [new file with mode: 0644]
themes/I-merry/max.xbm [new file with mode: 0644]
themes/I-merry/themerc [new file with mode: 0644]
themes/Light-Industry-big/close.xbm [new file with mode: 0644]
themes/Light-Industry-big/iconify.xbm [new file with mode: 0644]
themes/Light-Industry-big/max.xbm [new file with mode: 0644]
themes/Light-Industry-big/themerc [new file with mode: 0644]
themes/Light-Industry/close.xbm [new file with mode: 0644]
themes/Light-Industry/iconify.xbm [new file with mode: 0644]
themes/Light-Industry/max.xbm [new file with mode: 0644]
themes/Light-Industry/themerc [new file with mode: 0644]
themes/TheBear/openbox-3/themerc [new file with mode: 0644]
themes/bbs [deleted file]
themes/bluebox [deleted file]
themes/cthulhain [deleted file]
themes/deep [deleted file]
themes/ebox [deleted file]
themes/fieron [deleted file]
themes/fieron2 [deleted file]
themes/flux [deleted file]
themes/frobozz [deleted file]
themes/frobust [deleted file]
themes/greenz/themerc [new file with mode: 0644]
themes/mbdtex [deleted file]
themes/miklos [deleted file]
themes/nyz [deleted file]
themes/nyzclone [deleted file]
themes/ob20 [deleted file]
themes/operation [deleted file]
themes/outcomes [deleted file]
themes/paper [deleted file]
themes/planton/close.xbm [new file with mode: 0644]
themes/planton/iconify.xbm [new file with mode: 0644]
themes/planton/max.xbm [new file with mode: 0644]
themes/planton/max_t.xbm [new file with mode: 0644]
themes/planton/shade.xbm [new file with mode: 0644]
themes/planton/shade_t.xbm [new file with mode: 0644]
themes/planton/stick.xbm [new file with mode: 0644]
themes/planton/stick_t.xbm [new file with mode: 0644]
themes/planton/themerc [new file with mode: 0644]
themes/purplehaaze [deleted file]
themes/shade [deleted file]
themes/steelblue [deleted file]
themes/steelblue2 [deleted file]
themes/the_orange [deleted file]
themes/trisb [deleted file]
themes/twice [deleted file]
themes/warp-xp [deleted file]

index 6ab3dc2de21d7bc2ee469f09aaa35b460788ed08..422fccb29e821266484f042155c0da10bf697dcd 100644 (file)
@@ -7,7 +7,7 @@ plugindir       = $(libdir)/openbox/plugins
 desktopfilesdir = $(datadir)/gnome/wm-properties
 pixmapdir       = $(datadir)/pixmaps
 
-theme = operation
+theme = thebear
 
 AUTOMAKE_OPTIONS = subdir-objects
 ACLOCAL_AMFLAGS = -I m4
@@ -367,54 +367,59 @@ tools_kdetrayproxy_kdetrayproxy_SOURCES = \
 
 ## themes ##
 
-dist_theme_DATA = \
-       themes/artwiz \
-       themes/bbs \
-       themes/bluebox \
-       themes/cthulhain \
-       themes/deep \
-       themes/ebox \
-       themes/fieron \
-       themes/fieron2 \
-       themes/flux \
-       themes/frobozz \
-       themes/frobust \
-       themes/mbdtex \
-       themes/miklos \
-       themes/nyz \
-       themes/nyzclone \
-       themes/ob20 \
-       themes/operation \
-       themes/outcomes \
-       themes/paper \
-       themes/purplehaaze \
-       themes/shade \
-       themes/steelblue \
-       themes/steelblue2 \
-       themes/the_orange \
-       themes/trisb \
-       themes/twice \
-       themes/warp-xp
-
-fieronthemedir = $(themedir)/fieron_data
-dist_fierontheme_DATA = \
-       themes/fieron_data/close.xbm \
-       themes/fieron_data/iconify.xbm \
-       themes/fieron_data/max.xbm \
-       themes/fieron_data/stick.xbm
-
-fieron2themedir = $(themedir)/fieron2_data
-dist_fieron2theme_DATA = \
-       themes/fieron2_data/close.xbm \
-       themes/fieron2_data/iconify.xbm \
-       themes/fieron2_data/max.xbm \
-       themes/fieron2_data/stick.xbm
-
-eboxthemedir = $(themedir)/ebox_data
-dist_eboxtheme_DATA = \
-       themes/ebox_data/close.xbm \
-       themes/ebox_data/iconify.xbm \
-       themes/ebox_data/max.xbm
+thebear_themedir = $(themedir)/thebear
+dist_thebear_theme_DATA = \
+       themes/thebear/themerc
+
+planton_themedir = $(themedir)/planton
+dist_planton_theme_DATA = \
+       themes/planton/themerc \
+       themes/planton/max.xbm \
+       themes/planton/max_t.xbm \
+       themes/planton/stick.xbm \
+       themes/planton/stick_t.xbm \
+       themes/planton/shade.xbm \
+       themes/planton/shade_t.xbm \
+       themes/planton/iconify.xbm \
+       themes/planton/close.xbm
+
+lightindustry_themedir = $(themedir)/Light-Industry
+dist_lightindustry_theme_DATA = \
+       themes/Light-Industry/themerc \
+       themes/Light-Industry/max.xbm \
+       themes/Light-Industry/iconify.xbm \
+       themes/Light-Industry/close.xbm
+
+lightindustrybig_themedir = $(themedir)/Light-Industry-big
+dist_lightindustrybig_theme_DATA = \
+       themes/Light-Industry-big/themerc \
+       themes/Light-Industry-big/max.xbm \
+       themes/Light-Industry-big/iconify.xbm \
+       themes/Light-Industry-big/close.xbm
+
+imerry_themedir = $(themedir)/I-merry
+dist_imerry_theme_DATA = \
+       themes/I-merry/themerc \
+       themes/I-merry/max.xbm \
+       themes/I-merry/iconify.xbm \
+       themes/I-merry/close.xbm
+
+greenz_themedir = $(themedir)/I-merry
+dist_greenz_theme_DATA = \
+       themes/I-merry/themerc
+
+bbstyle_themedir = $(themedir)/BBstylE
+dist_bbstyle_theme_DATA = \
+       themes/BBstylE/themerc \
+       themes/BBstylE/max.xbm \
+       themes/BBstylE/max_t.xbm \
+       themes/BBstylE/stick.xbm \
+       themes/BBstylE/stick_t.xbm \
+       themes/BBstylE/shade.xbm \
+       themes/BBstylE/shade_t.xbm \
+       themes/BBstylE/iconify.xbm \
+       themes/BBstylE/close.xbm
+
 
 ## data ##
 
index 19adacebd8344787f3d30c8e4a560e7d6eb77c0a..e8f0e88474bc3751595a558c1f5be4dc0dd04d8e 100644 (file)
@@ -798,17 +798,19 @@ static XrmDatabase loaddb(RrTheme *theme, char *name)
 {
     XrmDatabase db;
 
-    if ((db = XrmGetFileDatabase(name)))
-        theme->path = g_path_get_dirname(name);
+    char *s = g_build_filename(name, "themerc", NULL);
+    if ((db = XrmGetFileDatabase(s)))
+        theme->path = g_path_get_dirname(s);
+    g_free(s);
     if (db == NULL) {
        char *s = g_build_filename(g_get_home_dir(), ".openbox", "themes",
-                                  name, NULL);
+                                  name, "themerc", NULL);
        if ((db = XrmGetFileDatabase(s)))
             theme->path = g_path_get_dirname(s);
        g_free(s);
     }
     if (db == NULL) {
-       char *s = g_build_filename(THEMEDIR, name, NULL);
+       char *s = g_build_filename(THEMEDIR, name, "themerc", NULL);
        if ((db = XrmGetFileDatabase(s)))
             theme->path = g_path_get_dirname(s);
         g_free(s);
@@ -894,25 +896,22 @@ static gboolean read_mask(const RrInstance *inst,
 {
     gboolean ret = FALSE;
     char *s;
-    char *data_dir;
     int hx, hy; /* ignored */
     unsigned int w, h;
     unsigned char *b;
 
-    data_dir = g_strdup_printf("%s_data", theme->name);
-
     s = g_build_filename(g_get_home_dir(), ".openbox", "themes",
-                         data_dir, maskname, NULL);
+                         theme->name, maskname, NULL);
     if (XReadBitmapFileData(s, &w, &h, &b, &hx, &hy) == BitmapSuccess)
         ret = TRUE;
     else {
         g_free(s);
-        s = g_build_filename(THEMEDIR, data_dir, maskname, NULL);
+        s = g_build_filename(THEMEDIR, theme->name, maskname, NULL);
         if (XReadBitmapFileData(s, &w, &h, &b, &hx, &hy) == BitmapSuccess) 
             ret = TRUE;
         else {
             g_free(s);
-            s = g_build_filename(theme->path, data_dir, maskname, NULL);
+            s = g_build_filename(theme->path, maskname, NULL);
             if (XReadBitmapFileData(s, &w, &h, &b, &hx, &hy) == BitmapSuccess) 
                 ret = TRUE;
         }
@@ -924,7 +923,6 @@ static gboolean read_mask(const RrInstance *inst,
     }
       
     g_free(s);
-    g_free(data_dir);
 
     return ret;
 }
diff --git a/themes/BBstylE/close.xbm b/themes/BBstylE/close.xbm
new file mode 100644 (file)
index 0000000..42b9a81
--- /dev/null
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define close_width 4
+#define close_height 4
+static unsigned char close_bits[] = {
+   0x09, 0x06, 0x06, 0x09 };
diff --git a/themes/BBstylE/iconify.xbm b/themes/BBstylE/iconify.xbm
new file mode 100644 (file)
index 0000000..055582c
--- /dev/null
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define icon_width 4
+#define icon_height 4
+static unsigned char icon_bits[] = {
+   0x00, 0x0f, 0x09, 0x0f };
diff --git a/themes/BBstylE/max.xbm b/themes/BBstylE/max.xbm
new file mode 100644 (file)
index 0000000..399690a
--- /dev/null
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define max_width 4
+#define max_height 4
+static unsigned char max_bits[] = {
+   0x0f, 0x0f, 0x09, 0x0f };
diff --git a/themes/BBstylE/max_t.xbm b/themes/BBstylE/max_t.xbm
new file mode 100644 (file)
index 0000000..399690a
--- /dev/null
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define max_width 4
+#define max_height 4
+static unsigned char max_bits[] = {
+   0x0f, 0x0f, 0x09, 0x0f };
diff --git a/themes/BBstylE/shade.xbm b/themes/BBstylE/shade.xbm
new file mode 100644 (file)
index 0000000..44a5bf3
--- /dev/null
@@ -0,0 +1,4 @@
+#define shade_width 4
+#define shade_height 4
+static unsigned char shade_bits[] = {
+   0x0f, 0x09, 0x0f, 0x00 };
diff --git a/themes/BBstylE/shade_t.xbm b/themes/BBstylE/shade_t.xbm
new file mode 100644 (file)
index 0000000..f231df1
--- /dev/null
@@ -0,0 +1,4 @@
+#define shade_t_width 4
+#define shade_t_height 4
+static unsigned char shade_t_bits[] = {
+   0x0f, 0x09, 0x0f, 0x00 };
diff --git a/themes/BBstylE/stick.xbm b/themes/BBstylE/stick.xbm
new file mode 100644 (file)
index 0000000..6a346c0
--- /dev/null
@@ -0,0 +1,4 @@
+#define sticky_width 4
+#define sticky_height 4
+static unsigned char sticky_bits[] = {
+   0x0f, 0x0d, 0x0b, 0x0f };
diff --git a/themes/BBstylE/stick_t.xbm b/themes/BBstylE/stick_t.xbm
new file mode 100644 (file)
index 0000000..14e7f05
--- /dev/null
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define stick_width 4
+#define stick_height 4
+static unsigned char stick_bits[] = {
+   0x0f, 0x0f, 0x0f, 0x0f };
diff --git a/themes/BBstylE/themerc b/themes/BBstylE/themerc
new file mode 100644 (file)
index 0000000..99760fc
--- /dev/null
@@ -0,0 +1,146 @@
+!! i stole this idea from benr's E17 theme -> cuddletech.com
+!! it's almost identical except for a few bit here and then, dunno 
+!! if that itself was a sexed up bbtheme, i have never seen it, if so.
+
+!! Toolbar settings
+toolbar: flat solid bevel1
+toolbar.color: #d5d6d5
+toolbar.colorTo: #000000
+toolbar.borderColor: #000000
+toolbar.justify: center
+
+toolbar.button: parentrelative
+toolbar.button.picColor: #000000
+toolbar.button.pressed: parentrelative
+toolbar.button.pressed.picColor: #e6e6ee
+
+toolbar.label: parentrelative
+toolbar.label.textColor: #000000
+
+toolbar.clock: parentrelative
+toolbar.clock.textColor: #000000
+
+toolbar.windowLabel: parentrelative
+toolbar.windowLabel.textColor: #000000
+
+!! Menu settings
+
+menu.title: sunken gradient vertical bevel1
+menu.title.color: #3b4260
+menu.title.colorTo: #666d93
+menu.title.borderColor: #000000
+menu.title.textColor: #ffffff
+menu.title.justify: center
+
+menu.frame: raised solid bevel1
+menu.frame.color: #f6f6f6
+!! #eeeeee
+menu.frame.textColor: #000000
+menu.frame.justify: left
+menu.frame.disableColor: #ffffff
+
+menu.hilite: flat solid bevel1
+menu.hilite.color: #979797
+#9c9ead
+menu.hilite.textColor: #ffffff
+
+menu.bullet: triangle
+menu.bullet.position: right
+
+!! General window settings
+window.button.pressed: flat gradient vertical bevel1
+window.button.pressed.color: #9393b9
+window.button.pressed.colorTo: #424253
+window.button.pressed.borderColor: #000000
+window.justify: left
+
+!! focused window settings
+window.frame.focusColor: #787a95
+
+window.title.focus: sunken gradient vertical bevel1
+#window.title.focus.color: #313856
+#window.title.focus.colorTo: #666d93
+#painful but true
+window.title.focus.color: #3b4260
+window.title.focus.colorTo: #666d93
+#window.title.focus.borderColor: #f1f1f1
+
+window.handle.focus: flat gradient vertical bevel1
+window.handle.focus.color: #3b4260
+window.handle.focus.colorTo: #666d93
+#window.handle.focus.borderColor: #000000
+
+window.grip.focus: flat gradient vertical bevel1
+window.grip.focus.color: #3b4260
+window.grip.focus.colorTo: #666d93
+#window.grip.focus.borderColor: #000000
+
+window.label.focus: parentrelative
+window.label.focus.textColor: #ffffff
+!!#window.label.focus.textColor: #f1f3f8
+!!#ffffff
+
+window.button.focus: parentrelative
+window.button.focus.picColor: #f1f1f1
+!!#dfe2ed
+
+window.button.pressed.focus: flat gradient vertical bevel1
+window.button.pressed.focus.color: #9393b9
+window.button.pressed.focus.colorTo: #424253
+#window.button.pressed.focus.borderColor: #000000
+
+!! unfocused window settings
+window.frame.unfocusColor: #a5a5a5
+
+window.title.unfocus: sunken gradient vertical bevel1
+window.title.unfocus.color: #5a5a5a
+window.title.unfocus.colorTo: #919191
+#window.title.unfocus.borderColor: #000000
+
+window.handle.unfocus: flat gradient vertical bevel1
+window.handle.unfocus.color: #5a5a5a
+window.handle.unfocus.colorTo: #9c9c9c
+#window.handle.unfocus.borderColor: #000000
+
+window.grip.unfocus: flat gradient vertical bevel1
+window.grip.unfocus.color: #5a5a5a
+window.grip.unfocus.colorTo: #9c9c9c
+#window.grip.unfocus.borderColor: #000000
+
+window.label.unfocus: parentrelative
+window.label.unfocus.textColor: #d8d8d8
+
+window.button.unfocus: parentrelative
+window.button.unfocus.picColor: #cbcbcb
+
+window.button.pressed.unfocus: flat gradient vertical bevel1
+window.button.pressed.unfocus.color: #919191
+window.button.pressed.unfocus.colorTo: #5a5a5a
+window.button.pressed.unfocus.borderColor: #000000
+
+!#oh xor...
+window.button.disabled.focus: parentrelative
+window.button.disabled.focus.picColor: #4a5073
+#
+window.button.disabled.unfocus: parentrelative
+window.button.disabled.unfocus.picColor:  #6a716a
+
+!! Global width settings
+borderWidth: 1
+bevelWidth: 1
+handleWidth: 2
+frameWidth: 0
+
+!! Miscellaneous settings
+borderColor: #222222
+rootCommand: wmsetbg /win/lin/lefm.png
+
+window.title.layout:   ILMC
+
+!! font me!
+window.title.xftfont: Borzoi:pixelsize=10
+menu.frame.xftfont: National First Font:pixelsize=15
+menu.title.xftfont: Borzoi:pixelsize=10
+
+
+
diff --git a/themes/I-merry/close.xbm b/themes/I-merry/close.xbm
new file mode 100644 (file)
index 0000000..4a88cff
--- /dev/null
@@ -0,0 +1,4 @@
+#define close_width 6
+#define close_height 6
+static unsigned char close_bits[] = {
+   0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 };
diff --git a/themes/I-merry/iconify.xbm b/themes/I-merry/iconify.xbm
new file mode 100644 (file)
index 0000000..2304866
--- /dev/null
@@ -0,0 +1,4 @@
+#define iconify_width 6
+#define iconify_height 6
+static unsigned char iconify_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f };
diff --git a/themes/I-merry/max.xbm b/themes/I-merry/max.xbm
new file mode 100644 (file)
index 0000000..6d030af
--- /dev/null
@@ -0,0 +1,4 @@
+#define max_width 6
+#define max_height 6
+static unsigned char max_bits[] = {
+   0x3f, 0x3f, 0x21, 0x21, 0x21, 0x3f };
diff --git a/themes/I-merry/themerc b/themes/I-merry/themerc
new file mode 100644 (file)
index 0000000..8ad84b0
--- /dev/null
@@ -0,0 +1,133 @@
+!! merry2
+!! Menu settings
+
+menu.title: flat gradient vertical bevel1
+menu.title.color: #3e71aa
+menu.title.colorTo: #3e71aa
+menu.title.borderColor: #000000
+menu.title.textColor: #ffffff
+menu.title.justify: center
+menu.frame: flat solid bevel1
+menu.frame.color: #f6f6f6
+menu.frame.colorTo: #000000
+menu.frame.borderColor: #000000
+menu.frame.textColor: #000000
+menu.frame.justify: left
+menu.frame.disableColor: #ececec
+
+menu.hilite: flat solid
+menu.hilite.color: #3e71aa
+menu.hilite.colorTo: #5a6dbd
+menu.hilite.borderColor: #000000
+menu.hilite.textColor: #ffffff
+
+menu.bullet: triangle
+menu.bullet.position: right
+
+!! General window settings
+window.button.pressed: flat solid bevel1
+window.button.pressed.color: #000000
+window.button.pressed.colorTo: #000000
+window.button.pressed.borderColor: #000000
+window.justify: center
+
+!! focused window settings
+window.frame.focusColor: #000000
+
+window.title.focus: flat solid bevel1
+window.title.focus.color: #f6f6f6
+window.title.focus.colorTo: #f6f6f6
+window.title.focus.borderColor: #000000
+
+window.handle.focus: raised border gradient vertical bevel1
+window.handle.focus.color: #f6f6f6
+window.handle.focus.colorTo: #dadada
+window.handle.focus.borderColor: #f6f6f6
+
+window.grip.focus: raised solid bevel1
+window.grip.focus.color: #f6f6f6
+window.grip.focus.colorTo: #dadada
+window.grip.focus.borderColor: #000000
+
+#blue
+#window.label.focus: flat border gradient vertical bevel1
+#window.label.focus.color: #4c59a6
+#window.label.focus.colorTo: #5a6dbe
+#window.label.focus.borderColor: #000000
+#window.label.focus.textColor: #ffffff
+
+#green
+window.label.focus: flat border gradient vertical interlaced bevel1
+window.label.focus.color: #3e71aa
+window.label.focus.colorTo:  #3e71aa
+window.label.focus.borderColor: #000000
+window.label.focus.textColor: #ffffff
+
+window.button.focus: flat solid bevel1
+window.button.focus.color: #f6f6f6
+window.button.focus.colorTo: #000000
+window.button.focus.borderColor: #000000
+window.button.focus.picColor: #1f1f1f
+
+window.button.pressed.focus: sunken solid bevel1
+window.button.pressed.focus.color: #e6e2de
+window.button.pressed.focus.colorTo: #000000
+window.button.pressed.focus.borderColor: #000000
+
+!! unfocused window settings
+window.frame.unfocusColor: #000000
+
+window.title.unfocus: flat solid bevel1
+window.title.unfocus.color: #f6f6f6
+window.title.unfocus.colorTo: #dadada
+window.title.unfocus.borderColor: #000000
+
+window.handle.unfocus: raised border gradient vertical bevel1
+window.handle.unfocus.color: #f6f6f6
+window.handle.unfocus.colorTo: #dadada
+window.handle.unfocus.borderColor: #f6f6f6
+
+window.grip.unfocus: parentrelative
+window.grip.unfocus.color: #f6f6f6
+window.grip.unfocus.colorTo: #dadada
+window.grip.unfocus.borderColor: #000000
+
+#huh i dunno what you like?? # = the brown block
+window.label.unfocus: parentrelative
+#window.label.unfocus: flat border solid
+#window.label.unfocus.color: #d5d6d5
+#window.label.unfocus.colorTo: #e1e1e1
+#window.label.unfocus.borderColor: #222222
+window.label.unfocus.textColor: #4d4d4d
+#window.label.unfocus.textColor: #ffffff
+
+window.button.unfocus: flat solid bevel1
+window.button.unfocus.color: #f6f6f6
+window.button.unfocus.colorTo: #000000
+window.button.unfocus.borderColor: #868074
+window.button.unfocus.picColor: #4d4d4d
+
+window.button.pressed.unfocus: sunken solid bevel1
+window.button.pressed.unfocus.color: #e6e2de
+window.button.pressed.unfocus.colorTo: #000000
+window.button.pressed.unfocus.borderColor: #000000
+
+!#oh xor...
+window.button.disabled.focus: parentrelative
+window.button.disabled.focus.picColor: #7c7c7c
+#
+window.button.disabled.unfocus: parentrelative
+window.button.disabled.unfocus.picColor:  #7c7c7c
+
+!! Global width settings
+borderWidth: 1
+bevelWidth: 1
+handleWidth: 4
+frameWidth: 0
+
+!! Miscellaneous settings
+borderColor: #222222
+!! font me!
+window.title.xftfont: Bitstream Vera Sans:bold:pixelsize=10
+menu.frame.xftfont: National First Font:pixelsize=15
+menu.title.xftfont: Bitstream Vera Sans:bold:pixelsize=10
diff --git a/themes/Light-Industry-big/close.xbm b/themes/Light-Industry-big/close.xbm
new file mode 100644 (file)
index 0000000..f96730b
--- /dev/null
@@ -0,0 +1,5 @@
+#define close_width 9
+#define close_height 9
+static unsigned char close_bits[] = {
+   0x83, 0x01, 0xc7, 0x01, 0xee, 0x00, 0x7c, 0x00, 0x38, 0x00, 0x7c, 0x00,
+   0xee, 0x00, 0xc7, 0x01, 0x83, 0x01 };
diff --git a/themes/Light-Industry-big/iconify.xbm b/themes/Light-Industry-big/iconify.xbm
new file mode 100644 (file)
index 0000000..33dabd3
--- /dev/null
@@ -0,0 +1,5 @@
+#define iconify_width 9
+#define iconify_height 9
+static unsigned char iconify_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0xff, 0x01, 0xff, 0x01 };
diff --git a/themes/Light-Industry-big/max.xbm b/themes/Light-Industry-big/max.xbm
new file mode 100644 (file)
index 0000000..0a2841e
--- /dev/null
@@ -0,0 +1,5 @@
+#define max_width 9
+#define max_height 9
+static unsigned char max_bits[] = {
+   0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
+   0x01, 0x01, 0x01, 0x01, 0xff, 0x01 };
diff --git a/themes/Light-Industry-big/themerc b/themes/Light-Industry-big/themerc
new file mode 100644 (file)
index 0000000..78f5ac4
--- /dev/null
@@ -0,0 +1,120 @@
+!total rip of ximian's industrial theme for metacity, by tigert, i believe.
+
+!! Menu settings
+
+menu.title: raised gradient vertical bevel1
+menu.title.color: #6295e6
+menu.title.colorTo: #41719c
+menu.title.textColor: #fcfcfe
+menu.title.justify: center
+
+menu.frame: raised solid bevel1
+menu.frame.color: #f6f6f6
+menu.frame.colorTo: #000000
+menu.frame.textColor: #000000
+menu.frame.justify: left
+menu.frame.disableColor: #ececec
+
+menu.hilite: flat solid bevel1
+menu.hilite.color: #3971ac
+menu.hilite.colorTo: #5a71c5
+menu.hilite.textColor: #ffffff
+
+!! General window settings
+window.button.pressed: flat solid bevel1
+window.button.pressed.color: #000000
+window.button.pressed.colorTo: #000000
+window.justify: center
+
+!! focused window settings
+window.frame.focusColor: #000000
+
+window.title.focus: Raised gradient interlaced vertical
+#window.title.focus.color: #a8c3e5
+#window.title.focus.colorTo: #5b7eac
+window.title.focus.color: #6295e6
+window.title.focus.colorTo: #316194
+
+window.handle.focus:  raised gradient vertical bevel 2
+window.handle.focus.color: #6295e6
+window.handle.focus.colorTo: #316194
+
+window.grip.focus:  raised gradient vertical bevel 2
+window.grip.focus.color: #6295e6
+window.grip.focus.colorTo: #316194
+
+window.label.focus: parentrelative
+window.label.focus.color: #000000
+window.label.focus.colorTo: #000000
+window.label.focus.textColor: #ffffff
+
+window.button.focus: flat border
+window.button.focus.color: #395583
+window.button.focus.colorTo: #7399cd
+window.button.focus.picColor: #ffffff
+window.button.focus.borderColor: #83aede
+
+window.button.pressed.focus: flat border solid
+window.button.pressed.focus.color: #314464
+window.button.pressed.focus.colorTo: #000000
+window.button.pressed.focus.borderColor: #83aede
+
+!! unfocused window settings
+window.frame.unfocusColor: #000000
+
+window.title.unfocus: raised gradient vertical bevel1
+window.title.unfocus.color: #e1e1e1
+window.title.unfocus.colorTo: #a5a2a5
+
+window.handle.unfocus:  raised gradient vertical bevel1
+window.handle.unfocus.color: #e6e6e6
+window.handle.unfocus.colorTo: #cdcac7
+
+window.grip.unfocus: raised gradient vertical bevel1
+window.grip.unfocus.color: #e6e6e6
+window.grip.unfocus.colorTo: #cdcac7
+
+window.label.unfocus: parentrelative
+#window.label.unfocus.textColor: #ffffff
+window.label.unfocus.textColor: #7b7d7b
+
+window.button.unfocus: flat border gradient vertical
+window.button.unfocus.color: #d5dad5
+window.button.unfocus.colorTo: #b4b6b4
+window.button.unfocus.picColor:  #7b7d7b
+window.button.unfocus.borderColor: #7b7d7b
+
+window.button.pressed.unfocus: flat border solid
+window.button.pressed.unfocus.color: #c5c2c5
+window.button.pressed.unfocus.colorTo: #000000
+window.button.pressed.unfocus.borderColor: #7b7d7b
+
+!##stupid shit
+window.button.disabled.focus: flat border
+window.button.disabled.focus.color: #990000
+window.button.disabled.focus.colorTo: #990000
+window.button.disabled.focus.picColor: #ffffff
+window.button.disabled.focus.borderColor: #83aede
+#
+window.button.disabled.unfocus: flat border gradient vertical
+window.button.disabled.unfocus.color: #d5dad5
+window.button.disabled.unfocus.colorTo: #b4b6b4
+window.button.disabled.unfocus.picColor:  #7b7d7b
+window.button.disabled.unfocus.borderColor: #7b7d7b
+
+!! Global width settings
+borderWidth: 1
+bevelWidth: 1
+handleWidth: 4
+frameWidth: 0
+#borderColor: #091d2e
+borderColor: #091d2e
+
+window.title.layout:   NLIMC
+
+!! font me!
+#window.title.xftfont: Borzoi:pixelsize=9:shadow=y:shadowtint=75
+window.title.xftfont: Bitstream Vera Sans:bold:pixelsize=11:shadow=y:shadowtint=30
+menu.frame.xftfont: National First Font:pixelsize=15
+#menu.title.xftfont: Bitstream Vera Sans:bold:pixelsize=9:shadow=y:shadowtint=75
+menu.title.xftfont: Bitstream Vera Sans:bold:pixelsize=10
diff --git a/themes/Light-Industry/close.xbm b/themes/Light-Industry/close.xbm
new file mode 100644 (file)
index 0000000..b974b55
--- /dev/null
@@ -0,0 +1,4 @@
+#define close_width 7
+#define close_height 7
+static unsigned char close_bits[] = {
+   0x63, 0x77, 0x3e, 0x1c, 0x3e, 0x77, 0x63 };
diff --git a/themes/Light-Industry/iconify.xbm b/themes/Light-Industry/iconify.xbm
new file mode 100644 (file)
index 0000000..fd9240c
--- /dev/null
@@ -0,0 +1,4 @@
+#define iconify_width 7
+#define iconify_height 7
+static unsigned char iconify_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x7f };
diff --git a/themes/Light-Industry/max.xbm b/themes/Light-Industry/max.xbm
new file mode 100644 (file)
index 0000000..e8b9ec5
--- /dev/null
@@ -0,0 +1,4 @@
+#define max_width 7
+#define max_height 7
+static unsigned char max_bits[] = {
+   0x7f, 0x7f, 0x7f, 0x41, 0x41, 0x41, 0x7f };
diff --git a/themes/Light-Industry/themerc b/themes/Light-Industry/themerc
new file mode 100644 (file)
index 0000000..632fa3d
--- /dev/null
@@ -0,0 +1,124 @@
+!total rip of ximian's industrial theme for metacity, by tigert, i believe.
+
+!! Menu settings
+
+menu.title: raised gradient vertical bevel1
+menu.title.color: #6295e6
+menu.title.colorTo: #41719c
+menu.title.textColor: #fcfcfe
+menu.title.justify: center
+
+menu.frame: raised solid bevel1
+menu.frame.color: #f6f6f6
+menu.frame.colorTo: #000000
+menu.frame.textColor: #000000
+menu.frame.justify: left
+menu.frame.disableColor: #ececec
+
+menu.hilite: flat solid bevel1
+menu.hilite.color: #3971ac
+menu.hilite.colorTo: #5a71c5
+menu.hilite.textColor: #ffffff
+
+!! General window settings
+window.button.pressed: flat solid bevel1
+window.button.pressed.color: #000000
+window.button.pressed.colorTo: #000000
+window.justify: center
+
+!! focused window settings
+window.frame.focusColor: #000000
+
+window.title.focus: Raised gradient interlaced vertical
+#window.title.focus.color: #a8c3e5
+#window.title.focus.colorTo: #5b7eac
+window.title.focus.color: #6295e6
+window.title.focus.colorTo: #316194
+
+window.handle.focus:  raised gradient vertical bevel 2
+window.handle.focus.color: #6295e6
+window.handle.focus.colorTo: #316194
+
+window.grip.focus:  parentrelative
+window.grip.focus.color: #5189e5
+window.grip.focus.colorTo: #316194
+
+window.label.focus: parentrelative
+window.label.focus.color: #000000
+window.label.focus.colorTo: #000000
+window.label.focus.textColor: #ffffff
+
+window.button.focus: flat border
+window.button.focus.color: #395583
+window.button.focus.colorTo: #7399cd
+window.button.focus.picColor: #ffffff
+window.button.focus.borderColor: #83aede
+
+window.button.pressed.focus: flat border solid
+window.button.pressed.focus.color: #314464
+window.button.pressed.focus.colorTo: #000000
+window.button.pressed.focus.borderColor: #83aede
+
+!! unfocused window settings
+window.frame.unfocusColor: #000000
+
+#window.title.unfocus: raised gradient vertical bevel1
+window.title.unfocus: raised solid
+window.title.unfocus.color: #f6f6f6
+#window.title.unfocus.color: #e1e1e1
+window.title.unfocus.colorTo: #a5a2a5
+
+window.handle.unfocus:  raised gradient vertical bevel1
+window.handle.unfocus.color: #f6f6f6
+window.handle.unfocus.colorTo: #f6f6f6
+
+window.grip.unfocus: parentrelative
+window.grip.unfocus.color: #e6e6e6
+window.grip.unfocus.colorTo: #cdcac7
+
+window.label.unfocus: parentrelative
+#window.label.unfocus.textColor: #ffffff
+window.label.unfocus.textColor: #7b7d7b
+
+window.button.unfocus: flat border gradient vertical
+#window.button.unfocus.color: #d5dad5
+#window.button.unfocus.colorTo: #b4b6b4
+window.button.unfocus.color: #f6f6f6
+window.button.unfocus.colorTo: #f6f6f6
+window.button.unfocus.picColor:  #7b7d7b
+window.button.unfocus.borderColor: #7b7d7b
+
+window.button.pressed.unfocus: flat border solid
+window.button.pressed.unfocus.color: #c5c2c5
+window.button.pressed.unfocus.colorTo: #000000
+window.button.pressed.unfocus.borderColor: #7b7d7b
+
+!##stupid shit
+window.button.disabled.focus: flat border
+window.button.disabled.focus.color: #990000
+window.button.disabled.focus.colorTo: #990000
+window.button.disabled.focus.picColor: #ffffff
+window.button.disabled.focus.borderColor: #83aede
+#
+window.button.disabled.unfocus: flat border gradient vertical
+window.button.disabled.unfocus.color: #d5dad5
+window.button.disabled.unfocus.colorTo: #b4b6b4
+window.button.disabled.unfocus.picColor:  #7b7d7b
+window.button.disabled.unfocus.borderColor: #7b7d7b
+
+!! Global width settings
+borderWidth: 1
+bevelWidth: 1
+handleWidth: 4
+frameWidth: 0
+#borderColor: #091d2e
+borderColor: #091d2e
+
+window.title.layout:   NLIMC
+
+!! font me!
+#window.title.xftfont: Borzoi:pixelsize=11
+window.title.xftfont: Bitstream Vera Sans:bold:pixelsize=10
+menu.frame.xftfont: National First Font:pixelsize=15
+#menu.title.xftfont: Bitstream Vera Sans:bold:pixelsize=9:shadow=y:shadowtint=75
+menu.title.xftfont: Bitstream Vera Sans:bold:pixelsize=10
diff --git a/themes/TheBear/openbox-3/themerc b/themes/TheBear/openbox-3/themerc
new file mode 100644 (file)
index 0000000..5904dfe
--- /dev/null
@@ -0,0 +1,147 @@
+!! Theme information
+style.name: Cheetah3
+style.author: Me(rry)
+style.date: 
+style.credits: probably stole from some gnome metacity theme or something
+style.comments: made with stylebox
+
+!! Toolbar settings
+toolbar: flat solid bevel1
+toolbar.color: #e6e2de
+toolbar.justify: center
+
+toolbar.button: parentrelative
+toolbar.button.picColor: #ffffff
+toolbar.button.pressed: parentrelative
+toolbar.button.pressed.picColor: #ffffff
+
+toolbar.label: parentrelative
+toolbar.label.textColor: #000000
+
+toolbar.clock: parentrelative
+toolbar.clock.textColor: #000000
+
+toolbar.windowLabel: parentrelative
+toolbar.windowLabel.textColor: #000000
+
+!! Menu settings
+
+menu.title: flat gradient vertical bevel1
+menu.title.color: #5a6dc5
+menu.title.colorTo: #4a59a5
+menu.title.textColor: #fcfcfe
+menu.title.justify: center
+
+menu.frame: raised solid bevel1
+menu.frame.color: #e6e6e6
+menu.frame.colorTo: #000000
+menu.frame.textColor: #000000
+menu.frame.justify: left
+menu.frame.disableColor: #ececec
+
+menu.hilite: flat gradient vertical bevel1
+menu.hilite.color: #4a5194
+menu.hilite.colorTo: #5a71c5
+menu.hilite.textColor: #ffffff
+
+menu.bullet: triangle
+menu.bullet.position: right
+
+!! General window settings
+window.button.pressed: flat solid bevel1
+window.button.pressed.color: #000000
+window.button.pressed.colorTo: #000000
+window.justify: center
+
+!! focused window settings
+window.frame.focusColor: #000000
+
+window.title.focus: flat gradient vertical bevel1
+window.title.focus.color: #6375ce
+window.title.focus.colorTo: #4a5194
+
+window.handle.focus:  flat gradient vertical bevel1
+window.handle.focus.color: #6375ce
+window.handle.focus.colorTo: #4a5194
+
+window.grip.focus:  flat gradient vertical bevel1
+window.grip.focus.color: #6375ce
+window.grip.focus.colorTo: #4a5194
+
+window.label.focus: parentrelative
+window.label.focus.color: #000000
+window.label.focus.colorTo: #000000
+window.label.focus.textColor: #ffffff
+
+window.button.focus: parentrelative
+window.button.focus.color: #000000
+window.button.focus.colorTo: #000000
+window.button.focus.picColor: #d6d7ef
+
+window.button.pressed.focus: sunken solid bevel1
+window.button.pressed.focus.color: #4c59a6
+window.button.pressed.focus.colorTo: #000000
+
+!! unfocused window settings
+window.frame.unfocusColor: #000000
+
+window.title.unfocus: flat gradient vertical bevel1
+window.title.unfocus.color: #e1e1e1
+window.title.unfocus.colorTo: #a5a2a5
+
+window.handle.unfocus:  flat gradient vertical bevel1
+window.handle.unfocus.color: #e6e6e6
+window.handle.unfocus.colorTo: #cdcac7
+
+window.grip.unfocus: flat gradient vertical bevel1
+window.grip.unfocus.color: #e6e6e6
+window.grip.unfocus.colorTo: #cdcac7
+
+window.label.unfocus: parentrelative
+window.label.unfocus.textColor: #ffffff
+
+window.button.unfocus: parentrelative
+window.button.unfocus.picColor: #ffffff
+
+window.button.pressed.unfocus: sunken solidbevel1
+window.button.pressed.unfocus.color: #cdcac7
+window.button.pressed.unfocus.colorTo: #000000
+
+!##stupid shit
+window.button.disabled.focus: flat
+window.button.disabled.focus.color: #990000
+window.button.disabled.focus.colorTo: #990000
+window.button.disabled.focus.picColor: #ffffff
+#window.button.disabled.focus.borderColor: #83aede
+#
+window.button.disabled.unfocus: flat
+window.button.disabled.unfocus.color: #d5dad5
+window.button.disabled.unfocus.colorTo: #b4b6b4
+window.button.disabled.unfocus.picColor:  #7b7d7b
+#window.button.disabled.unfocus.borderColor: #7b7d7b
+
+
+!! Global width settings
+borderWidth: 1
+bevelWidth: 1
+handleWidth: 3
+frameWidth: 0
+
+
+!! Miscellaneous settings
+borderColor: #222222
+rootCommand: Esetroot /win/lin/backgrounds/GNO-LEAF.png
+
+window.title.layout:   NILMC
+!! font me!
+window.title.xftfont: Bitstream Vera Sans:bold:pixelsize=9:shadow=y:shadowtint=90
+menu.frame.xftfont: National First Font:pixelsize=15
+menu.title.xftfont: Bitstream Vera Sans:bold:pixelsize=10
+
+!! Bitmap button masks
+#window.button.max.mask:       max.xbm
+#window.button.icon.mask:      icon.xbm
+#window.button.stick.mask:     stick.xbm
+#window.button.close.mask:     close.xbm
+#window.button.shade.mask:     shade.xbm
+
diff --git a/themes/bbs b/themes/bbs
deleted file mode 100644 (file)
index bb25831..0000000
+++ /dev/null
@@ -1,126 +0,0 @@
-style.name:    [b]lack [b]ronze [s]alad
-style.author:  miklos
-
-rootCommand:   bsetbg -solid '#5d718e'
-
-!toolbar.button: flat gradient vertical  bevel1
-!toolbar.button.color: #e2dfbd
-!toolbar.button.colorTo: #6f6d5d
-toolbar.button: parentrelative
-toolbar.button.picColor:       #4d462a
-
-toolbar.button.pressed:        Sunken Bevel1 Solid 
-toolbar.button.pressed.color:  #a19f86
-
-!toolbar.label: raised gradient crossdiagonal bevel1
-!toolbar.label.color: #e2dfbd
-!toolbar.label.colorTo: #6f6d5d
-toolbar.label: parentrelative
-toolbar.label.textColor:       #334142
-
-toolbar.windowLabel:   sunken gradient crossdiagonal
-toolbar.windowLabel.color: #94927b
-toolbar.windowLabel.colorTo: #a19f86
-toolbar.windowLabel.textColor: #334142
-
-!toolbar.clock: raised gradient crossdiagonal bevel2
-toolbar.clock: parentrelative
-toolbar.clock.color: #e2dfbd
-toolbar.clock.colorTo: #6f6d5d
-toolbar.clock.textColor:       #334142
-
-toolbar: raised Gradient vertical bevel1
-toolbar.color: #e2dfbd
-toolbar.colorTo: #a19f86
-toolbar.justify:       Center
-
-menu.frame: raised gradient crossdiagonal bevel1
-menu.frame.color:      #e2dfbd
-menu.frame.colorTo: #6f6d5d
-menu.frame.textColor:  #334142
-menu.frame.justify:    right
-
-menu.title:    sunken gradient crossdiagonal bevel2
-menu.title.color:      #94927b
-menu.title.colorTo: #a19f86
-menu.title.textColor:  #334142
-menu.title.justify:    center
-
-menu.hilite:   sunken gradient crossdiagonal bevel2
-menu.hilite.colorTo:   #506890
-menu.hilite.color: #a19f86
-menu.hilite.textColor: #4d462a
-
-menu.bullet:   Empty
-menu.bullet.position:  left
-menu.frame.disableColor:       #ffffff
-
-!window.button.focus: flat gradient crossdiagonal bevel1
-window.button.focus: parentrelative
-window.button.focus.color:     #e2dfbd
-window.button.focus.colorTo: #6f6d5d
-window.button.focus.picColor:  #334142
-
-window.button.unfocus: parentrelative  
-window.button.unfocus.picColor:        #556364
-
-window.grip.focus:     sunken gradient crossdiagonal bevle1
-window.grip.focus.color:       #e2dfbd
-window.grip.focus.colorTo: #6f6d5d
-
-window.grip.unfocus: parentrelative
-
-window.handle.focus: flat gradient crossdiagonal
-window.handle.focus.color:     #e2dfbd
-window.handle.focus.colorTo: #a19f86
-
-window.handle.unfocus: flat gradient crossdiagonal
-window.handle.unfocus.color: #e2dfbd
-window.handle.unfocus.colorTo: #6f6d5d
-
-window.label.focus:    sunken gradient crossdiagonal
-window.label.focus.color:      #94927b
-window.label.focus.colorTo: #a19f86
-window.label.focus.textColor:  #334142
-window.label.focus.justify:    Center
-
-window.justify:        Center
-window.label.unfocus:  parentrelative
-window.label.unfocus.textColor:        #758384
-
-window.title.focus:    raised gradient vertical bevel1
-window.title.focus.color:      #e2dfdb
-window.title.focus.colorTo: #a19f86
-
-window.title.unfocus:  raised gradient crossdiagonal  bevel1
-window.title.unfocus.color:    #e2dfdb
-window.title.unfocus.colorTo: #a19f86
-
-window.button.pressed: Sunken Bevel1 Gradient crossdiagonal
-window.button.pressed.colorTo: #506890
-window.button.pressed.color:   #a19f86
-
-window.frame.focusColor:       #e2dfdb
-window.frame.unfocusColor:     #6f6d5d
-handleWidth:   4
-frameWidth:    0
-bevelWidth:    1
-borderWidth:   0
-borderColor:   #8f8d7d
-
-window.xft.font:        Trebuchet MS
-window.xft.size:        10
-window.font:            lucidasans-10
-
-menu.frame.xft.font:   Trebuchet MS
-menu.frame.xft.size:   12
-menu.frame.font:       lucidasans-10
-
-menu.title.xft.font:   Trebuchet MS
-menu.title.xft.size:   12
-menu.title.xft.flags:  bold
-menu.title.font:       lucidasans-10
-
-toolbar.xft.font:      Trebuchet MS
-toolbar.xft.size:      10
-toolbar.font:          lucidasans-10
diff --git a/themes/bluebox b/themes/bluebox
deleted file mode 100644 (file)
index b267620..0000000
+++ /dev/null
@@ -1,148 +0,0 @@
-! Miscellaneous settings...
-style.name:    bluebox
-style.author:  miklos
-style.date:    Thu, Mar 21, 2002
-style.credits: 
-style.comments:                        
-               
-!*font:                gelly
-*font:         -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
-*xft.font:     Arial
-*xft.size:     10
-
-rootCommand:   bsetbg -solid "#414b57"
-
-! Toolbar settings...
-toolbar.button:        Flat Gradient Vertical
-toolbar.button.color:  #46505d
-toolbar.button.colorTo:        #67788b
-toolbar.button.picColor:       #d7e0ee
-
-toolbar.button.pressed:        Sunken Bevel1 Gradient Diagonal
-toolbar.button.pressed.color:  #6a7482
-toolbar.button.pressed.colorTo:        #73787e
-
-toolbar.label: Flat Gradient Vertical
-toolbar.label.color:   #414b57
-toolbar.label.colorTo: #6a7b8f
-toolbar.label.textColor:       #d7e0ee
-
-toolbar.windowLabel:   Sunken Bevel1 Gradient Vertical
-toolbar.windowLabel.color:     #21354a
-toolbar.windowLabel.colorTo:   #406285
-toolbar.windowLabel.textColor: #d7e0ee
-
-toolbar.clock: Flat Gradient Vertical
-toolbar.clock.color:   #414b57
-toolbar.clock.colorTo: #6a7b8f
-toolbar.clock.textColor:       #d7e0ee
-
-toolbar:       Raised Bevel1 Gradient Vertical
-toolbar.color: #414b57
-toolbar.colorTo:       #6a7b8f
-toolbar.textColor:     #d7e0ee
-toolbar.justify:       Center
-
-
-! Menu settings...
-menu.frame:    Flat Gradient Horizontal
-menu.frame.color:      #2c333b
-menu.frame.colorTo:    #6a7b8f
-menu.frame.textColor:  #becad4
-menu.frame.justify:    Left
-
-menu.title:    Raised Gradient Vertical
-menu.title.color:      #414b57
-menu.title.colorTo:    #67788b
-menu.title.textColor:  #8998ab
-menu.title.justify:    Center
-
-menu.hilite:   Sunken Bevel1 Gradient Horizontal
-menu.hilite.color:     #21354a
-menu.hilite.colorTo:   #406285
-menu.hilite.textColor: #a8bed6
-
-menu.bullet:   Triangle
-menu.bullet.position:  Right
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus:   Flat Gradient Vertical
-window.button.focus.color:     #46505d
-window.button.focus.colorTo:   #67788b
-window.button.focus.picColor:  #d8e0ee
-
-window.button.unfocus: Flat Gradient Vertical
-window.button.unfocus.color:   #46505d
-window.button.unfocus.colorTo: #67788b
-window.button.unfocus.picColor:        #7e8c9d
-
-window.grip.focus:     Raised Bevel1 Solid Vertical
-window.grip.focus.color:       #46505d
-window.grip.focus.colorTo:     #ffffff
-
-window.grip.unfocus:   Raised Bevel1 Solid Horizontal
-window.grip.unfocus.color:     #3c4550
-window.grip.unfocus.colorTo:   #ffffff
-
-window.handle.focus:   Raised Bevel1 Solid Vertical
-window.handle.focus.color:     #46505d
-window.handle.focus.colorTo:   #ffffff
-
-window.handle.unfocus: Raised Bevel1 Solid Horizontal
-window.handle.unfocus.color:   #3c4550
-window.handle.unfocus.colorTo: #ffffff
-
-window.label.focus:    Sunken Bevel1 Gradient Vertical
-window.label.focus.color:      #21354a
-window.label.focus.colorTo:    #406285
-window.label.focus.textColor:  #d7e0ee
-window.label.focus.justify:    Center
-
-window.justify:        Center
-window.label.unfocus:  Flat Gradient Vertical
-window.label.unfocus.color:    #414b57
-window.label.unfocus.colorTo:  #6a7b8f
-window.label.unfocus.textColor:        #7e8c9d
-
-window.title.focus:    Raised Bevel1 Gradient Vertical
-window.title.focus.color:      #414b57
-window.title.focus.colorTo:    #6a7b8f
-
-window.title.unfocus:  Raised Bevel1 Gradient Vertical
-window.title.unfocus.color:    #414b57
-window.title.unfocus.colorTo:  #6a7b8f
-
-window.button.pressed: Sunken Bevel1 Gradient Diagonal
-window.button.pressed.color:   #6a7482
-window.button.pressed.colorTo: #73787e
-
-window.frame.focusColor:       #73787e
-window.frame.unfocusColor:     #62666b
-handleWidth:   1
-frameWidth:    0
-bevelWidth:    1
-borderWidth:   1
-borderColor:   #000000
-
-bbpager.frame:                          raised solid
-    bbpager.frame.color:                #515b67
-
-bbpager.desktop:                        sunken solid
-    bbpager.desktop.color:              #414b57
-
-bbpager.desktop.focus:                  raised solid
-    bbpager.desktop.focus.color:        #ffffff
-
-bbpager.window.focus:                          raised gradient vertical
-    bbpager.window.focus.color:         #21354a
-    bbpager.window.focus.colorTo:       #406285
-
-bbpager.window:                        flat gradient vertical
-    bbpager.window.color:              #414b57
-    bbpager.window.colorTo:            #6a7b8f
-
-bbpager.desktop.focusStyle:             border
-bbpager.active.window.borderColor:      #202020
-bbpager.inactive.window.borderColor:    #000000
-bbpager.active.desktop.borderColor:     #73787e
diff --git a/themes/cthulhain b/themes/cthulhain
deleted file mode 100644 (file)
index 5f55c4c..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-! Title:       cthulhain
-! By:          cthulhain (http://lordzork.com/blackbox/
-! Email:       cthulhain@lordzork.com
-! Comment:     no comment
-
-! ***** toolbar *****
-toolbar:                               raised gradient vertical
-     toolbar.color:                    #585858
-     toolbar.colorTo:                  #0f1319
-
-toolbar.label:                         parentrelative
-     toolbar.label.textColor:          #cccccc
-
-toolbar.windowLabel:                   sunken gradient crossdiagonal
-     toolbar.windowLabel.color:                #151a22
-     toolbar.windowLabel.colorTo:      #7a8290
-     toolbar.windowLabel.textColor:    #ffffff
-
-toolbar.clock:                         parentrelative
-     toolbar.clock.textColor:          #cccccc
-
-toolbar.button:                                parentrelative
-     toolbar.button.picColor:          #cccccc
-
-toolbar.button.pressed:                        flat gradient vertical
-     toolbar.button.pressed.color:     #0f1319
-     toolbar.button.pressed.colorTo:   #7a8290
-
-
-! ***** menu *****
-menu.title:                            raised gradient crossdiagonal
-     menu.title.color:                 #151a22
-     menu.title.colorTo:               #7a8290
-     menu.title.textColor:             #ffffff
-
-menu.frame:                            sunken gradient crossdiagonal
-     menu.frame.color:                 #0f1319
-     menu.frame.colorTo:               gray40
-     menu.frame.textColor:             #cccccc
-
-menu.hilite:                           sunken gradient crossdiagonal
-     menu.hilite.color:                        #151a22
-     menu.hilite.colorTo:              #7a8290
-     menu.hilite.textColor:            #ffffff
-
-menu.bullet:                           triangle
-     menu.bullet.position:             right
-
-
-! ***** window focused *****
-window.title.focus:                    raised gradient diagonal
-     window.title.focus.color:         gray40
-     window.title.focus.colorTo:       #0f1319
-
-window.label.focus:                    sunken gradient crossdiagonal
-     window.label.focus.color:         #151a22
-     window.label.focus.colorTo:       #7a8290
-     window.label.focus.textColor:     gray90
-
-window.button.focus:                   parentrelative
-     window.button.focus.picColor:     #cccccc
-
-window.button.pressed:                 flat gradient vertical
-     window.button.pressed.color:      #0f1319
-     window.button.pressed.colorTo:    #7a8290
-
-window.handle.focus:                   raised gradient diagonal
-     window.handle.focus.color:                gray50
-     window.handle.focus.colorTo:      #0f1319
-
-window.grip.focus:                     raised gradient diagonal
-     window.grip.focus.color:          #7a8290
-     window.grip.focus.colorTo:                #151a22
-
-window.frame.focusColor:               #858585
-window.frame.focus.color:              #858585
-
-
-! ***** window unfocused *****
-window.title.unfocus:                  raised gradient diagonal
-     window.title.unfocus.color:       gray40
-     window.title.unfocus.colorTo:     #0f1319
-
-window.label.unfocus:                  parentrelative
-     window.label.unfocus.textColor:   #808080
-
-window.button.unfocus:                 parentrelative
-     window.button.unfocus.picColor:   #727272
-
-window.handle.unfocus:                 raised gradient diagonal
-     window.handle.unfocus.color:      gray50
-     window.handle.unfocus.colorTo:    #0f1319
-
-window.grip.unfocus:                   raised gradient diagonal
-     window.grip.unfocus.color:                gray50
-     window.grip.unfocus.colorTo:      #0f1319
-
-window.frame.unfocusColor:             #5e6166
-window.frame.unfocus.color:            #5e6166
-
-
-! ***** fonts *****
-*.font:                                        -*-lucida-medium-r-*-*-*-100-*-*-*-*-*
-*.xft.font:                            arial
-*.xft.size:                            10
-menu.*.xft.size:                       11
-    toolbar.justify:                   center
-    window.justify:                    right
-    menu.title.justify:                        center
-    menu.frame.justify:                        right
-
-! ***** the rest *****
-borderColor:                           #202020
-borderWidth:                           1
-bevelWidth:                            2
-handleWidth:                           4
-frameWidth:                            0
-
-rootCommand:                           bsetbg -solid "#3a404b"
-
-! ***** bbpager *****
-bbpager.frame:                         sunken gradient crossdiagonal
-    bbpager.frame.color:               #151a22
-    bbpager.frame.colorTo:             #7a8290
-
-bbpager.desktop:                       parentrelative
-
-bbpager.desktop.focus:                 flat gradient vertical
-    bbpager.desktop.focus.color:       #0f1319
-    bbpager.desktop.focus.colorTo:     gray40
-
-bbpager.window:                                raised gradient vertical
-    bbpager.window.color:              gray40
-    bbpager.window.colorTo:            #0f1319
-
-bbpager.window.focus:                  raised gradient crossdiagonal
-    bbpager.window.focus.color:                #151a22
-    bbpager.window.focus.colorTo:      #7a8290
-
-bbpager.desktop.focusStyle:            border
-bbpager.active.window.borderColor:     #202020
-bbpager.inactive.window.borderColor:   #202020
-bbpager.active.desktop.borderColor:    #0f1319
diff --git a/themes/deep b/themes/deep
deleted file mode 100644 (file)
index ddcb51e..0000000
+++ /dev/null
@@ -1,120 +0,0 @@
-! deep - by safari_al
-! tr@rebel.net.au
-!
-! the scent of deep heat is wafting through the air.  inhale.
-
-toolbar:                               flat gradient vertical
-  toolbar.color:                       #d3d3d3
-  toolbar.colorTo:                     #a3a3a3
-
-toolbar.clock:                         parentrelative
-  toolbar.clock.textColor:             black
-
-toolbar.label:                         parentrelative
-  toolbar.label.textColor:             black
-
-toolbar.windowLabel:                   flat gradient horizontal
-  toolbar.windowLabel.color:           #223256
-  toolbar.windowLabel.colorTo:         #3f5881
-  toolbar.windowLabel.textColor:       #d3d3d3
-
-toolbar.button:                                parentrelative
-  toolbar.button.picColor:             black
-
-toolbar.button.pressed:                        flat gradient vertical
-  toolbar.button.pressed.color:                #d3d3d3
-  toolbar.button.pressed.colorTo:      #3f5881
-
-menu.title:                            flat gradient horizontal 
-  menu.title.color:                    #223256
-  menu.title.colorTo:                  #3f5881
-  menu.title.textColor:                        #d3d3d3
-
-menu.frame:                            flat gradient horizontal
-  menu.frame.color:                    #a3a3a3
-  menu.frame.colorTo:                  #d3d3d3
-  menu.frame.textColor:                        black
-
-menu.hilite:                           flat gradient horizontal
-  menu.hilite.color:                   #a3a3a3
-  menu.hilite.colorTo:                 #3f5881
-  menu.hilite.textColor:               black
-
-menu.bullet:                           empty
-  menu.bullet.position:                        left
-
-window.title.focus:                    flat gradient vertical
-  window.title.focus.color:            #d3d3d3
-  window.title.focus.colorTo:          #a3a3a3
-window.title.unfocus:                  flat gradient vertical
-  window.title.unfocus.color:          #d3d3d3
-  window.title.unfocus.colorTo:                #a3a3a3
-
-window.label.focus:                    flat gradient horizontal
-  window.label.focus.color:            #223256
-  window.label.focus.colorTo:          #3f5881
-  window.label.focus.textColor:                #d3d3d3
-window.label.unfocus:                  flat solid
-  window.label.unfocus.color:          #223256
-  window.label.unfocus.textColor:      #d3d3d3
-
-window.button.focus:                   parentrelative
-  window.button.focus.picColor:                black
-window.button.unfocus:                 parentrelative
-  window.button.unfocus.picColor:      black
-
-window.button.pressed:                 flat gradient vertical
-  window.button.pressed.color:         #d3d3d3
-  window.button.pressed.colorTo:       #3f5881
-
-window.frame.focusColor:               #d3d3d3
-window.frame.unfocusColor:             #a3a3a3
-
-window.handle.focus:                   flat solid
-  window.handle.focus.color:           #d3d3d3
-window.handle.unfocus:                 flat solid
-  window.handle.unfocus.color:         #a3a3a3
-
-window.grip.focus:                     flat solid
-  window.grip.focus.color:             #3f5881
-window.grip.unfocus:                   flat solid
-  window.grip.unfocus.color:           #223526
-
-borderColor:   black
-!*font:                gelly
-*font:         lucidasans-10
-*xft.font:     arial
-*xft.size:     9
-menu*xft*size: 10
-*justify:      left
-
-borderWidth:   1
-bevelWidth:    1
-frameWidth:    1
-handleWidth:   3
-
-rootCommand:   bsetbg -mod 2 2 -bg rgb:22/35/26 -fg rgb:3f/58/81
-
-
-bbpager.frame:                         flat gradient vertical
-  bbpager.frame.color:                 #3f5881
-  bbpager.frame.colorTo:               #223256
-
-bbpager.desktop:                       parentrelative
-bbpager.desktop.focus:                 parentrelative
-
-bbpager.window:                                flat gradient vertical
-  bbpager.window.color:                        #d3d3d3
-  bbpager.window.colorTo:              #a3a3a3
-bbpager.window.focus:                  flat gradient vertical
-  bbpager.window.focus.color:          #d3d3d3
-  bbpager.window.focus.colorTo:                #3f5881
-
-bbpager.desktop.focusStyle:            border
-bbpager.window.focusStyle:             texture
-
-bbpager.active.desktop.borderColor:    #d3d3d3
-bbpager.active.window.borderColor:     black
-bbpager.inactive.window.borderColor:   black
-
-bbpager.bevelWidth:                    1
diff --git a/themes/ebox b/themes/ebox
deleted file mode 100644 (file)
index 814b0c4..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-! EBOX2 for openbox (with pixmaps) 
-                       
-#rootCommand:  Esetroot /allmythings/backgrounds/ladybug.png
-rootCommand:   bsetroot -solid "#838183"
-#rootCommand:  Esetroot /opt/gnome2/share/nautilus/patterns/bigH.png
-! Toolbar settings...
-toolbar.button:        parentrelative
-toolbar.button.pressed:        parentrelative
-toolbar.label: parentrelative
-toolbar.windowLabel:   parentrelative
-toolbar.clock: parentrelative
-
-toolbar:       Raised Bevel2 Gradient Vertical
-toolbar.color: #313856
-toolbar.colorTo:       #666d93
-toolbar.justify:       Center
-toolbar.button.picColor:       #ffffff
-
-! Menu settings...
-menu.frame:    Flat Solid
-menu.frame.color:             #d5d6d5
-#menu.frame.color:     #e6e2de
-menu.frame.textColor:  #000000
-menu.frame.justify:    Left
-
-menu.title:    Raised Bevel2 Gradient Vertical
-menu.title.color:      #313856
-menu.title.colorTo:    #666d93
-menu.title.textColor:  #ffffff
-menu.title.justify:    Center
-
-menu.hilite:   Raised Bevel2 Gradient Vertical
-menu.hilite.color:      #868795
-menu.hilite.colorTo:   #bfc1d1
-menu.hilite.textColor: #000000
-
-menu.bullet:   Triangle
-menu.bullet.position:  Right
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus:   parentrelative
-window.button.focus.picColor:  #dfdfe6
-
-window.button.unfocus: parentrelative
-window.button.unfocus.picColor:        #cbcbcb
-
-window.grip.focus:     Raised Bevel1 Gradient Vertical
-window.grip.focus.color:       #313856
-window.grip.focus.colorTo:     #666d93
-
-window.grip.unfocus:   Raised Bevel1 Gradient Vertical
-window.grip.unfocus.color:     #5a5a5a
-window.grip.unfocus.colorTo:   #9c9c9c
-
-window.handle.focus:   Raised Bevel1 Gradient Vertical
-window.handle.focus.color:     #313856
-window.handle.focus.colorTo:   #666d93
-
-window.handle.unfocus: Raised Bevel1 Gradient Vertical
-window.handle.unfocus.color:   #5a5a5a
-window.handle.unfocus.colorTo: #9c9c9c
-
-window.label.focus:    parentrelative
-window.label.focus.justify:    Left
-
-window.justify:        Left
-window.label.unfocus:  parentrelative
-window.label.unfocus.textColor:        #d8d8d8
-window.xft.flags: shadow
-
-window.title.focus:    Raised Bevel2 Gradient Vertical
-window.title.focus.color:      #313856
-window.title.focus.colorTo:    #666d93
-
-window.title.unfocus:  Raised Bevel2 Gradient Vertical
-window.title.unfocus.color:    #5a5a5a
-window.title.unfocus.colorTo:  #919191
-
-window.button.pressed: Flat Gradient Vertical
-window.button.pressed.color:   #9393b9
-window.button.pressed.colorTo: #424253
-
-window.frame.focusColor:       #787a95
-window.frame.unfocusColor:     #a5a5a5
-handleWidth:   3
-frameWidth:    0
-bevelWidth:    1
-borderWidth:   1
-borderColor:   #222222
-*.textColor:   #ffffff
-
-!#defaults!!!!
-*window.xft.font:      Arial
-*xft.font:     Microsoft Sans Serif
-*xft.size: 9
-*.font:        -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-1
-*.textColor:   #ffffff
-*.picColor: #f6eef6
-*xft.shadow.tint: 100
-!*menu.*.xft.shadow.tint: -50
-!*xft.flags: shadow
-!*title.xft.flags:     shadow
-
-!pixmap masks
-toolbar.button.left.mask:      bulletl.xbm
-toolbar.button.right.mask:     bulletr.xbm
-window.button.max.mask:                max.xbm
-window.button.icon.mask:       icon.xbm
-!window.button.stick.mask:     
-window.button.close.mask:      close.xbm
-menu.arrow.mask:               bulletbc.xbm
diff --git a/themes/fieron b/themes/fieron
deleted file mode 100644 (file)
index c4a19d9..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-style.author:  miklos
-style.date:    Sept. 9, 2002
-
-rootCommand: bsetbg -solid "#474e56"
-
-! Toolbar settings...
-toolbar.button.pressed: flatborder gradient vertical
-toolbar.button.pressed.colorTo: #44657f
-toolbar.button.pressed.color: #699cc6
-toolbar.button.pressed.borderColor: #181f24
-toolbar.button.picColor:       #25252d
-
-toolbar.button:        flatborder gradient vertical
-toolbar.button.color:  #d1d9db
-toolbar.button.colorTo: #616568
-toolbar.button.borderColor: #25252d
-
-toolbar.windowLabel:   flatborder gradient vertical
-toolbar.windowLabel.color:     #699cc6
-toolbar.windowLabel.colorTo:   #44657f
-toolbar.windowLabel.borderColor: #25252d
-toolbar.windowLabel.textColor: #acd5eb
-
-toolbar.label: parentrelative
-toolbar.label.textColor:       #2c4559
-
-toolbar.clock: parentrelative
-toolbar.clock.textColor:       #2c4559
-
-toolbar: flat gradient vertical
-toolbar.colorTo: #767677
-toolbar.color: #e4e8e9
-
-toolbar.xft.font: tahoma
-toolbar.xft.size: 9
-toolbar.justify:       center
-
-
-! Menu settings...
-menu.frame: flat gradient crossdiagonal
-menu.frame.color:      #e4e8e9
-menu.frame.colorTo: #767677
-menu.frame.borderColor: #181f24
-menu.frame.textColor:  #2c4559
-
-menu.frame.xft.font: tahoma
-menu.frame.xft.size: 9
-menu.frame.justify:    left
-
-menu.title:    flatborder gradient vertical
-menu.title.color:      #5f7a8f
-menu.title.colorTo: #4d6070
-menu.title.borderColor: #c4c8c9
-menu.title.textColor:  #1c2f40
-
-menu.title.xft.font: tahoma
-menu.title.xft.size: 9
-menu.title.justify:    center
-
-menu.hilite:   Flatborder gradient vertical
-menu.hilite.colorTo:   #44657f
-menu.hilite.color: #699cc6
-menu.hilite.borderColor: #c4c8c9
-menu.hilite.textColor: #acd5db
-
-menu.bullet:   diamond
-menu.bullet.position:  Right
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus: flatborder gradient vertical
-window.button.focus.color: #d1d9db
-window.button.focus.colorTo: #616568
-window.button.borderColor: #25252d
-
-window.button.unfocus: flatborder gradient vertical
-window.button.unfocus.color: #5f7a8f
-window.button.unfocus.colorTo: #4d6070
-window.button.unfocus.borderColor: #1c2f40
-window.button.unfocus.picColor: #1c2f40
-
-window.grip.focus:     flat gradient vertical
-window.grip.focus.color:       #699cc6
-window.grip.focus.colorTo: #44657f
-window.grip.focus.borderColor: #1c2f40
-
-window.grip.unfocus: flat gradient vertical
-window.grip.unfocus.color:     #5f7a8f
-window.grip.unfocus.colorTo: #4d6070
-
-window.handle.focus:   flat gradient vertical
-window.handle.focus.color:     #d1d9db
-window.handle.focus.colorTo: #616568
-window.handle.focus.borderColor: #1c2f40
-
-window.handle.unfocus: flat gradient vertical
-window.handle.unfocus.color:   #6f8a9f
-window.handle.unfocus.colorTo: #5d7080
-
-window.label.focus:    flatborder gradient vertical
-window.label.focus.color:  #699cc6
-window.label.focus.colorTo:  #44657f
-window.label.focus.borderColor: #25252d
-window.label.focus.textColor:  #acd5eb
-
-
-
-window.xft.font: verdana
-window.xft.size: 9
-window.justify:        center
-
-window.label.unfocus:  flatborder gradient vertical
-window.label.unfocus.color:    #6f8a9f
-window.label.unfocus.colorTo:  #5d7080
-window.label.unfocus.textColor: #2c4559
-window.label.unfocus.borderColor: #25252d
-
-window.title.focus:    flat gradient vertical
-window.title.focus.colorTo: #767677
-window.title.focus.color:  #e4e8e9
-window.title.focus.borderColor: #25252d
-
-window.title.unfocus:  flat gradient vertical
-window.title.unfocus.color:    #5f788f
-window.title.unfocus.colorTo: #406070
-
-window.button.pressed: flatborder gradient vertical
-window.button.pressed.colorTo: #44657f
-window.button.pressed.color:   #699cc6
-
-window.frame.focusColor:       #c4c8c9
-window.frame.unfocusColor:     #6f8a9f
-handleWidth:   5
-frameWidth:    1
-bevelWidth:    1
-borderWidth:   1
-borderColor:   #25252d
-
-window.button.max.mask:        max.xbm
-window.button.icon.mask:       icon.xbm
-window.button.stick.mask:      stick.xbm
-window.button.close.mask:      close.xbm
diff --git a/themes/fieron2 b/themes/fieron2
deleted file mode 100644 (file)
index 6c7c596..0000000
+++ /dev/null
@@ -1,159 +0,0 @@
-style.author:  miklos
-style.date:    Oct 26, 2002
-
-style.comments:    buttons available at http://miklosbox.org/files/fieron-xbms.tar.gz
-
-rootCommand: bsetbg -solid "#272a2f"
-
-! Toolbar settings...
-
-toolbar.button.pressed: sunken gradient crossdiagonal bevel2
-toolbar.button.pressed.colorTo: #5a724c
-toolbar.button.pressed.color: #96ba86
-toolbar.button.picColor:       #96ba86
-
-toolbar.button:        raised gradient crossdiagonal bevel2
-toolbar.button.colorTo:        #272a2f
-toolbar.button.color: #858687
-toolbar.button.borderColor: #25252d
-
-toolbar.windowLabel:   flatborder gradient vertical
-toolbar.windowLabel.color:     #96ba86
-toolbar.windowLabel.colorTo:   #5a724c
-toolbar.windowLabel.borderColor: #181f24
-toolbar.windowLabel.textColor: #272a2f
-
-toolbar.label: sunken gradient crossdiagonal
-toolbar.label.color: #858687
-toolbar.label.colorTo: #373a3f
-toolbar.label.textColor:       #96ba86
-
-toolbar.clock: sunken gradient crossdiagonal
-toolbar.clock.color: #858687
-toolbar.clock.colorTo: #373a3f
-toolbar.clock.textColor:       #96ba86
-
-toolbar: flat gradient vertical
-toolbar.color: #858687
-toolbar.colorTo: #373a3f
-
-
-toolbar.xft.font: verdana
-toolbar.xft.size: 7
-toolbar.justify:       right
-toolbar.xft.flags: normal, shadow
-
-
-! Menu settings...
-menu.frame: sunken gradient crossdiagonal bevel2
-menu.frame.color:      #555657
-menu.frame.colorTo: #272a2f
-menu.frame.borderColor: #181f24
-menu.frame.textColor:  #878a8f
-
-menu.frame.xft.font: verdana
-menu.frame.xft.size: 7
-menu.frame.justify:    right
-menu.frame.xft.flags: normal, shadow
-
-menu.title:    flat gradient vertical
-menu.title.color:      #96ba86
-menu.title.colorTo: #5a724c
-menu.title.borderColor: #181f24
-menu.title.textColor:  #181f24
-
-menu.title.xft.font: verdana
-menu.title.xft.size: 7 
-menu.title.justify:    right
-menu.title.xft.flags: shadow
-
-menu.hilite:   sunken gradient crossdiagonal bevel2
-menu.hilite.color:     #555657
-menu.hilite.colorTo: #373a3f
-menu.hilite.borderColor: #c4c8c9
-menu.hilite.textColor: #96ba86
-
-menu.bullet:   empty
-menu.bullet.position:  Right
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus: raised gradient crossdiagonal bevel2
-window.button.focus.color: #858687
-window.button.focus.colorTo: #272a2f
-window.button.focus.picColor: #96ba86
-
-window.button.unfocus: raised gradient crossdiagonal bevel2
-window.button.unfocus.color: #555657
-window.button.unfocus.colorTo: #171a1f
-window.button.unfocus.borderColor: #1c2f40
-window.button.unfocus.picColor: #676869
-
-window.grip.focus:     flat gradient vertical
-window.grip.focus.color:       #96ba86
-window.grip.focus.colorTo: #5a724c
-window.grip.focus.borderColor: #1c2f40
-
-window.grip.unfocus: flat gradient vertical
-window.grip.unfocus.color:     #555657
-window.grip.unfocus.colorTo: #171a1f
-
-window.handle.focus:   flat gradient vertical
-window.handle.focus.color:     #858687
-window.handle.focus.colorTo: #373a3f
-window.handle.focus.borderColor: #1c2f40
-
-window.handle.unfocus: flat gradient vertical
-window.handle.unfocus.color:   #555657
-window.handle.unfocus.colorTo: #171a1f
-
-window.label.focus:    flatborder gradient vertical
-window.label.focus.color:  #96ba86
-window.label.focus.colorTo:  #5a724c
-window.label.focus.borderColor: #181f24
-window.label.focus.textColor:  #272a2f
-
-window.xft.font: verdana
-window.xft.size: 8
-window.justify:        right
-window.xft.flags: shadow
-
-window.label.unfocus:  sunken gradient crossdiagonal bevel
-window.label.unfocus.color:    #555657
-window.label.unfocus.colorTo:  #272a2f
-window.label.unfocus.textColor: #676869
-window.label.unfocus.borderColor: #171a1f
-
-window.title.focus:    flat gradient vertical
-window.title.focus.colorTo: #373a3f
-window.title.focus.color:  #858687
-
-window.title.unfocus:  flat gradient vertical
-window.title.unfocus.color:    #555657
-window.title.unfocus.colorTo: #171a1f
-
-window.button.pressed.focus:   sunken gradient crossdiagonal bevel2
-window.button.pressed.focus.colorTo:   #5a724c
-window.button.pressed.focus.color:     #96ba86
-
-window.button.pressed.unfocus:  sunken gradient crossdiagonal bevel2
-window.button.pressed.unfocus.colorTo:  #171a1f
-window.button.pressed.unfocus.color:  #555657
-
-
-window.frame.focusColor:       #858687
-window.frame.unfocusColor:     #555657
-handleWidth:   4
-frameWidth:    1
-bevelWidth:    1
-borderWidth:   1
-borderColor:   #181f24
-
-window.button.max.mask:        max.xbm
-window.button.icon.mask:       icon.xbm
-window.button.stick.mask:      stick.xbm
-window.button.close.mask:      close.xbm
-
-*.xft.flags: shadow bold
-*.xft.shadow.offset: 1
-*.xft.shadow.tint: 20
diff --git a/themes/flux b/themes/flux
deleted file mode 100644 (file)
index 46fc8d5..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-toolbar:                       flat solid
-toolbar.color:                 rgb:6/6/54
-toolbar.button:                        flat solid
-toolbar.button.color:          rgb:6/6/54
-toolbar.button.picColor:       rgb:2/2/1c
-toolbar.label:                 flat crossdiagonal gradient
-toolbar.label.color:           rgb:8/8/7
-toolbar.label.colorTo:         rgb:f/f/d
-toolbar.label.textColor:       rgb:2/2/1c
-toolbar.windowLabel:           flat crossdiagonal gradient
-toolbar.windowLabel.color:     rgb:8/8/7
-toolbar.windowLabel.colorTo:   rgb:f/f/d
-toolbar.windowLabel.textColor: rgb:2/2/1c
-toolbar.clock:                 flat crossdiagonal gradient
-toolbar.clock.color:           rgb:8/8/7
-toolbar.clock.colorTo:         rgb:f/f/d
-toolbar.clock.textColor:       rgb:2/2/1c
-toolbar.justify:               right
-
-menu.title:                    flat crossdiagonal gradient
-menu.title.color:              rgb:8/8/7
-menu.title.colorTo:            rgb:f/f/d
-menu.title.textColor:          rgb:2/2/1c
-menu.title.justify:            right
-
-menu.frame:                    flat solid
-menu.frame.color:              rgb:6/6/54
-menu.frame.textColor:          grey85
-menu.frame.disableColor:       rgb:4/4/38
-menu.frame.justify:            center
-
-menu.bullet.position:          right
-menu.bullet:                   triangle
-
-menu.hilite:                   flat solid
-menu.hilite.color:             rgb:4/4/38
-menu.hilite.textColor:         white
-
-window.title.focus:            flat solid
-window.title.focus.color:      rgb:6/6/54
-window.title.unfocus:          flat solid
-window.title.unfocus.color:    rgb:4/4/38
-
-window.label.focus:            flat crossdiagonal gradient
-window.label.focus.color:      rgb:8/8/7
-window.label.focus.colorTo:    rgb:f/f/d
-window.label.focus.textColor:  rgb:2/2/1c
-window.label.unfocus:          flat solid
-window.label.unfocus.color:    rgb:4/4/38
-window.label.unfocus.textColor:        rgb:2/2/1c
-
-window.button.focus:           flat solid
-window.button.focus.color:     rgb:6/6/54
-window.button.focus.picColor:  rgb:2/2/1c
-window.button.unfocus:         flat solid
-window.button.unfocus.color:   rgb:4/4/38
-window.button.unfocus.picColor:        rgb:2/2/1c
-
-window.handle.focus:           flat crossdiagonal gradient
-window.handle.focus.color:     rgb:8/8/7
-window.handle.focus.colorTo:   rgb:f/f/d
-window.handle.unfocus:         flat solid
-window.handle.unfocus.color:   rgb:4/4/38
-
-window.grip.focus:             flat solid
-window.grip.focus.color:       rgb:8/8/7
-window.grip.unfocus:           flat solid
-window.grip.unfocus.color:     rgb:4/4/38
-
-window.frame.focusColor:       rgb:f/f/d
-window.frame.unfocusColor:     rgb:6/6/54
-
-window.justify:                        right
-
-*button.pressed:               flat solid
-*button.pressed.color:         rgb:a/a/8c
-
-borderColor:                   rgb:2/2/1c
-
-bevelWidth:                    2
-borderWidth:                   2
-handleWidth:                   3
-
-*textColor:                    grey20
-*Font:                         lucidasans-10
-*xft.font:                     arial
-*xft.size:                     10
-
-rootCommand:                   bsetroot -solid rgb:4/4/38
diff --git a/themes/frobozz b/themes/frobozz
deleted file mode 100644 (file)
index c99005f..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-! by kyle (kyle@achilles.net)
-! modified from blah23 by cthulhain (lordzork@lordzork.com)
-
-! ***** toolbar *****
-toolbar:       raised solid 
-       toolbar.color:  #484848
-
-toolbar.label: parentrelative
-       toolbar.label.textColor:        #bcc3ce
-
-toolbar.windowLabel:   sunken solid
-       toolbar.windowLabel.color:      #485561
-       toolbar.windowLabel.textColor:  #e8f1ff
-
-toolbar.clock: parentrelative
-       toolbar.clock.textColor: #bcc3ce
-
-toolbar.button: flat solid
-       toolbar.button.color:#484848
-       toolbar.button.picColor:#303030
-
-toolbar.button.pressed:        sunken solid
-       toolbar.button.pressed.color:   #484848
-
-
-! ***** menu *****
-menu.title:    raised solid
-       menu.title.color:       #485561
-       menu.title.textColor:   #e8f1ff
-
-menu.frame:    raised solid
-       menu.frame.color:       #484848
-       menu.frame.textColor:   #bcc3ce
-
-menu.hilite:   sunken solid
-       menu.hilite.color:      #485561
-       menu.hilite.textColor:  #e8f1ff
-
-menu.bullet:   triangle
-       menu.bullet.position:   right
-
-
-! ***** window focused *****
-window.title.focus:    raised solid
-       window.title.focus.color:       #485561
-
-window.label.focus:    parentrelative
-       window.label.focus.textColor:   #e8f1ff
-
-window.button.focus:   flat solid
-       window.button.focus.color:      #485561
-       window.button.focus.picColor:   #303030
-
-window.button.pressed: sunken solid
-       window.button.pressed.color:    #485561
-
-window.handle.focus:   sunken solid
-       window.handle.focus.color:      #485561
-
-window.grip.focus:     sunken solid
-       window.grip.focus.color:        #485561
-
-window.frame.focusColor:       #63707f
-       window.frame.focus.color:       #63707f
-
-! ***** window unfocused *****
-window.title.unfocus:  raised solid
-       window.title.unfocus.color:     #484848
-
-window.label.unfocus:  parentrelative
-       window.label.unfocus.textColor: #909090
-
-window.button.unfocus:flat solid       
-       window.button.unfocus.color:    #484848
-       window.button.unfocus.picColor: #303030
-
-window.handle.unfocus: sunken solid
-       window.handle.unfocus.color:    #484848
-
-window.grip.unfocus:   sunken solid
-       window.grip.unfocus.color:      #484848
-
-window.frame.unfocusColor:     #5e6166
-       window.frame.unfocus.color:     #5e6166
-
-! ***** Xft fonts *****
-*xft.font:             Arial
-toolbar.xft.size:      10
-toolbar.justify:       center
-
-window.xft.size:       9
-!window.xft.flags:     bold
-window.justify:                left
-
-menu.title.xft.size:   10
-menu.title.xft.flags:  bold
-menu.title.justify:    center
-
-menu.frame.xft.size:   10
-menu.frame.justify:    right
-
-! ***** fonts *****
-*Font:                 lucidasans-10
-!toolbar.font: lime
-!toolbar.justify:      center
-
-!window.font: lime
-!window.justify: left  
-
-!menu.title.font: lime
-!menu.title.justify:   center
-
-!menu.frame.font: lime
-!menu.frame.justify: right
-
-! ***** the rest *****
-borderColor:   #000000
-borderWidth:   1
-bevelWidth:            2
-handleWidth:   4
-frameWidth:            0
-
-! ***** bbpager *****
-bbpager.desktop.focusStyle:    texture
-
-bbpager.frame: parentrelative
-bbpager.frame.color:   #5e6166
-
-bbpager.desktop:       parentrelative
-bbpager.desktop.focus: flat solid
-bbpager.desktop.focus.color:   #484848
-
-bbpager.window:        raised solid
-bbpager.window.color:  #6f7a7f
-bbpager.window.focus:  raised solid
-bbpager.window.focus.color:    #485561
-
-bbpager.active.window.borderColor:     black
-bbpager.inactive.window.borderColor:   black
-
-! ***** rootCommand *****
-#rootCommand:  bsetbg -solid "#484848"
-rootCommand: bsetbg -gradient flatinterlaced -bg "#485561" -fg "#"484848
diff --git a/themes/frobust b/themes/frobust
deleted file mode 100644 (file)
index 3f8a13f..0000000
+++ /dev/null
@@ -1,148 +0,0 @@
-
-style.name:    frobust
-style.author:  miklos
-style.date:    Tue, 03.05.02
-style.credits: 
-style.comments:                        frobust!
-               
-!*font:        creep
-*font:         -adobe-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*
-*xft.font:     Trebuchet MS
-*xft.size:     9
-menu*xft.size: 11
-
-rootCommand:   bsetroot -mod 4 4 -bg "#4c4c4c" -fg "#3c3c3c"
-
-! Toolbar settings...
-toolbar.button:        Flat Gradient Vertical
-toolbar.button.color:  #4c4c4c
-toolbar.button.colorTo:        #414141
-toolbar.button.picColor:       #d7e0ee
-
-toolbar.button.pressed:        Sunken Bevel1 Gradient Diagonal
-toolbar.button.pressed.color:  #484848
-toolbar.button.pressed.colorTo:        #73787e
-
-toolbar.label: Flat Gradient Vertical
-toolbar.label.color:   #4c4c4c
-toolbar.label.colorTo: #414141
-toolbar.label.textColor:       #d7e0ee
-
-toolbar.windowLabel:   Sunken Bevel1 Gradient Vertical
-toolbar.windowLabel.color:     #aab0b9
-toolbar.windowLabel.colorTo:   #73787e
-toolbar.windowLabel.textColor: #000000
-
-toolbar.clock: Flat Gradient Vertical
-toolbar.clock.color:   #4c4c4c
-toolbar.clock.colorTo: #414141
-toolbar.clock.textColor:       #d7e0ee
-
-toolbar:       Raised Bevel1 Gradient Vertical
-toolbar.color: #4c4c4c
-toolbar.colorTo:       #414141
-toolbar.textColor:     #d7e0ee
-toolbar.justify:       Center
-
-! Menu settings...
-menu.frame:    Raised Solid
-menu.frame.color:      #4c4c4c
-menu.frame.textColor:  #d7e0ee
-menu.frame.justify:    Right
-
-menu.title:    Raised Bevel1 Solid PipeCross
-menu.title.color:      #8d929a
-menu.title.colorTo:    #73787e
-menu.title.textColor:  #000000
-menu.title.justify:    Center
-
-menu.hilite:   Sunken Solid 
-menu.hilite.color:     #73787e
-menu.hilite.colorTo:   #ffffff
-menu.hilite.textColor: #d7e0ee
-
-menu.bullet:   Triangle
-menu.bullet.position:  Right
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus:   Flat Gradient Vertical
-window.button.focus.color:     #4c4c4c
-window.button.focus.colorTo:   #414141
-window.button.focus.picColor:  #d8e0ee
-
-window.button.unfocus: Flat Gradient Vertical
-window.button.unfocus.color:   #4c4c4c
-window.button.unfocus.colorTo: #414141
-window.button.unfocus.picColor:        #686868
-
-window.grip.focus:     Raised Bevel1 Solid Vertical
-window.grip.focus.color:       #aab0b9
-
-window.grip.unfocus:   Raised Bevel1 Solid Horizontal
-window.grip.unfocus.color:     #4c4c4c
-window.grip.unfocus.colorTo:   #ffffff
-
-window.handle.focus:   Raised Bevel1 Solid Vertical
-window.handle.focus.color:     #8a8f96
-
-window.handle.unfocus: Raised Bevel1 Solid Horizontal
-window.handle.unfocus.color:   #4c4c4c
-window.handle.unfocus.colorTo: #ffffff
-
-window.label.focus:    Sunken Bevel1 Gradient Vertical
-window.label.focus.color:      #aab0b9
-window.label.focus.colorTo:    #73787e
-window.label.focus.textColor:  #000000
-window.label.focus.justify:    Center
-
-window.justify:        Center
-window.label.unfocus:  Flat Gradient Vertical
-window.label.unfocus.color:    #4c4c4c
-window.label.unfocus.colorTo:  #414141
-window.label.unfocus.textColor:        #686868
-
-window.title.focus:    Raised Bevel1 Gradient Vertical
-window.title.focus.color:      #4c4c4c
-window.title.focus.colorTo:    #414141
-
-window.title.unfocus:  Raised Bevel1 Gradient Vertical
-window.title.unfocus.color:    #4c4c4c
-window.title.unfocus.colorTo:  #414141
-
-window.button.pressed: Sunken Bevel1 Gradient Diagonal
-window.button.pressed.color:   #484848
-window.button.pressed.colorTo: #73787e
-
-window.frame.focusColor:       #73787e
-window.frame.unfocusColor:     #62666b
-handleWidth:   4
-frameWidth:    1
-bevelWidth:    1
-borderWidth:   1
-borderColor:   #000000
-
-! ***** bbpager *****
-bbpager.frame:                          raised solid
-    bbpager.frame.color:                #484848
-
-bbpager.desktop:                        sunken Gradient Vertical bevel1
-    bbpager.desktop.color:              #4c4c4c
-    bbpager.desktop.colorTo:           #4a4a4a
-
-bbpager.desktop.focus:                  raised solid
-    bbpager.desktop.focus.color:        #4c4c4c
-
-bbpager.window:                         raised gradient vertical
-    bbpager.window.color:               #4c4c4c
-    bbpager.window.colorTo:             #414141
-
-bbpager.window.focus:                   sunken gradient vertical bevel2
-    bbpager.window.focus.color:         #aab0b9
-    bbpager.window.focus.colorTo:       #73787e
-
-bbpager.desktop.focusStyle:             border
-bbpager.active.window.borderColor:      #202020
-bbpager.inactive.window.borderColor:    #000000
-bbpager.active.desktop.borderColor:     #73787e
-
diff --git a/themes/greenz/themerc b/themes/greenz/themerc
new file mode 100644 (file)
index 0000000..75bfb59
--- /dev/null
@@ -0,0 +1,120 @@
+!total rip of ximian's industrial theme for metacity, by tigert, i believe.
+
+!! Menu settings
+
+menu.title: raised gradient vertical bevel1
+menu.title.color: #6295e6
+menu.title.colorTo: #41719c
+menu.title.textColor: #fcfcfe
+menu.title.justify: center
+
+menu.frame: raised solid bevel1
+menu.frame.color: #f6f6f6
+menu.frame.colorTo: #000000
+menu.frame.textColor: #000000
+menu.frame.justify: left
+menu.frame.disableColor: #ececec
+
+menu.hilite: flat solid bevel1
+menu.hilite.color: #3971ac
+menu.hilite.colorTo: #5a71c5
+menu.hilite.textColor: #ffffff
+
+!! General window settings
+window.button.pressed: flat solid bevel1
+window.button.pressed.color: #000000
+window.button.pressed.colorTo: #000000
+window.justify: left
+
+!! focused window settings
+window.frame.focusColor: #000000
+
+window.title.focus: Raised solid
+#window.title.focus.color: #afbd85
+#window.title.focus.colorTo: #5b7eac
+window.title.focus.color: #afbd85
+window.title.focus.colorTo: #316194
+
+window.handle.focus:  raised gradient vertical bevel 2
+window.handle.focus.color: #6295e6
+window.handle.focus.colorTo: #316194
+
+window.grip.focus:  parentrelative
+window.grip.focus.color: #5189e5
+window.grip.focus.colorTo: #316194
+
+window.label.focus: parentrelative
+window.label.focus.color: #000000
+window.label.focus.colorTo: #000000
+window.label.focus.textColor: #ffffff
+
+window.button.focus: flat border
+window.button.focus.color: #7d8f56
+#window.button.focus.colorTo: #7399cd
+window.button.focus.picColor: #ffffff
+window.button.focus.borderColor: #ffffff
+
+window.button.pressed.focus: flat border solid
+window.button.pressed.focus.color: #314464
+window.button.pressed.focus.colorTo: #000000
+window.button.pressed.focus.borderColor: #83aede
+
+!! unfocused window settings
+window.frame.unfocusColor: #000000
+
+window.title.unfocus: raised gradient vertical bevel1
+window.title.unfocus.color: #e1e1e1
+window.title.unfocus.colorTo: #a5a2a5
+
+window.handle.unfocus:  raised gradient vertical bevel1
+window.handle.unfocus.color: #e6e6e6
+window.handle.unfocus.colorTo: #cdcac7
+
+window.grip.unfocus: raised gradient vertical bevel1
+window.grip.unfocus.color: #e6e6e6
+window.grip.unfocus.colorTo: #cdcac7
+
+window.label.unfocus: parentrelative
+#window.label.unfocus.textColor: #ffffff
+window.label.unfocus.textColor: #7b7d7b
+
+window.button.unfocus: flat border gradient vertical
+window.button.unfocus.color: #d5dad5
+window.button.unfocus.colorTo: #b4b6b4
+window.button.unfocus.picColor:  #7b7d7b
+window.button.unfocus.borderColor: #7b7d7b
+
+window.button.pressed.unfocus: flat border solid
+window.button.pressed.unfocus.color: #c5c2c5
+window.button.pressed.unfocus.colorTo: #000000
+window.button.pressed.unfocus.borderColor: #7b7d7b
+
+!##stupid shit
+window.button.disabled.focus: flat border
+window.button.disabled.focus.color: #990000
+window.button.disabled.focus.colorTo: #990000
+window.button.disabled.focus.picColor: #ffffff
+window.button.disabled.focus.borderColor: #83aede
+#
+window.button.disabled.unfocus: flat border gradient vertical
+window.button.disabled.unfocus.color: #d5dad5
+window.button.disabled.unfocus.colorTo: #b4b6b4
+window.button.disabled.unfocus.picColor:  #7b7d7b
+window.button.disabled.unfocus.borderColor: #7b7d7b
+
+!! Global width settings
+borderWidth: 1
+bevelWidth: 1
+handleWidth: 4
+frameWidth: 0
+#borderColor: #091d2e
+borderColor: #091d2e
+
+window.title.layout:   NLIMC
+
+!! font me!
+#window.title.xftfont: Borzoi:pixelsize=11
+window.title.xftfont: Bitstream Vera Sans:bold:pixelsize=10
+menu.frame.xftfont: National First Font:pixelsize=15
+#menu.title.xftfont: Bitstream Vera Sans:bold:pixelsize=9:shadow=y:shadowtint=75
+menu.title.xftfont: Bitstream Vera Sans:bold:pixelsize=10
diff --git a/themes/mbdtex b/themes/mbdtex
deleted file mode 100644 (file)
index bee7760..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-! by miklos
-! May 16, 2002
-
-toolbar:                       flat gradient vertical
-toolbar.color:                 rgb:6a/7c/8b
-toolbar.colorTo:               rgb:4a/59/65
-toolbar.button:                        parentrelative
-toolbar.button.picColor:       rgb:d1/d1/d1
-toolbar.label:                 parentrelative
-toolbar.label.textColor:       rgb:b9/cc/db
-
-toolbar.windowLabel:   parentrelative
-toolbar.windowLabel.textColor: rgb:b9/cc/db
-
-toolbar.clock:                 parentrelative
-toolbar.clock.textColor:       rgb:b9/cc/db
-toolbar.justify:               center
-
-menu.title:                    flat gradient crossdiagonal
-menu.title.color:              rgb:7a/8c/9b
-menu.title.colorTo:            rgb:5b/6d/7b
-menu.title.textColor:          rgb:dd/f0/ff
-menu.title.justify:            center
-
-menu.frame:                    flat gradient vertical
-menu.frame.colorTo:            rgb:5a/69/75
-menu.frame.color:              rgb:6b/7d/8b
-menu.frame.textColor:          rgb:b9/cc/db
-menu.frame.disableColor:       rgb:4/4/4
-
-menu.frame.justify:            left
-
-menu.bullet.position:  left
-
-menu.hilite:                   flat gradient vertical
-menu.hilite.colorTo:           rgb:4a/59/65
-menu.hilite.color:     rgb:5b/6d/7b
-menu.hilite.textColor:         rgb:dd/f0/ff
-
-window.title.focus:            flat gradient vertical
-window.title.focus.color:      rgb:7a/8c/9b
-window.title.focus.colorTo:    rgb:5b/6d/7b
-window.title.textColor:                rgb:b9/cc/db
-
-window.title.unfocus:          flat gradient vertical
-window.title.unfocus.color:    rgb:6a/7c/8b
-window.title.unfocus.colorTo:  rgb:4a/59/65
-
-window.label.focus:            parentrelative
-window.label.focus.textColor:  rgb:dd/f0/ff
-
-window.label.unfocus:          parentrelative
-window.label.unfocus.textColor:        rgb:b9/cc/db
-
-window.button.focus:           parentrelative
-window.button.focus.picColor:  rgb:f8/f6/e7
-
-window.button.unfocus:         parentrelative
-window.button.unfocus.picColor:        rgb:b9/cc/db
-
-window.handle.focus:           flat gradient vertical
-window.handle.focus.color:     rgb:7a/8c/9b
-window.handle.focus.colorTo:   rgb:5b/6d/7b
-window.handle.unfocus:         flat gradient vertical
-window.handle.unfocus.color:   rgb:6a/7c/8b
-window.handle.unfocus.colorTo: rgb:4a/59/65
-window.grip.focus:             flat gradient vertical
-window.grip.focus.color:       rgb:7a/8c/9b
-window.grip.focus.colorTo:     rgb:5b/6d/7b
-window.grip.unfocus:   flat gradient vertical
-window.grip.unfocus.color:     rgb:6a/7c/8b
-window.grip.unfocus.colorTo:   rgb:4a/59/65
-window.justify:                        left
-
-window.frame.unfocusColor:             rgb:56/6d/7b
-window.frame.focusColor:               rgb:8a/9c/ab
-
-*button.pressed:               flat solid
-*button.pressed.color:         rgb:d6/5a/36
-
-! borderColor:                 rgb:7c/7e/7f
-borderColor:                   rgb:4a/59/65
-
-bevelWidth:                    1
-borderWidth:                   1
-handleWidth:                   3
-frameWidth:                    1
-
-*.font:        -schumacher-clean-medium-r-normal-*-*-120-*-*-c-*-iso646.1991-irv
-*.xft.font: Arial
-*.xft.size:    10
-menu*xft.size: 12
-menu.title.xft.flags: bold
-
-
-rootCommand: bsetbg -solid "#5a6975"
diff --git a/themes/miklos b/themes/miklos
deleted file mode 100644 (file)
index c75c78a..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-! Miscellaneous settings...
-style.name:    miklos
-style.author:  miklos
-style.date:    03.01.02
-style.credits: 
-style.comments:                        
-               
-
-! rootCommand:  bsetroot -gradient interlaced -from rgb:5b/67/5b -to rgb:6f/78/6b
-! rootCommand: Esetroot -scale ~/bg/exonerate.jpg
-rootCommand:   bsetroot -gradient interlaced -from rgb:47/50/47 -to rgb:5b/67/5b
-! rootCommand: bsetroot -gradient interlaced -from rgb:56/5d/53 -to rgb:5b/67/5b
-
-! Toolbar settings...
-toolbar.button:        Sunken Bevel1 Gradient Vertical Interlaced
-toolbar.button.color:  #8a968a
-toolbar.button.colorTo:        #6d7669
-toolbar.button.picColor:       #ffffff
-
-toolbar.button.pressed:        Sunken Bevel1 Gradient Diagonal Interlaced
-toolbar.button.pressed.color:  #6e7b8b
-toolbar.button.pressed.colorTo:        #8fa0b5
-
-toolbar.label: Flat Gradient Vertical
-toolbar.label.color:   #8a968a
-toolbar.label.colorTo: #6d7669
-toolbar.label.textColor:       #ffffff
-
-toolbar.windowLabel:   Sunken Bevel1 Gradient Diagonal
-toolbar.windowLabel.color:     #6f634a
-toolbar.windowLabel.colorTo:   #c1b5a1
-toolbar.windowLabel.textColor: #ffffff
-
-toolbar.clock: Flat Gradient Vertical
-toolbar.clock.color:   #8a968a
-toolbar.clock.colorTo: #6d7669
-toolbar.clock.textColor:       #ffffff
-
-toolbar:       Raised Bevel1 Gradient Vertical
-toolbar.color: #8a968a
-toolbar.colorTo:       #6d7669
-toolbar.textColor:     #ffffff
-! toolbar.font:        luxus
-toolbar.justify:       Left
-
-
-! Menu settings...
-menu.frame:    Raised Bevel1 Gradient Vertical
-menu.frame.color:      #8a968a
-menu.frame.colorTo:    #6d7669
-menu.frame.textColor:  #000000
-! menu.frame.font:     luxus
-menu.frame.justify:    Left
-
-menu.title:    Raised Bevel1 Gradient Vertical
-menu.title.color:      #8a968a
-menu.title.colorTo:    #6d7669
-menu.title.textColor:  #ffffff
-! menu.title.font:     luxus
-menu.title.justify:    Center
-
-menu.hilite:   Sunken Bevel2 Gradient Diagonal
-menu.hilite.color:     #6e7b8b
-menu.hilite.colorTo:   #8fa0b5
-menu.hilite.textColor: #ffffff
-
-menu.bullet:   Empty
-menu.bullet.position:  Left
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus:   Sunken Bevel1 Gradient Vertical Interlaced
-window.button.focus.color:     #8a968a
-window.button.focus.colorTo:   #6d7669
-window.button.focus.picColor:  #ffffff
-
-window.button.unfocus: Sunken Bevel1 Gradient Vertical
-window.button.unfocus.color:   #8a968a
-window.button.unfocus.colorTo: #6d7669
-window.button.unfocus.picColor:        #97a397
-
-window.grip.focus:     Raised Bevel1 Gradient Vertical Interlaced
-window.grip.focus.color:       #c1b5a1
-window.grip.focus.colorTo:     #6f634a
-
-window.grip.unfocus:   Flat Gradient Vertical Interlaced
-window.grip.unfocus.color:     #8a968a
-window.grip.unfocus.colorTo:   #6d7669
-
-window.handle.focus:   Flat Gradient Vertical Interlaced
-window.handle.focus.color:     #8a968a
-window.handle.focus.colorTo:   #6d7669
-
-window.handle.unfocus: Flat Gradient Vertical
-window.handle.unfocus.color:   #6d7669
-window.handle.unfocus.colorTo: #565d53
-
-window.label.focus:    Sunken Bevel1 Gradient Diagonal
-window.label.focus.color:      #6f634a
-window.label.focus.colorTo:    #c1b5a1
-window.label.focus.textColor:  #ffffff
-! window.label.focus.font:     luxus
-window.label.focus.justify:    Left
-
-! window.font: luxus
-window.justify:        Left
-window.label.unfocus:  Flat Gradient Vertical
-window.label.unfocus.color:    #8a968a
-window.label.unfocus.colorTo:  #6d7669
-window.label.unfocus.textColor:        #97a397
-
-window.title.focus:    Raised Bevel1 Gradient Vertical
-window.title.focus.color:      #8a968a
-window.title.focus.colorTo:    #6d7669
-
-window.title.unfocus:  Raised Bevel1 Gradient Vertical
-window.title.unfocus.color:    #8a968a
-window.title.unfocus.colorTo:  #6d7669
-
-window.button.pressed: Sunken Bevel1 Gradient Diagonal Interlaced
-window.button.pressed.color:   #6e7b8b
-window.button.pressed.colorTo: #8fa0b5
-
-window.frame.focusColor:       #7b877b
-window.frame.unfocusColor:     #5b675b
-handleWidth:   3
-frameWidth:    1
-bevelWidth:    1
-borderWidth:   1
-borderColor:   #000000
-
-!*Font:                        lime
-*Font:                         lucidasans-10
-*xft.font:             Arial
-*xft.size:             9
-menu.title.xft.size:   10
\ No newline at end of file
diff --git a/themes/nyz b/themes/nyz
deleted file mode 100644 (file)
index 33f1f34..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-toolbar:                       flat diagonal gradient
-toolbar.color:                 rgb:6/9/c
-toolbar.colorTo:               rgb:4/6/8
-toolbar.button:                        flat diagonal gradient
-toolbar.button.color:          rgb:3/48/6
-toolbar.button.colorTo:                rgb:5/78/a
-toolbar.button.picColor:       rgb:1/18/2
-toolbar.button.pressed:                flat crossdiagonal gradient
-toolbar.button.pressed.color:  grey40
-toolbar.button.pressed.colorTo:        grey20
-toolbar.label:                 flat crossdiagonal gradient
-toolbar.label.color:           grey40
-toolbar.label.colorTo:         grey20
-toolbar.label.textColor:       grey85
-toolbar.windowLabel:           flat crossdiagonal gradient
-toolbar.windowLabel.color:     grey40
-toolbar.windowLabel.colorTo:   grey20
-toolbar.windowLabel.textColor: grey85
-toolbar.clock:                 flat crossdiagonal gradient
-toolbar.clock.color:           grey40
-toolbar.clock.colorTo:         grey20
-toolbar.clock.textColor:       grey85
-toolbar.justify:               right
-toolbar.font:                  lucidasans-10
-
-menu.title:                    flat crossdiagonal gradient
-menu.title.color:              rgb:6/9/c
-menu.title.colorTo:            rgb:3/48/6
-menu.title.textColor:          white
-menu.title.font:               lucidasans-10
-menu.title.justify:            right
-
-menu.frame:                    flat crossdiagonal gradient
-menu.frame.color:              grey40
-menu.frame.colorTo:            grey20
-menu.frame.textColor:          grey85
-menu.frame.disableColor:       rgb:4/4/38
-menu.frame.font:               lucidasans-10
-menu.frame.justify:            center
-
-menu.bullet.position:          right
-menu.bullet:                   triangle
-
-menu.hilite:                   flat crossdiagonal gradient
-menu.hilite.color:             rgb:6/9/c
-menu.hilite.colorTo:           rgb:3/48/6
-menu.hilite.textColor:         white
-
-window.title.focus:            flat diagonal gradient
-window.title.focus.color:      rgb:6/9/c
-window.title.focus.colorTo:    rgb:4/6/8
-window.title.unfocus:          flat solid
-window.title.unfocus.color:    grey30
-
-window.label.focus:            flat crossdiagonal gradient
-window.label.focus.color:      grey40
-window.label.focus.colorTo:    grey20
-window.label.focus.textColor:  white
-window.label.unfocus:          flat crossdiagonal gradient
-window.label.unfocus.color:    grey30
-window.label.unfocus.colorTo:  grey20
-window.label.unfocus.textColor:        grey60
-
-window.button.focus:           flat diagonal gradient
-window.button.focus.color:     rgb:4/6/8
-window.button.focus.colorTo:   rgb:5/78/a
-window.button.focus.picColor:  rgb:1/18/2
-window.button.unfocus:         flat solid
-window.button.unfocus.color:   grey30
-window.button.unfocus.picColor:        grey20
-window.button.pressed:         flat crossdiagonal gradient
-window.button.pressed.color:   grey40
-window.button.pressed.colorTo: grey20
-
-window.handle.focus:           flat crossdiagonal gradient
-window.handle.focus.color:     rgb:6/9/c
-window.handle.focus.colorTo:   rgb:3/48/6
-window.handle.unfocus:         flat solid
-window.handle.unfocus.color:   grey30
-
-window.grip.focus:             flat crossdiagonal gradient
-window.grip.focus.color:       grey40
-window.grip.focus.colorTo:     grey20
-window.grip.unfocus:           flat crossdiagonal gradient
-window.grip.unfocus.color:     grey30
-window.grip.unfocus.colorTo:   grey20
-
-window.frame.focusColor:       rgb:6/9/c
-window.frame.unfocusColor:     grey30
-
-window.font:                   lucidasans-10
-window.justify:                        right
-
-borderColor:                   grey10
-
-bevelWidth:                    1
-borderWidth:                   2
-handleWidth:                   4
-
-*textColor:                    grey85
-*Font:                         lucidasans-10
-*xft.font:                     arial
-*xft.size:                     10
-
-rootCommand:                   bsetroot -solid grey20
diff --git a/themes/nyzclone b/themes/nyzclone
deleted file mode 100644 (file)
index 46ca5a9..0000000
+++ /dev/null
@@ -1,131 +0,0 @@
-! Miscellaneous settings...
-style.name:    nyzclone
-style.author:  miklos
-style.date:    March 3, 2002
-style.credits: nyz's moving_targets.png
-style.comments:                        (kyle) miklos, clone nyz's theme for me.\
-               \
-               
-!*font:                lime
-*font:         -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
-
-*xft.font:     Arial
-*xft.size:     9
-menu*xft.size: 10
-
-rootCommand:   bsetbg -solid '#385070'
-
-! Toolbar settings...
-toolbar.button:        Flat Solid 
-toolbar.button.color:  #c8c8c8
-toolbar.button.picColor:       #000000
-
-toolbar.button.pressed:        Sunken Bevel1 Solid 
-toolbar.button.pressed.color:  #c8c8c8
-
-toolbar.label: Flat Solid
-toolbar.label.color:   #c8c8c8
-toolbar.label.textColor:       #000000
-
-toolbar.windowLabel:   Flat Solid
-toolbar.windowLabel.color:     #506c90
-toolbar.windowLabel.textColor: #ffffff
-
-toolbar.clock: Flat Solid
-toolbar.clock.color:   #c8c8c8
-toolbar.clock.textColor:       #000000
-
-toolbar:       Raised Bevel1 Solid
-toolbar.color: #c8c8c8
-toolbar.textColor:     #ffffff
-toolbar.justify:       Center
-
-
-! Menu settings...
-menu.frame:    Raised Bevel1 Solid
-menu.frame.color:      #c8c8c8
-menu.frame.textColor:  #000000
-menu.frame.justify:    Center
-
-menu.title:    Raised Bevel1 Solid
-menu.title.color:      #506c90
-menu.title.textColor:  #ffffff
-menu.title.justify:    Center
-
-menu.hilite:   Flat Solid
-menu.hilite.color:     #506890
-menu.hilite.textColor: #ffffff
-
-menu.bullet:   Empty
-menu.bullet.position:  Right
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus:   Flat Solid
-window.button.focus.color:     #506c90
-window.button.focus.picColor:  #ffffff
-
-window.button.unfocus: Flat Solid
-window.button.unfocus.color:   #c8c8c8
-window.button.unfocus.picColor:        #787c78
-
-window.grip.focus:     Raised Bevel1 Solid
-window.grip.focus.color:       #506890
-
-window.grip.unfocus:   Raised Bevel1 Solid
-window.grip.unfocus.color:     #c8c8c8
-
-window.handle.focus:   Raised Bevel1 Solid
-window.handle.focus.color:     #506890
-
-window.handle.unfocus: Raised Bevel1 Solid
-window.handle.unfocus.color:   #c8c8c8
-
-window.label.focus:    Flat Solid
-window.label.focus.color:      #506890
-window.label.focus.textColor:  #ffffff
-window.label.focus.justify:    Center
-
-window.justify:        Center
-window.label.unfocus:  Flat Solid
-window.label.unfocus.color:    #c8c8c8
-window.label.unfocus.textColor:        #787c78
-
-window.title.focus:    Raised Bevel1 Solid
-window.title.focus.color:      #506890
-
-window.title.unfocus:  Raised Bevel1 Solid
-window.title.unfocus.color:    #c8c8c8
-
-window.button.pressed: Sunken Bevel1 Gradient Diagonal
-window.button.pressed.color:   #506890
-window.button.pressed.colorTo: #a0a0a0
-
-window.frame.focusColor:       #ffffff
-window.frame.unfocusColor:     #202428
-handleWidth:   5
-frameWidth:    0
-bevelWidth:    1
-borderWidth:   1
-borderColor:   #000000
-! ***** bbpager *****
-bbpager.frame:                          raised solid bevel1 
-    bbpager.frame.color:                #c8c8c8
-
-bbpager.desktop:                        sunken solid bevel1
-    bbpager.desktop.color:             #385070
-
-bbpager.desktop.focus:                  raised solid
-    bbpager.desktop.focus.color:        #486890
-
-bbpager.window:                         raised solid
-    bbpager.window.color:               #c8c8c8
-
-bbpager.window.focus:                   raised solid
-    bbpager.window.focus.color:         #486890
-
-bbpager.desktop.focusStyle:             border
-bbpager.active.window.borderColor:      #202020
-bbpager.inactive.window.borderColor:    #202020
-bbpager.active.desktop.borderColor:     #ffffff
-
diff --git a/themes/ob20 b/themes/ob20
deleted file mode 100644 (file)
index 32afe96..0000000
+++ /dev/null
@@ -1,109 +0,0 @@
-style.name:    openbox 2.0
-style.author:  miklos
-style.date:    Friday July 12, 2002
-
-rootCommand:   bsetbg -solid "#333333"
-
-! Toolbar settings...
-toolbar.button: parentrelative
-toolbar.button.picColor:       #333333
-
-toolbar.button.pressed:        sunken gradient crossdiagonal
-toolbar.button.pressed.color:  #666666
-toolbar.button.pressed.colorTo: #555555
-
-toolbar.label: parentrelative
-toolbar.label.textColor:       #333333
-
-toolbar.windowLabel:   sunken gradient diagonal
-toolbar.windowLabel.color:     #242424
-toolbar.windowLabel.colorTo: #555555
-toolbar.windowLabel.textColor: #d98a51
-
-toolbar.clock: parentrelative
-toolbar.clock.textColor:       #333333
-
-toolbar:       flat gradient diagonal
-toolbar.color: #666666
-toolbar.colorTo: #555555
-toolbar.justify:       left
-
-
-! Menu settings...
-menu.frame: flat gradient vertical
-menu.frame.color:      #666666
-menu.frame.colorTo: #555555
-menu.frame.textColor:  #323232
-menu.frame.justify: left
-
-menu.title:    flat gradient diagonal
-menu.title.color:      #242424
-menu.title.colorTo: #555555
-menu.title.textColor:  #d98a51
-menu.title.justify:    left
-
-menu.hilite:   sunken gradient diagonal 
-menu.hilite.color: #242424
-menu.hilite.colorTo: #555555
-menu.hilite.textColor: #ffffff
-
-menu.bullet:   triangle
-menu.bullet.position:  left
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus: parentrelative
-window.button.focus.picColor:  #333333
-
-window.button.unfocus: parentrelative
-window.button.unfocus.picColor:        #444444
-
-window.grip.focus:     Flat Solid
-window.grip.focus.color:       #686868
-
-window.grip.unfocus:   Flat Solid
-window.grip.unfocus.color:     #333333
-
-window.handle.focus:   Flat Solid
-window.handle.focus.color:     #333333
-
-window.handle.unfocus: Flat Solid
-window.handle.unfocus.color:   #333333
-
-window.label.focus:    sunken gradient diagonal 
-window.label.focus.color:      #242424
-window.label.focus.colorTo: #555555
-window.label.focus.textColor:  #d98a51
-
-window.justify:        left
-window.label.unfocus:  sunken gradient diagonal
-window.label.unfocus.color:    #242424
-window.label.unfocus.colorTo: #444444
-window.label.unfocus.textColor:        #999999
-
-window.title.focus:    flat gradient diagonal
-window.title.focus.color:      #666666
-window.title.focus.colorTo: #555555
-
-window.title.unfocus: flat gradient diagonal
-window.title.unfocus.color:    #555555
-window.title.unfocus.colorTo: #444444
-
-window.button.pressed: Sunken gradient diagonal
-window.button.pressed.color:   #666666
-window.button.pressed.colorTo: #444444
-
-!*font: lime
-*font:         -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
-
-*xft.font:     Arial
-*xft.size:     9
-menu*xft.size: 10
-
-window.frame.focusColor:       #686868
-window.frame.unfocusColor:     #555555
-handleWidth:   2
-frameWidth:     1
-bevelWidth:    1
-borderWidth: 0
-borderColor:   #555555
diff --git a/themes/operation b/themes/operation
deleted file mode 100644 (file)
index 9b3b261..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-toolbar:                       flat crossdiagonal gradient
-toolbar.color:                 rgb:6/9/c
-toolbar.colorTo:               rgb:4/6/8
-toolbar.button:                        parentrelative
-toolbar.button.picColor:       grey85
-toolbar.button.pressed:                flat crossdiagonal gradient
-toolbar.button.pressed.color:  grey50
-toolbar.button.pressed.colorTo:        grey80
-toolbar.label:                 parentrelative
-toolbar.label.textColor:       grey85
-toolbar.windowLabel:           parentrelative
-toolbar.windowLabel.textColor: grey85
-toolbar.clock:                 parentrelative
-toolbar.clock.textColor:       grey85
-toolbar.justify:               right
-toolbar.font:                  lucidasans-10
-
-menu.title:                    flat crossdiagonal gradient
-menu.title.color:              rgb:6/9/c
-menu.title.colorTo:            rgb:3/48/6
-menu.title.textColor:          white
-menu.title.font:               lucidasans-10
-menu.title.justify:            right
-
-menu.frame:                    flat crossdiagonal gradient
-menu.frame.color:              grey50
-menu.frame.colorTo:            grey80
-menu.frame.textColor:          grey20
-menu.frame.disableColor:       grey40
-menu.frame.font:               lucidasans-10
-menu.frame.justify:            center
-
-menu.bullet.position:          right
-menu.bullet:                   triangle
-
-menu.hilite:                   flat crossdiagonal gradient
-menu.hilite.color:             rgb:6/9/c
-menu.hilite.colorTo:           rgb:3/48/6
-menu.hilite.textColor:         white
-
-window.title.focus:            flat crossdiagonal gradient
-window.title.focus.color:      rgb:6/9/c
-window.title.focus.colorTo:    rgb:3/48/6
-window.title.unfocus:          flat diagonal gradient
-window.title.unfocus.color:    grey50
-window.title.unfocus.colorTo:  grey20
-
-window.label.focus:            parentrelative
-window.label.focus.textColor:  white
-window.label.unfocus:          parentrelative
-window.label.unfocus.textColor:        grey60
-
-window.button.focus:           parentrelative
-window.button.focus.picColor:  grey85
-window.button.unfocus:         parentrelative
-window.button.unfocus.picColor:        grey60
-window.button.pressed:         flat crossdiagonal gradient
-window.button.pressed.color:   grey50
-window.button.pressed.colorTo: grey80
-
-window.handle.focus:           flat crossdiagonal gradient
-window.handle.focus.color:     rgb:6/9/c
-window.handle.focus.colorTo:   rgb:3/48/6
-window.handle.unfocus:         flat diagonal gradient
-window.handle.unfocus.color:   grey50
-window.handle.unfocus.colorTo: grey20
-
-window.grip.focus:             parentrelative
-window.grip.unfocus:           parentrelative
-
-window.frame.focusColor:       rgb:6/9/c
-window.frame.unfocusColor:     grey50
-
-window.font:                   lucidasans-10
-window.justify:                        right
-
-borderColor:                   rgb:2/3/4
-
-bevelWidth:                    1
-borderWidth:                   1
-handleWidth:                   4
-
-*textColor:                    grey85
-*Font:                         lucidasans-10
-*xft.font:                     arial
-*xft.size:                     10
-
-rootCommand:                   bsetroot -gradient flatcrossdiagonalgradient -from rgb:4/6/8 -to rgb:3/48/6
-
-bbpager.desktop.focus:         flat interlaced crossdiagonal gradient
-bbpager.desktop.focus.color:   rgb:6/9/c
-bbpager.desktop.focus.colorTo: rgb:3/48/6
-
diff --git a/themes/outcomes b/themes/outcomes
deleted file mode 100644 (file)
index 5d8e450..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-toolbar:                       raised diagonal gradient bevel1
-toolbar.color:                 rgb:7/8/8
-toolbar.colorTo:               grey20
-
-toolbar.button:                        raised diagonal gradient bevel1
-toolbar.button.color:          grey
-toolbar.button.colorTo:                grey20
-toolbar.button.picColor:       black
-toolbar.button.pressed:                sunken diagonal interlaced gradient bevel1
-toolbar.button.pressed.color:  rgb:38/4/4
-toolbar.button.pressed.colorTo:        rgb:d/f/f
-
-toolbar.label:                 flat interlaced diagonal gradient
-toolbar.label.color:           grey20
-toolbar.label.colorTo:         rgb:7/8/8
-toolbar.label.textColor:       grey85
-
-toolbar.windowLabel:           flat interlaced diagonal gradient
-toolbar.windowLabel.color:     grey20
-toolbar.windowLabel.colorTo:   rgb:7/8/8
-toolbar.windowLabel.textColor: grey85
-
-toolbar.clock:                 flat interlaced diagonal gradient
-toolbar.clock.color:           grey20
-toolbar.clock.colorTo:         rgb:7/8/8
-toolbar.clock.textColor:       grey85
-
-toolbar.justify:               center
-
-menu.title:                    raised diagonal interlaced gradient bevel1
-menu.title.color:               grey20
-menu.title.colorTo:             rgb:7/8/8
-menu.title.textColor:           grey85
-menu.title.justify:            center
-
-menu.frame:                    raised diagonal gradient bevel1
-menu.frame.color:              rgb:7/8/8
-menu.frame.colorTo:            grey10
-menu.frame.textColor:          white
-menu.frame.disableColor:       rgb:38/4/4
-menu.frame.justify:            center
-
-menu.bullet:                   triangle
-menu.bullet.position:          right
-
-menu.hilite:                   raised diagonal gradient bevel1
-menu.hilite.color:             grey60
-menu.hilite.colorTo:           white
-menu.hilite.textColor:         grey20
-
-window.title.focus:            raised diagonal gradient bevel1
-window.title.focus.color:      rgb:7/8/8
-window.title.focus.colorTo:    grey20
-window.title.unfocus:          raised diagonal gradient bevel1
-window.title.unfocus.color:    rgb:54/6/6
-window.title.unfocus.colorTo:  grey20
-
-window.label.focus:            interlaced sunken diagonal gradient bevel1
-window.label.focus.color:      grey20
-window.label.focus.colorTo:    grey
-window.label.focus.textColor:  white
-window.label.unfocus:          interlaced flat gradient
-window.label.unfocus.color:    grey20
-window.label.unfocus.colorTo:  rgb:54/6/6
-window.label.unfocus.textColor:        grey
-
-window.handle.focus:           raised diagonal gradient bevel1
-window.handle.focus.color:     rgb:7/8/8
-window.handle.focus.colorTo:   grey20
-window.handle.unfocus:         raised diagonal gradient bevel1
-window.handle.unfocus.color:   rgb:54/6/6
-window.handle.unfocus.colorTo: grey20
-
-window.grip.focus:             raised diagonal gradient bevel1
-window.grip.focus.color:       grey
-window.grip.focus.colorTo:     grey20
-window.grip.unfocus:           sunken diagonal gradient bevel1
-window.grip.unfocus.color:     grey20
-window.grip.unfocus.colorTo:   grey
-
-
-window.button.focus:           raised diagonal gradient bevel1
-window.button.focus.color:     grey
-window.button.focus.colorTo:   grey20
-window.button.focus.picColor:  black
-window.button.unfocus:         sunken diagonal gradient bevel1
-window.button.unfocus.color:   grey20
-window.button.unfocus.colorTo: grey
-window.button.unfocus.picColor:        grey40
-window.button.pressed:         flat diagonal interlaced gradient
-window.button.pressed.color:    rgb:38/4/4
-window.button.pressed.colorTo:  rgb:d/f/f
-
-window.frame.focusColor:       grey85
-window.frame.unfocusColor:     rgb:54/6/6
-
-window.justify:                        center
-
-! fonts
-*font:                 lucidasans-bold-10
-
-*xft.font:             arial
-*xft.size:             10
-*xft.flags:            bold
-
-! misc...
-borderColor:                   rgb:1c/2/2
-
-borderWidth:                    1
-bevelWidth:                    2
-handleWidth:                   4
-
-rootCommand:                   bsetroot -mod 4 4 -fg rgb:54/6/6 -bg grey20
-
-! for the bbtools
-menuFont:                      lucidasans-10
-titleFont:                     lucidasans-bold-10
diff --git a/themes/paper b/themes/paper
deleted file mode 100644 (file)
index f8e257b..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
-
-!   t h e m e   t i t l e :       paper
-!   a u t h o r :                 Alexandra Walford
-!                                   email:                   chroma@delusion.de
-!   d a t e :                     2001/11/08
-
-!   d e f a u l t s   ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
-
-*color:                           rgb:ac/ab/aa
-*colorTo:                         rgb:df/de/dd
-*textColor:                       rgb:66/66/66
-*picColor:                        rgb:66/66/66
-
-!*font:                            mints-mild
-*font:                            -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
-
-*xft.font:     Trebuchet MS
-*xft.size:     9
-menu*xft.size: 11
-
-*justify:                         center
-
-!   t o o l b a r   ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
-
-toolbar:                          raised gradient crossdiagonal
-
-toolbar.button:                   parentrelative
-
-toolbar.button.pressed:           sunken
-
-toolbar.label:                    parentrelative
-
-toolbar.windowLabel:              parentrelative
-toolbar.windowLabel.textColor:    rgb:66/66/66
-
-toolbar.clock:                    parentrelative
-
-!   m e n u   ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
-
-menu.title:                       raised gradient crossdiagonal
-menu.title.textColor:             rgb:66/66/66
-
-menu.frame:                       flat
-menu.frame.disableColor:          rgb:88/88/88
-
-menu.bullet:                      triangle
-menu.bullet.position:             right
-
-menu.hilite:                      raised gradient crossdiagonal
-menu.hilite.textColor:            rgb:66/66/66
-
-!   w i n d o w   ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
-
-window.title.focus:               raised gradient crossdiagonal
-window.title.unfocus:             flat
-
-window.label.focus:               parentrelative
-window.label.focus.textColor:     rgb:66/66/66
-window.label.unfocus:             parentrelative
-
-window.button.focus:              parentrelative
-window.button.focus.picColor:     rgb:66/66/66
-window.button.unfocus:            parentrelative
-window.button.pressed:            sunken
-
-window.handle.focus:              raised gradient crossdiagonal
-window.handle.unfocus:            flat
-window.handle.unfocus.color:      rgb:8a/89/88
-
-window.grip.focus:                parentrelative
-window.grip.unfocus:              parentrelative
-
-window.frame.focusColor:          rgb:79/78/77
-window.frame.unfocusColor:        rgb:46/45/44
-
-!   m i s c   ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
-
-borderWidth:                      1
-borderColor:                      rgb:68/67/66
-
-bevelWidth:                       1 
-handleWidth:                      2
-
-frameWidth:                       0
-
-rootCommand:                      bsetbg -gradient flatinterlacedhorizontalgradient -from rgb:35/34/33 -to rgb:57/56/55
-
-! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
diff --git a/themes/planton/close.xbm b/themes/planton/close.xbm
new file mode 100644 (file)
index 0000000..6245435
--- /dev/null
@@ -0,0 +1,4 @@
+#define close_width 8
+#define close_height 8
+static unsigned char close_bits[] = {
+   0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff };
diff --git a/themes/planton/iconify.xbm b/themes/planton/iconify.xbm
new file mode 100644 (file)
index 0000000..4371a6b
--- /dev/null
@@ -0,0 +1,4 @@
+#define iconify_width 8
+#define iconify_height 8
+static unsigned char iconify_bits[] = {
+   0x00, 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x00, 0x00 };
diff --git a/themes/planton/max.xbm b/themes/planton/max.xbm
new file mode 100644 (file)
index 0000000..6f2cdb1
--- /dev/null
@@ -0,0 +1,4 @@
+#define max_width 8
+#define max_height 8
+static unsigned char max_bits[] = {
+   0x00, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x7e, 0x00 };
diff --git a/themes/planton/max_t.xbm b/themes/planton/max_t.xbm
new file mode 100644 (file)
index 0000000..399690a
--- /dev/null
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define max_width 4
+#define max_height 4
+static unsigned char max_bits[] = {
+   0x0f, 0x0f, 0x09, 0x0f };
diff --git a/themes/planton/shade.xbm b/themes/planton/shade.xbm
new file mode 100644 (file)
index 0000000..44a5bf3
--- /dev/null
@@ -0,0 +1,4 @@
+#define shade_width 4
+#define shade_height 4
+static unsigned char shade_bits[] = {
+   0x0f, 0x09, 0x0f, 0x00 };
diff --git a/themes/planton/shade_t.xbm b/themes/planton/shade_t.xbm
new file mode 100644 (file)
index 0000000..f231df1
--- /dev/null
@@ -0,0 +1,4 @@
+#define shade_t_width 4
+#define shade_t_height 4
+static unsigned char shade_t_bits[] = {
+   0x0f, 0x09, 0x0f, 0x00 };
diff --git a/themes/planton/stick.xbm b/themes/planton/stick.xbm
new file mode 100644 (file)
index 0000000..6a346c0
--- /dev/null
@@ -0,0 +1,4 @@
+#define sticky_width 4
+#define sticky_height 4
+static unsigned char sticky_bits[] = {
+   0x0f, 0x0d, 0x0b, 0x0f };
diff --git a/themes/planton/stick_t.xbm b/themes/planton/stick_t.xbm
new file mode 100644 (file)
index 0000000..14e7f05
--- /dev/null
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define stick_width 4
+#define stick_height 4
+static unsigned char stick_bits[] = {
+   0x0f, 0x0f, 0x0f, 0x0f };
diff --git a/themes/planton/themerc b/themes/planton/themerc
new file mode 100644 (file)
index 0000000..afffa02
--- /dev/null
@@ -0,0 +1,136 @@
+
+!! Menu settings
+
+menu.title: raised gradient vertical
+menu.title.color: #9cb6d5
+menu.title.colorTo: #39658b
+menu.title.borderColor: #000000
+menu.title.textColor: #ffffff
+menu.title.justify: center
+menu.title.font: -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-1
+menu.title.xft.font: Microsoft Sans Serif
+menu.title.xft.size: 6
+menu.title.xft.flags: normal
+menu.title.xft.shadow.offset: 1
+menu.title.xft.shadow.tint: 25
+
+menu.frame: raised solid bevel1
+menu.frame.color: #f6f6f6
+menu.frame.textColor: #000000
+menu.frame.justify: left
+menu.frame.disableColor: #ffffff
+
+menu.hilite: flat solid bevel1
+menu.hilite.color: #3971ac
+menu.hilite.colorTo: #5a71c5
+menu.hilite.textColor: #ffffff
+
+!! General window settings
+window.button.pressed: flat solid bevel1
+window.button.pressed.color: #000000
+window.button.pressed.colorTo: #000000
+window.button.pressed.borderColor: #000000
+window.justify: center
+
+!! focused window settings
+window.frame.focusColor: #bec1d6
+
+window.title.focus: raised gradient vertical
+window.title.focus.color: #9cb6d5
+window.title.focus.colorTo: #39658b
+window.title.focus.borderColor: #000000
+
+window.handle.focus: raised gradient vertical
+window.handle.focus.color: #e6e2de
+window.handle.focus.colorTo: #737573
+window.handle.focus.borderColor: #000000
+
+window.grip.focus:  raised gradient vertical
+window.grip.focus.color: #9cb6d5
+window.grip.focus.colorTo: #39658b
+window.grip.focus.borderColor: #000000
+
+window.label.focus: parentrelative
+window.label.focus.color: #bbbbcc
+window.label.focus.colorTo: #ccccdd
+window.label.focus.borderColor: #000000
+window.label.focus.textColor: #ffffff
+
+window.button.focus: parentrelative
+window.button.focus.color: #bbbbcc
+window.button.focus.colorTo: #ccccdd
+window.button.focus.borderColor: #7a8093
+window.button.focus.picColor: #ffffff
+
+window.button.pressed.focus: sunken solid
+window.button.pressed.focus.color: #9cb6d5
+window.button.pressed.focus.colorTo: #39658b
+window.button.pressed.focus.borderColor: #000000
+
+!! unfocused window settings
+window.frame.unfocusColor: #666462
+
+window.title.unfocus: raised gradient vertical
+window.title.unfocus.color: #dedede
+window.title.unfocus.colorTo: #c9c9c9
+window.title.unfocus.borderColor: #222222
+
+window.handle.unfocus: raised 
+window.handle.unfocus.color: #e6e2de
+window.handle.unfocus.colorTo: #737573
+window.handle.unfocus.borderColor: #000000
+
+window.grip.unfocus: raised 
+window.grip.unfocus.color: #e6e2de
+window.grip.unfocus.colorTo: #737573
+window.grip.unfocus.borderColor: #000000
+
+window.label.unfocus: parentrelative
+window.label.unfocus.color: #000000
+window.label.unfocus.colorTo: #000000
+window.label.unfocus.borderColor: #000000
+window.label.unfocus.textColor: #222222
+
+window.button.unfocus: parentrelative
+window.button.unfocus.color: #000000
+window.button.unfocus.colorTo: #000000
+window.button.unfocus.borderColor: #000000
+window.button.unfocus.picColor: #222222
+
+window.button.pressed.unfocus: flat gradient vertical bevel1
+window.button.pressed.unfocus.color: #e6e2de
+window.button.pressed.unfocus.colorTo: #737573
+window.button.pressed.unfocus.borderColor: #000000
+
+!##stupid shit
+window.button.disabled.focus: flat border
+window.button.disabled.focus.color: #990000
+window.button.disabled.focus.colorTo: #990000
+window.button.disabled.focus.picColor: #ffffff
+window.button.disabled.focus.borderColor: #83aede
+#
+window.button.disabled.unfocus: flat border gradient vertical
+window.button.disabled.unfocus.color: #d5dad5
+window.button.disabled.unfocus.colorTo: #b4b6b4
+window.button.disabled.unfocus.picColor:  #7b7d7b
+window.button.disabled.unfocus.borderColor: #7b7d7b
+
+
+!! Global width settings
+borderWidth: 1
+bevelWidth: 1
+handleWidth: 4
+frameWidth: 0
+borderColor: #24272f
+
+!! Miscellaneous settings
+#borderColor: #222222
+rootCommand: Esetroot /win/lin/backgrounds/leaf3.png
+
+window.title.layout:   ILMC
+!! font me!
+window.title.xftfont: Borzoi:pixelsize=10
+menu.frame.xftfont: National First Font:pixelsize=15
+menu.title.xftfont: Borzoi:pixelsize=10
+
+
diff --git a/themes/purplehaaze b/themes/purplehaaze
deleted file mode 100644 (file)
index 5bf8bd6..0000000
+++ /dev/null
@@ -1,109 +0,0 @@
-style.name:    Purple H(aa)ze
-style.author:  miklos
-style.date:    Sunday July 14, 2002
-
-rootCommand:   bsetbg -solid "#8187a1"
-
-! Toolbar settings...
-toolbar.button: parentrelative
-toolbar.button.picColor:       #616e7f
-
-toolbar.button.pressed:        sunken gradient vertical
-toolbar.button.pressed.color:  #a0a6be
-toolbar.button.pressed.colorTo: #b5bdb2
-
-toolbar.label: parentrelative
-toolbar.label.textColor:       #616e7f
-
-toolbar.windowLabel:   sunken gradient elliptic 
-toolbar.windowLabel.colorTo:   #a8b6d9
-toolbar.windowLabel.color: #b0b6ce
-toolbar.windowLabel.textColor: #1d3742
-
-toolbar.clock: parentrelative
-toolbar.clock.textColor:       #616e7f
-
-toolbar:       flat gradient vertical
-toolbar.color: #fbfeff
-toolbar.colorTo: #bcbdcf
-toolbar.justify:       center
-
-
-! Menu settings...
-menu.frame: flat gradient horizontal
-menu.frame.color:      #b3b7d2
-menu.frame.colorTo: #687085
-menu.frame.textColor:  #061637
-menu.frame.justify: right
-
-menu.title:    flat gradient vertical
-menu.title.color:      #fbfeff
-menu.title.colorTo: #bcbdcf
-menu.title.textColor:  #1d2742
-menu.title.justify:    center
-
-menu.hilite:   flat gradient horizontal 
-menu.hilite.color: #b3b7d2
-menu.hilite.colorTo: #c2cbda
-menu.hilite.textColor: #000000
-
-menu.bullet: diamod
-menu.bullet.position:  Right
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus: parentrelative
-window.button.focus.picColor:  #1d2941
-
-window.button.unfocus: parentrelative
-window.button.unfocus.picColor:        #616e7f
-
-window.grip.focus:     Flat Solid
-window.grip.focus.color:       #687085
-
-window.grip.unfocus:   Flat Solid
-window.grip.unfocus.color:     #bcbdbf
-
-window.handle.focus:   Flat Solid
-window.handle.focus.color:     #687085
-
-window.handle.unfocus: Flat Solid
-window.handle.unfocus.color:   #bcbdbf
-
-window.label.focus:    parentrelative
-
-window.justify:        center
-
-window.label.unfocus:  flat gradient vertical
-window.label.unfocus.color: #fbfeff
-window.label.unfocus.colorTo: #bcbdbf
-window.label.unfocus.textColor: #616e7f
-
-window.title.focus: flat gradient vertical
-window.title.focus.color: #b3b7d2
-window.title.focus.colorTo: #687085
-window.title.focus.textColor: #0d2041
-
-window.title.unfocus:  flat gradient vertical
-window.title.unfocus.color:    #fbfeff
-window.title.unfocus.colorTo: #bcbdbf
-window.title.unfocus.textColor: #616e7f
-
-window.button.pressed: Sunken gradient diagonal
-window.button.pressed.color:   #666666
-window.button.pressed.colorTo: #444444
-
-*.font:        -schumacher-clean-medium-r-normal-*-*-120-*-*-c-*-iso646.1991-irv
-
-*xft.font:     Arial
-*xft.size:     9
-menu*xft.size: 11
-menu.title.xft.flags: bold
-
-window.frame.focusColor:       #687085
-window.frame.unfocusColor:     #bcbdbf
-handleWidth:   1
-frameWidth:     2
-bevelWidth:    1
-borderWidth: #434d59
-borderColor:   #555555
diff --git a/themes/shade b/themes/shade
deleted file mode 100644 (file)
index 43c7f31..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-toolbar:                       flat solid
-toolbar.color:                 rgb:6/6/6
-toolbar.button:                        flat solid
-toolbar.button.color:          rgb:6/6/6
-toolbar.button.picColor:       rgb:2/2/2
-toolbar.label:                 flat crossdiagonal gradient
-toolbar.label.color:           rgb:8/8/7
-toolbar.label.colorTo:         rgb:f/f/d
-toolbar.label.textColor:       rgb:2/2/1c
-toolbar.windowLabel:           flat crossdiagonal gradient
-toolbar.windowLabel.color:     rgb:8/8/7
-toolbar.windowLabel.colorTo:   rgb:f/f/d
-toolbar.windowLabel.textColor: rgb:2/2/1c
-toolbar.clock:                 flat crossdiagonal gradient
-toolbar.clock.color:           rgb:8/8/7
-toolbar.clock.colorTo:         rgb:f/f/d
-toolbar.clock.textColor:       rgb:2/2/1c
-toolbar.justify:               right
-toolbar.font:                  lucidasans-10
-
-menu.title:                    flat crossdiagonal gradient
-menu.title.color:              rgb:8/8/7
-menu.title.colorTo:            rgb:f/f/d
-menu.title.textColor:          rgb:2/2/1c
-menu.title.font:               lucidasans-10
-menu.title.justify:            right
-
-menu.frame:                    flat solid
-menu.frame.color:              rgb:6/6/6
-menu.frame.textColor:          grey85
-menu.frame.disableColor:       rgb:4/4/4
-menu.frame.font:               lucidasans-10
-menu.frame.justify:            center
-
-menu.bullet.position:          right
-menu.bullet:                   triangle
-
-menu.hilite:                   flat solid
-menu.hilite.color:             rgb:4/4/4
-menu.hilite.textColor:         white
-
-window.title.focus:            flat solid
-window.title.focus.color:      rgb:6/6/6
-window.title.unfocus:          flat solid
-window.title.unfocus.color:    rgb:4/4/4
-
-window.label.focus:            flat crossdiagonal gradient
-window.label.focus.color:      rgb:8/8/7
-window.label.focus.colorTo:    rgb:f/f/d
-window.label.focus.textColor:  rgb:2/2/1c
-window.label.unfocus:          flat solid
-window.label.unfocus.color:    rgb:4/4/4
-window.label.unfocus.textColor:        rgb:2/2/2
-
-window.button.focus:           flat solid
-window.button.focus.color:     rgb:6/6/6
-window.button.focus.picColor:  rgb:2/2/2
-window.button.unfocus:         flat solid
-window.button.unfocus.color:   rgb:4/4/4
-window.button.unfocus.picColor:        rgb:2/2/2
-
-window.handle.focus:           flat crossdiagonal gradient
-window.handle.focus.color:     rgb:8/8/7
-window.handle.focus.colorTo:   rgb:f/f/d
-window.handle.unfocus:         flat solid
-window.handle.unfocus.color:   rgb:4/4/4
-
-window.grip.focus:             flat solid
-window.grip.focus.color:       rgb:8/8/8
-window.grip.unfocus:           flat solid
-window.grip.unfocus.color:     rgb:4/4/4
-
-window.frame.focusColor:       rgb:f/f/d
-window.frame.unfocusColor:     rgb:6/6/6
-
-window.font:                   lucidasans-10
-window.justify:                        right
-
-*button.pressed:               flat solid
-*button.pressed.color:         rgb:a/a/8c
-
-borderColor:                   rgb:2/2/2
-
-bevelWidth:                    2
-borderWidth:                   2
-handleWidth:                   3
-
-*textColor:                    grey20
-*Font:                         lucidasans-10
-*xft.font:                     arial
-*xft.size:                     10
-
-rootCommand:                   bsetroot -solid rgb:4/4/4
diff --git a/themes/steelblue b/themes/steelblue
deleted file mode 100644 (file)
index 8fe4b57..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-! Miscellaneous settings...
-style.name:    steelblue
-style.author:  miklos
-style.date:    Feb 3, 2002
-style.credits: 
-style.comments:        I prefer the font "luxus.pcf" to be used with this style.
-               
-
-!rootCommand:  bsetbg -solid "#3c5979"
-rootCommand:   bsetbg -mod 4 4 -to "#44668a" -from "#7788bb"
-
-! Toolbar settings...
-toolbar.button:        Flat Solid PipeCross
-toolbar.button.color:  #44668a
-toolbar.button.colorTo:        #ffffff
-toolbar.button.picColor:       #ffffff
-
-toolbar.button.pressed:        Sunken Bevel1 Solid Diagonal
-toolbar.button.pressed.color:  #3c5979
-toolbar.button.pressed.colorTo:        #ffffff
-
-toolbar.label: Sunken Bevel1 Gradient Rectangle
-toolbar.label.color:   #44668a
-toolbar.label.colorTo: #3c5979
-toolbar.label.textColor:       #d1d9e5
-
-toolbar.windowLabel:   Sunken Bevel1 Gradient Rectangle
-toolbar.windowLabel.color:     #5e8dbf
-toolbar.windowLabel.colorTo:   #3c5979
-toolbar.windowLabel.textColor: #e9f2ff
-
-toolbar.clock: Sunken Bevel1 Gradient Rectangle
-toolbar.clock.color:   #44668a
-toolbar.clock.colorTo: #3c5979
-toolbar.clock.textColor:       #d1d9e5
-
-toolbar:       Raised Bevel1 Solid Horizontal
-toolbar.color: #44668a
-toolbar.colorTo:       #ffffff
-toolbar.textColor:     #ffffff
-!toolbar.font: luxus*
-toolbar.font:  -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
-toolbar.justify:       Center
-
-
-! Menu settings...
-menu.frame:    Raised Bevel1 Gradient Elliptic
-menu.frame.color:      #44668a
-menu.frame.colorTo:    #44668a
-menu.frame.textColor:  #d1d9e5
-!menu.frame.font:      luxus
-menu.frame.font:       -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
-menu.frame.justify:    Right
-
-menu.title:    Sunken Bevel2 Gradient Elliptic
-menu.title.color:      #5e8dbf
-menu.title.colorTo:    #3c5979
-menu.title.textColor:  #d7e0ee
-!menu.title.font:      luxus
-menu.title.font:       -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
-menu.title.justify:    Center
-
-menu.hilite:   Sunken Bevel1 Gradient Elliptic
-menu.hilite.color:     #3c5979
-menu.hilite.colorTo:   #5e8dbf
-menu.hilite.textColor: #ffffff
-
-menu.bullet:   Triangle
-menu.bullet.position:  Right
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus:   Flat Solid Horizontal
-window.button.focus.color:     #44668a
-window.button.focus.colorTo:   #ffffff
-window.button.focus.picColor:  #ffffff
-
-window.button.unfocus: Flat Solid Horizontal
-window.button.unfocus.color:   #3c5979
-window.button.unfocus.colorTo: #ffffff
-window.button.unfocus.picColor:        #44668a
-
-window.grip.focus:     Raised Bevel1 Solid PipeCross
-window.grip.focus.color:       #5e8dbf
-window.grip.focus.colorTo:     #ffffff
-
-window.grip.unfocus:   Raised Bevel1 Solid Pyramid
-window.grip.unfocus.color:     #3c5979
-window.grip.unfocus.colorTo:   #ffffff
-
-window.handle.focus:   Raised Bevel1 Solid Pyramid
-window.handle.focus.color:     #44668a
-window.handle.focus.colorTo:   #ffffff
-
-window.handle.unfocus: Raised Bevel1 Solid Pyramid
-window.handle.unfocus.color:   #3c5979
-window.handle.unfocus.colorTo: #ffffff
-
-window.label.focus:    Sunken Bevel1 Gradient Rectangle
-window.label.focus.color:      #5e8dbf
-window.label.focus.colorTo:    #3c5979
-window.label.focus.textColor:  #e6f0ff
-!window.label.focus.font:      luxus
-window.label.focus.font:       -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
-window.label.focus.justify:    Center
-
-!window.font:  luxus
-window.font:   -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
-
-*xft.font:     Arial
-*xft.size:     9
-menu*xft.size: 10
-
-window.justify:        Center
-window.label.unfocus:  Sunken Bevel1 Gradient Rectangle
-window.label.unfocus.color:    #44668a
-window.label.unfocus.colorTo:  #3c5979
-window.label.unfocus.textColor:        #5077a1
-
-window.title.focus:    Raised Bevel1 Solid Diagonal
-window.title.focus.color:      #44668a
-window.title.focus.colorTo:    #ffffff
-
-window.title.unfocus:  Raised Bevel1 Solid Diagonal
-window.title.unfocus.color:    #3c5979
-window.title.unfocus.colorTo:  #ffffff
-
-window.button.pressed: Sunken Bevel1 Solid Diagonal
-window.button.pressed.color:   #484848
-window.button.pressed.colorTo: #ffffff
-
-window.frame.focusColor:       #63707f
-window.frame.unfocusColor:     #5e6166
-handleWidth:   4
-frameWidth:    0
-bevelWidth:    0
-borderWidth:   1
-borderColor:   #000000
-
diff --git a/themes/steelblue2 b/themes/steelblue2
deleted file mode 100644 (file)
index 0b03da4..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-style.name:    steelblue2
-style.author:  miklos
-style.date:    Feb 28, 2002
-style.credits: 
-style.comments:                        The return of \
-               steelblue
-               
-!window.font:  lime
-window.font:   -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
-
-*xft.font:      Arial
-*xft.size:      9
-menu*xft.size:  10
-
-rootCommand:   bsetbg -solid "#6e7a8a"
-
-! Toolbar settings...
-toolbar.button:        Flat Gradient Vertical
-toolbar.button.color:  #6e7a8a
-toolbar.button.colorTo:        #555f6b
-toolbar.button.picColor:       #ffffff
-
-toolbar.button.pressed:        Sunken Bevel1 Gradient Diagonal
-toolbar.button.pressed.color:  #6e7b8b
-toolbar.button.pressed.colorTo:        #8fa0b5
-
-toolbar.label: Sunken Bevel1 Gradient Diagonal
-toolbar.label.color:   #6e7b8b
-toolbar.label.colorTo: #555f6b
-toolbar.label.textColor:       #d1d9e5
-
-toolbar.windowLabel:   Sunken Bevel1 Gradient Diagonal
-toolbar.windowLabel.color:     #8fa0b5
-toolbar.windowLabel.colorTo:   #555f6b
-toolbar.windowLabel.textColor: #e9f2ff
-
-toolbar.clock: Sunken Bevel1 Gradient Diagonal
-toolbar.clock.color:   #6e7b8b
-toolbar.clock.colorTo: #555f6b
-toolbar.clock.textColor:       #d1d9e5
-
-toolbar:       Raised Bevel1 Gradient Vertical
-toolbar.color: #6e7b8b
-toolbar.colorTo:       #555f6b
-toolbar.textColor:     #ffffff
-toolbar.justify:       Left
-
-
-! Menu settings...
-menu.frame:    Sunken Bevel2 Gradient Diagonal
-menu.frame.color:      #8fa0b5
-menu.frame.colorTo:    #6e7b8b
-menu.frame.textColor:  #ffffff
-menu.frame.justify:    Right
-
-menu.title:    Raised Bevel1 Gradient Diagonal
-menu.title.color:      #6e7b8b
-menu.title.colorTo:    #555f6b
-menu.title.textColor:  #d7e0ee
-menu.title.justify:    Center
-
-menu.hilite:   Raised Bevel1 Gradient Diagonal
-menu.hilite.color:     #6e7b8b
-menu.hilite.colorTo:   #555f6b
-menu.hilite.textColor: #ffffff
-
-menu.bullet:   Empty
-menu.bullet.position:  Right
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus:   Flat Gradient CrossDiagonal
-window.button.focus.color:     #6e7b8b
-window.button.focus.colorTo:   #555f6b
-window.button.focus.picColor:  #ddeeff
-
-window.button.unfocus: Flat Gradient Vertical
-window.button.unfocus.color:   #6e7b8b
-window.button.unfocus.colorTo: #555f6b
-window.button.unfocus.picColor:        #748293
-
-window.grip.focus:     Raised Bevel1 Gradient Diagonal
-window.grip.focus.color:       #8fa0b5
-window.grip.focus.colorTo:     #6e7b8b
-
-window.grip.unfocus:   Raised Bevel1 Gradient Diagonal
-window.grip.unfocus.color:     #6e7b8b
-window.grip.unfocus.colorTo:   #555f6b
-
-window.handle.focus:   Raised Bevel1 Gradient Diagonal
-window.handle.focus.color:     #6e7b8b
-window.handle.focus.colorTo:   #555f6b
-
-window.handle.unfocus: Raised Bevel1 Gradient Diagonal
-window.handle.unfocus.color:   #6e7b8b
-window.handle.unfocus.colorTo: #555f6b
-
-window.label.focus:    Sunken Bevel1 Gradient Diagonal
-window.label.focus.color:      #8fa0b5
-window.label.focus.colorTo:    #555f6b
-window.label.focus.textColor:  #e6f0ff
-window.label.focus.justify:    Left
-
-window.justify:        Left
-window.label.unfocus:  Sunken Bevel1 Gradient Diagonal
-window.label.unfocus.color:    #6e7b8b
-window.label.unfocus.colorTo:  #555f6b
-window.label.unfocus.textColor:        #748293
-
-window.title.focus:    Raised Bevel1 Gradient Vertical
-window.title.focus.color:      #6e7b8b
-window.title.focus.colorTo:    #555f6b
-
-window.title.unfocus:  Raised Bevel1 Gradient Vertical
-window.title.unfocus.color:    #6e7b8b
-window.title.unfocus.colorTo:  #555f6b
-
-window.button.pressed: Sunken Bevel1 Gradient Diagonal
-window.button.pressed.color:   #6e7b8b
-window.button.pressed.colorTo: #8fa0b5
-
-window.frame.focusColor:       #ffffff
-window.frame.unfocusColor:     #555f6b
-handleWidth:   4
-frameWidth:    0
-bevelWidth:    1
-borderWidth:   1
-borderColor:   #000000
-
diff --git a/themes/the_orange b/themes/the_orange
deleted file mode 100644 (file)
index 4d3c6eb..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-! the_orange for blackbox.
-! Automagically generated by bbconf.
-
-
-! Miscellaneous settings...
-style.name:    The Orange
-style.author:  Thread
-style.date:    Sun Mar 31 2002
-style.credits: 
-style.comments:                        
-               
-
-rootCommand:   bsetroot -solid rgb:50/50/50
-
-! Toolbar settings...
-toolbar.button:        parentrelative
-toolbar.button.color:  #ffffff
-toolbar.button.colorTo:        #ffffff
-toolbar.button.picColor:       #000000
-
-toolbar.button.pressed:        Sunken Bevel2 Gradient Diagonal
-toolbar.button.pressed.color:  #6d6d6d
-toolbar.button.pressed.colorTo:        #898989
-
-toolbar.label: parentrelative
-toolbar.label.color:   #ffffff
-toolbar.label.colorTo: #ffffff
-toolbar.label.textColor:       #000000
-
-toolbar.windowLabel:   parentrelative
-toolbar.windowLabel.color:     #ffffff
-toolbar.windowLabel.colorTo:   #ffffff
-toolbar.windowLabel.textColor: #000000
-
-toolbar.clock: parentrelative
-toolbar.clock.color:   #ffffff
-toolbar.clock.colorTo: #ffffff
-toolbar.clock.textColor:       #000000
-
-toolbar:       Flat Gradient Vertical
-toolbar.color: #898989
-toolbar.colorTo:       #6d6d6d
-toolbar.textColor:     #000000
-toolbar.justify:       Center
-
-
-! Menu settings...
-menu.frame:    Flat Gradient Diagonal
-menu.frame.color:      #898989
-menu.frame.colorTo:    #6d6d6d
-menu.frame.textColor:  #000000
-menu.frame.justify:    Center
-
-menu.title:    Flat Gradient Diagonal
-menu.title.color:      #d6753d
-menu.title.colorTo:    #8b3d10
-menu.title.textColor:  #000000
-menu.title.justify:    Center
-
-menu.hilite:   Flat Gradient CrossDiagonal
-menu.hilite.color:     #8b3d10
-menu.hilite.colorTo:   #d6753d
-menu.hilite.textColor: #000000
-
-menu.bullet:   Triangle
-menu.bullet.position:  Right
-menu.frame.disableColor:       #6d6d6d
-
-! Window settings...
-window.button.focus:   parentrelative
-window.button.focus.color:     #ffffff
-window.button.focus.colorTo:   #ffffff
-window.button.focus.picColor:  #000000
-
-window.button.unfocus: parentrelative
-window.button.unfocus.color:   #ffffff
-window.button.unfocus.colorTo: #ffffff
-window.button.unfocus.picColor:        #000000
-
-window.grip.focus:     Sunken Bevel2 Gradient Vertical
-window.grip.focus.color:       #000000
-window.grip.focus.colorTo:     #6d6d6d
-
-window.grip.unfocus:   Sunken Bevel2 Gradient Vertical
-window.grip.unfocus.color:     #000000
-window.grip.unfocus.colorTo:   #404040
-
-window.handle.focus:   Flat Gradient Vertical
-window.handle.focus.color:     #000000
-window.handle.focus.colorTo:   #505050
-
-window.handle.unfocus: Flat Gradient Vertical
-window.handle.unfocus.color:   #000000
-window.handle.unfocus.colorTo: #202020
-
-window.label.focus:    parentrelative
-window.label.focus.color:      #ffffff
-window.label.focus.colorTo:    #ffffff
-window.label.focus.textColor:  #000000
-window.label.focus.justify:    Center
-
-window.justify:        Center
-window.label.unfocus:  parentrelative
-window.label.unfocus.color:    #ffffff
-window.label.unfocus.colorTo:  #ffffff
-window.label.unfocus.textColor:        #000000
-
-window.title.focus:    Flat Gradient Vertical
-window.title.focus.color:      #d6753d
-window.title.focus.colorTo:    #8b3d10
-
-window.title.unfocus:  Flat Gradient Vertical
-window.title.unfocus.color:    #898989
-window.title.unfocus.colorTo:  #6d6d6d
-
-window.button.pressed: Flat Gradient Diagonal
-window.button.pressed.color:   #8b3d10
-window.button.pressed.colorTo: #d6753d
-
-window.frame.focusColor:       #ffffff
-window.frame.unfocusColor:     #ffffff
-handleWidth:   4
-frameWidth:    0
-bevelWidth:    1
-borderWidth:   1
-borderColor:   #000000
-
-!*font:                        mints-strong
-*font:                 -b&h-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-*
-
-*xft.font:             Arial
-*xft.size:             9
-menu*xft.font:         Trebuchet MS
-menu*xft.size:         11
-menu.title.xft.flags:  bold
diff --git a/themes/trisb b/themes/trisb
deleted file mode 100644 (file)
index 66d4450..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-style.name:    trisb
-style.author:  miklos
-style.date:    March 25, 2002
-style.credits: 
-style.comments:                        
-               
-!*font:                mints-strong
-*font:         -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
-
-*xft.font:     Trebuchet MS
-*xft.size:     9
-menu*xft.size: 11
-
-rootCommand:   bsetbg -solid "#4b4b4b"
-
-! Toolbar settings...
-toolbar.button:        Flat Gradient Vertical
-toolbar.button.color:  #d5d5d5
-toolbar.button.colorTo:        #b4b4b4
-toolbar.button.picColor:       #343434
-
-toolbar.button.pressed:        Sunken Bevel1 Solid Vertical
-toolbar.button.pressed.color:  #c8c8c8
-toolbar.button.pressed.colorTo:        #ffffff
-
-toolbar.label: Flat Gradient Vertical
-toolbar.label.color:   #d5d5d5
-toolbar.label.colorTo: #b4b4b4
-toolbar.label.textColor:       #343434
-
-toolbar.windowLabel:   Flat Gradient Vertical
-toolbar.windowLabel.color:     #d5d5d5
-toolbar.windowLabel.colorTo:   #b4b4b4
-toolbar.windowLabel.textColor: #343434
-
-toolbar.clock: Flat Gradient Vertical
-toolbar.clock.color:   #d5d5d5
-toolbar.clock.colorTo: #b4b4b4
-toolbar.clock.textColor:       #343434
-
-toolbar:       Flat Gradient Vertical
-toolbar.color: #d5d5d5
-toolbar.colorTo:       #b4b4b4
-toolbar.textColor:     #ffffff
-toolbar.justify:       Center
-
-
-! Menu settings...
-menu.frame:    Flat Gradient CrossDiagonal
-menu.frame.color:      #d5d5d5
-menu.frame.colorTo:    #b4b4b4
-menu.frame.textColor:  #343434
-menu.frame.justify:    Right
-
-menu.title:    Flat Gradient Vertical
-menu.title.color:      #8e8e8e
-menu.title.colorTo:    #5f5f5f
-menu.title.textColor:  #c8c8c8
-menu.title.justify:    Center
-
-menu.hilite:   Flat Gradient Vertical
-menu.hilite.color:     #3b90dc
-menu.hilite.colorTo:   #2c5f8c
-menu.hilite.textColor: #8efdff
-
-menu.bullet:   Triangle
-menu.bullet.position:  Right
-menu.frame.disableColor:       #ffffff
-
-! Window settings...
-window.button.focus:   Flat Gradient Vertical
-window.button.focus.color:     #3b90dc
-window.button.focus.colorTo:   #2c5f8c
-window.button.focus.picColor:  #8efdff
-
-window.button.unfocus: Flat Gradient Vertical
-window.button.unfocus.color:   #8e8e8e
-window.button.unfocus.colorTo: #5f5f5f
-window.button.unfocus.picColor:        #aaaaaa
-
-window.grip.focus:     Flat Solid Vertical
-window.grip.focus.color:       #3b90dc
-window.grip.focus.colorto:     #2c5f8c
-
-window.grip.unfocus:   Flat Gradient Vertical
-window.grip.unfocus.color:     #8e8e8e
-window.grip.unfocus.colorTo:   #5f5f5f
-
-window.handle.focus:   Flat Gradient Vertical
-window.handle.focus.color:     #3b90dc
-window.handle.focus.colorTo:   #2c5f8c
-
-window.handle.unfocus: Flat Gradient Vertical
-window.handle.unfocus.color:   #7a7a7a
-window.handle.unfocus.colorTo: #555555
-
-window.label.focus:    Flat Gradient Vertical
-window.label.focus.color:      #3b90dc
-window.label.focus.colorTo:    #2c5f8c
-window.label.focus.textColor:  #8efdff
-window.label.focus.justify:    Center
-
-window.justify:        Center
-window.label.unfocus:  Flat Gradient Vertical
-window.label.unfocus.color:    #8e8e8e
-window.label.unfocus.colorTo:  #5f5f5f
-window.label.unfocus.textColor:        #aaaaaa
-
-window.title.focus:    Flat Gradient Vertical
-window.title.focus.color:      #3b90dc
-window.title.focus.colorTo:    #2c5f8c
-
-window.title.unfocus:  Flat Gradient Vertical
-window.title.unfocus.color:    #8e8e8e
-window.title.unfocus.colorTo:  #5f5f5f
-
-window.button.pressed: Sunken Bevel1 Solid Vertical
-window.button.pressed.color:   #3b90dc
-
-window.frame.focusColor:       #343434
-window.frame.unfocusColor:     #000000
-handleWidth:   3
-frameWidth:    0
-bevelWidth:    1
-borderWidth:   1
-borderColor:   #121212
-
-bbpager.frame:                          flat solid
-    bbpager.frame.color:                #4b4b4b
-
-bbpager.desktop:                        sunken solid
-    bbpager.desktop.color:              #4b4b4b
-
-bbpager.desktop.focus:                  raised solid
-    bbpager.desktop.focus.color:        #ffffff
-
-bbpager.window.focus:                   raised gradient vertical
-    bbpager.window.focus.color:         #3b90dc
-    bbpager.window.focus.colorTo:       #2c5f8c
-
-bbpager.window:                         flat gradient vertical
-    bbpager.window.color:               #8e8e8e
-    bbpager.window.colorTo:             #5f5f5f
-
-bbpager.desktop.focusStyle:             border
-bbpager.active.window.borderColor:      #202020
-bbpager.inactive.window.borderColor:    #000000
-bbpager.active.desktop.borderColor:     #73787e
-
diff --git a/themes/twice b/themes/twice
deleted file mode 100644 (file)
index a00c72b..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-toolbar:                       flat diagonal gradient
-toolbar.color:                 rgb:c/6/6
-toolbar.colorTo:               rgb:8/4/4
-toolbar.button:                        flat diagonal gradient
-toolbar.button.color:          rgb:6/3/3
-toolbar.button.colorTo:                rgb:a/5/5
-toolbar.button.picColor:       rgb:4/2/2
-toolbar.button.pressed:                flat crossdiagonal gradient
-toolbar.button.pressed.color:  grey40
-toolbar.button.pressed.colorTo:        grey20
-toolbar.label:                 flat crossdiagonal gradient
-toolbar.label.color:           grey40
-toolbar.label.colorTo:         grey20
-toolbar.label.textColor:       grey85
-toolbar.windowLabel:           flat crossdiagonal gradient
-toolbar.windowLabel.color:     grey40
-toolbar.windowLabel.colorTo:   grey20
-toolbar.windowLabel.textColor: grey85
-toolbar.clock:                 flat crossdiagonal gradient
-toolbar.clock.color:           grey40
-toolbar.clock.colorTo:         grey20
-toolbar.clock.textColor:       grey85
-toolbar.justify:               right
-
-menu.title:                    flat crossdiagonal gradient
-menu.title.color:              rgb:c/6/6
-menu.title.colorTo:            rgb:6/3/3
-menu.title.textColor:          white
-menu.title.justify:            right
-
-menu.frame:                    flat crossdiagonal gradient
-menu.frame.color:              grey40
-menu.frame.colorTo:            grey20
-menu.frame.textColor:          grey85
-menu.frame.disableColor:       rgb:4/2/2
-menu.frame.justify:            center
-
-menu.bullet.position:          right
-menu.bullet:                   triangle
-
-menu.hilite:                   flat crossdiagonal gradient
-menu.hilite.color:             rgb:c/6/6
-menu.hilite.colorTo:           rgb:6/3/3
-menu.hilite.textColor:         white
-
-window.title.focus:            flat diagonal gradient
-window.title.focus.color:      rgb:c/6/6
-window.title.focus.colorTo:    rgb:8/4/4
-window.title.unfocus:          flat solid
-window.title.unfocus.color:    grey30
-
-window.label.focus:            flat crossdiagonal gradient
-window.label.focus.color:      grey40
-window.label.focus.colorTo:    grey20
-window.label.focus.textColor:  white
-window.label.unfocus:          flat crossdiagonal gradient
-window.label.unfocus.color:    grey30
-window.label.unfocus.colorTo:  grey20
-window.label.unfocus.textColor:        grey60
-
-window.button.focus:           flat diagonal gradient
-window.button.focus.color:     rgb:8/4/4
-window.button.focus.colorTo:   rgb:a/5/5
-window.button.focus.picColor:  rgb:4/2/2
-window.button.unfocus:         flat solid
-window.button.unfocus.color:   grey30
-window.button.unfocus.picColor:        grey20
-window.button.pressed:         flat crossdiagonal gradient
-window.button.pressed.color:   grey40
-window.button.pressed.colorTo: grey20
-
-window.handle.focus:           flat crossdiagonal gradient
-window.handle.focus.color:     rgb:c/6/6
-window.handle.focus.colorTo:   rgb:6/3/3
-window.handle.unfocus:         flat solid
-window.handle.unfocus.color:   grey30
-
-window.grip.focus:             flat crossdiagonal gradient
-window.grip.focus.color:       grey40
-window.grip.focus.colorTo:     grey20
-window.grip.unfocus:           flat crossdiagonal gradient
-window.grip.unfocus.color:     grey30
-window.grip.unfocus.colorTo:   grey20
-
-window.frame.focusColor:       rgb:c/6/6
-window.frame.unfocusColor:     grey30
-
-window.justify:                        right
-
-borderColor:                   grey10
-
-bevelWidth:                    1
-borderWidth:                   2
-handleWidth:                   4
-
-*textColor:                    grey85
-*Font:                         lucidasans-10
-*xft.font:                     arial
-*xft.size:                     10
-
-rootCommand:                   bsetroot -solid grey20
diff --git a/themes/warp-xp b/themes/warp-xp
deleted file mode 100644 (file)
index da1caf3..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-! author: miklos
-! the xp lookalike
-
-toolbar:                       raised gradient vertical
-toolbar.color:                 rgb:43/66/a8
-toolbar.colorTo:               rgb:50/78/c0
-toolbar.button:                        parentrelative
-toolbar.button.picColor:       rgb:d1/d1/d1
-toolbar.label:                 parentrelative
-toolbar.label.textColor:       rgb:d1/d1/d1
-toolbar.windowLabel:           parentrelative
-toolbar.windowLabel.textColor: rgb:d1/d1/d1
-toolbar.clock:                 parentrelative
-toolbar.clock.textColor:       rgb:d1/d1/d1
-toolbar.justify:               right
-menu.title:                    raised vertical gradient
-menu.title.color:              rgb:00/4a/d9
-menu.title.colorTo:            rgb:00/5f/f9
-menu.title.textColor:          rgb:f8/f6/e7
-menu.title.justify:            right
-
-menu.frame:                    flat gradient horizontal
-menu.frame.color:              rgb:f3/f5/f6
-menu.frame.colorTo:            rgb:ee/ea/d4
-menu.frame.textColor:          rgb:00/00/00
-menu.frame.disableColor:       rgb:4/4/4
-menu.frame.justify:            right
-
-menu.bullet.position:          right
-menu.bullet:                   diamond
-
-menu.hilite:                   flat solid
-menu.hilite.color:             rgb:31/6a/c5
-menu.hilite.textColor:         rgb:ff/ff/ff
-
-! window.title.focus:          flat vertical gradient
-! window.title.focus.color:    rgb:6b/8f/e7
-! window.title.focus.colorTo:  rgb:4b/6f/cf
-
-window.title.focus:            flat gradient vertical
-window.title.focus.color:      rgb:24/7d/ff
-window.title.focus.colorTo:    rgb:00/48/e5
-
-! window.title.unfocus:                flat vertical gradient
-! window.title.unfocus.color:  rgb:20/5a/cd
-! window.title.unfocus.colorTo:        rgb:00/30/9c
-
-window.title.unfocus:          flat gradient vertical
-window.title.unfocus.color:    rgb:66/8e/cc
-window.title.unfocus.colorTo:  rgb:44/68/b2
-
-window.label.focus:            flat vertical gradient
-window.label.focus.color:      rgb:00/48/e5
-window.label.focus.colorTo:    rgb:24/7d/ff
-window.label.focus.textColor:  rgb:f8/f6/e7
-
-window.label.unfocus:          flat vertical gradient
-window.label.unfocus.color:    rgb:44/68/b2
-window.label.unfocus.colorTo:  rgb:66/8e/cc
-window.label.unfocus.textColor:        rgb:d1/d1/d1
-
-window.button.focus:           flat solid
-window.button.focus.color:     rgb:d6/5a/36
-window.button.focus.picColor:  rgb:e8/ff/f5
-
-window.button.unfocus:         flat solid
-window.button.unfocus.color:   rgb:78/64/7d
-window.button.unfocus.picColor:        rgb:c1/b3/cd
-
-window.handle.focus:           flat solid
-window.handle.focus.color:     rgb:6b/8f/e7
-window.handle.unfocus:         flat solid
-window.handle.unfocus.color:   rgb:20/5a/cd
-
-window.grip.focus:             raised solid
-window.grip.focus.color:       rgb:8b/af/f7
-window.grip.unfocus:           raised solid
-window.grip.unfocus.color:     rgb:00/30/9c
-
-window.frame.focusColor:       rgb:24/7d/ff
-window.frame.unfocusColor:     rgb:50/70/b0
-
-window.justify:                        right
-
-*button.pressed:               sunken solid
-*button.pressed.color:         rgb:6b/8f/e7
-*button.pressed.colorTo:       
-
-borderColor:                   rgb:10/30/50
-
-bevelWidth:                    1
-borderWidth:                   1
-handleWidth:                   1
-frameWidth:                    1
-
-*.font:                                 -schumacher-clean-medium-r-normal-*-*-120-*-*-c-*-iso646.1991-irv
-
-*xft.font:             Arial
-*xft.size:             9
-menu.frame.xft.size:   11
-menu.title.xft.size:   12
-menu.title.xft.flags:  bold
-
-rootCommand: bsetbg -solid "#4468b2"
-
This page took 0.129239 seconds and 4 git commands to generate.