summaryrefslogtreecommitdiff
path: root/themes/planton
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-01 06:10:59 +0000
committerDana Jansens <danakj@orodu.net>2003-08-01 06:10:59 +0000
commit4d9bd88f12d917ee105ccde0a3b5ed87bf0788ad (patch)
tree824d0cd5fbb1d6d063d1e854d8e95e18153683dd /themes/planton
parent759565a70e9bdd9bb842533f1c01df792d0bd1a4 (diff)
make themes inside a directory
Diffstat (limited to 'themes/planton')
-rw-r--r--themes/planton/close.xbm4
-rw-r--r--themes/planton/iconify.xbm4
-rw-r--r--themes/planton/max.xbm4
-rw-r--r--themes/planton/max_t.xbm5
-rw-r--r--themes/planton/shade.xbm4
-rw-r--r--themes/planton/shade_t.xbm4
-rw-r--r--themes/planton/stick.xbm4
-rw-r--r--themes/planton/stick_t.xbm5
-rw-r--r--themes/planton/themerc136
9 files changed, 170 insertions, 0 deletions
diff --git a/themes/planton/close.xbm b/themes/planton/close.xbm
new file mode 100644
index 00000000..6245435a
--- /dev/null
+++ b/themes/planton/close.xbm
@@ -0,0 +1,4 @@
+#define close_width 8
+#define close_height 8
+static unsigned char close_bits[] = {
+ 0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff };
diff --git a/themes/planton/iconify.xbm b/themes/planton/iconify.xbm
new file mode 100644
index 00000000..4371a6bf
--- /dev/null
+++ b/themes/planton/iconify.xbm
@@ -0,0 +1,4 @@
+#define iconify_width 8
+#define iconify_height 8
+static unsigned char iconify_bits[] = {
+ 0x00, 0x00, 0x3c, 0x24, 0x24, 0x3c, 0x00, 0x00 };
diff --git a/themes/planton/max.xbm b/themes/planton/max.xbm
new file mode 100644
index 00000000..6f2cdb17
--- /dev/null
+++ b/themes/planton/max.xbm
@@ -0,0 +1,4 @@
+#define max_width 8
+#define max_height 8
+static unsigned char max_bits[] = {
+ 0x00, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x7e, 0x00 };
diff --git a/themes/planton/max_t.xbm b/themes/planton/max_t.xbm
new file mode 100644
index 00000000..399690af
--- /dev/null
+++ b/themes/planton/max_t.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define max_width 4
+#define max_height 4
+static unsigned char max_bits[] = {
+ 0x0f, 0x0f, 0x09, 0x0f };
diff --git a/themes/planton/shade.xbm b/themes/planton/shade.xbm
new file mode 100644
index 00000000..44a5bf31
--- /dev/null
+++ b/themes/planton/shade.xbm
@@ -0,0 +1,4 @@
+#define shade_width 4
+#define shade_height 4
+static unsigned char shade_bits[] = {
+ 0x0f, 0x09, 0x0f, 0x00 };
diff --git a/themes/planton/shade_t.xbm b/themes/planton/shade_t.xbm
new file mode 100644
index 00000000..f231df14
--- /dev/null
+++ b/themes/planton/shade_t.xbm
@@ -0,0 +1,4 @@
+#define shade_t_width 4
+#define shade_t_height 4
+static unsigned char shade_t_bits[] = {
+ 0x0f, 0x09, 0x0f, 0x00 };
diff --git a/themes/planton/stick.xbm b/themes/planton/stick.xbm
new file mode 100644
index 00000000..6a346c00
--- /dev/null
+++ b/themes/planton/stick.xbm
@@ -0,0 +1,4 @@
+#define sticky_width 4
+#define sticky_height 4
+static unsigned char sticky_bits[] = {
+ 0x0f, 0x0d, 0x0b, 0x0f };
diff --git a/themes/planton/stick_t.xbm b/themes/planton/stick_t.xbm
new file mode 100644
index 00000000..14e7f05c
--- /dev/null
+++ b/themes/planton/stick_t.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define stick_width 4
+#define stick_height 4
+static unsigned char stick_bits[] = {
+ 0x0f, 0x0f, 0x0f, 0x0f };
diff --git a/themes/planton/themerc b/themes/planton/themerc
new file mode 100644
index 00000000..afffa023
--- /dev/null
+++ b/themes/planton/themerc
@@ -0,0 +1,136 @@
+
+!! Menu settings
+
+menu.title: raised gradient vertical
+menu.title.color: #9cb6d5
+menu.title.colorTo: #39658b
+menu.title.borderColor: #000000
+menu.title.textColor: #ffffff
+menu.title.justify: center
+menu.title.font: -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-1
+menu.title.xft.font: Microsoft Sans Serif
+menu.title.xft.size: 6
+menu.title.xft.flags: normal
+menu.title.xft.shadow.offset: 1
+menu.title.xft.shadow.tint: 25
+
+menu.frame: raised solid bevel1
+menu.frame.color: #f6f6f6
+menu.frame.textColor: #000000
+menu.frame.justify: left
+menu.frame.disableColor: #ffffff
+
+menu.hilite: flat solid bevel1
+menu.hilite.color: #3971ac
+menu.hilite.colorTo: #5a71c5
+menu.hilite.textColor: #ffffff
+
+!! General window settings
+window.button.pressed: flat solid bevel1
+window.button.pressed.color: #000000
+window.button.pressed.colorTo: #000000
+window.button.pressed.borderColor: #000000
+window.justify: center
+
+!! focused window settings
+window.frame.focusColor: #bec1d6
+
+window.title.focus: raised gradient vertical
+window.title.focus.color: #9cb6d5
+window.title.focus.colorTo: #39658b
+window.title.focus.borderColor: #000000
+
+window.handle.focus: raised gradient vertical
+window.handle.focus.color: #e6e2de
+window.handle.focus.colorTo: #737573
+window.handle.focus.borderColor: #000000
+
+window.grip.focus: raised gradient vertical
+window.grip.focus.color: #9cb6d5
+window.grip.focus.colorTo: #39658b
+window.grip.focus.borderColor: #000000
+
+window.label.focus: parentrelative
+window.label.focus.color: #bbbbcc
+window.label.focus.colorTo: #ccccdd
+window.label.focus.borderColor: #000000
+window.label.focus.textColor: #ffffff
+
+window.button.focus: parentrelative
+window.button.focus.color: #bbbbcc
+window.button.focus.colorTo: #ccccdd
+window.button.focus.borderColor: #7a8093
+window.button.focus.picColor: #ffffff
+
+window.button.pressed.focus: sunken solid
+window.button.pressed.focus.color: #9cb6d5
+window.button.pressed.focus.colorTo: #39658b
+window.button.pressed.focus.borderColor: #000000
+
+!! unfocused window settings
+window.frame.unfocusColor: #666462
+
+window.title.unfocus: raised gradient vertical
+window.title.unfocus.color: #dedede
+window.title.unfocus.colorTo: #c9c9c9
+window.title.unfocus.borderColor: #222222
+
+window.handle.unfocus: raised
+window.handle.unfocus.color: #e6e2de
+window.handle.unfocus.colorTo: #737573
+window.handle.unfocus.borderColor: #000000
+
+window.grip.unfocus: raised
+window.grip.unfocus.color: #e6e2de
+window.grip.unfocus.colorTo: #737573
+window.grip.unfocus.borderColor: #000000
+
+window.label.unfocus: parentrelative
+window.label.unfocus.color: #000000
+window.label.unfocus.colorTo: #000000
+window.label.unfocus.borderColor: #000000
+window.label.unfocus.textColor: #222222
+
+window.button.unfocus: parentrelative
+window.button.unfocus.color: #000000
+window.button.unfocus.colorTo: #000000
+window.button.unfocus.borderColor: #000000
+window.button.unfocus.picColor: #222222
+
+window.button.pressed.unfocus: flat gradient vertical bevel1
+window.button.pressed.unfocus.color: #e6e2de
+window.button.pressed.unfocus.colorTo: #737573
+window.button.pressed.unfocus.borderColor: #000000
+
+!##stupid shit
+window.button.disabled.focus: flat border
+window.button.disabled.focus.color: #990000
+window.button.disabled.focus.colorTo: #990000
+window.button.disabled.focus.picColor: #ffffff
+window.button.disabled.focus.borderColor: #83aede
+#
+window.button.disabled.unfocus: flat border gradient vertical
+window.button.disabled.unfocus.color: #d5dad5
+window.button.disabled.unfocus.colorTo: #b4b6b4
+window.button.disabled.unfocus.picColor: #7b7d7b
+window.button.disabled.unfocus.borderColor: #7b7d7b
+
+
+!! Global width settings
+borderWidth: 1
+bevelWidth: 1
+handleWidth: 4
+frameWidth: 0
+borderColor: #24272f
+
+!! Miscellaneous settings
+#borderColor: #222222
+rootCommand: Esetroot /win/lin/backgrounds/leaf3.png
+
+window.title.layout: ILMC
+!! font me!
+window.title.xftfont: Borzoi:pixelsize=10
+menu.frame.xftfont: National First Font:pixelsize=15
+menu.title.xftfont: Borzoi:pixelsize=10
+
+