summaryrefslogtreecommitdiff
path: root/themes/syscrash
diff options
context:
space:
mode:
Diffstat (limited to 'themes/syscrash')
-rw-r--r--themes/syscrash/openbox-3/bullet.xbm4
-rw-r--r--themes/syscrash/openbox-3/close.xbm4
-rw-r--r--themes/syscrash/openbox-3/close_disabled.xbm4
-rw-r--r--themes/syscrash/openbox-3/desk.xbm4
-rw-r--r--themes/syscrash/openbox-3/desk_toggled.xbm4
-rw-r--r--themes/syscrash/openbox-3/iconify.xbm4
-rw-r--r--themes/syscrash/openbox-3/max.xbm4
-rw-r--r--themes/syscrash/openbox-3/max_disabled.xbm4
-rw-r--r--themes/syscrash/openbox-3/max_pressed.xbm4
-rw-r--r--themes/syscrash/openbox-3/max_toggled.xbm4
-rw-r--r--themes/syscrash/openbox-3/shade.xbm4
-rw-r--r--themes/syscrash/openbox-3/themerc107
12 files changed, 151 insertions, 0 deletions
diff --git a/themes/syscrash/openbox-3/bullet.xbm b/themes/syscrash/openbox-3/bullet.xbm
new file mode 100644
index 00000000..88481ec8
--- /dev/null
+++ b/themes/syscrash/openbox-3/bullet.xbm
@@ -0,0 +1,4 @@
+#define bullet_width 4
+#define bullet_height 7
+static unsigned char bullet_bits[] = {
+ 0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };
diff --git a/themes/syscrash/openbox-3/close.xbm b/themes/syscrash/openbox-3/close.xbm
new file mode 100644
index 00000000..4a88cff6
--- /dev/null
+++ b/themes/syscrash/openbox-3/close.xbm
@@ -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/syscrash/openbox-3/close_disabled.xbm b/themes/syscrash/openbox-3/close_disabled.xbm
new file mode 100644
index 00000000..082582b9
--- /dev/null
+++ b/themes/syscrash/openbox-3/close_disabled.xbm
@@ -0,0 +1,4 @@
+#define close_width 5
+#define close_height 5
+static unsigned char close_bits[] = {
+ 0x1b, 0x1f, 0x0e, 0x1f, 0x1b };
diff --git a/themes/syscrash/openbox-3/desk.xbm b/themes/syscrash/openbox-3/desk.xbm
new file mode 100644
index 00000000..3e327e36
--- /dev/null
+++ b/themes/syscrash/openbox-3/desk.xbm
@@ -0,0 +1,4 @@
+#define desk_width 6
+#define desk_height 6
+static unsigned char desk_bits[] = {
+ 0x33, 0x33, 0x00, 0x00, 0x33, 0x33 };
diff --git a/themes/syscrash/openbox-3/desk_toggled.xbm b/themes/syscrash/openbox-3/desk_toggled.xbm
new file mode 100644
index 00000000..d7e045ee
--- /dev/null
+++ b/themes/syscrash/openbox-3/desk_toggled.xbm
@@ -0,0 +1,4 @@
+#define desk_toggle_width 6
+#define desk_toggle_height 6
+static unsigned char desk_toggle_bits[] = {
+ 0x00, 0x1e, 0x1a, 0x16, 0x1e, 0x00 };
diff --git a/themes/syscrash/openbox-3/iconify.xbm b/themes/syscrash/openbox-3/iconify.xbm
new file mode 100644
index 00000000..23048669
--- /dev/null
+++ b/themes/syscrash/openbox-3/iconify.xbm
@@ -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/syscrash/openbox-3/max.xbm b/themes/syscrash/openbox-3/max.xbm
new file mode 100644
index 00000000..44c7cefc
--- /dev/null
+++ b/themes/syscrash/openbox-3/max.xbm
@@ -0,0 +1,4 @@
+#define max_width 6
+#define max_height 6
+static unsigned char max_bits[] = {
+ 0x3e, 0x22, 0x2f, 0x29, 0x39, 0x0f };
diff --git a/themes/syscrash/openbox-3/max_disabled.xbm b/themes/syscrash/openbox-3/max_disabled.xbm
new file mode 100644
index 00000000..6d030af4
--- /dev/null
+++ b/themes/syscrash/openbox-3/max_disabled.xbm
@@ -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/syscrash/openbox-3/max_pressed.xbm b/themes/syscrash/openbox-3/max_pressed.xbm
new file mode 100644
index 00000000..dd8e57e3
--- /dev/null
+++ b/themes/syscrash/openbox-3/max_pressed.xbm
@@ -0,0 +1,4 @@
+#define max_width 5
+#define max_height 5
+static unsigned char max_bits[] = {
+ 0x1f, 0x1f, 0x11, 0x11, 0x1f };
diff --git a/themes/syscrash/openbox-3/max_toggled.xbm b/themes/syscrash/openbox-3/max_toggled.xbm
new file mode 100644
index 00000000..020f779d
--- /dev/null
+++ b/themes/syscrash/openbox-3/max_toggled.xbm
@@ -0,0 +1,4 @@
+#define max_toggled_width 6
+#define max_toggled_height 6
+static unsigned char max_toggled_bits[] = {
+ 0x3c, 0x27, 0x25, 0x3d, 0x11, 0x1f };
diff --git a/themes/syscrash/openbox-3/shade.xbm b/themes/syscrash/openbox-3/shade.xbm
new file mode 100644
index 00000000..7d65a3c0
--- /dev/null
+++ b/themes/syscrash/openbox-3/shade.xbm
@@ -0,0 +1,4 @@
+#define shade_width 7
+#define shade_height 7
+static unsigned char shade_bits[] = {
+ 0x7f, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00 };
diff --git a/themes/syscrash/openbox-3/themerc b/themes/syscrash/openbox-3/themerc
new file mode 100644
index 00000000..b1faa671
--- /dev/null
+++ b/themes/syscrash/openbox-3/themerc
@@ -0,0 +1,107 @@
+!! syscrash's theme, based off nightm4re's flax or something
+
+!!---------------------------------------------------------------------------
+!! Dimensions
+
+border.width: 1
+border.color: #22221c
+
+padding.width: 2
+window.handle.width: 3
+window.client.padding.width: 0
+
+menu.overlap: 0
+
+!!---------------------------------------------------------------------------
+!! Fonts
+
+*.font: sans:pixelsize=11
+window.label.text.justify: left
+
+menu.title.text.justify: left
+
+
+!!---------------------------------------------------------------------------
+!! Menu Settings
+
+menu.title.bg: flat gradient vertical
+menu.title.bg.color: #4c4c4c
+menu.title.bg.colorTo: #707070
+menu.title.text.color: white
+
+menu.items.bg: flat solid
+menu.items.bg.color: #e6e6e0
+menu.items.text.color: #22221c
+
+menu.items.active.bg: flat solid
+menu.items.active.bg.color: #4c4c4c
+menu.items.active.text.color: #ffffff
+
+menu.items.disabled.text.color: #444438
+
+!!---------------------------------------------------------------------------
+!! Window Settings
+
+window.active.padding.width: 10
+window.active.title.bg: flat solid
+window.active.title.bg.color: #9b9b9b
+
+window.active.label.bg: flat gradient vertical border
+window.active.label.bg.color: #4c4c4c
+window.active.label.bg.colorTo: #707070
+window.active.label.text.color: white
+
+window.active.handle.bg: flat solid
+window.active.handle.bg.color: #9b9b9b
+
+window.active.grip.bg: flat solid
+window.active.grip.bg.color: #4c4c4c
+window.active.grip.bg.colorTo: #707070
+window.inactive.title.bg: flat solid
+window.inactive.title.bg.color: #9b9b9b
+
+window.inactive.label.bg: parentrelative
+window.inactive.label.text.color: #4c4c4c
+
+window.inactive.handle.bg: flat solid
+window.inactive.handle.bg.color: #e6e6e0
+
+window.inactive.grip.bg: flat solid
+window.inactive.grip.bg.color: #e6e6e0
+
+!!---------------------------------------------------------------------------
+!! Button Settings
+
+window.active.button.unpressed.bg: flat gradient vertical border
+window.active.button.unpressed.bg.color: #515151
+window.active.button.unpressed.bg.colorTo: #676767
+window.active.button.unpressed.image.color: white
+
+window.active.button.pressed.bg: flat gradient crossdiagonal border
+window.active.button.pressed.bg.color: #d3deda
+window.active.button.pressed.bg.colorTo: #9fbfc1
+
+window.active.button.hover.bg: flat solid border
+window.active.button.hover.bg.color: #e6e6e0
+
+window.active.button.disabled.bg: parentrelative
+window.active.button.disabled.image.color: #9fbfc1
+
+!! without this it looks right
+!!window.active.button.toggled.bg: flat solid
+!!window.active.button.toggled.bg.color: #9fbfc1
+
+window.inactive.button.unpressed.bg: parentrelative
+window.inactive.button.unpressed.image.color: #4c4c4c
+
+window.inactive.button.hover.bg: flat solid border
+window.inactive.button.hover.bg.color: #e6e6e0
+window.inactive.button.pressed.bg: flat gradient crossdiagonal border
+window.inactive.button.pressed.bg.color: #d3deda
+window.inactive.button.pressed.bg.colorTo: #9fbfc1
+
+window.inactive.button.disabled.bg: flat solid
+window.inactive.button.disabled.bg.image.color: #444438
+
+!! window.inactive.button.toggled.bg: flat solid
+!! window.inactive.button.toggled.bg.color: #444438