summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/openbox/Makefile.am5
-rw-r--r--themes/openbox/ebox112
-rw-r--r--themes/openbox/ebox_buttons/bulletbc.xbm5
-rw-r--r--themes/openbox/ebox_buttons/bulletl.xbm5
-rw-r--r--themes/openbox/ebox_buttons/bulletr.xbm5
-rw-r--r--themes/openbox/ebox_buttons/close.xbm5
-rw-r--r--themes/openbox/ebox_buttons/icon.xbm5
-rw-r--r--themes/openbox/ebox_buttons/max.xbm5
8 files changed, 146 insertions, 1 deletions
diff --git a/themes/openbox/Makefile.am b/themes/openbox/Makefile.am
index da06a8f0..ea1f8acd 100644
--- a/themes/openbox/Makefile.am
+++ b/themes/openbox/Makefile.am
@@ -1,12 +1,15 @@
themedir=$(datadir)/openbox/themes/openbox
+eboxbuttondir=$(themedir)/ebox_buttons
fieronbuttondir=$(themedir)/fieron_buttons
fieron2buttondir=$(themedir)/fieron2_buttons
theme_DATA = artwiz bbs bluebox cthulhain deep fieron fieron2 flux frobozz \
frobust mbdtex miklos nyz nyzclone ob20 operation outcomes paper \
purplehaaze shade steelblue steelblue2 the_orange trisb twice \
- warp-xp
+ warp-xp ebox
+eboxbutton_DATA = ebox_buttons/max.xbm ebox_buttons/icon.xbm \
+ ebox_buttons/close.xbm
fieronbutton_DATA = fieron_buttons/max.xbm fieron_buttons/stick.xbm \
fieron_buttons/close.xbm fieron_buttons/icon.xbm
fieron2button_DATA = fieron2_buttons/max.xbm fieron2_buttons/stick.xbm \
diff --git a/themes/openbox/ebox b/themes/openbox/ebox
new file mode 100644
index 00000000..ac2d3e68
--- /dev/null
+++ b/themes/openbox/ebox
@@ -0,0 +1,112 @@
+! 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/openbox/ebox_buttons/bulletbc.xbm b/themes/openbox/ebox_buttons/bulletbc.xbm
new file mode 100644
index 00000000..f74daa69
--- /dev/null
+++ b/themes/openbox/ebox_buttons/bulletbc.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define bulletbc_width 8
+#define bulletbc_height 8
+static unsigned char bulletbc_bits[] = {
+ 0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 };
diff --git a/themes/openbox/ebox_buttons/bulletl.xbm b/themes/openbox/ebox_buttons/bulletl.xbm
new file mode 100644
index 00000000..b136694e
--- /dev/null
+++ b/themes/openbox/ebox_buttons/bulletl.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define bulletl_width 8
+#define bulletl_height 8
+static unsigned char bulletl_bits[] = {
+ 0x00, 0x20, 0x70, 0x38, 0x3c, 0x38, 0x70, 0x20 };
diff --git a/themes/openbox/ebox_buttons/bulletr.xbm b/themes/openbox/ebox_buttons/bulletr.xbm
new file mode 100644
index 00000000..5b2d6fd3
--- /dev/null
+++ b/themes/openbox/ebox_buttons/bulletr.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define bulletr_width 8
+#define bulletr_height 8
+static unsigned char bulletr_bits[] = {
+ 0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 };
diff --git a/themes/openbox/ebox_buttons/close.xbm b/themes/openbox/ebox_buttons/close.xbm
new file mode 100644
index 00000000..a97c5334
--- /dev/null
+++ b/themes/openbox/ebox_buttons/close.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define close_width 8
+#define close_height 8
+static unsigned char close_bits[] = {
+ 0x42, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0x42 };
diff --git a/themes/openbox/ebox_buttons/icon.xbm b/themes/openbox/ebox_buttons/icon.xbm
new file mode 100644
index 00000000..38d8f73a
--- /dev/null
+++ b/themes/openbox/ebox_buttons/icon.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define icon_width 7
+#define icon_height 7
+static unsigned char icon_bits[] = {
+ 0x0c, 0x0c, 0x0c, 0x7c, 0x7c, 0x03, 0x03 };
diff --git a/themes/openbox/ebox_buttons/max.xbm b/themes/openbox/ebox_buttons/max.xbm
new file mode 100644
index 00000000..f143a223
--- /dev/null
+++ b/themes/openbox/ebox_buttons/max.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define max_width 7
+#define max_height 7
+static unsigned char max_bits[] = {
+ 0x7f, 0x7f, 0x60, 0x60, 0x60, 0x63, 0x63 };