diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-22 06:46:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-22 06:46:01 +0000 |
| commit | 4a2a4aa918c0f9dc614b60107334d8073d0d2c80 (patch) | |
| tree | 23ced6b02a51c67b052c0fef82d4ab20724ac148 /themes/openbox/ebox_buttons | |
| parent | 3f0e69b8e05a2c5dde2489dc9abad4e3aceee591 (diff) | |
add the ebox style
Diffstat (limited to 'themes/openbox/ebox_buttons')
| -rw-r--r-- | themes/openbox/ebox_buttons/bulletbc.xbm | 5 | ||||
| -rw-r--r-- | themes/openbox/ebox_buttons/bulletl.xbm | 5 | ||||
| -rw-r--r-- | themes/openbox/ebox_buttons/bulletr.xbm | 5 | ||||
| -rw-r--r-- | themes/openbox/ebox_buttons/close.xbm | 5 | ||||
| -rw-r--r-- | themes/openbox/ebox_buttons/icon.xbm | 5 | ||||
| -rw-r--r-- | themes/openbox/ebox_buttons/max.xbm | 5 |
6 files changed, 30 insertions, 0 deletions
diff --git a/themes/openbox/ebox_buttons/bulletbc.xbm b/themes/openbox/ebox_buttons/bulletbc.xbm new file mode 100644 index 00000000..f74daa69 --- /dev/null +++ b/themes/openbox/ebox_buttons/bulletbc.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define bulletbc_width 8 +#define bulletbc_height 8 +static unsigned char bulletbc_bits[] = { + 0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 }; diff --git a/themes/openbox/ebox_buttons/bulletl.xbm b/themes/openbox/ebox_buttons/bulletl.xbm new file mode 100644 index 00000000..b136694e --- /dev/null +++ b/themes/openbox/ebox_buttons/bulletl.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define bulletl_width 8 +#define bulletl_height 8 +static unsigned char bulletl_bits[] = { + 0x00, 0x20, 0x70, 0x38, 0x3c, 0x38, 0x70, 0x20 }; diff --git a/themes/openbox/ebox_buttons/bulletr.xbm b/themes/openbox/ebox_buttons/bulletr.xbm new file mode 100644 index 00000000..5b2d6fd3 --- /dev/null +++ b/themes/openbox/ebox_buttons/bulletr.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define bulletr_width 8 +#define bulletr_height 8 +static unsigned char bulletr_bits[] = { + 0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 }; diff --git a/themes/openbox/ebox_buttons/close.xbm b/themes/openbox/ebox_buttons/close.xbm new file mode 100644 index 00000000..a97c5334 --- /dev/null +++ b/themes/openbox/ebox_buttons/close.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0x42, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0x42 }; diff --git a/themes/openbox/ebox_buttons/icon.xbm b/themes/openbox/ebox_buttons/icon.xbm new file mode 100644 index 00000000..38d8f73a --- /dev/null +++ b/themes/openbox/ebox_buttons/icon.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define icon_width 7 +#define icon_height 7 +static unsigned char icon_bits[] = { + 0x0c, 0x0c, 0x0c, 0x7c, 0x7c, 0x03, 0x03 }; diff --git a/themes/openbox/ebox_buttons/max.xbm b/themes/openbox/ebox_buttons/max.xbm new file mode 100644 index 00000000..f143a223 --- /dev/null +++ b/themes/openbox/ebox_buttons/max.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define max_width 7 +#define max_height 7 +static unsigned char max_bits[] = { + 0x7f, 0x7f, 0x60, 0x60, 0x60, 0x63, 0x63 }; |
