summaryrefslogtreecommitdiff
path: root/data/styles
diff options
context:
space:
mode:
Diffstat (limited to 'data/styles')
-rw-r--r--data/styles/Makefile.am8
-rw-r--r--data/styles/Makefile.in215
-rw-r--r--data/styles/artwiz109
-rw-r--r--data/styles/bluebox155
-rw-r--r--data/styles/cthulhain140
-rw-r--r--data/styles/flux91
-rw-r--r--data/styles/frobozz137
-rw-r--r--data/styles/frobust152
-rw-r--r--data/styles/nyz103
-rw-r--r--data/styles/nyzclone136
-rw-r--r--data/styles/operation91
-rw-r--r--data/styles/outcomes114
-rw-r--r--data/styles/shade91
-rw-r--r--data/styles/steelblue134
-rw-r--r--data/styles/steelblue2133
-rw-r--r--data/styles/the_orange98
-rw-r--r--data/styles/trisb153
-rw-r--r--data/styles/twice103
18 files changed, 2163 insertions, 0 deletions
diff --git a/data/styles/Makefile.am b/data/styles/Makefile.am
new file mode 100644
index 00000000..38053588
--- /dev/null
+++ b/data/styles/Makefile.am
@@ -0,0 +1,8 @@
+# data/styles/Makefile.am for Openbox
+
+styledir = $(pkgdatadir)/styles
+MAINTAINERCLEANFILES = Makefile.in
+style_DATA = artwiz bluebox cthulhain flux nyz nyzclone operation outcomes shade the_orange trisb twice frobozz frobust steelblue steelblue2
+
+distclean-local:
+ rm -f *\~
diff --git a/data/styles/Makefile.in b/data/styles/Makefile.in
new file mode 100644
index 00000000..6df1f4b0
--- /dev/null
+++ b/data/styles/Makefile.in
@@ -0,0 +1,215 @@
+# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
+
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+# data/styles/Makefile.am for Openbox
+
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+CC = @CC@
+CLOBBER = @CLOBBER@
+CXX = @CXX@
+DEBUG = @DEBUG@
+INTERLACE = @INTERLACE@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+NEWWMSPEC = @NEWWMSPEC@
+NLS = @NLS@
+ORDEREDPSEUDO = @ORDEREDPSEUDO@
+PACKAGE = @PACKAGE@
+SHAPE = @SHAPE@
+SLIT = @SLIT@
+TIMEDCACHE = @TIMEDCACHE@
+VERSION = @VERSION@
+gencat_cmd = @gencat_cmd@
+regex_cmd = @regex_cmd@
+
+styledir = $(pkgdatadir)/styles
+MAINTAINERCLEANFILES = Makefile.in
+style_DATA = artwiz bluebox cthulhain flux nyz nyzclone operation outcomes shade the_orange trisb twice frobozz frobust steelblue steelblue2
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../config.h
+CONFIG_CLEAN_FILES =
+DATA = $(style_DATA)
+
+DIST_COMMON = Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu data/styles/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+install-styleDATA: $(style_DATA)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(styledir)
+ @list='$(style_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(styledir)/$$p"; \
+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(styledir)/$$p; \
+ else if test -f $$p; then \
+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(styledir)/$$p"; \
+ $(INSTALL_DATA) $$p $(DESTDIR)$(styledir)/$$p; \
+ fi; fi; \
+ done
+
+uninstall-styleDATA:
+ @$(NORMAL_UNINSTALL)
+ list='$(style_DATA)'; for p in $$list; do \
+ rm -f $(DESTDIR)$(styledir)/$$p; \
+ done
+tags: TAGS
+TAGS:
+
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = data/styles
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu data/styles/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pr $$d/$$file $(distdir)/$$file; \
+ else \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
+ fi; \
+ done
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am: install-styleDATA
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am: uninstall-styleDATA
+uninstall: uninstall-am
+all-am: Makefile $(DATA)
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+ $(mkinstalldirs) $(DESTDIR)$(styledir)
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+ -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+mostlyclean-am: mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-generic clean-am distclean-local
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: uninstall-styleDATA install-styleDATA tags distdir info-am info \
+dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
+install-exec install-data-am install-data install-am install \
+uninstall-am uninstall all-redirect all-am all installdirs \
+mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+
+distclean-local:
+ rm -f *\~
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/data/styles/artwiz b/data/styles/artwiz
new file mode 100644
index 00000000..c08b5eae
--- /dev/null
+++ b/data/styles/artwiz
@@ -0,0 +1,109 @@
+toolbar: raised gradient vertical
+toolbar.color: rgb:80/84/88
+toolbar.colorTo: rgb:30/34/38
+
+toolbar.button: raised gradient diagonal
+toolbar.button.color: rgb:90/94/98
+toolbar.button.colorTo: rgb:20/24/28
+toolbar.button.picColor: white
+
+toolbar.button.pressed: sunken gradient diagonal
+toolbar.button.pressed.color: black
+toolbar.button.pressed.colorTo: rgb:80/98/d0
+
+toolbar.clock: sunken gradient diagonal
+toolbar.clock.color: rgb:10/20/30
+toolbar.clock.colorTo: rgb:70/80/90
+toolbar.clock.textColor: white
+
+toolbar.label: sunken gradient diagonal
+toolbar.label.color: rgb:10/20/30
+toolbar.label.colorTo: rgb:70/80/90
+toolbar.label.textColor: white
+
+toolbar.windowLabel: sunken gradient diagonal
+toolbar.windowLabel.color: rgb:10/20/30
+toolbar.windowLabel.colorTo: rgb:70/80/90
+toolbar.windowLabel.textColor: white
+
+toolbar.justify: center
+
+
+menu.title: raised gradient diagonal
+menu.title.color: rgb:90/94/98
+menu.title.colorTo: rgb:20/24/28
+menu.title.textColor: white
+menu.title.justify: center
+
+menu.frame: sunken gradient diagonal
+menu.frame.color: rgb:10/20/30
+menu.frame.colorTo: rgb:70/80/90
+menu.frame.textColor: rgb:90/a0/b0
+menu.frame.justify: center
+
+menu.hilite: raised gradient diagonal
+menu.hilite.color: rgb:90/94/98
+menu.hilite.colorTo: rgb:20/24/28
+menu.hilite.textColor: white
+
+menu.bullet: empty
+menu.bullet.position: right
+
+
+window.title.focus: raised gradient vertical
+window.title.focus.color: rgb:80/84/88
+window.title.focus.colorTo: rgb:30/34/38
+window.title.unfocus: raised vertical gradient
+window.title.unfocus.color: rgb:50/54/58
+window.title.unfocus.colorTo: black
+
+window.label.focus: sunken diagonal gradient
+window.label.focus.color: rgb:10/20/30
+window.label.focus.colorTo: rgb:70/80/90
+window.label.focus.textColor: white
+window.label.unfocus: sunken gradient diagonal
+window.label.unfocus.color: black
+window.label.unfocus.colorTo: rgb:40/50/60
+window.label.unfocus.textColor: rgb:60/64/68
+
+window.button.focus: raised gradient diagonal
+window.button.focus.color: rgb:90/94/98
+window.button.focus.colorTo: rgb:20/24/28
+window.button.focus.picColor: white
+window.button.unfocus: raised gradient diagonal
+window.button.unfocus.color: rgb:50/54/58
+window.button.unfocus.colorTo: black
+window.button.unfocus.picColor: rgb:70/74/78
+window.button.pressed: sunken gradient diagonal
+window.button.pressed.color: rgb:20/40/50
+window.button.pressed.colorTo: rgb:60/70/80
+
+window.frame.focusColor: rgb:40/44/48
+window.frame.unfocusColor: rgb:20/24/28
+
+window.handle.focus: raised gradient diagonal
+window.handle.focus.color: rgb:70/74/78
+window.handle.focus.colorTo: rgb:40/44/48
+window.handle.unfocus: raised gradient diagonal
+window.handle.unfocus.color: rgb:50/54/58
+window.handle.unfocus.colorTo: black
+
+window.grip.focus: sunken diagonal gradient
+window.grip.focus.color: rgb:20/30/40
+window.grip.focus.colorTo: rgb:60/70/80
+window.grip.unfocus: sunken diagonal gradient
+window.grip.unfocus.color: black
+window.grip.unfocus.colorTo: rgb:30/40/50
+
+window.justify: center
+
+
+borderColor: black
+
+bevelWidth: 2
+borderWidth: 1
+handleWidth: 5
+
+rootCommand: bsetroot -mod 4 4 -bg rgb:10/18/20 -fg rgb:30/38/40
+
+*Font: -*-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-*
diff --git a/data/styles/bluebox b/data/styles/bluebox
new file mode 100644
index 00000000..30cf3473
--- /dev/null
+++ b/data/styles/bluebox
@@ -0,0 +1,155 @@
+! Miscellaneous settings...
+style.name: bluebox
+style.author: miklos
+style.date: Thu, Mar 21, 2002
+style.credits:
+style.comments:
+
+
+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.font: gelly
+toolbar.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
+toolbar.justify: Center
+
+
+! Menu settings...
+menu.frame: Flat Gradient Horizontal
+menu.frame.color: #2c333b
+menu.frame.colorTo: #6a7b8f
+menu.frame.textColor: #becad4
+!menu.frame.font: gelly
+menu.frame.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
+menu.frame.justify: Left
+
+menu.title: Raised Gradient Vertical
+menu.title.color: #414b57
+menu.title.colorTo: #67788b
+menu.title.textColor: #8998ab
+!menu.title.font: gelly
+menu.title.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
+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.font: gelly
+window.label.focus.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
+window.label.focus.justify: Center
+
+!window.font: gelly
+window.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
+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/data/styles/cthulhain b/data/styles/cthulhain
new file mode 100644
index 00000000..028662eb
--- /dev/null
+++ b/data/styles/cthulhain
@@ -0,0 +1,140 @@
+! 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-*-*-*-*-*
+ 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/data/styles/flux b/data/styles/flux
new file mode 100644
index 00000000..5bdca879
--- /dev/null
+++ b/data/styles/flux
@@ -0,0 +1,91 @@
+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
+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/54
+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 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.font: lucidasans-10
+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
+
+rootCommand: bsetroot -solid rgb:4/4/38
diff --git a/data/styles/frobozz b/data/styles/frobozz
new file mode 100644
index 00000000..e7e8f238
--- /dev/null
+++ b/data/styles/frobozz
@@ -0,0 +1,137 @@
+! frobozz for blackbox.
+! Automagically generated by bbconf.
+
+
+! Miscellaneous settings...
+style.name: Untitled
+style.author: Unnamed
+style.date: Wed Jan 23 2002
+style.credits:
+style.comments:
+
+
+rootCommand: bsetbg -solid "#484848"
+
+! Toolbar settings...
+toolbar.button: Flat Solid PipeCross
+toolbar.button.color: #484848
+toolbar.button.colorTo: #ffffff
+toolbar.button.picColor: #303030
+
+toolbar.button.pressed: Sunken Bevel1 Solid Diagonal
+toolbar.button.pressed.color: #484848
+toolbar.button.pressed.colorTo: #ffffff
+
+toolbar.label: parentrelative
+toolbar.label.color: #ffffff
+toolbar.label.colorTo: #ffffff
+toolbar.label.textColor: #bcc3ce
+
+toolbar.windowLabel: Sunken Bevel1 Solid Pyramid
+toolbar.windowLabel.color: #263340
+toolbar.windowLabel.colorTo: #ffffff
+toolbar.windowLabel.textColor: #d7e0ee
+
+toolbar.clock: parentrelative
+toolbar.clock.color: #ffffff
+toolbar.clock.colorTo: #ffffff
+toolbar.clock.textColor: #bcc3ce
+
+toolbar: Raised Bevel1 Solid Horizontal
+toolbar.color: #484848
+toolbar.colorTo: #ffffff
+toolbar.textColor: #ffffff
+!toolbar.font: lime
+toolbar.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+toolbar.justify: Center
+
+
+! Menu settings...
+menu.frame: Raised Bevel1 Solid Elliptic
+menu.frame.color: #484848
+menu.frame.colorTo: #ffffff
+menu.frame.textColor: #bcc3ce
+!menu.frame.font: lime
+menu.frame.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+menu.frame.justify: Right
+
+menu.title: Raised Bevel1 Solid PipeCross
+menu.title.color: #263340
+menu.title.colorTo: #ffffff
+menu.title.textColor: #d7e0ee
+!menu.title.font: lime
+menu.title.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+menu.title.justify: Center
+
+menu.hilite: Sunken Bevel1 Solid CrossDiagonal
+menu.hilite.color: #263340
+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 Solid PipeCross
+window.button.focus.color: #484848
+window.button.focus.colorTo: #ffffff
+window.button.focus.picColor: #303030
+
+window.button.unfocus: Flat Solid Pyramid
+window.button.unfocus.color: #484848
+window.button.unfocus.colorTo: #ffffff
+window.button.unfocus.picColor: #404040
+
+window.grip.focus: Raised Bevel1 Solid PipeCross
+window.grip.focus.color: #485561
+window.grip.focus.colorTo: #ffffff
+
+window.grip.unfocus: Sunken Bevel1 Solid Pyramid
+window.grip.unfocus.color: #484848
+window.grip.unfocus.colorTo: #ffffff
+
+window.handle.focus: Raised Bevel1 Solid Pyramid
+window.handle.focus.color: #485561
+window.handle.focus.colorTo: #ffffff
+
+window.handle.unfocus: Raised Bevel1 Solid Pyramid
+window.handle.unfocus.color: #484848
+window.handle.unfocus.colorTo: #ffffff
+
+window.label.focus: Sunken Bevel1 Solid Pyramid
+window.label.focus.color: #263340
+window.label.focus.colorTo: #ffffff
+window.label.focus.textColor: #d7e0ee
+!window.label.focus.font: lime
+window.label.focus.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+window.label.focus.justify: Left
+
+!window.font: lime
+window.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+window.justify: Left
+window.label.unfocus: parentrelative
+window.label.unfocus.color: #ffffff
+window.label.unfocus.colorTo: #ffffff
+window.label.unfocus.textColor: #909090
+
+window.title.focus: Raised Bevel1 Solid Diagonal
+window.title.focus.color: #484848
+window.title.focus.colorTo: #ffffff
+
+window.title.unfocus: Raised Bevel1 Solid Diagonal
+window.title.unfocus.color: #484848
+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/data/styles/frobust b/data/styles/frobust
new file mode 100644
index 00000000..46a3ae1f
--- /dev/null
+++ b/data/styles/frobust
@@ -0,0 +1,152 @@
+
+style.name: frobust
+style.author: miklos
+style.date: Tue, 03.05.02
+style.credits:
+style.comments: frobust!
+
+
+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.font: creep
+toolbar.font: -Adobe-Helvetica-Medium-R-Normal--10-100-75-75-P-56-ISO8859-2
+toolbar.justify: Center
+
+
+! Menu settings...
+menu.frame: Raised Solid
+menu.frame.color: #4c4c4c
+menu.frame.textColor: #d7e0ee
+!menu.frame.font: creep
+menu.frame.font: -Adobe-Helvetica-Medium-R-Normal--10-100-75-75-P-56-ISO8859-2
+menu.frame.justify: Right
+
+menu.title: Raised Bevel1 Solid PipeCross
+menu.title.color: #8d929a
+menu.title.colorTo: #73787e
+menu.title.textColor: #000000
+!menu.title.font: creep
+menu.title.font: -Adobe-Helvetica-Medium-R-Normal--10-100-75-75-P-56-ISO8859-2
+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.font: creep
+window.font: -Adobe-Helvetica-Medium-R-Normal--10-100-75-75-P-56-ISO8859-2
+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/data/styles/nyz b/data/styles/nyz
new file mode 100644
index 00000000..97794409
--- /dev/null
+++ b/data/styles/nyz
@@ -0,0 +1,103 @@
+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
+
+rootCommand: bsetroot -solid grey20
diff --git a/data/styles/nyzclone b/data/styles/nyzclone
new file mode 100644
index 00000000..e590c503
--- /dev/null
+++ b/data/styles/nyzclone
@@ -0,0 +1,136 @@
+! 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.\
+ \
+
+
+
+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.font: lime
+toolbar.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+toolbar.justify: Center
+
+
+! Menu settings...
+menu.frame: Raised Bevel1 Solid
+menu.frame.color: #c8c8c8
+menu.frame.textColor: #000000
+!menu.frame.font: lime
+menu.frame.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+menu.frame.justify: Center
+
+menu.title: Raised Bevel1 Solid
+menu.title.color: #506c90
+menu.title.textColor: #ffffff
+!menu.title.font: lime
+menu.title.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+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.font: lime
+window.label.focus.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+window.label.focus.justify: Center
+
+!window.font: lime
+window.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+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/data/styles/operation b/data/styles/operation
new file mode 100644
index 00000000..03d16ec6
--- /dev/null
+++ b/data/styles/operation
@@ -0,0 +1,91 @@
+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
+
+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/data/styles/outcomes b/data/styles/outcomes
new file mode 100644
index 00000000..94838148
--- /dev/null
+++ b/data/styles/outcomes
@@ -0,0 +1,114 @@
+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
+toolbar.font: lucidasans-bold-10
+
+menu.title: raised diagonal interlaced gradient bevel1
+menu.title.color: grey20
+menu.title.colorTo: rgb:7/8/8
+menu.title.textColor: grey85
+menu.title.font: lucidasans-bold-10
+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.font: lucidasans-10
+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.font: lucidasans-bold-10
+window.justify: center
+
+! 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/data/styles/shade b/data/styles/shade
new file mode 100644
index 00000000..36e39f56
--- /dev/null
+++ b/data/styles/shade
@@ -0,0 +1,91 @@
+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
+
+rootCommand: bsetroot -solid rgb:4/4/4
diff --git a/data/styles/steelblue b/data/styles/steelblue
new file mode 100644
index 00000000..21912e38
--- /dev/null
+++ b/data/styles/steelblue
@@ -0,0 +1,134 @@
+! 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-*-*-*-*-*-*
+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/data/styles/steelblue2 b/data/styles/steelblue2
new file mode 100644
index 00000000..14a48142
--- /dev/null
+++ b/data/styles/steelblue2
@@ -0,0 +1,133 @@
+style.name: steelblue2
+style.author: miklos
+style.date: Feb 28, 2002
+style.credits:
+style.comments: The return of \
+ steelblue
+
+
+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.font: lime
+toolbar.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+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.font: lime
+menu.frame.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+menu.frame.justify: Right
+
+menu.title: Raised Bevel1 Gradient Diagonal
+menu.title.color: #6e7b8b
+menu.title.colorTo: #555f6b
+menu.title.textColor: #d7e0ee
+!menu.title.font: lime
+menu.title.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+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.font: lime
+window.label.focus.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+window.label.focus.justify: Left
+
+!window.font: lime
+window.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
+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/data/styles/the_orange b/data/styles/the_orange
new file mode 100644
index 00000000..109551ed
--- /dev/null
+++ b/data/styles/the_orange
@@ -0,0 +1,98 @@
+! Title: the_orange
+! By: thread
+! Email: thread@threadbox.net
+! Website: http://www.threadbox.net/
+! Comment: AAAAHAHAHAHAHAHHAHAHHAHAAHAHHH!!#%#!$
+
+
+toolbar.button: parentrelative
+toolbar.button.pressed: flat horizontal gradient
+toolbar.button.pressed.color: #636363
+toolbar.button.pressed.colorTo: #898989
+toolbar.label: parentrelative
+toolbar.label.textColor: #000000
+toolbar.windowLabel: parentrelative
+toolbar.windowLabel.textColor: #000000
+toolbar.clock: parentrelative
+toolbar.clock.textColor: #000000
+toolbar: Flat Gradient Vertical
+toolbar.color: #898989
+toolbar.colorTo: #6d6d6d
+toolbar.textColor: #000000
+toolbar.justify: Center
+
+
+menu.title: flat gradient diagonal
+ menu.title.color: #d6753d
+ menu.title.colorTo: #8b3d10
+ menu.title.textColor: black
+
+menu.frame: flat gradient diagonal
+ menu.frame.color: #898989
+ menu.frame.colorTo: #6d6d6d
+ menu.frame.textColor: black
+
+menu.hilite: flat gradient diagonal
+ menu.hilite.color: #8b3d10
+ menu.hilite.colorTo: #d6753d
+ menu.hilite.textColor: #000000
+
+menu.bullet: empty
+ menu.bullet.position: left
+
+
+
+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.label.focus: parentrelative
+ window.label.focus.textColor: black
+window.label.unfocus: parentrelative
+ window.label.unfocus.textColor: black
+
+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: #8b3d10
+ window.button.pressed.colorTo: #d6753d
+
+window.handle.focus: flat gradient vertical
+ window.handle.focus.color: #606060
+ window.handle.focus.colorTo: #303030
+window.handle.unfocus: flat gradient vertical
+ window.handle.unfocus.color: #505050
+ window.handle.unfocus.colorTo: #202020
+
+window.grip.focus: flat gradient vertical
+ window.grip.focus.color: #d6753d
+ window.grip.focus.colorTo: #8b3d10
+window.grip.unfocus: flat gradient vertical
+ window.grip.unfocus.color: #898989
+ window.grip.unfocus.colorTo: #6d6d6d
+
+
+borderColor: black
+
+frameWidth: 0
+bevelWidth: 1
+borderWidth: 1
+handleWidth: 4
+
+*justify: center
+
+
+
+rootCommand: bsetroot -solid rgb:40/40/40
+!more readable, doesn't as well
+!*Font: mints-mild
+
+!less readable, fits more
+!*Font: mints-strong
+
+*Font: -b&h-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-*
diff --git a/data/styles/trisb b/data/styles/trisb
new file mode 100644
index 00000000..c054f4b2
--- /dev/null
+++ b/data/styles/trisb
@@ -0,0 +1,153 @@
+style.name: trisb
+style.author: miklos
+style.date: March 25, 2002
+style.credits:
+style.comments:
+
+
+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.font: mints-strong
+toolbar.font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
+toolbar.justify: Center
+
+
+! Menu settings...
+menu.frame: Flat Gradient CrossDiagonal
+menu.frame.color: #d5d5d5
+menu.frame.colorTo: #b4b4b4
+menu.frame.textColor: #343434
+!menu.frame.font: mints-strong
+menu.frame.font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
+menu.frame.justify: Right
+
+menu.title: Flat Gradient Vertical
+menu.title.color: #8e8e8e
+menu.title.colorTo: #5f5f5f
+menu.title.textColor: #c8c8c8
+!menu.title.font: mints-strong
+menu.title.font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
+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.font: mints-strong
+window.label.focus.font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
+window.label.focus.justify: Center
+
+!window.font: mints-strong
+window.font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
+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/data/styles/twice b/data/styles/twice
new file mode 100644
index 00000000..bbc58be9
--- /dev/null
+++ b/data/styles/twice
@@ -0,0 +1,103 @@
+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
+toolbar.font: lucidasans-10
+
+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.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/2/2
+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: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.font: lucidasans-10
+window.justify: right
+
+borderColor: grey10
+
+bevelWidth: 1
+borderWidth: 2
+handleWidth: 4
+
+*textColor: grey85
+*Font: lucidasans-10
+
+rootCommand: bsetroot -solid grey20