From: Dana Jansens Date: Sat, 2 Aug 2003 08:43:51 +0000 (+0000) Subject: add the om4ob theme X-Git-Tag: openbox-3_0-rc1-RELEASE~676 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=75bd479545251e77235cb2052be18a173197de2e add the om4ob theme --- diff --git a/Makefile.am b/Makefile.am index a9f186d..3cca337 100644 --- a/Makefile.am +++ b/Makefile.am @@ -421,6 +421,27 @@ dist_bbstyle_theme_DATA = \ themes/BBstylE/iconify.xbm \ themes/BBstylE/close.xbm +om4ob_themedir = $(themedir)/om4ob +dist_om4ob_theme_DATA = \ + themes/om4ob/themerc \ + themes/om4ob/close_hover.xbm \ + themes/om4ob/close.xbm \ + themes/om4ob/desk_hover.xbm \ + themes/om4ob/desk_toggled.xbm \ + themes/om4ob/desk.xbm \ + themes/om4ob/iconify_hover.xbm \ + themes/om4ob/iconify_pressed.xbm \ + themes/om4ob/iconify.xbm \ + themes/om4ob/max_disabled.xbm \ + themes/om4ob/max_hover.xbm \ + themes/om4ob/max_pressed.xbm \ + themes/om4ob/max_toggled.xbm \ + themes/om4ob/max.xbm \ + themes/om4ob/shade_disabled.xbm \ + themes/om4ob/shade_hover.xbm \ + themes/om4ob/shade_toggled.xbm \ + themes/om4ob/shade.xbm + ## data ## diff --git a/themes/Om4Ob/openbox-3/close.xbm b/themes/Om4Ob/openbox-3/close.xbm new file mode 100644 index 0000000..e8ad736 --- /dev/null +++ b/themes/Om4Ob/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0x00, 0x00, 0x24, 0x18, 0x18, 0x24, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/close_hover.xbm b/themes/Om4Ob/openbox-3/close_hover.xbm new file mode 100644 index 0000000..91b57cb --- /dev/null +++ b/themes/Om4Ob/openbox-3/close_hover.xbm @@ -0,0 +1,4 @@ +#define close_hover_width 8 +#define close_hover_height 8 +static unsigned char close_hover_bits[] = { + 0x00, 0x42, 0x24, 0x18, 0x18, 0x24, 0x42, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/desk.xbm b/themes/Om4Ob/openbox-3/desk.xbm new file mode 100644 index 0000000..8afe5cc --- /dev/null +++ b/themes/Om4Ob/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 8 +#define desk_height 8 +static unsigned char desk_bits[] = { + 0x00, 0x00, 0x24, 0x00, 0x00, 0x24, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/desk_hover.xbm b/themes/Om4Ob/openbox-3/desk_hover.xbm new file mode 100644 index 0000000..814fd7c --- /dev/null +++ b/themes/Om4Ob/openbox-3/desk_hover.xbm @@ -0,0 +1,4 @@ +#define desk_hover_width 8 +#define desk_hover_height 8 +static unsigned char desk_hover_bits[] = { + 0x00, 0x42, 0x24, 0x00, 0x00, 0x24, 0x42, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/desk_toggled.xbm b/themes/Om4Ob/openbox-3/desk_toggled.xbm new file mode 100644 index 0000000..d89d4bb --- /dev/null +++ b/themes/Om4Ob/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/Om4Ob/openbox-3/iconify.xbm b/themes/Om4Ob/openbox-3/iconify.xbm new file mode 100644 index 0000000..3e7068a --- /dev/null +++ b/themes/Om4Ob/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, 0x3c, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/iconify_hover.xbm b/themes/Om4Ob/openbox-3/iconify_hover.xbm new file mode 100644 index 0000000..5a48407 --- /dev/null +++ b/themes/Om4Ob/openbox-3/iconify_hover.xbm @@ -0,0 +1,4 @@ +#define iconify_hover_width 8 +#define iconify_hover_height 8 +static unsigned char iconify_hover_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x7e, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/iconify_pressed.xbm b/themes/Om4Ob/openbox-3/iconify_pressed.xbm new file mode 100644 index 0000000..f7ddde6 --- /dev/null +++ b/themes/Om4Ob/openbox-3/iconify_pressed.xbm @@ -0,0 +1,4 @@ +#define iconify_pressed_width 8 +#define iconify_pressed_height 8 +static unsigned char iconify_pressed_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/max.xbm b/themes/Om4Ob/openbox-3/max.xbm new file mode 100644 index 0000000..0564b08 --- /dev/null +++ b/themes/Om4Ob/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0x00, 0x00, 0x3c, 0x34, 0x24, 0x3c, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/max_disabled.xbm b/themes/Om4Ob/openbox-3/max_disabled.xbm new file mode 100644 index 0000000..c27455b --- /dev/null +++ b/themes/Om4Ob/openbox-3/max_disabled.xbm @@ -0,0 +1,4 @@ +#define max_disabled_width 8 +#define max_disabled_height 8 +static unsigned char max_disabled_bits[] = { + 0x00, 0x00, 0x3c, 0x34, 0x24, 0x3c, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/max_hover.xbm b/themes/Om4Ob/openbox-3/max_hover.xbm new file mode 100644 index 0000000..c2aa5b5 --- /dev/null +++ b/themes/Om4Ob/openbox-3/max_hover.xbm @@ -0,0 +1,4 @@ +#define max_hover_width 8 +#define max_hover_height 8 +static unsigned char max_hover_bits[] = { + 0x00, 0x7e, 0x72, 0x62, 0x42, 0x42, 0x7e, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/max_pressed.xbm b/themes/Om4Ob/openbox-3/max_pressed.xbm new file mode 100644 index 0000000..fd4b600 --- /dev/null +++ b/themes/Om4Ob/openbox-3/max_pressed.xbm @@ -0,0 +1,4 @@ +#define max_pressed_width 8 +#define max_pressed_height 8 +static unsigned char max_pressed_bits[] = { + 0x00, 0x00, 0x3c, 0x34, 0x24, 0x3c, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/max_toggled.xbm b/themes/Om4Ob/openbox-3/max_toggled.xbm new file mode 100644 index 0000000..05e8eb7 --- /dev/null +++ b/themes/Om4Ob/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[] = { + 0xff, 0xf9, 0xf1, 0xe1, 0xc1, 0x81, 0x81, 0xff }; diff --git a/themes/Om4Ob/openbox-3/shade.xbm b/themes/Om4Ob/openbox-3/shade.xbm new file mode 100644 index 0000000..371c414 --- /dev/null +++ b/themes/Om4Ob/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 8 +#define shade_height 8 +static unsigned char shade_bits[] = { + 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/shade_disabled.xbm b/themes/Om4Ob/openbox-3/shade_disabled.xbm new file mode 100644 index 0000000..d39cae9 --- /dev/null +++ b/themes/Om4Ob/openbox-3/shade_disabled.xbm @@ -0,0 +1,4 @@ +#define shade_disabled_width 8 +#define shade_disabled_height 8 +static unsigned char shade_disabled_bits[] = { + 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/shade_hover.xbm b/themes/Om4Ob/openbox-3/shade_hover.xbm new file mode 100644 index 0000000..b7eeeef --- /dev/null +++ b/themes/Om4Ob/openbox-3/shade_hover.xbm @@ -0,0 +1,4 @@ +#define shade_hover_width 8 +#define shade_hover_height 8 +static unsigned char shade_hover_bits[] = { + 0x00, 0x7e, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/shade_toggled.xbm b/themes/Om4Ob/openbox-3/shade_toggled.xbm new file mode 100644 index 0000000..07f824b --- /dev/null +++ b/themes/Om4Ob/openbox-3/shade_toggled.xbm @@ -0,0 +1,4 @@ +#define shade_toggled_width 8 +#define shade_toggled_height 8 +static unsigned char shade_toggled_bits[] = { + 0x00, 0x7e, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/themerc b/themes/Om4Ob/openbox-3/themerc new file mode 100644 index 0000000..2596ad3 --- /dev/null +++ b/themes/Om4Ob/openbox-3/themerc @@ -0,0 +1,106 @@ +style.author: miklos +style.date: Aug 1, 2003 + +window.title.xftfont: arial:pixelsize=10:shadow=y:shadowtint=6:shadowoffset=1 +menu.title.xftfont: arial:pixelsize=10:shadow=y:shadowtint=6:shadowoffset=1 +menu.frame.xftfont: arial:pixelsize=10:shadow=y:shadowtint=6:shadowoffset=1 + + +! Menu settings... +menu.frame: flat gradient crossdiagonal +menu.frame.colorTo: #93a1a8 +menu.frame.color: #7c8c93 +menu.frame.borderColor: #ffffff +menu.frame.textColor: #4c595c + +menu.frame.justify: center +menu.title.justify: right + +menu.title: flatborder gradient diagonal +menu.title.colorTo: #757575 +menu.title.color: #f0f0ff +menu.title.borderColor: #a9a9a9 +menu.title.textColor: #565a5c + +menu.hilite: flatborder gradient diagonal +menu.hilite.color: #93a1a8 +menu.hilite.colorTo: #7c8c93 +menu.hilite.borderColor: #a9a9a9 +menu.hilite.textColor: #f0f0ff + +menu.frame.disableColor: #757575 + +! Window settings... +window.button.focus: parentrelative +window.button.focus.picColor: #565a5c + +window.justify: center + +window.button.hover.focus: flatborder gradient diagonal +window.button.hover.focus.color: #93a1a8 +window.button.hover.focus.colorTo: #7c8c93 +window.button.hover.focus.borderColor: #a9a9a9 +window.button.hover.focus.picColor: #ffffff + +window.button.hover.unfocus: parentrelative + +window.button.toggled.focus: flatborder gradient diagonal +window.button.toggled.focus.color: #93a1a8 +window.button.toggled.focus.colorTo: #7c8c93 +window.button.toggled.focus.borderColor: #a9a9a9 +window.button.toggled.focus.picColor: #ffffff + +window.button.toggled.unfocus: parentrelative + +window.button.pressed.focus: sunken gradient diagonal +window.button.pressed.focus.color: #93a1a8 +window.button.pressed.focus.colorTo: #7c8c93 +window.button.pressed.focus.picColor: #ffffff + +window.button.disabled.focus: parentrelative + +window.button.unfocus: parentrelative +window.button.unfocus.picColor: #677b91 + +window.grip.focus: flat gradient diagonal +window.grip.focus.color: #93a1a8 +window.grip.focus.colorTo: #7c8c93 + +window.grip.unfocus: flat solid +window.grip.unfocus.color: #7c8c93 + +window.handle.focus: raised gradient diagonal +window.handle.focus.colorTo: #757575 +window.handle.focus.color: #f0f0ff + +window.handle.unfocus: flat solid +window.handle.unfocus.color: #7c8c93 + +window.label.focus: flatborder gradient diagonal +window.label.focus.color: #f0f0ff +window.label.focus.colorTo: #757575 +window.label.focus.borderColor: #565a5c +window.label.focus.textColor: #262a2c + +window.label.unfocus: parentrelative +window.label.unfocus.textColor: #565a5c + +window.title.focus: flat gradient vertical +window.title.focus.color: #93a1a8 +window.title.focus.colorTo: #7c8c93 + +window.title.unfocus: flat gradient crossdiagonal +window.title.unfocus.color: #93a1a8 +window.title.unfocus.colorTo: #7c8c93 + +window.button.pressed: flatborder solid +window.button.pressed.color: #576b81 +window.button.pressed.borderColor: #4e6276 + +window.frame.focusColor: #7c8c93 +window.frame.unfocusColor: #677b91 +handleWidth: 3 +frameWidth: 1 +bevelWidth: 1 +borderWidth: 1 +borderColor: #484848