diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-05 22:26:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-05 22:26:59 +0000 |
| commit | 526560b8a0871cd93f27c32442b3e470ec42ecb3 (patch) | |
| tree | 80035096ded29fa52d77da71414f2f011920cb23 /themes/Natura | |
| parent | 8a99fedecd593b7be4b01c053c0d246785ea8b80 (diff) | |
changes to the client menu, which entries are there, and reorganizing, and renaming.
let you highlight disabled menu entries, they just aren't runable of course, and add the activedisabled theme element for these entries.
add the all desktops button picture to "All desktops" in the client menu
update the themes for the new element, and some changes to make things more readable-better contrast.
CLEARLOOKS-OLIVE is now DIFFERENT FROM THE 3.4 BRANCH SO DON'T RE-RUN THEMETOXML ON IT :( :(
yeah.. i think that is everything?
Diffstat (limited to 'themes/Natura')
| -rw-r--r-- | themes/Natura/openbox-3/themerc.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/themes/Natura/openbox-3/themerc.xml b/themes/Natura/openbox-3/themerc.xml index 5c126410..7ce66a80 100644 --- a/themes/Natura/openbox-3/themerc.xml +++ b/themes/Natura/openbox-3/themerc.xml @@ -1,6 +1,4 @@ <?xml version="1.0"?> -<!-- Natura by quandar (http://deletefactory.net/quandar) --> - <openbox_theme version="1" xmlns="http://openbox.org/themerc"> <dimensions> <handle>2</handle> @@ -57,7 +55,7 @@ </toggled-unpressed> </buttons> <titlebar> - <style>flat gradient splitvertical</style> + <style>flat gradient split</style> <primary r="92" g="78" b="69" a="255"/> <secondary r="81" g="68" b="62" a="255"/> <border r="0" g="0" b="0" a="255"/> @@ -151,7 +149,7 @@ <primary r="0" g="0" b="0" a="191"/> </shadow> </text> - <style>flat gradient splitvertical</style> + <style>flat gradient split</style> <primary r="92" g="78" b="69" a="255"/> <secondary r="81" g="68" b="62" a="255"/> </title> @@ -161,11 +159,19 @@ <disabled> <primary r="115" g="117" b="115" a="255"/> </disabled> + <activedisabled> + <text> + <primary r="115" g="117" b="115" a="255"/> + </text> + <style>flat gradient split</style> + <primary r="92" g="78" b="69" a="255"/> + <secondary r="81" g="68" b="62" a="255"/> + </activedisabled> <active> <text> <primary r="249" g="242" b="238" a="255"/> </text> - <style>flat gradient splitvertical</style> + <style>flat gradient split</style> <primary r="92" g="78" b="69" a="255"/> <secondary r="81" g="68" b="62" a="255"/> </active> |
