all repos — openbox @ 75bd479545251e77235cb2052be18a173197de2e

openbox fork - make it a bit more like ryudo

add the om4ob theme
Dana Jansens danakj@orodu.net
commit

75bd479545251e77235cb2052be18a173197de2e

parent

4be3e7e24b2491f7166a1f02fcbdd03734cf2d97

M Makefile.amMakefile.am

@@ -421,6 +421,27 @@ themes/BBstylE/shade_toggled.xbm \

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 ##
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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 };
A 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