commit ec5b052faba6af90f478eb773d9ea7384e31db52
parent 27f5d46e190cd515dbe958ac61ec8f1eb6dabf4e
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Wed, 15 Oct 2014 19:28:38 -0700
OpenBox: Add Nightmare theme
Diffstat:
7 files changed, 132 insertions(+), 0 deletions(-)
diff --git a/themes/Nightmare/openbox-3/bullet.xbm b/themes/Nightmare/openbox-3/bullet.xbm
@@ -0,0 +1,4 @@
+#define bullet_width 5
+#define bullet_height 5
+static unsigned char bullet_bits[] = {
+ 0x02, 0x06, 0x0e, 0x06, 0x02 };
diff --git a/themes/Nightmare/openbox-3/close.xbm b/themes/Nightmare/openbox-3/close.xbm
@@ -0,0 +1,4 @@
+#define close_width 5
+#define close_height 5
+static unsigned char close_bits[] = {
+ 0x11, 0x0a, 0x04, 0x0a, 0x11 };
diff --git a/themes/Nightmare/openbox-3/iconify.xbm b/themes/Nightmare/openbox-3/iconify.xbm
@@ -0,0 +1,4 @@
+#define iconify_width 5
+#define iconify_height 5
+static unsigned char iconify_bits[] = {
+ 0x10, 0x08, 0x04, 0x02, 0x01 };
diff --git a/themes/Nightmare/openbox-3/max.xbm b/themes/Nightmare/openbox-3/max.xbm
@@ -0,0 +1,4 @@
+#define max_width 5
+#define max_height 5
+static unsigned char max_bits[] = {
+ 0x0e, 0x11, 0x11, 0x11, 0x0e };
diff --git a/themes/Nightmare/openbox-3/shade.xbm b/themes/Nightmare/openbox-3/shade.xbm
@@ -0,0 +1,4 @@
+#define shade_width 5
+#define shade_height 5
+static unsigned char shade_bits[] = {
+ 0x04, 0x0a, 0x11, 0x04, 0x0a };
diff --git a/themes/Nightmare/openbox-3/shade_toggled.xbm b/themes/Nightmare/openbox-3/shade_toggled.xbm
@@ -0,0 +1,4 @@
+#define shade_toggled_width 5
+#define shade_toggled_height 5
+static unsigned char shade_toggled_bits[] = {
+ 0x0a, 0x04, 0x11, 0x0a, 0x04 };
diff --git a/themes/Nightmare/openbox-3/themerc b/themes/Nightmare/openbox-3/themerc
@@ -0,0 +1,108 @@
+#============================================================
+#
+#
+# _ _ _ _ _
+# | \ | (_) | | | |
+# | \| |_ __ _| |__ | |_ _ __ ___ __ _ _ __ ___
+# | . ` | |/ _` | '_ \| __| '_ ` _ \ / _` | '__/ _ \
+# | |\ | | (_| | | | | |_| | | | | | (_| | | | __/
+# \_| \_/_|\__, |_| |_|\__|_| |_| |_|\__,_|_| \___|
+# __/ |
+# |___/
+#
+#
+# "Nightmare" for openbox by Maxim. Date June 01, 2014.
+# Inspired by "Nightmare" for pekwm by Gilbert Flores.
+#============================================================
+
+#======================================
+# Menu Settings
+#======================================
+
+menu.title.bg: raised solid
+menu.title.bg.color: #181818
+menu.title.text.color: #ffffff
+
+menu.separator.color: #242424
+
+menu.items.bg: raised solid
+menu.items.bg.color: #181818
+menu.items.text.color: #ffffff
+menu.items.disabled.text.color: #707070
+
+menu.items.active.bg: flat border horizontal gradient
+menu.items.active.bg.color: #7f1e31
+menu.items.active.bg.colorTo: #7f1e31
+menu.items.active.bg.border.color: #c3314f
+menu.items.active.text.color: #ffffff
+
+#======================================
+# Focused Window Settings
+#======================================
+
+window.active.title.bg: raised solid
+window.active.title.bg.color: #181818
+
+window.active.handle.bg: raised solid
+window.active.handle.bg.color: #181818
+
+window.active.grip.bg: parentrelative
+
+window.active.label.bg: parentrelative
+window.active.label.text.color: #ffffff
+
+window.*.button.*.bg: parentrelative
+window.active.button.*.image.color: #ffffff
+window.active.button.*.pressed.image.color: #000000
+window.active.button.disabled.image.color: #ffffff
+
+#======================================
+# Unfocused Window Settings
+#======================================
+
+window.inactive.title.bg: raised solid
+window.inactive.title.bg.color: #181818
+
+window.inactive.handle.bg: raised solid
+window.inactive.handle.bg.color: #181818
+
+window.inactive.grip.bg: parentrelative
+
+window.inactive.label.bg: parentrelative
+window.inactive.label.text.color: #181818
+
+window.inactive.button.*.image.color: #ffffff
+
+#======================================
+# Global Width Settings
+#======================================
+
+padding.width: 1
+padding.height: 1
+border.width: 1
+window.handle.width: 3
+window.client.padding.width: 0
+menu.overlap.x: -5
+
+#======================================
+# Miscellaneous Settings
+#======================================
+
+border.color: #000000
+menu.border.color: #000000
+
+#======================================
+# Osd
+#======================================
+
+osd.hilight.bg: flat border horizontal gradient
+osd.hilight.bg.color: #7f1e31
+osd.hilight.bg.colorTo: #7f1e31
+osd.hilight.bg.border.color: #c3314f
+
+#======================================
+# Title Justification
+#======================================
+
+menu.title.text.justify: center
+window.label.text.justify: center