diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-12 00:48:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-12 00:48:06 +0000 |
| commit | 3bee91aaf9c9893fb4a516432ad195a117baf1ce (patch) | |
| tree | b90cef1906793fa22548716a19a049945494966a /themes/Clearlooks-Olive | |
| parent | 41f0ff035bef7fb14e4ede5aa36c71e8948731b9 (diff) | |
remove buttons from themes when they are using the defaults already for clarity
some small changes to themes..
buttons can hide themselves now, so removed the empty disabled masks for
Bear2 and Natura
install the default xbms for reference to the doc dir
install some basic documentation to the doc dir
Diffstat (limited to 'themes/Clearlooks-Olive')
| -rw-r--r-- | themes/Clearlooks-Olive/openbox-3/bullet.xbm | 4 | ||||
| -rw-r--r-- | themes/Clearlooks-Olive/openbox-3/close.xbm | 4 | ||||
| -rw-r--r-- | themes/Clearlooks-Olive/openbox-3/desk.xbm | 4 | ||||
| -rw-r--r-- | themes/Clearlooks-Olive/openbox-3/desk_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Clearlooks-Olive/openbox-3/iconify.xbm | 4 | ||||
| -rw-r--r-- | themes/Clearlooks-Olive/openbox-3/max.xbm | 4 | ||||
| -rw-r--r-- | themes/Clearlooks-Olive/openbox-3/max_toggled.xbm | 4 |
7 files changed, 0 insertions, 28 deletions
diff --git a/themes/Clearlooks-Olive/openbox-3/bullet.xbm b/themes/Clearlooks-Olive/openbox-3/bullet.xbm deleted file mode 100644 index 88481ec8..00000000 --- a/themes/Clearlooks-Olive/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/Clearlooks-Olive/openbox-3/close.xbm b/themes/Clearlooks-Olive/openbox-3/close.xbm deleted file mode 100644 index 4a88cff6..00000000 --- a/themes/Clearlooks-Olive/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/Clearlooks-Olive/openbox-3/desk.xbm b/themes/Clearlooks-Olive/openbox-3/desk.xbm deleted file mode 100644 index 3e327e36..00000000 --- a/themes/Clearlooks-Olive/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/Clearlooks-Olive/openbox-3/desk_toggled.xbm b/themes/Clearlooks-Olive/openbox-3/desk_toggled.xbm deleted file mode 100644 index d7e045ee..00000000 --- a/themes/Clearlooks-Olive/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/Clearlooks-Olive/openbox-3/iconify.xbm b/themes/Clearlooks-Olive/openbox-3/iconify.xbm deleted file mode 100644 index 23048669..00000000 --- a/themes/Clearlooks-Olive/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/Clearlooks-Olive/openbox-3/max.xbm b/themes/Clearlooks-Olive/openbox-3/max.xbm deleted file mode 100644 index 6d030af4..00000000 --- a/themes/Clearlooks-Olive/openbox-3/max.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/Clearlooks-Olive/openbox-3/max_toggled.xbm b/themes/Clearlooks-Olive/openbox-3/max_toggled.xbm deleted file mode 100644 index 44c7cefc..00000000 --- a/themes/Clearlooks-Olive/openbox-3/max_toggled.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 }; |
