commit afec4c89191be299f1da6839191f9d98148aa499
parent ec5b052faba6af90f478eb773d9ea7384e31db52
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Thu, 16 Oct 2014 19:41:37 -0700
OpenBox: Add SimpliX theme
Diffstat:
7 files changed, 127 insertions(+), 0 deletions(-)
diff --git a/themes/simpliX/openbox-3/bullet.xbm b/themes/simpliX/openbox-3/bullet.xbm
@@ -0,0 +1,4 @@
+#define bullet_width 7
+#define bullet_height 7
+static unsigned char bullet_bits[] = {
+ 0x00, 0x04, 0x0c, 0x1c, 0x0c, 0x04, 0x00 };
diff --git a/themes/simpliX/openbox-3/close.xbm b/themes/simpliX/openbox-3/close.xbm
@@ -0,0 +1,4 @@
+#define close_width 7
+#define close_height 7
+static unsigned char close_bits[] = {
+ 0x00, 0x22, 0x14, 0x08, 0x14, 0x22, 0x00 };
diff --git a/themes/simpliX/openbox-3/desk.xbm b/themes/simpliX/openbox-3/desk.xbm
@@ -0,0 +1,4 @@
+#define desk_width 7
+#define desk_height 7
+static unsigned char desk_bits[] = {
+ 0x00, 0x1c, 0x1c, 0x3e, 0x08, 0x08, 0x00 };
diff --git a/themes/simpliX/openbox-3/iconify.xbm b/themes/simpliX/openbox-3/iconify.xbm
@@ -0,0 +1,4 @@
+#define iconify_width 7
+#define iconify_height 7
+static unsigned char iconify_bits[] = {
+ 0x00, 0x00, 0x22, 0x14, 0x08, 0x00, 0x00 };
diff --git a/themes/simpliX/openbox-3/max.xbm b/themes/simpliX/openbox-3/max.xbm
@@ -0,0 +1,4 @@
+#define max_width 7
+#define max_height 7
+static unsigned char max_bits[] = {
+ 0x00, 0x00, 0x08, 0x14, 0x22, 0x00, 0x00 };
diff --git a/themes/simpliX/openbox-3/shade.xbm b/themes/simpliX/openbox-3/shade.xbm
@@ -0,0 +1,4 @@
+#define shade_width 7
+#define shade_height 7
+static unsigned char shade_bits[] = {
+ 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00 };
diff --git a/themes/simpliX/openbox-3/themerc b/themes/simpliX/openbox-3/themerc
@@ -0,0 +1,103 @@
+# Name: simpliX
+# Author: sxsixfive <sixsixfive.deviantart.com>
+
+# Menu settings
+menu.title.bg: Flat Solid
+menu.title.bg.color: #292929
+menu.title.text.color: #ffffff
+menu.title.text.justify: Right
+
+menu.items.bg: Flat Solid
+menu.items.bg.color: #fafafa
+menu.items.text.color: #555555
+menu.items.disabled.text.color: #dadada
+
+menu.items.active.bg: Flat Vertical
+menu.items.active.bg.color: #292929
+menu.items.active.text.color: #ffffff
+menu.separator.color: #fafafa
+
+# Window settings (focused)
+window.active.title.bg: Flat Solid
+window.active.title.bg.color: #292929
+
+window.active.label.bg: Parentrelative
+window.active.label.text.color: #ffffff
+
+window.active.handle.bg: Flat Solid
+window.active.handle.bg.color: #292929
+
+window.active.grip.bg: Flat Solid
+window.active.grip.bg.color: #292929
+
+window.active.button.unpressed.bg: Flat Solid
+window.active.button.unpressed.bg.color: #292929
+window.active.button.unpressed.image.color: #ffffff
+
+window.active.button.pressed.bg: Flat Solid
+window.active.button.pressed.bg.color: #292929
+window.active.button.pressed.image.color: #e07713
+
+window.active.button.disabled.bg: Flat Solid
+window.active.button.disabled.bg.color: #292929
+window.active.button.disabled.image.color: #888888
+
+window.active.button.hover.bg: Flat Vertical
+window.active.button.hover.bg.color: #292929
+window.active.button.hover.image.color: #6c9eab
+
+window.active.button.toggled.bg: Flat Solid
+window.active.button.toggled.bg.color: #292929
+window.active.button.toggled.image.color: #e07713
+
+window.active.border.color: #dadada
+window.active.title.separator.color: #292929
+
+# Window settings (unfocused)
+window.inactive.title.bg: Flat Solid
+window.inactive.title.bg.color: #292929
+
+window.inactive.label.bg: Parentrelative
+window.inactive.label.text.color: #888888
+
+window.inactive.handle.bg: Flat Solid
+window.inactive.handle.bg.color: #292929
+
+window.inactive.grip.bg: Flat Solid
+window.inactive.grip.bg.color: #292929
+
+window.inactive.button.unpressed.bg: Flat Vertical
+window.inactive.button.unpressed.bg.color: #292929
+window.inactive.button.unpressed.image.color: #888888
+
+window.inactive.button.pressed.bg: Flat Vertical
+window.inactive.button.pressed.bg.color: #292929
+window.inactive.button.pressed.image.color: #e07713
+
+window.inactive.button.disabled.bg: Flat Vertical
+window.inactive.button.disabled.bg.color: #292929
+window.inactive.button.disabled.image.color: #888888
+
+window.inactive.button.hover.bg: Flat Vertical
+window.inactive.button.hover.bg.color: #292929
+window.inactive.button.hover.image.color: #6c9eab
+
+window.inactive.button.toggled.bg: Flat Vertical
+window.inactive.button.toggled.bg.color: #292929
+window.inactive.button.toggled.image.color: #e07713
+
+window.inactive.border.color: #dadada
+window.inactive.title.separator.color: #292929
+
+### Everything else
+border.width: 1
+padding.width: 1
+window.handle.width: 0
+window.client.padding.width: 0
+window.label.text.justify: Right
+menu.overlap: 0
+
+### Fonts
+window.active.label.text.font:shadow=n:shadowtint=0:shadowoffset=0
+window.inactive.label.text.font:shadow=n:shadowtint=0:shadowoffset=0
+menu.title.text.font:shadow=n:shadowtint=0