From 064e997145a5f1fd441edeafcc12964f8c584361 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 May 2007 03:42:34 +0000 Subject: add new Clearlooks themes. Make Clearlooks the default theme. --- themes/Clearlooks-Olive/openbox-3/bullet.xbm | 4 + themes/Clearlooks-Olive/openbox-3/close.xbm | 4 + themes/Clearlooks-Olive/openbox-3/desk.xbm | 4 + themes/Clearlooks-Olive/openbox-3/desk_toggled.xbm | 4 + themes/Clearlooks-Olive/openbox-3/iconify.xbm | 4 + themes/Clearlooks-Olive/openbox-3/max.xbm | 4 + themes/Clearlooks-Olive/openbox-3/max_toggled.xbm | 4 + themes/Clearlooks-Olive/openbox-3/themerc.xml | 167 +++++++++++++++++++++ themes/Clearlooks/openbox-3/bullet.xbm | 4 + themes/Clearlooks/openbox-3/close.xbm | 4 + themes/Clearlooks/openbox-3/desk.xbm | 4 + themes/Clearlooks/openbox-3/desk_toggled.xbm | 4 + themes/Clearlooks/openbox-3/iconify.xbm | 4 + themes/Clearlooks/openbox-3/max.xbm | 4 + themes/Clearlooks/openbox-3/max_toggled.xbm | 4 + themes/Clearlooks/openbox-3/themerc.xml | 166 ++++++++++++++++++++ 16 files changed, 389 insertions(+) create mode 100644 themes/Clearlooks-Olive/openbox-3/bullet.xbm create mode 100644 themes/Clearlooks-Olive/openbox-3/close.xbm create mode 100644 themes/Clearlooks-Olive/openbox-3/desk.xbm create mode 100644 themes/Clearlooks-Olive/openbox-3/desk_toggled.xbm create mode 100644 themes/Clearlooks-Olive/openbox-3/iconify.xbm create mode 100644 themes/Clearlooks-Olive/openbox-3/max.xbm create mode 100644 themes/Clearlooks-Olive/openbox-3/max_toggled.xbm create mode 100644 themes/Clearlooks-Olive/openbox-3/themerc.xml create mode 100644 themes/Clearlooks/openbox-3/bullet.xbm create mode 100644 themes/Clearlooks/openbox-3/close.xbm create mode 100644 themes/Clearlooks/openbox-3/desk.xbm create mode 100644 themes/Clearlooks/openbox-3/desk_toggled.xbm create mode 100644 themes/Clearlooks/openbox-3/iconify.xbm create mode 100644 themes/Clearlooks/openbox-3/max.xbm create mode 100644 themes/Clearlooks/openbox-3/max_toggled.xbm create mode 100644 themes/Clearlooks/openbox-3/themerc.xml (limited to 'themes') diff --git a/themes/Clearlooks-Olive/openbox-3/bullet.xbm b/themes/Clearlooks-Olive/openbox-3/bullet.xbm new file mode 100644 index 00000000..88481ec8 --- /dev/null +++ b/themes/Clearlooks-Olive/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/Clearlooks-Olive/openbox-3/close.xbm b/themes/Clearlooks-Olive/openbox-3/close.xbm new file mode 100644 index 00000000..4a88cff6 --- /dev/null +++ b/themes/Clearlooks-Olive/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/Clearlooks-Olive/openbox-3/desk.xbm b/themes/Clearlooks-Olive/openbox-3/desk.xbm new file mode 100644 index 00000000..3e327e36 --- /dev/null +++ b/themes/Clearlooks-Olive/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/Clearlooks-Olive/openbox-3/desk_toggled.xbm b/themes/Clearlooks-Olive/openbox-3/desk_toggled.xbm new file mode 100644 index 00000000..d7e045ee --- /dev/null +++ b/themes/Clearlooks-Olive/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/Clearlooks-Olive/openbox-3/iconify.xbm b/themes/Clearlooks-Olive/openbox-3/iconify.xbm new file mode 100644 index 00000000..23048669 --- /dev/null +++ b/themes/Clearlooks-Olive/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/Clearlooks-Olive/openbox-3/max.xbm b/themes/Clearlooks-Olive/openbox-3/max.xbm new file mode 100644 index 00000000..6d030af4 --- /dev/null +++ b/themes/Clearlooks-Olive/openbox-3/max.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/Clearlooks-Olive/openbox-3/max_toggled.xbm b/themes/Clearlooks-Olive/openbox-3/max_toggled.xbm new file mode 100644 index 00000000..44c7cefc --- /dev/null +++ b/themes/Clearlooks-Olive/openbox-3/max_toggled.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/Clearlooks-Olive/openbox-3/themerc.xml b/themes/Clearlooks-Olive/openbox-3/themerc.xml new file mode 100644 index 00000000..d2d92822 --- /dev/null +++ b/themes/Clearlooks-Olive/openbox-3/themerc.xml @@ -0,0 +1,167 @@ + + + + 3 + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + left + 0 + + <text> + <primary r="255" g="255" b="255" a="255"/> + <shadow> + <offset x="1" y="1"/> + <primary r="0" g="0" b="0" a="178"/> + </shadow> + </text> + <style>Raised Gradient Vertical</style> + <primary r="149" g="173" b="112" a="255"/> + <secondary r="125" g="146" b="93" a="255"/> + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Clearlooks/openbox-3/bullet.xbm b/themes/Clearlooks/openbox-3/bullet.xbm new file mode 100644 index 00000000..88481ec8 --- /dev/null +++ b/themes/Clearlooks/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/Clearlooks/openbox-3/close.xbm b/themes/Clearlooks/openbox-3/close.xbm new file mode 100644 index 00000000..4a88cff6 --- /dev/null +++ b/themes/Clearlooks/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/Clearlooks/openbox-3/desk.xbm b/themes/Clearlooks/openbox-3/desk.xbm new file mode 100644 index 00000000..3e327e36 --- /dev/null +++ b/themes/Clearlooks/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/Clearlooks/openbox-3/desk_toggled.xbm b/themes/Clearlooks/openbox-3/desk_toggled.xbm new file mode 100644 index 00000000..d7e045ee --- /dev/null +++ b/themes/Clearlooks/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/Clearlooks/openbox-3/iconify.xbm b/themes/Clearlooks/openbox-3/iconify.xbm new file mode 100644 index 00000000..23048669 --- /dev/null +++ b/themes/Clearlooks/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/Clearlooks/openbox-3/max.xbm b/themes/Clearlooks/openbox-3/max.xbm new file mode 100644 index 00000000..6d030af4 --- /dev/null +++ b/themes/Clearlooks/openbox-3/max.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/Clearlooks/openbox-3/max_toggled.xbm b/themes/Clearlooks/openbox-3/max_toggled.xbm new file mode 100644 index 00000000..44c7cefc --- /dev/null +++ b/themes/Clearlooks/openbox-3/max_toggled.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/Clearlooks/openbox-3/themerc.xml b/themes/Clearlooks/openbox-3/themerc.xml new file mode 100644 index 00000000..aae4caef --- /dev/null +++ b/themes/Clearlooks/openbox-3/themerc.xml @@ -0,0 +1,166 @@ + + + + 3 + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + left + 0 + + <text> + <primary r="255" g="255" b="255" a="255"/> + <shadow> + <offset x="1" y="1"/> + <primary r="0" g="0" b="0" a="178"/> + </shadow> + </text> + <style>Raised Gradient Vertical</style> + <primary r="101" g="143" b="181" a="255"/> + <secondary r="77" g="105" b="130" a="255"/> + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3