diff options
Diffstat (limited to 'themes/Syscrash/openbox-3/themerc.xml')
| -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"/> |
