summaryrefslogtreecommitdiff
path: root/themes/Natura
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-08-18 19:26:08 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-08-18 19:26:08 +0000
commitc10b4e6b3f1b76efc3e29f7a03d782916822a159 (patch)
treedc1facb15daf6a930b919899ddc9af6f14bc844d /themes/Natura
parenta74a458b696e5dfbeaa3987e33d3a2cdae66536b (diff)
add new themes
Diffstat (limited to 'themes/Natura')
-rw-r--r--themes/Natura/openbox-3/close.xbm4
-rw-r--r--themes/Natura/openbox-3/close_hover.xbm5
-rw-r--r--themes/Natura/openbox-3/desk.xbm4
-rw-r--r--themes/Natura/openbox-3/desk_toggled.xbm4
-rw-r--r--themes/Natura/openbox-3/iconify.xbm4
-rw-r--r--themes/Natura/openbox-3/iconify_disabled.xbm5
-rw-r--r--themes/Natura/openbox-3/iconify_hover.xbm4
-rw-r--r--themes/Natura/openbox-3/max.xbm4
-rw-r--r--themes/Natura/openbox-3/max_disabled.xbm5
-rw-r--r--themes/Natura/openbox-3/max_hover.xbm5
-rw-r--r--themes/Natura/openbox-3/max_toggled.xbm4
-rw-r--r--themes/Natura/openbox-3/shade.xbm4
-rw-r--r--themes/Natura/openbox-3/themerc96
13 files changed, 148 insertions, 0 deletions
diff --git a/themes/Natura/openbox-3/close.xbm b/themes/Natura/openbox-3/close.xbm
new file mode 100644
index 00000000..ab7ff800
--- /dev/null
+++ b/themes/Natura/openbox-3/close.xbm
@@ -0,0 +1,4 @@
+#define close_width 8
+#define close_height 8
+static unsigned char close_bits[] = {
+ 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };
diff --git a/themes/Natura/openbox-3/close_hover.xbm b/themes/Natura/openbox-3/close_hover.xbm
new file mode 100644
index 00000000..94ce59f7
--- /dev/null
+++ b/themes/Natura/openbox-3/close_hover.xbm
@@ -0,0 +1,5 @@
+#define close_hover_width 10
+#define close_hover_height 10
+static unsigned char close_hover_bits[] = {
+ 0x03, 0x03, 0x87, 0x03, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00,
+ 0xfc, 0x00, 0xce, 0x01, 0x87, 0x03, 0x03, 0x03 };
diff --git a/themes/Natura/openbox-3/desk.xbm b/themes/Natura/openbox-3/desk.xbm
new file mode 100644
index 00000000..f6e24ce6
--- /dev/null
+++ b/themes/Natura/openbox-3/desk.xbm
@@ -0,0 +1,4 @@
+#define desk_width 8
+#define desk_height 8
+static unsigned char desk_bits[] = {
+ 0x00, 0x00, 0x48, 0x78, 0x7f, 0x78, 0x48, 0x00 };
diff --git a/themes/Natura/openbox-3/desk_toggled.xbm b/themes/Natura/openbox-3/desk_toggled.xbm
new file mode 100644
index 00000000..d89d4bb7
--- /dev/null
+++ b/themes/Natura/openbox-3/desk_toggled.xbm
@@ -0,0 +1,4 @@
+#define desk_toggled_width 8
+#define desk_toggled_height 8
+static unsigned char desk_toggled_bits[] = {
+ 0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 };
diff --git a/themes/Natura/openbox-3/iconify.xbm b/themes/Natura/openbox-3/iconify.xbm
new file mode 100644
index 00000000..424cc679
--- /dev/null
+++ b/themes/Natura/openbox-3/iconify.xbm
@@ -0,0 +1,4 @@
+#define iconify_width 8
+#define iconify_height 8
+static unsigned char iconify_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x7e, 0x7e };
diff --git a/themes/Natura/openbox-3/iconify_disabled.xbm b/themes/Natura/openbox-3/iconify_disabled.xbm
new file mode 100644
index 00000000..550a4a3c
--- /dev/null
+++ b/themes/Natura/openbox-3/iconify_disabled.xbm
@@ -0,0 +1,5 @@
+#define iconify_disabled_width 10
+#define iconify_disabled_height 10
+static unsigned char iconify_disabled_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
diff --git a/themes/Natura/openbox-3/iconify_hover.xbm b/themes/Natura/openbox-3/iconify_hover.xbm
new file mode 100644
index 00000000..0f566027
--- /dev/null
+++ b/themes/Natura/openbox-3/iconify_hover.xbm
@@ -0,0 +1,4 @@
+#define iconify_hover_width 8
+#define iconify_hover_height 8
+static unsigned char iconify_hover_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff };
diff --git a/themes/Natura/openbox-3/max.xbm b/themes/Natura/openbox-3/max.xbm
new file mode 100644
index 00000000..3a130890
--- /dev/null
+++ b/themes/Natura/openbox-3/max.xbm
@@ -0,0 +1,4 @@
+#define max_width 8
+#define max_height 8
+static unsigned char max_bits[] = {
+ 0xff, 0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff };
diff --git a/themes/Natura/openbox-3/max_disabled.xbm b/themes/Natura/openbox-3/max_disabled.xbm
new file mode 100644
index 00000000..cb671bbf
--- /dev/null
+++ b/themes/Natura/openbox-3/max_disabled.xbm
@@ -0,0 +1,5 @@
+#define max_disabled_width 10
+#define max_disabled_height 10
+static unsigned char max_disabled_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
diff --git a/themes/Natura/openbox-3/max_hover.xbm b/themes/Natura/openbox-3/max_hover.xbm
new file mode 100644
index 00000000..247c4929
--- /dev/null
+++ b/themes/Natura/openbox-3/max_hover.xbm
@@ -0,0 +1,5 @@
+#define max_hover_width 10
+#define max_hover_height 10
+static unsigned char max_hover_bits[] = {
+ 0xff, 0x03, 0xff, 0x03, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02,
+ 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 };
diff --git a/themes/Natura/openbox-3/max_toggled.xbm b/themes/Natura/openbox-3/max_toggled.xbm
new file mode 100644
index 00000000..ff1c954a
--- /dev/null
+++ b/themes/Natura/openbox-3/max_toggled.xbm
@@ -0,0 +1,4 @@
+#define max_toggled_width 8
+#define max_toggled_height 8
+static unsigned char max_toggled_bits[] = {
+ 0xfc, 0xfc, 0x84, 0x9f, 0x91, 0xf1, 0x11, 0x1f };
diff --git a/themes/Natura/openbox-3/shade.xbm b/themes/Natura/openbox-3/shade.xbm
new file mode 100644
index 00000000..ff774f89
--- /dev/null
+++ b/themes/Natura/openbox-3/shade.xbm
@@ -0,0 +1,4 @@
+#define shade_width 8
+#define shade_height 8
+static unsigned char shade_bits[] = {
+ 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
diff --git a/themes/Natura/openbox-3/themerc b/themes/Natura/openbox-3/themerc
new file mode 100644
index 00000000..99add829
--- /dev/null
+++ b/themes/Natura/openbox-3/themerc
@@ -0,0 +1,96 @@
+!! Natura by quandar (http://deletefactory.net/quandar)
+
+!! Global Width
+window.handle.width: 2
+
+window.client.padding.width: 0
+border.Width: 1
+padding.width: 2
+
+border.color: #000000
+menu.overlap: 0
+window.frameColor: #eeeeee
+window.*.client.color: #eeeeee
+*.text.justify: left
+
+!! Menu
+menu.title.bg: flat gradient split
+menu.title.bg.color: #5c4e45
+menu.title.bg.colorTo: #51443e
+menu.title.text.color: #ffffff
+
+menu.items.bg: flat solid
+menu.items.bg.color: #f9f2ee
+
+menu.items.text.color: #000000
+menu.items.disabled.text.color: #737573
+
+menu.items.active.bg: flat gradient split
+menu.items.active.bg.color: #5c4e45
+menu.items.active.bg.colorTo:#51443e
+menu.items.active.text.color: #f9f2ee
+
+!! Active Windows
+window.active.title.bg: flat gradient split
+window.active.title.bg.color: #5c4e45
+window.active.title.bg.colorTo: #51443e
+window.active.*.bg.border.color: #000000
+
+window.active.label.bg: parentrelative
+window.active.label.text.color: #f9f2ee
+
+window.active.button.*.bg: parentrelative
+window.active.button.*.image.color: #f9f2ee
+window.active.button.*.bg.border.color: #4e5860
+
+window.active.button.hover.bg.color: #576773
+window.active.button.hover.bg.border.color: #9aabb9
+window.active.button.pressed.bg.color: #343b40
+window.active.button.pressed.bg.colorTo: #000000
+window.active.button.pressed.image.color: #b6b6b6
+window.active.button.pressed.bg.border.color: #95a5b2
+
+window.active.button.disabled.bg: parentrelative
+window.active.button.disabled.image.color: #ffffff
+
+window.active.handle.bg: flat solid
+window.active.handle.bg.color:#51443e
+
+window.*.grip.bg: flat solid
+window.*.grip.bg.color: #51443e
+
+window.handle.width: 2
+
+!! Inactive Windows
+window.inactive.title.bg: flat gradient vertical
+window.inactive.title.bg.color: #f0ece3
+window.inactive.title.bg.colorTo: #f8f7f2
+window.inactive.*.border.color: #bfbfbf
+
+window.inactive.label.bg: parentrelative
+window.inactive.label.text.color: #919191
+
+window.inactive.button.*.bg: parentrelative
+window.inactive.button.*.bg.color: #eeeeee
+window.inactive.button.*.image.color: #b6b6b6
+window.inactive.button.*.bg.border.color: #c9c9c9
+
+window.inactive.button.pressed.bg.color: #c5c2c5
+window.inactive.button.pressed.bg.border.color: #7b7d7b
+window.inactive.button.pressed.image.color: #999999
+
+window.inactive.button.hover.bg.color: #afb1b2
+window.inactive.button.hover.bg.border.color: #d9dfe4
+window.inactive.button.hover.image.color: #ffffff
+window.inactive.button.disabled.bg: parentrelative
+window.inactive.button.disabled.image.color: #ffffff
+
+window.inactive.handle.bg: flat solid
+window.inactive.handle.bg.color: #f9f7f3
+window.inactive.grip.bg: parentrelative
+
+!! Fonts
+window.active.label.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=75
+window.inactive.label.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=0
+menu.items.font: sans:pixelsize=12
+menu.title.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=75