diff --git a/usr/share/themes/Lubuntu-default/openbox-3/close.xbm b/usr/share/themes/Lubuntu-default/openbox-3/close.xbm new file mode 100644 index 0000000..ab7ff80 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/close_pressed.xbm b/usr/share/themes/Lubuntu-default/openbox-3/close_pressed.xbm new file mode 100644 index 0000000..663c458 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/desk.xbm b/usr/share/themes/Lubuntu-default/openbox-3/desk.xbm new file mode 100644 index 0000000..f6e24ce --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/desk_toggled.xbm b/usr/share/themes/Lubuntu-default/openbox-3/desk_toggled.xbm new file mode 100644 index 0000000..d89d4bb --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/iconify.xbm b/usr/share/themes/Lubuntu-default/openbox-3/iconify.xbm new file mode 100644 index 0000000..0f415e0 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/iconify_disabled.xbm b/usr/share/themes/Lubuntu-default/openbox-3/iconify_disabled.xbm new file mode 100644 index 0000000..550a4a3 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/iconify_pressed.xbm b/usr/share/themes/Lubuntu-default/openbox-3/iconify_pressed.xbm new file mode 100644 index 0000000..28a9cab --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/max.xbm b/usr/share/themes/Lubuntu-default/openbox-3/max.xbm new file mode 100644 index 0000000..3a13089 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/max_disabled.xbm b/usr/share/themes/Lubuntu-default/openbox-3/max_disabled.xbm new file mode 100644 index 0000000..cb671bb --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/max_pressed.xbm b/usr/share/themes/Lubuntu-default/openbox-3/max_pressed.xbm new file mode 100644 index 0000000..5116ae3 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/max_toggled.xbm b/usr/share/themes/Lubuntu-default/openbox-3/max_toggled.xbm new file mode 100644 index 0000000..ff1c954 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/shade.xbm b/usr/share/themes/Lubuntu-default/openbox-3/shade.xbm new file mode 100644 index 0000000..ff774f8 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/shade_pressed.xbm b/usr/share/themes/Lubuntu-default/openbox-3/shade_pressed.xbm new file mode 100644 index 0000000..d65fe7a --- /dev/null +++ b/usr/share/themes/Lubuntu-default/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/usr/share/themes/Lubuntu-default/openbox-3/themerc b/usr/share/themes/Lubuntu-default/openbox-3/themerc new file mode 100644 index 0000000..0f382d4 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/openbox-3/themerc @@ -0,0 +1,65 @@ +#openbox themerc edited with obtheme +border.width: 1 +menu.border.color: #9D9D9D +menu.items.active.bg: Gradient SplitVertical Raised Bevel2 +menu.items.active.bg.color: #6196B3 +menu.items.active.bg.colorTo: #3F6A84 +menu.items.active.bg.border.color: #EFEBE7 +menu.items.active.text.color: #F8F8F8 +menu.items.bg: flat border solid +menu.items.bg.color: #EEEEEC +menu.items.bg.border.color: #EFEBE7 +menu.items.disabled.text.color: #BABDB6 +menu.items.text.color: #444444 +menu.overlap: 0 +menu.title.bg: Gradient SplitVertical Raised Bevel2 +menu.title.bg.color: #6196B3 +menu.title.bg.colorTo: #3F6A84 +menu.title.bg.border.color: #EFEBE7 +menu.title.text.color: #F8F8F8 +menu.title.text.justify: center +padding.width: 2 +window.active.border.color: #404040 +window.active.button.disabled.bg: parentrelative +window.active.button.disabled.image.color: #707070 +window.active.button.hover.image.color: #FFFFFF +window.active.button.pressed.bg: parentrelative +window.active.button.pressed.image.color: #FFFFFF +window.active.button.toggled.image.color: #E0E0E0 +window.active.button.toggled.pressed.image.color: #E0E0E0 +window.active.button.unpressed.bg: parentrelative +window.active.button.unpressed.image.color: #E0E0E0 +window.active.client.color: #DEE0D8 +window.active.grip.bg: parentrelative +window.active.handle.bg: raised solid +window.active.handle.bg.color: #E7E7E7 +window.active.label.bg: parentrelative +window.active.label.text.color: #F8F8F8 +window.active.title.bg: Gradient SplitVertical Raised Bevel2 +window.active.title.bg.color: #6196B3 +window.active.title.bg.colorTo: #3F6A84 +window.active.title.bg.border.color: #EFEBE7 +window.active.title.separator.color: #444444 +window.client.padding.width: 0 +window.handle.width: 3 +window.inactive.button.disabled.bg: parentrelative +window.inactive.button.disabled.image.color: #707070 +window.inactive.button.hover.image.color: #FFFFFF +window.inactive.button.pressed.bg: parentrelative +window.inactive.button.pressed.image.color: #FFFFFF +window.inactive.button.toggled.image.color: #E0E0E0 +window.inactive.button.toggled.pressed.image.color: #E0E0E0 +window.inactive.button.unpressed.bg: parentrelative +window.inactive.button.unpressed.image.color: #E0E0E0 +window.inactive.client.color: #DEE0D8 +window.inactive.grip.bg: parentrelative +window.inactive.handle.bg: raised solid +window.inactive.handle.bg.color: #E7E7E7 +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #F8F8F8 +window.inactive.title.bg: Gradient SplitVertical Raised Bevel2 +window.inactive.title.bg.color: #98AAB3 +window.inactive.title.bg.colorTo: #707D84 +window.inactive.title.bg.border.color: #EFEBE7 +window.inactive.title.separator.color: #777777 +window.label.text.justify: center