diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-02 03:58:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-02 03:58:06 +0000 |
| commit | 37019bc8a9450d0b87f1e448345df0a39a8ef00c (patch) | |
| tree | 357efa6a0f068e4007b1aeaa00271263aef08bcf /themes/Artwiz-boxed | |
| parent | ee5277073c9526b4ef0d57d5b821c8568a37ecbf (diff) | |
capitalize the theme names
Diffstat (limited to 'themes/Artwiz-boxed')
| -rw-r--r-- | themes/Artwiz-boxed/openbox-3/bullet.xbm | 4 | ||||
| -rw-r--r-- | themes/Artwiz-boxed/openbox-3/close.xbm | 4 | ||||
| -rw-r--r-- | themes/Artwiz-boxed/openbox-3/desk.xbm | 4 | ||||
| -rw-r--r-- | themes/Artwiz-boxed/openbox-3/desk_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Artwiz-boxed/openbox-3/iconify.xbm | 4 | ||||
| -rw-r--r-- | themes/Artwiz-boxed/openbox-3/max.xbm | 4 | ||||
| -rw-r--r-- | themes/Artwiz-boxed/openbox-3/max_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Artwiz-boxed/openbox-3/themerc.xml | 148 |
8 files changed, 176 insertions, 0 deletions
diff --git a/themes/Artwiz-boxed/openbox-3/bullet.xbm b/themes/Artwiz-boxed/openbox-3/bullet.xbm new file mode 100644 index 00000000..5bab764e --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_blank_width 7 +#define bullet_blank_height 7 +static unsigned char bullet_blank_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Artwiz-boxed/openbox-3/close.xbm b/themes/Artwiz-boxed/openbox-3/close.xbm new file mode 100644 index 00000000..0f085f73 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 7 +#define close_height 7 +static unsigned char close_bits[] = { + 0x41, 0x22, 0x14, 0x08, 0x14, 0x22, 0x41 }; diff --git a/themes/Artwiz-boxed/openbox-3/desk.xbm b/themes/Artwiz-boxed/openbox-3/desk.xbm new file mode 100644 index 00000000..4a462003 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 7 +#define desk_height 7 +static unsigned char desk_bits[] = { + 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x00 }; diff --git a/themes/Artwiz-boxed/openbox-3/desk_toggled.xbm b/themes/Artwiz-boxed/openbox-3/desk_toggled.xbm new file mode 100644 index 00000000..509d16e0 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 7 +#define desk_toggled_height 7 +static unsigned char desk_toggled_bits[] = { + 0x00, 0x22, 0x00, 0x00, 0x00, 0x22, 0x00 }; diff --git a/themes/Artwiz-boxed/openbox-3/iconify.xbm b/themes/Artwiz-boxed/openbox-3/iconify.xbm new file mode 100644 index 00000000..c16a8934 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 7 +#define iconify_height 7 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x7f, 0x41, 0x7f }; diff --git a/themes/Artwiz-boxed/openbox-3/max.xbm b/themes/Artwiz-boxed/openbox-3/max.xbm new file mode 100644 index 00000000..402b1cf5 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 7 +#define max_height 7 +static unsigned char max_bits[] = { + 0x7f, 0x7f, 0x41, 0x41, 0x41, 0x41, 0x7f }; diff --git a/themes/Artwiz-boxed/openbox-3/max_toggled.xbm b/themes/Artwiz-boxed/openbox-3/max_toggled.xbm new file mode 100644 index 00000000..d486135a --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 7 +#define max_toggled_height 7 +static unsigned char max_toggled_bits[] = { + 0x7c, 0x44, 0x5f, 0x55, 0x7d, 0x11, 0x1f }; diff --git a/themes/Artwiz-boxed/openbox-3/themerc.xml b/themes/Artwiz-boxed/openbox-3/themerc.xml new file mode 100644 index 00000000..9c360b65 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/themerc.xml @@ -0,0 +1,148 @@ +<?xml version="1.0"?> +<openbox_theme version="1" xmlns="http://openbox.org/themerc"> + <dimensions> + <handle>4</handle> + <padding x="1" y="1"/> + </dimensions> + <window> + <border> + <width>1</width> + <primary r="0" g="0" b="0" a="255"/> + </border> + <justify>center</justify> + <active> + <clientpadding r="64" g="68" b="72" a="255"/> + <label> + <text> + <primary r="255" g="255" b="255" a="255"/> + </text> + <style>sunken diagonal gradient</style> + <primary r="16" g="32" b="48" a="255"/> + <secondary r="112" g="128" b="144" a="255"/> + </label> + <buttons> + <unpressed> + <image r="255" g="255" b="255" a="255"/> + <style>raised gradient diagonal</style> + <primary r="144" g="148" b="152" a="255"/> + <secondary r="32" g="36" b="40" a="255"/> + </unpressed> + <disabled> + <image r="190" g="190" b="190" a="255"/> + <style>raised gradient diagonal</style> + <primary r="144" g="148" b="152" a="255"/> + <secondary r="32" g="36" b="40" a="255"/> + </disabled> + <toggled-unpressed> + <image r="255" g="255" b="255" a="255"/> + <style>raised gradient diagonal</style> + <primary r="144" g="148" b="152" a="255"/> + <secondary r="32" g="36" b="40" a="255"/> + </toggled-unpressed> + <pressed> + <style>sunken gradient diagonal</style> + <primary r="32" g="64" b="80" a="255"/> + <secondary r="96" g="112" b="128" a="255"/> + </pressed> + </buttons> + <titlebar> + <style>raised gradient vertical</style> + <primary r="128" g="132" b="136" a="255"/> + <secondary r="48" g="52" b="56" a="255"/> + </titlebar> + <handle> + <style>raised gradient diagonal</style> + <primary r="112" g="116" b="120" a="255"/> + <secondary r="64" g="68" b="72" a="255"/> + </handle> + <grip> + <style>sunken diagonal gradient</style> + <primary r="32" g="48" b="64" a="255"/> + <secondary r="96" g="112" b="128" a="255"/> + </grip> + </active> + <inactive> + <clientpadding r="32" g="36" b="40" a="255"/> + <label> + <text> + <primary r="96" g="100" b="104" a="255"/> + </text> + <style>sunken gradient diagonal</style> + <primary r="0" g="0" b="0" a="255"/> + <secondary r="64" g="80" b="96" a="255"/> + </label> + <buttons> + <unpressed> + <image r="112" g="116" b="120" a="255"/> + <style>raised gradient diagonal</style> + <primary r="80" g="84" b="88" a="255"/> + <secondary r="0" g="0" b="0" a="255"/> + </unpressed> + <pressed> + <image r="112" g="116" b="120" a="255"/> + <style>sunken gradient diagonal</style> + <primary r="80" g="84" b="88" a="255"/> + <secondary r="0" g="0" b="0" a="255"/> + </pressed> + <disabled> + <image r="112" g="116" b="120" a="255"/> + <style>raised gradient diagonal</style> + <primary r="80" g="84" b="88" a="255"/> + <secondary r="0" g="0" b="0" a="255"/> + </disabled> + <toggled-unpressed> + <image r="112" g="116" b="120" a="255"/> + <style>raised gradient diagonal</style> + <primary r="80" g="84" b="88" a="255"/> + <secondary r="0" g="0" b="0" a="255"/> + </toggled-unpressed> + </buttons> + <titlebar> + <style>raised vertical gradient</style> + <primary r="80" g="84" b="88" a="255"/> + <secondary r="0" g="0" b="0" a="255"/> + </titlebar> + <handle> + <style>raised gradient diagonal</style> + <primary r="80" g="84" b="88" a="255"/> + <secondary r="0" g="0" b="0" a="255"/> + </handle> + <grip> + <style>sunken diagonal gradient</style> + <primary r="0" g="0" b="0" a="255"/> + <secondary r="48" g="64" b="80" a="255"/> + </grip> + </inactive> + </window> + <menu> + <border> + <width>1</width> + <primary r="0" g="0" b="0" a="255"/> + </border> + <justify>center</justify> + <title> + <text> + <primary r="255" g="255" b="255" a="255"/> + </text> + <style>raised gradient diagonal</style> + <primary r="144" g="148" b="152" a="255"/> + <secondary r="32" g="36" b="40" a="255"/> + </title> + <inactive> + <primary r="144" g="160" b="176" a="255"/> + </inactive> + <active> + <text> + <primary r="255" g="255" b="255" a="255"/> + </text> + <style>raised gradient diagonal</style> + <primary r="144" g="148" b="152" a="255"/> + <secondary r="32" g="36" b="40" a="255"/> + </active> + <entries> + <style>sunken gradient diagonal</style> + <primary r="16" g="32" b="48" a="255"/> + <secondary r="112" g="128" b="144" a="255"/> + </entries> + </menu> +</openbox_theme> |
