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/Bear2 | |
| 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/Bear2')
| -rw-r--r-- | themes/Bear2/openbox-3/iconify_disabled.xbm | 5 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/max_disabled.xbm | 5 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/themerc.xml | 4 |
3 files changed, 2 insertions, 12 deletions
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/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/themerc.xml b/themes/Bear2/openbox-3/themerc.xml index 68b0adac..bca1b0b5 100644 --- a/themes/Bear2/openbox-3/themerc.xml +++ b/themes/Bear2/openbox-3/themerc.xml @@ -42,7 +42,7 @@ <primary r="167" g="206" b="242" a="255"/> </pressed> <disabled> - <image r="221" g="221" b="221" a="255"/> + <image r="109" g="143" b="188" a="255"/> <style>parentrelative</style> </disabled> <hover> @@ -93,7 +93,7 @@ <primary r="79" g="80" b="81" a="255"/> </pressed> <disabled> - <image r="255" g="255" b="255" a="255"/> + <image r="208" g="208" b="208" a="255"/> <style>parentrelative</style> </disabled> <hover> |
