From 37019bc8a9450d0b87f1e448345df0a39a8ef00c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 May 2007 03:58:06 +0000 Subject: capitalize the theme names --- Makefile.am | 82 ++++++------- themes/Artwiz-boxed/openbox-3/bullet.xbm | 4 + themes/Artwiz-boxed/openbox-3/close.xbm | 4 + themes/Artwiz-boxed/openbox-3/desk.xbm | 4 + themes/Artwiz-boxed/openbox-3/desk_toggled.xbm | 4 + themes/Artwiz-boxed/openbox-3/iconify.xbm | 4 + themes/Artwiz-boxed/openbox-3/max.xbm | 4 + themes/Artwiz-boxed/openbox-3/max_toggled.xbm | 4 + themes/Artwiz-boxed/openbox-3/themerc.xml | 148 +++++++++++++++++++++++ themes/Bear2/openbox-3/close.xbm | 4 + themes/Bear2/openbox-3/close_pressed.xbm | 5 + themes/Bear2/openbox-3/desk.xbm | 4 + themes/Bear2/openbox-3/desk_toggled.xbm | 4 + themes/Bear2/openbox-3/iconify.xbm | 4 + themes/Bear2/openbox-3/iconify_disabled.xbm | 5 + themes/Bear2/openbox-3/iconify_pressed.xbm | 5 + themes/Bear2/openbox-3/max.xbm | 4 + themes/Bear2/openbox-3/max_disabled.xbm | 5 + themes/Bear2/openbox-3/max_pressed.xbm | 5 + themes/Bear2/openbox-3/max_toggled.xbm | 4 + themes/Bear2/openbox-3/shade.xbm | 4 + themes/Bear2/openbox-3/shade_pressed.xbm | 5 + themes/Bear2/openbox-3/themerc.xml | 155 +++++++++++++++++++++++++ themes/Orang/openbox-3/themerc.xml | 140 ++++++++++++++++++++++ themes/Syscrash/openbox-3/bullet.xbm | 4 + themes/Syscrash/openbox-3/close.xbm | 4 + themes/Syscrash/openbox-3/close_disabled.xbm | 4 + themes/Syscrash/openbox-3/desk.xbm | 4 + themes/Syscrash/openbox-3/desk_toggled.xbm | 4 + themes/Syscrash/openbox-3/iconify.xbm | 4 + themes/Syscrash/openbox-3/max.xbm | 4 + themes/Syscrash/openbox-3/max_disabled.xbm | 4 + themes/Syscrash/openbox-3/max_pressed.xbm | 4 + themes/Syscrash/openbox-3/max_toggled.xbm | 4 + themes/Syscrash/openbox-3/shade.xbm | 4 + themes/Syscrash/openbox-3/themerc.xml | 132 +++++++++++++++++++++ themes/artwiz-boxed/openbox-3/bullet.xbm | 4 - themes/artwiz-boxed/openbox-3/close.xbm | 4 - themes/artwiz-boxed/openbox-3/desk.xbm | 4 - themes/artwiz-boxed/openbox-3/desk_toggled.xbm | 4 - themes/artwiz-boxed/openbox-3/iconify.xbm | 4 - themes/artwiz-boxed/openbox-3/max.xbm | 4 - themes/artwiz-boxed/openbox-3/max_toggled.xbm | 4 - themes/artwiz-boxed/openbox-3/themerc.xml | 148 ----------------------- themes/bear2/openbox-3/close.xbm | 4 - themes/bear2/openbox-3/close_pressed.xbm | 5 - themes/bear2/openbox-3/desk.xbm | 4 - themes/bear2/openbox-3/desk_toggled.xbm | 4 - themes/bear2/openbox-3/iconify.xbm | 4 - themes/bear2/openbox-3/iconify_disabled.xbm | 5 - themes/bear2/openbox-3/iconify_pressed.xbm | 5 - themes/bear2/openbox-3/max.xbm | 4 - themes/bear2/openbox-3/max_disabled.xbm | 5 - themes/bear2/openbox-3/max_pressed.xbm | 5 - themes/bear2/openbox-3/max_toggled.xbm | 4 - themes/bear2/openbox-3/shade.xbm | 4 - themes/bear2/openbox-3/shade_pressed.xbm | 5 - themes/bear2/openbox-3/themerc.xml | 155 ------------------------- themes/orang/openbox-3/themerc.xml | 140 ---------------------- themes/syscrash/openbox-3/bullet.xbm | 4 - themes/syscrash/openbox-3/close.xbm | 4 - themes/syscrash/openbox-3/close_disabled.xbm | 4 - themes/syscrash/openbox-3/desk.xbm | 4 - themes/syscrash/openbox-3/desk_toggled.xbm | 4 - themes/syscrash/openbox-3/iconify.xbm | 4 - themes/syscrash/openbox-3/max.xbm | 4 - themes/syscrash/openbox-3/max_disabled.xbm | 4 - themes/syscrash/openbox-3/max_pressed.xbm | 4 - themes/syscrash/openbox-3/max_toggled.xbm | 4 - themes/syscrash/openbox-3/shade.xbm | 4 - themes/syscrash/openbox-3/themerc.xml | 132 --------------------- 71 files changed, 746 insertions(+), 746 deletions(-) create mode 100644 themes/Artwiz-boxed/openbox-3/bullet.xbm create mode 100644 themes/Artwiz-boxed/openbox-3/close.xbm create mode 100644 themes/Artwiz-boxed/openbox-3/desk.xbm create mode 100644 themes/Artwiz-boxed/openbox-3/desk_toggled.xbm create mode 100644 themes/Artwiz-boxed/openbox-3/iconify.xbm create mode 100644 themes/Artwiz-boxed/openbox-3/max.xbm create mode 100644 themes/Artwiz-boxed/openbox-3/max_toggled.xbm create mode 100644 themes/Artwiz-boxed/openbox-3/themerc.xml create mode 100644 themes/Bear2/openbox-3/close.xbm create mode 100644 themes/Bear2/openbox-3/close_pressed.xbm create mode 100644 themes/Bear2/openbox-3/desk.xbm create mode 100644 themes/Bear2/openbox-3/desk_toggled.xbm create mode 100644 themes/Bear2/openbox-3/iconify.xbm create mode 100644 themes/Bear2/openbox-3/iconify_disabled.xbm create mode 100644 themes/Bear2/openbox-3/iconify_pressed.xbm create mode 100644 themes/Bear2/openbox-3/max.xbm create mode 100644 themes/Bear2/openbox-3/max_disabled.xbm create mode 100644 themes/Bear2/openbox-3/max_pressed.xbm create mode 100644 themes/Bear2/openbox-3/max_toggled.xbm create mode 100644 themes/Bear2/openbox-3/shade.xbm create mode 100644 themes/Bear2/openbox-3/shade_pressed.xbm create mode 100644 themes/Bear2/openbox-3/themerc.xml create mode 100644 themes/Orang/openbox-3/themerc.xml create mode 100644 themes/Syscrash/openbox-3/bullet.xbm create mode 100644 themes/Syscrash/openbox-3/close.xbm create mode 100644 themes/Syscrash/openbox-3/close_disabled.xbm create mode 100644 themes/Syscrash/openbox-3/desk.xbm create mode 100644 themes/Syscrash/openbox-3/desk_toggled.xbm create mode 100644 themes/Syscrash/openbox-3/iconify.xbm create mode 100644 themes/Syscrash/openbox-3/max.xbm create mode 100644 themes/Syscrash/openbox-3/max_disabled.xbm create mode 100644 themes/Syscrash/openbox-3/max_pressed.xbm create mode 100644 themes/Syscrash/openbox-3/max_toggled.xbm create mode 100644 themes/Syscrash/openbox-3/shade.xbm create mode 100644 themes/Syscrash/openbox-3/themerc.xml delete mode 100644 themes/artwiz-boxed/openbox-3/bullet.xbm delete mode 100644 themes/artwiz-boxed/openbox-3/close.xbm delete mode 100644 themes/artwiz-boxed/openbox-3/desk.xbm delete mode 100644 themes/artwiz-boxed/openbox-3/desk_toggled.xbm delete mode 100644 themes/artwiz-boxed/openbox-3/iconify.xbm delete mode 100644 themes/artwiz-boxed/openbox-3/max.xbm delete mode 100644 themes/artwiz-boxed/openbox-3/max_toggled.xbm delete mode 100644 themes/artwiz-boxed/openbox-3/themerc.xml delete mode 100644 themes/bear2/openbox-3/close.xbm delete mode 100644 themes/bear2/openbox-3/close_pressed.xbm delete mode 100644 themes/bear2/openbox-3/desk.xbm delete mode 100644 themes/bear2/openbox-3/desk_toggled.xbm delete mode 100644 themes/bear2/openbox-3/iconify.xbm delete mode 100644 themes/bear2/openbox-3/iconify_disabled.xbm delete mode 100644 themes/bear2/openbox-3/iconify_pressed.xbm delete mode 100644 themes/bear2/openbox-3/max.xbm delete mode 100644 themes/bear2/openbox-3/max_disabled.xbm delete mode 100644 themes/bear2/openbox-3/max_pressed.xbm delete mode 100644 themes/bear2/openbox-3/max_toggled.xbm delete mode 100644 themes/bear2/openbox-3/shade.xbm delete mode 100644 themes/bear2/openbox-3/shade_pressed.xbm delete mode 100644 themes/bear2/openbox-3/themerc.xml delete mode 100644 themes/orang/openbox-3/themerc.xml delete mode 100644 themes/syscrash/openbox-3/bullet.xbm delete mode 100644 themes/syscrash/openbox-3/close.xbm delete mode 100644 themes/syscrash/openbox-3/close_disabled.xbm delete mode 100644 themes/syscrash/openbox-3/desk.xbm delete mode 100644 themes/syscrash/openbox-3/desk_toggled.xbm delete mode 100644 themes/syscrash/openbox-3/iconify.xbm delete mode 100644 themes/syscrash/openbox-3/max.xbm delete mode 100644 themes/syscrash/openbox-3/max_disabled.xbm delete mode 100644 themes/syscrash/openbox-3/max_pressed.xbm delete mode 100644 themes/syscrash/openbox-3/max_toggled.xbm delete mode 100644 themes/syscrash/openbox-3/shade.xbm delete mode 100644 themes/syscrash/openbox-3/themerc.xml diff --git a/Makefile.am b/Makefile.am index 98e436a9..449c9cb2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -288,52 +288,52 @@ dist_natura_theme_DATA= \ themes/Natura/openbox-3/shade.xbm \ themes/Natura/openbox-3/themerc.xml -artwizboxed_themedir = $(themedir)/artwiz-boxed/openbox-3 +artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3 dist_artwizboxed_theme_DATA= \ - themes/artwiz-boxed/openbox-3/bullet.xbm \ - themes/artwiz-boxed/openbox-3/close.xbm \ - themes/artwiz-boxed/openbox-3/desk_toggled.xbm \ - themes/artwiz-boxed/openbox-3/desk.xbm \ - themes/artwiz-boxed/openbox-3/iconify.xbm \ - themes/artwiz-boxed/openbox-3/max_toggled.xbm \ - themes/artwiz-boxed/openbox-3/max.xbm \ - themes/artwiz-boxed/openbox-3/themerc.xml - -bear2_themedir = $(themedir)/bear2/openbox-3 + themes/Artwiz-boxed/openbox-3/bullet.xbm \ + themes/Artwiz-boxed/openbox-3/close.xbm \ + themes/Artwiz-boxed/openbox-3/desk_toggled.xbm \ + themes/Artwiz-boxed/openbox-3/desk.xbm \ + themes/Artwiz-boxed/openbox-3/iconify.xbm \ + themes/Artwiz-boxed/openbox-3/max_toggled.xbm \ + themes/Artwiz-boxed/openbox-3/max.xbm \ + themes/Artwiz-boxed/openbox-3/themerc.xml + +bear2_themedir = $(themedir)/Bear2/openbox-3 dist_bear2_theme_DATA= \ - themes/bear2/openbox-3/close_pressed.xbm \ - themes/bear2/openbox-3/close.xbm \ - themes/bear2/openbox-3/desk_toggled.xbm \ - themes/bear2/openbox-3/desk.xbm \ - themes/bear2/openbox-3/iconify_disabled.xbm \ - themes/bear2/openbox-3/iconify_pressed.xbm \ - themes/bear2/openbox-3/iconify.xbm \ - themes/bear2/openbox-3/max_disabled.xbm \ - themes/bear2/openbox-3/max_pressed.xbm \ - themes/bear2/openbox-3/max_toggled.xbm \ - themes/bear2/openbox-3/max.xbm \ - themes/bear2/openbox-3/shade_pressed.xbm \ - themes/bear2/openbox-3/shade.xbm \ - themes/bear2/openbox-3/themerc.xml - -orang_themedir = $(themedir)/orang/openbox-3 + themes/Bear2/openbox-3/close_pressed.xbm \ + themes/Bear2/openbox-3/close.xbm \ + themes/Bear2/openbox-3/desk_toggled.xbm \ + themes/Bear2/openbox-3/desk.xbm \ + themes/Bear2/openbox-3/iconify_disabled.xbm \ + themes/Bear2/openbox-3/iconify_pressed.xbm \ + themes/Bear2/openbox-3/iconify.xbm \ + themes/Bear2/openbox-3/max_disabled.xbm \ + themes/Bear2/openbox-3/max_pressed.xbm \ + themes/Bear2/openbox-3/max_toggled.xbm \ + themes/Bear2/openbox-3/max.xbm \ + themes/Bear2/openbox-3/shade_pressed.xbm \ + themes/Bear2/openbox-3/shade.xbm \ + themes/Bear2/openbox-3/themerc.xml + +orang_themedir = $(themedir)/Orang/openbox-3 dist_orang_theme_DATA= \ - themes/orang/openbox-3/themerc.xml + themes/Orang/openbox-3/themerc.xml -syscrash_themedir = $(themedir)/syscrash/openbox-3 +syscrash_themedir = $(themedir)/Syscrash/openbox-3 dist_syscrash_theme_DATA= \ - themes/syscrash/openbox-3/bullet.xbm \ - themes/syscrash/openbox-3/close_disabled.xbm \ - themes/syscrash/openbox-3/close.xbm \ - themes/syscrash/openbox-3/desk_toggled.xbm \ - themes/syscrash/openbox-3/desk.xbm \ - themes/syscrash/openbox-3/iconify.xbm \ - themes/syscrash/openbox-3/max_disabled.xbm \ - themes/syscrash/openbox-3/max_pressed.xbm \ - themes/syscrash/openbox-3/max_toggled.xbm \ - themes/syscrash/openbox-3/max.xbm \ - themes/syscrash/openbox-3/shade.xbm \ - themes/syscrash/openbox-3/themerc.xml + themes/Syscrash/openbox-3/bullet.xbm \ + themes/Syscrash/openbox-3/close_disabled.xbm \ + themes/Syscrash/openbox-3/close.xbm \ + themes/Syscrash/openbox-3/desk_toggled.xbm \ + themes/Syscrash/openbox-3/desk.xbm \ + themes/Syscrash/openbox-3/iconify.xbm \ + themes/Syscrash/openbox-3/max_disabled.xbm \ + themes/Syscrash/openbox-3/max_pressed.xbm \ + themes/Syscrash/openbox-3/max_toggled.xbm \ + themes/Syscrash/openbox-3/max.xbm \ + themes/Syscrash/openbox-3/shade.xbm \ + themes/Syscrash/openbox-3/themerc.xml ## public headers ## diff --git a/themes/Artwiz-boxed/openbox-3/bullet.xbm b/themes/Artwiz-boxed/openbox-3/bullet.xbm new file mode 100644 index 00000000..5bab764e --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_blank_width 7 +#define bullet_blank_height 7 +static unsigned char bullet_blank_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Artwiz-boxed/openbox-3/close.xbm b/themes/Artwiz-boxed/openbox-3/close.xbm new file mode 100644 index 00000000..0f085f73 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 7 +#define close_height 7 +static unsigned char close_bits[] = { + 0x41, 0x22, 0x14, 0x08, 0x14, 0x22, 0x41 }; diff --git a/themes/Artwiz-boxed/openbox-3/desk.xbm b/themes/Artwiz-boxed/openbox-3/desk.xbm new file mode 100644 index 00000000..4a462003 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 7 +#define desk_height 7 +static unsigned char desk_bits[] = { + 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x00 }; diff --git a/themes/Artwiz-boxed/openbox-3/desk_toggled.xbm b/themes/Artwiz-boxed/openbox-3/desk_toggled.xbm new file mode 100644 index 00000000..509d16e0 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 7 +#define desk_toggled_height 7 +static unsigned char desk_toggled_bits[] = { + 0x00, 0x22, 0x00, 0x00, 0x00, 0x22, 0x00 }; diff --git a/themes/Artwiz-boxed/openbox-3/iconify.xbm b/themes/Artwiz-boxed/openbox-3/iconify.xbm new file mode 100644 index 00000000..c16a8934 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 7 +#define iconify_height 7 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x7f, 0x41, 0x7f }; diff --git a/themes/Artwiz-boxed/openbox-3/max.xbm b/themes/Artwiz-boxed/openbox-3/max.xbm new file mode 100644 index 00000000..402b1cf5 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 7 +#define max_height 7 +static unsigned char max_bits[] = { + 0x7f, 0x7f, 0x41, 0x41, 0x41, 0x41, 0x7f }; diff --git a/themes/Artwiz-boxed/openbox-3/max_toggled.xbm b/themes/Artwiz-boxed/openbox-3/max_toggled.xbm new file mode 100644 index 00000000..d486135a --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 7 +#define max_toggled_height 7 +static unsigned char max_toggled_bits[] = { + 0x7c, 0x44, 0x5f, 0x55, 0x7d, 0x11, 0x1f }; diff --git a/themes/Artwiz-boxed/openbox-3/themerc.xml b/themes/Artwiz-boxed/openbox-3/themerc.xml new file mode 100644 index 00000000..9c360b65 --- /dev/null +++ b/themes/Artwiz-boxed/openbox-3/themerc.xml @@ -0,0 +1,148 @@ + + + + 4 + + + + + 1 + + + center + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + center + + <text> + <primary r="255" g="255" b="255" a="255"/> + </text> + <style>raised gradient diagonal</style> + <primary r="144" g="148" b="152" a="255"/> + <secondary r="32" g="36" b="40" a="255"/> + + + + + + + + + + + + + + + + + + + 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.xml b/themes/Bear2/openbox-3/themerc.xml new file mode 100644 index 00000000..bda587da --- /dev/null +++ b/themes/Bear2/openbox-3/themerc.xml @@ -0,0 +1,155 @@ + + + + 4 + + + + + 1 + + + + center + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + center + 2 + + <text> + <primary r="255" g="255" b="255" a="255"/> + <shadow> + <offset x="1" y="1"/> + <primary r="0" g="0" b="0" a="76"/> + </shadow> + </text> + <style>flat border vertical gradient</style> + <primary r="52" g="101" b="164" a="255"/> + <secondary r="64" g="124" b="202" a="255"/> + <border r="114" g="159" b="207" a="255"/> + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Orang/openbox-3/themerc.xml b/themes/Orang/openbox-3/themerc.xml new file mode 100644 index 00000000..84ded301 --- /dev/null +++ b/themes/Orang/openbox-3/themerc.xml @@ -0,0 +1,140 @@ + + + + + + 3 + + + + + 1 + + + + left + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + left + 2 + + <text> + <primary r="255" g="255" b="255" a="255"/> + </text> + <style>flat solid border</style> + <primary r="206" g="92" b="0" a="255"/> + <border r="252" g="175" b="62" a="255"/> + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Syscrash/openbox-3/bullet.xbm b/themes/Syscrash/openbox-3/bullet.xbm new file mode 100644 index 00000000..88481ec8 --- /dev/null +++ b/themes/Syscrash/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 4 +#define bullet_height 7 +static unsigned char bullet_bits[] = { + 0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 }; diff --git a/themes/Syscrash/openbox-3/close.xbm b/themes/Syscrash/openbox-3/close.xbm new file mode 100644 index 00000000..4a88cff6 --- /dev/null +++ b/themes/Syscrash/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 6 +#define close_height 6 +static unsigned char close_bits[] = { + 0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 }; diff --git a/themes/Syscrash/openbox-3/close_disabled.xbm b/themes/Syscrash/openbox-3/close_disabled.xbm new file mode 100644 index 00000000..082582b9 --- /dev/null +++ b/themes/Syscrash/openbox-3/close_disabled.xbm @@ -0,0 +1,4 @@ +#define close_width 5 +#define close_height 5 +static unsigned char close_bits[] = { + 0x1b, 0x1f, 0x0e, 0x1f, 0x1b }; diff --git a/themes/Syscrash/openbox-3/desk.xbm b/themes/Syscrash/openbox-3/desk.xbm new file mode 100644 index 00000000..3e327e36 --- /dev/null +++ b/themes/Syscrash/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 6 +#define desk_height 6 +static unsigned char desk_bits[] = { + 0x33, 0x33, 0x00, 0x00, 0x33, 0x33 }; diff --git a/themes/Syscrash/openbox-3/desk_toggled.xbm b/themes/Syscrash/openbox-3/desk_toggled.xbm new file mode 100644 index 00000000..d7e045ee --- /dev/null +++ b/themes/Syscrash/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggle_width 6 +#define desk_toggle_height 6 +static unsigned char desk_toggle_bits[] = { + 0x00, 0x1e, 0x1a, 0x16, 0x1e, 0x00 }; diff --git a/themes/Syscrash/openbox-3/iconify.xbm b/themes/Syscrash/openbox-3/iconify.xbm new file mode 100644 index 00000000..23048669 --- /dev/null +++ b/themes/Syscrash/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 6 +#define iconify_height 6 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f }; diff --git a/themes/Syscrash/openbox-3/max.xbm b/themes/Syscrash/openbox-3/max.xbm new file mode 100644 index 00000000..44c7cefc --- /dev/null +++ b/themes/Syscrash/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 6 +#define max_height 6 +static unsigned char max_bits[] = { + 0x3e, 0x22, 0x2f, 0x29, 0x39, 0x0f }; diff --git a/themes/Syscrash/openbox-3/max_disabled.xbm b/themes/Syscrash/openbox-3/max_disabled.xbm new file mode 100644 index 00000000..6d030af4 --- /dev/null +++ b/themes/Syscrash/openbox-3/max_disabled.xbm @@ -0,0 +1,4 @@ +#define max_width 6 +#define max_height 6 +static unsigned char max_bits[] = { + 0x3f, 0x3f, 0x21, 0x21, 0x21, 0x3f }; diff --git a/themes/Syscrash/openbox-3/max_pressed.xbm b/themes/Syscrash/openbox-3/max_pressed.xbm new file mode 100644 index 00000000..dd8e57e3 --- /dev/null +++ b/themes/Syscrash/openbox-3/max_pressed.xbm @@ -0,0 +1,4 @@ +#define max_width 5 +#define max_height 5 +static unsigned char max_bits[] = { + 0x1f, 0x1f, 0x11, 0x11, 0x1f }; diff --git a/themes/Syscrash/openbox-3/max_toggled.xbm b/themes/Syscrash/openbox-3/max_toggled.xbm new file mode 100644 index 00000000..020f779d --- /dev/null +++ b/themes/Syscrash/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 6 +#define max_toggled_height 6 +static unsigned char max_toggled_bits[] = { + 0x3c, 0x27, 0x25, 0x3d, 0x11, 0x1f }; diff --git a/themes/Syscrash/openbox-3/shade.xbm b/themes/Syscrash/openbox-3/shade.xbm new file mode 100644 index 00000000..7d65a3c0 --- /dev/null +++ b/themes/Syscrash/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 7 +#define shade_height 7 +static unsigned char shade_bits[] = { + 0x7f, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Syscrash/openbox-3/themerc.xml b/themes/Syscrash/openbox-3/themerc.xml new file mode 100644 index 00000000..bd8d15db --- /dev/null +++ b/themes/Syscrash/openbox-3/themerc.xml @@ -0,0 +1,132 @@ + + + + + 0 + + + + + 1 + + + + left + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + left + 0 + + <text> + <primary r="255" g="255" b="255" a="255"/> + </text> + <style>flat gradient vertical</style> + <primary r="76" g="76" b="76" a="255"/> + <secondary r="112" g="112" b="112" a="255"/> + + + + + + + + + + + + + + + + + + + + diff --git a/themes/artwiz-boxed/openbox-3/bullet.xbm b/themes/artwiz-boxed/openbox-3/bullet.xbm deleted file mode 100644 index 5bab764e..00000000 --- a/themes/artwiz-boxed/openbox-3/bullet.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define bullet_blank_width 7 -#define bullet_blank_height 7 -static unsigned char bullet_blank_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/artwiz-boxed/openbox-3/close.xbm b/themes/artwiz-boxed/openbox-3/close.xbm deleted file mode 100644 index 0f085f73..00000000 --- a/themes/artwiz-boxed/openbox-3/close.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define close_width 7 -#define close_height 7 -static unsigned char close_bits[] = { - 0x41, 0x22, 0x14, 0x08, 0x14, 0x22, 0x41 }; diff --git a/themes/artwiz-boxed/openbox-3/desk.xbm b/themes/artwiz-boxed/openbox-3/desk.xbm deleted file mode 100644 index 4a462003..00000000 --- a/themes/artwiz-boxed/openbox-3/desk.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define desk_width 7 -#define desk_height 7 -static unsigned char desk_bits[] = { - 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x00 }; diff --git a/themes/artwiz-boxed/openbox-3/desk_toggled.xbm b/themes/artwiz-boxed/openbox-3/desk_toggled.xbm deleted file mode 100644 index 509d16e0..00000000 --- a/themes/artwiz-boxed/openbox-3/desk_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define desk_toggled_width 7 -#define desk_toggled_height 7 -static unsigned char desk_toggled_bits[] = { - 0x00, 0x22, 0x00, 0x00, 0x00, 0x22, 0x00 }; diff --git a/themes/artwiz-boxed/openbox-3/iconify.xbm b/themes/artwiz-boxed/openbox-3/iconify.xbm deleted file mode 100644 index c16a8934..00000000 --- a/themes/artwiz-boxed/openbox-3/iconify.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define iconify_width 7 -#define iconify_height 7 -static unsigned char iconify_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x7f, 0x41, 0x7f }; diff --git a/themes/artwiz-boxed/openbox-3/max.xbm b/themes/artwiz-boxed/openbox-3/max.xbm deleted file mode 100644 index 402b1cf5..00000000 --- a/themes/artwiz-boxed/openbox-3/max.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_width 7 -#define max_height 7 -static unsigned char max_bits[] = { - 0x7f, 0x7f, 0x41, 0x41, 0x41, 0x41, 0x7f }; diff --git a/themes/artwiz-boxed/openbox-3/max_toggled.xbm b/themes/artwiz-boxed/openbox-3/max_toggled.xbm deleted file mode 100644 index d486135a..00000000 --- a/themes/artwiz-boxed/openbox-3/max_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_toggled_width 7 -#define max_toggled_height 7 -static unsigned char max_toggled_bits[] = { - 0x7c, 0x44, 0x5f, 0x55, 0x7d, 0x11, 0x1f }; diff --git a/themes/artwiz-boxed/openbox-3/themerc.xml b/themes/artwiz-boxed/openbox-3/themerc.xml deleted file mode 100644 index 9c360b65..00000000 --- a/themes/artwiz-boxed/openbox-3/themerc.xml +++ /dev/null @@ -1,148 +0,0 @@ - - - - 4 - - - - - 1 - - - center - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - center - - <text> - <primary r="255" g="255" b="255" a="255"/> - </text> - <style>raised gradient diagonal</style> - <primary r="144" g="148" b="152" a="255"/> - <secondary r="32" g="36" b="40" a="255"/> - - - - - - - - - - - - - - - - - - - diff --git a/themes/bear2/openbox-3/close.xbm b/themes/bear2/openbox-3/close.xbm deleted file mode 100644 index ab7ff800..00000000 --- a/themes/bear2/openbox-3/close.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#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 deleted file mode 100644 index 663c4589..00000000 --- a/themes/bear2/openbox-3/close_pressed.xbm +++ /dev/null @@ -1,5 +0,0 @@ -#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 deleted file mode 100644 index f6e24ce6..00000000 --- a/themes/bear2/openbox-3/desk.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#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 deleted file mode 100644 index d89d4bb7..00000000 --- a/themes/bear2/openbox-3/desk_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#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 deleted file mode 100644 index 0f415e05..00000000 --- a/themes/bear2/openbox-3/iconify.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#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 deleted file mode 100644 index 550a4a3c..00000000 --- a/themes/bear2/openbox-3/iconify_disabled.xbm +++ /dev/null @@ -1,5 +0,0 @@ -#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 deleted file mode 100644 index 28a9cab6..00000000 --- a/themes/bear2/openbox-3/iconify_pressed.xbm +++ /dev/null @@ -1,5 +0,0 @@ -#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 deleted file mode 100644 index 3a130890..00000000 --- a/themes/bear2/openbox-3/max.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#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 deleted file mode 100644 index cb671bbf..00000000 --- a/themes/bear2/openbox-3/max_disabled.xbm +++ /dev/null @@ -1,5 +0,0 @@ -#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 deleted file mode 100644 index 5116ae31..00000000 --- a/themes/bear2/openbox-3/max_pressed.xbm +++ /dev/null @@ -1,5 +0,0 @@ -#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 deleted file mode 100644 index ff1c954a..00000000 --- a/themes/bear2/openbox-3/max_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#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 deleted file mode 100644 index ff774f89..00000000 --- a/themes/bear2/openbox-3/shade.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#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 deleted file mode 100644 index d65fe7ae..00000000 --- a/themes/bear2/openbox-3/shade_pressed.xbm +++ /dev/null @@ -1,5 +0,0 @@ -#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.xml b/themes/bear2/openbox-3/themerc.xml deleted file mode 100644 index bda587da..00000000 --- a/themes/bear2/openbox-3/themerc.xml +++ /dev/null @@ -1,155 +0,0 @@ - - - - 4 - - - - - 1 - - - - center - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - center - 2 - - <text> - <primary r="255" g="255" b="255" a="255"/> - <shadow> - <offset x="1" y="1"/> - <primary r="0" g="0" b="0" a="76"/> - </shadow> - </text> - <style>flat border vertical gradient</style> - <primary r="52" g="101" b="164" a="255"/> - <secondary r="64" g="124" b="202" a="255"/> - <border r="114" g="159" b="207" a="255"/> - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/orang/openbox-3/themerc.xml b/themes/orang/openbox-3/themerc.xml deleted file mode 100644 index 84ded301..00000000 --- a/themes/orang/openbox-3/themerc.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - 3 - - - - - 1 - - - - left - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - left - 2 - - <text> - <primary r="255" g="255" b="255" a="255"/> - </text> - <style>flat solid border</style> - <primary r="206" g="92" b="0" a="255"/> - <border r="252" g="175" b="62" a="255"/> - - - - - - - - - - - - - - - - - - - - diff --git a/themes/syscrash/openbox-3/bullet.xbm b/themes/syscrash/openbox-3/bullet.xbm deleted file mode 100644 index 88481ec8..00000000 --- a/themes/syscrash/openbox-3/bullet.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define bullet_width 4 -#define bullet_height 7 -static unsigned char bullet_bits[] = { - 0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 }; diff --git a/themes/syscrash/openbox-3/close.xbm b/themes/syscrash/openbox-3/close.xbm deleted file mode 100644 index 4a88cff6..00000000 --- a/themes/syscrash/openbox-3/close.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define close_width 6 -#define close_height 6 -static unsigned char close_bits[] = { - 0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 }; diff --git a/themes/syscrash/openbox-3/close_disabled.xbm b/themes/syscrash/openbox-3/close_disabled.xbm deleted file mode 100644 index 082582b9..00000000 --- a/themes/syscrash/openbox-3/close_disabled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define close_width 5 -#define close_height 5 -static unsigned char close_bits[] = { - 0x1b, 0x1f, 0x0e, 0x1f, 0x1b }; diff --git a/themes/syscrash/openbox-3/desk.xbm b/themes/syscrash/openbox-3/desk.xbm deleted file mode 100644 index 3e327e36..00000000 --- a/themes/syscrash/openbox-3/desk.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define desk_width 6 -#define desk_height 6 -static unsigned char desk_bits[] = { - 0x33, 0x33, 0x00, 0x00, 0x33, 0x33 }; diff --git a/themes/syscrash/openbox-3/desk_toggled.xbm b/themes/syscrash/openbox-3/desk_toggled.xbm deleted file mode 100644 index d7e045ee..00000000 --- a/themes/syscrash/openbox-3/desk_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define desk_toggle_width 6 -#define desk_toggle_height 6 -static unsigned char desk_toggle_bits[] = { - 0x00, 0x1e, 0x1a, 0x16, 0x1e, 0x00 }; diff --git a/themes/syscrash/openbox-3/iconify.xbm b/themes/syscrash/openbox-3/iconify.xbm deleted file mode 100644 index 23048669..00000000 --- a/themes/syscrash/openbox-3/iconify.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define iconify_width 6 -#define iconify_height 6 -static unsigned char iconify_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f }; diff --git a/themes/syscrash/openbox-3/max.xbm b/themes/syscrash/openbox-3/max.xbm deleted file mode 100644 index 44c7cefc..00000000 --- a/themes/syscrash/openbox-3/max.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_width 6 -#define max_height 6 -static unsigned char max_bits[] = { - 0x3e, 0x22, 0x2f, 0x29, 0x39, 0x0f }; diff --git a/themes/syscrash/openbox-3/max_disabled.xbm b/themes/syscrash/openbox-3/max_disabled.xbm deleted file mode 100644 index 6d030af4..00000000 --- a/themes/syscrash/openbox-3/max_disabled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_width 6 -#define max_height 6 -static unsigned char max_bits[] = { - 0x3f, 0x3f, 0x21, 0x21, 0x21, 0x3f }; diff --git a/themes/syscrash/openbox-3/max_pressed.xbm b/themes/syscrash/openbox-3/max_pressed.xbm deleted file mode 100644 index dd8e57e3..00000000 --- a/themes/syscrash/openbox-3/max_pressed.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_width 5 -#define max_height 5 -static unsigned char max_bits[] = { - 0x1f, 0x1f, 0x11, 0x11, 0x1f }; diff --git a/themes/syscrash/openbox-3/max_toggled.xbm b/themes/syscrash/openbox-3/max_toggled.xbm deleted file mode 100644 index 020f779d..00000000 --- a/themes/syscrash/openbox-3/max_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_toggled_width 6 -#define max_toggled_height 6 -static unsigned char max_toggled_bits[] = { - 0x3c, 0x27, 0x25, 0x3d, 0x11, 0x1f }; diff --git a/themes/syscrash/openbox-3/shade.xbm b/themes/syscrash/openbox-3/shade.xbm deleted file mode 100644 index 7d65a3c0..00000000 --- a/themes/syscrash/openbox-3/shade.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define shade_width 7 -#define shade_height 7 -static unsigned char shade_bits[] = { - 0x7f, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/syscrash/openbox-3/themerc.xml b/themes/syscrash/openbox-3/themerc.xml deleted file mode 100644 index bd8d15db..00000000 --- a/themes/syscrash/openbox-3/themerc.xml +++ /dev/null @@ -1,132 +0,0 @@ - - - - - 0 - - - - - 1 - - - - left - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - left - 0 - - <text> - <primary r="255" g="255" b="255" a="255"/> - </text> - <style>flat gradient vertical</style> - <primary r="76" g="76" b="76" a="255"/> - <secondary r="112" g="112" b="112" a="255"/> - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3