diff options
Diffstat (limited to 'themes/Natura')
| -rw-r--r-- | themes/Natura/openbox-3/desk.xbm | 2 | ||||
| -rw-r--r-- | themes/Natura/openbox-3/desk_hover.xbm | 4 | ||||
| -rw-r--r-- | themes/Natura/openbox-3/iconify_disabled.xbm | 5 | ||||
| -rw-r--r-- | themes/Natura/openbox-3/max_disabled.xbm | 5 | ||||
| -rw-r--r-- | themes/Natura/openbox-3/shade.xbm | 2 | ||||
| -rw-r--r-- | themes/Natura/openbox-3/shade_hover.xbm | 4 | ||||
| -rw-r--r-- | themes/Natura/openbox-3/themerc.xml | 8 |
7 files changed, 14 insertions, 16 deletions
diff --git a/themes/Natura/openbox-3/desk.xbm b/themes/Natura/openbox-3/desk.xbm index f6e24ce6..6cdbbf11 100644 --- a/themes/Natura/openbox-3/desk.xbm +++ b/themes/Natura/openbox-3/desk.xbm @@ -1,4 +1,4 @@ #define desk_width 8 #define desk_height 8 static unsigned char desk_bits[] = { - 0x00, 0x00, 0x48, 0x78, 0x7f, 0x78, 0x48, 0x00 }; + 0x00, 0x00, 0x48, 0x78, 0x7e, 0x78, 0x48, 0x00 }; diff --git a/themes/Natura/openbox-3/desk_hover.xbm b/themes/Natura/openbox-3/desk_hover.xbm new file mode 100644 index 00000000..5e385d66 --- /dev/null +++ b/themes/Natura/openbox-3/desk_hover.xbm @@ -0,0 +1,4 @@ +#define desk_hover_width 8 +#define desk_hover_height 8 +static unsigned char desk_hover_bits[] = { + 0x00, 0x88, 0x88, 0xf8, 0xff, 0xf8, 0x88, 0x88 }; diff --git a/themes/Natura/openbox-3/iconify_disabled.xbm b/themes/Natura/openbox-3/iconify_disabled.xbm deleted file mode 100644 index 550a4a3c..00000000 --- a/themes/Natura/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/Natura/openbox-3/max_disabled.xbm b/themes/Natura/openbox-3/max_disabled.xbm deleted file mode 100644 index cb671bbf..00000000 --- a/themes/Natura/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/Natura/openbox-3/shade.xbm b/themes/Natura/openbox-3/shade.xbm index ff774f89..aaf1ec76 100644 --- a/themes/Natura/openbox-3/shade.xbm +++ b/themes/Natura/openbox-3/shade.xbm @@ -1,4 +1,4 @@ #define shade_width 8 #define shade_height 8 static unsigned char shade_bits[] = { - 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; + 0x7e, 0x7e, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Natura/openbox-3/shade_hover.xbm b/themes/Natura/openbox-3/shade_hover.xbm new file mode 100644 index 00000000..756842af --- /dev/null +++ b/themes/Natura/openbox-3/shade_hover.xbm @@ -0,0 +1,4 @@ +#define shade_hover_width 8 +#define shade_hover_height 8 +static unsigned char shade_hover_bits[] = { + 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Natura/openbox-3/themerc.xml b/themes/Natura/openbox-3/themerc.xml index c4332e8b..6ba88e16 100644 --- a/themes/Natura/openbox-3/themerc.xml +++ b/themes/Natura/openbox-3/themerc.xml @@ -43,10 +43,10 @@ <style>parentrelative</style> <primary r="52" g="59" b="64" a="255"/> <secondary r="0" g="0" b="0" a="255"/> - <border r="149" g="165" b="178" a="255"/> + <border r="177" g="161" b="158" a="255"/> </pressed> <disabled> - <image r="255" g="255" b="255" a="255"/> + <image r="114" g="94" b="81" a="255"/> <style>parentrelative</style> <border r="78" g="88" b="96" a="255"/> </disabled> @@ -107,13 +107,13 @@ <border r="123" g="125" b="123" a="255"/> </pressed> <disabled> - <image r="255" g="255" b="255" a="255"/> + <image r="221" g="221" b="221" a="255"/> <style>parentrelative</style> <primary r="238" g="238" b="238" a="255"/> <border r="201" g="201" b="201" a="255"/> </disabled> <hover> - <image r="255" g="255" b="255" a="255"/> + <image r="160" g="160" b="160" a="255"/> <style>parentrelative</style> <primary r="175" g="177" b="178" a="255"/> <border r="217" g="223" b="228" a="255"/> |
