diff options
Diffstat (limited to 'themes/Bear2')
| -rw-r--r-- | themes/Bear2/openbox-3/close.xbm | 4 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/close_pressed.xbm | 5 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/desk.xbm | 4 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/desk_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/iconify.xbm | 4 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/iconify_disabled.xbm | 5 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/iconify_pressed.xbm | 5 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/max.xbm | 4 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/max_disabled.xbm | 5 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/max_pressed.xbm | 5 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/max_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/shade.xbm | 4 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/shade_pressed.xbm | 5 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/themerc.xml | 155 |
14 files changed, 213 insertions, 0 deletions
diff --git a/themes/Bear2/openbox-3/close.xbm b/themes/Bear2/openbox-3/close.xbm new file mode 100644 index 00000000..ab7ff800 --- /dev/null +++ b/themes/Bear2/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/Bear2/openbox-3/close_pressed.xbm b/themes/Bear2/openbox-3/close_pressed.xbm new file mode 100644 index 00000000..663c4589 --- /dev/null +++ b/themes/Bear2/openbox-3/close_pressed.xbm @@ -0,0 +1,5 @@ +#define close_pressed_width 10 +#define close_pressed_height 10 +static unsigned char close_pressed_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, 0x9c, 0x03, 0xf8, 0x01, 0xf0, 0x00, + 0xf0, 0x00, 0xf8, 0x01, 0x9c, 0x03, 0x0c, 0x03 }; diff --git a/themes/Bear2/openbox-3/desk.xbm b/themes/Bear2/openbox-3/desk.xbm new file mode 100644 index 00000000..f6e24ce6 --- /dev/null +++ b/themes/Bear2/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/Bear2/openbox-3/desk_toggled.xbm b/themes/Bear2/openbox-3/desk_toggled.xbm new file mode 100644 index 00000000..d89d4bb7 --- /dev/null +++ b/themes/Bear2/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/Bear2/openbox-3/iconify.xbm b/themes/Bear2/openbox-3/iconify.xbm new file mode 100644 index 00000000..0f415e05 --- /dev/null +++ b/themes/Bear2/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, 0x00, 0xff, 0xff }; diff --git a/themes/Bear2/openbox-3/iconify_disabled.xbm b/themes/Bear2/openbox-3/iconify_disabled.xbm new file mode 100644 index 00000000..550a4a3c --- /dev/null +++ b/themes/Bear2/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/Bear2/openbox-3/iconify_pressed.xbm b/themes/Bear2/openbox-3/iconify_pressed.xbm new file mode 100644 index 00000000..28a9cab6 --- /dev/null +++ b/themes/Bear2/openbox-3/iconify_pressed.xbm @@ -0,0 +1,5 @@ +#define iconify_pressed_width 10 +#define iconify_pressed_height 10 +static unsigned char iconify_pressed_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03 }; diff --git a/themes/Bear2/openbox-3/max.xbm b/themes/Bear2/openbox-3/max.xbm new file mode 100644 index 00000000..3a130890 --- /dev/null +++ b/themes/Bear2/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/Bear2/openbox-3/max_disabled.xbm b/themes/Bear2/openbox-3/max_disabled.xbm new file mode 100644 index 00000000..cb671bbf --- /dev/null +++ b/themes/Bear2/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/Bear2/openbox-3/max_pressed.xbm b/themes/Bear2/openbox-3/max_pressed.xbm new file mode 100644 index 00000000..5116ae31 --- /dev/null +++ b/themes/Bear2/openbox-3/max_pressed.xbm @@ -0,0 +1,5 @@ +#define max_pressed_width 10 +#define max_pressed_height 10 +static unsigned char max_pressed_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03, 0x04, 0x02, 0x04, 0x02, + 0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0xfc, 0x03 }; diff --git a/themes/Bear2/openbox-3/max_toggled.xbm b/themes/Bear2/openbox-3/max_toggled.xbm new file mode 100644 index 00000000..ff1c954a --- /dev/null +++ b/themes/Bear2/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/Bear2/openbox-3/shade.xbm b/themes/Bear2/openbox-3/shade.xbm new file mode 100644 index 00000000..ff774f89 --- /dev/null +++ b/themes/Bear2/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/Bear2/openbox-3/shade_pressed.xbm b/themes/Bear2/openbox-3/shade_pressed.xbm new file mode 100644 index 00000000..d65fe7ae --- /dev/null +++ b/themes/Bear2/openbox-3/shade_pressed.xbm @@ -0,0 +1,5 @@ +#define shade_pressed_width 10 +#define shade_pressed_height 10 +static unsigned char shade_pressed_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Bear2/openbox-3/themerc.xml b/themes/Bear2/openbox-3/themerc.xml new file mode 100644 index 00000000..bda587da --- /dev/null +++ b/themes/Bear2/openbox-3/themerc.xml @@ -0,0 +1,155 @@ +<?xml version="1.0"?> +<openbox_theme version="1" xmlns="http://openbox.org/themerc"> + <dimensions> + <handle>4</handle> + <padding x="3" y="3"/> + </dimensions> + <window> + <border> + <width>1</width> + <primary r="78" g="78" b="78" a="255"/> + </border> + <clientpadding x="0" y="0"/> + <justify>center</justify> + <active> + <clientpadding r="238" g="238" b="236" a="255"/> + <label> + <text> + <primary r="255" g="255" b="255" a="255"/> + <shadow> + <offset x="1" y="1"/> + <primary r="0" g="0" b="0" a="7"/> + </shadow> + </text> + <style>parentrelative</style> + </label> + <buttons> + <unpressed> + <image r="239" g="239" b="239" a="255"/> + <style>parentrelative</style> + </unpressed> + <pressed> + <image r="239" g="239" b="239" a="255"/> + <style>parentrelative</style> + <primary r="167" g="206" b="242" a="255"/> + </pressed> + <disabled> + <image r="221" g="221" b="221" a="255"/> + <style>parentrelative</style> + </disabled> + <hover> + <image r="255" g="255" b="255" a="255"/> + <style>parentrelative</style> + <primary r="114" g="159" b="207" a="255"/> + </hover> + <toggled-unpressed> + <image r="239" g="239" b="239" a="255"/> + <style>parentrelative</style> + </toggled-unpressed> + </buttons> + <titlebar> + <style>flat border gradient mirrorhorizontal</style> + <primary r="52" g="101" b="164" a="255"/> + <secondary r="64" g="124" b="202" a="255"/> + <border r="105" g="154" b="205" a="255"/> + </titlebar> + <handle> + <style>raised solid</style> + <primary r="231" g="231" b="231" a="255"/> + </handle> + <grip> + <style>parentrelative</style> + </grip> + </active> + <inactive> + <clientpadding r="238" g="238" b="236" a="255"/> + <label> + <text> + <primary r="136" g="138" b="133" a="255"/> + <shadow> + <offset x="1" y="1"/> + <primary r="255" g="255" b="255" a="0"/> + </shadow> + </text> + <style>parentrelative</style> + </label> + <buttons> + <unpressed> + <image r="136" g="138" b="133" a="255"/> + <style>parentrelative</style> + </unpressed> + <pressed> + <image r="136" g="138" b="133" a="255"/> + <style>parentrelative</style> + <primary r="79" g="80" b="81" a="255"/> + </pressed> + <disabled> + <image r="255" g="255" b="255" a="255"/> + <style>parentrelative</style> + </disabled> + <hover> + <image r="136" g="138" b="133" a="255"/> + <style>parentrelative</style> + </hover> + <toggled-unpressed> + <image r="136" g="138" b="133" a="255"/> + <style>parentrelative</style> + </toggled-unpressed> + </buttons> + <titlebar> + <style>flat border gradient mirrorhorizontal</style> + <primary r="220" g="220" b="220" a="255"/> + <secondary r="238" g="238" b="236" a="255"/> + <border r="239" g="239" b="239" a="255"/> + </titlebar> + <handle> + <style>raised solid</style> + <primary r="231" g="231" b="231" a="255"/> + </handle> + <grip> + <style>parentrelative</style> + </grip> + </inactive> + </window> + <menu> + <border> + <width>1</width> + <primary r="78" g="78" b="78" a="255"/> + </border> + <justify>center</justify> + <overlap>2</overlap> + <title> + <text> + <primary r="255" g="255" b="255" a="255"/> + <shadow> + <offset x="1" y="1"/> + <primary r="0" g="0" b="0" a="76"/> + </shadow> + </text> + <style>flat border vertical gradient</style> + <primary r="52" g="101" b="164" a="255"/> + <secondary r="64" g="124" b="202" a="255"/> + <border r="114" g="159" b="207" a="255"/> + </title> + <inactive> + <primary r="68" g="68" b="68" a="255"/> + </inactive> + <disabled> + <primary r="186" g="189" b="182" a="255"/> + </disabled> + <active> + <text> + <primary r="246" g="248" b="251" a="255"/> + </text> + <style>flat solid</style> + <primary r="68" g="129" b="192" a="255"/> + <secondary r="65" g="117" b="170" a="255"/> + <border r="65" g="108" b="152" a="255"/> + </active> + <entries> + <style>flat border solid</style> + <primary r="238" g="238" b="236" a="255"/> + <border r="239" g="235" b="231" a="255"/> + </entries> + </menu> +</openbox_theme> |
