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/Syscrash | |
| 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/Syscrash')
| -rw-r--r-- | themes/Syscrash/openbox-3/themerc.xml | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/themes/Syscrash/openbox-3/themerc.xml b/themes/Syscrash/openbox-3/themerc.xml index bd8d15db..7e7462e9 100644 --- a/themes/Syscrash/openbox-3/themerc.xml +++ b/themes/Syscrash/openbox-3/themerc.xml @@ -1,14 +1,13 @@ <?xml version="1.0"?> -<!-- syscrash's theme, based off nightm4re's flax or something --> <openbox_theme version="1" xmlns="http://openbox.org/themerc"> <dimensions> <handle>0</handle> - <padding x="2" y="2"/> + <padding x="1" y="1"/> </dimensions> <window> <border> <width>1</width> - <primary r="155" g="155" b="155" a="255"/> + <primary r="109" g="109" b="109" a="255"/> </border> <clientpadding x="0" y="0"/> <justify>left</justify> @@ -17,6 +16,9 @@ <label> <text> <primary r="255" g="255" b="255" a="255"/> + <shadow> + <offset x="1" y="1"/> + </shadow> </text> <style>flat gradient vertical border</style> <primary r="76" g="76" b="76" a="255"/> @@ -30,7 +32,7 @@ <secondary r="103" g="103" b="103" a="255"/> </unpressed> <disabled> - <image r="159" g="191" b="193" a="255"/> + <image r="140" g="140" b="117" a="255"/> <style>parentrelative</style> </disabled> <pressed> @@ -48,12 +50,13 @@ <primary r="155" g="155" b="155" a="255"/> </titlebar> <handle> - <style>flat solid</style> + <style>flat gradient crossdiagonal</style> + <primary r="211" g="222" b="218" a="255"/> + <secondary r="159" g="191" b="193" a="255"/> </handle> <grip> <style>flat solid</style> - <primary r="76" g="76" b="76" a="255"/> - <secondary r="112" g="112" b="112" a="255"/> + <primary r="159" g="191" b="193" a="255"/> </grip> </active> <inactive> @@ -70,7 +73,8 @@ <style>parentrelative</style> </unpressed> <disabled> - <style>flat solid</style> + <image r="140" g="140" b="117" a="255"/> + <style>parentrelative</style> </disabled> <pressed> <style>flat gradient crossdiagonal border</style> @@ -99,13 +103,16 @@ <menu> <border> <width>1</width> - <primary r="155" g="155" b="155" a="255"/> + <primary r="109" g="109" b="109" a="255"/> </border> <justify>left</justify> <overlap>0</overlap> <title> <text> <primary r="255" g="255" b="255" a="255"/> + <shadow> + <offset x="1" y="1"/> + </shadow> </text> <style>flat gradient vertical</style> <primary r="76" g="76" b="76" a="255"/> @@ -115,8 +122,15 @@ <primary r="34" g="34" b="28" a="255"/> </inactive> <disabled> - <primary r="68" g="68" b="56" a="255"/> + <primary r="140" g="140" b="117" a="255"/> </disabled> + <activedisabled> + <text> + <primary r="140" g="140" b="117" a="255"/> + </text> + <style>flat solid</style> + <primary r="76" g="76" b="76" a="255"/> + </activedisabled> <active> <text> <primary r="255" g="255" b="255" a="255"/> |
