diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-18 19:26:08 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-18 19:26:08 +0000 |
| commit | c10b4e6b3f1b76efc3e29f7a03d782916822a159 (patch) | |
| tree | dc1facb15daf6a930b919899ddc9af6f14bc844d /themes/bear2 | |
| parent | a74a458b696e5dfbeaa3987e33d3a2cdae66536b (diff) | |
add new themes
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 | 78 |
14 files changed, 136 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 b/themes/bear2/openbox-3/themerc new file mode 100644 index 00000000..11f70634 --- /dev/null +++ b/themes/bear2/openbox-3/themerc @@ -0,0 +1,78 @@ +!!General + +window.handle.width: 4 +window.client.padding.width: 0 +border.Width: 1 +padding.width: 3 +menu.overlap: 2 +border.color: #4e4e4e +window.frameColor: #eeeeec +window.*.client.color: #eeeeec +*.text.justify: center + +!!Fonts + +window.active.label.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=3:bold +window.inactive.label.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=0:bold +menu.items.font: sans:pixelsize=12 +menu.title.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=30:bold + +!!Menu +menu.border.color: #9d9d9d +menu.title.bg: flat border vertical gradient +menu.title.bg.color: #3465A4 +menu.title.bg.colorTo: #407CCA +menu.title.bg.border.color: #729fcf +menu.title.text.color: #ffffff + +menu.items.bg: flat border solid +menu.items.bg.color: #eeeeec +menu.items.bg.border.color: #EFEBE7 + +menu.items.text.color: #444444 +menu.items.disabled.text.color: #babdb6 + +menu.items.active.bg: flat solid +menu.items.active.bg.color: #4481c0 +menu.items.active.bg.colorTo: #4175aa +menu.items.active.text.color: #f6f8fb +menu.items.active.bg.border.color: #416c98 + +!!Active + +window.active.title.bg: flat border gradient osx +window.active.title.bg.color: #3465A4 +window.active.title.bg.colorTo: #407CCA +window.active.title.bg.border.color: #699acd + +window.active.label.bg: parentrelative +window.active.label.text.color: #ffffff + +window.active.button.*.bg: parentrelative +window.active.button.*.image.color: #efefef +window.active.button.hover.bg.color: #729fcf +window.active.button.hover.image.color: #ffffff +window.active.button.pressed.bg.color: #a7cef2 +window.active.button.disabled.image.color: #dddddd + +window.active.handle.bg: raised solid +window.active.handle.bg.color: #E7e7e7 +window.*.grip.bg: parentrelative + +!!Inactive + +window.inactive.title.bg: flat border gradient osx +window.inactive.title.bg.color: #dcdcdc +window.inactive.title.bg.colorTo: #eeeeec +window.inactive.title.bg.border.color: #efefef +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #888a85 + +window.inactive.button.*.bg: parentrelative +window.inactive.button.*.image.color: #888a85 +window.inactive.button.pressed.bg.color: #d3d7cf +window.inactive.button.pressed.bg.color: #4f5051 +window.inactive.button.disabled.image.color: #ffffff + +window.inactive.handle.bg: raised solid +window.inactive.handle.bg.color: #E7e7e7 |
