diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-11 22:18:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-11 22:18:43 +0000 |
| commit | b63ad92cca9f14a1d86c00bd76b52c1626a29ee3 (patch) | |
| tree | 8634ba30a989b859f09113b7631b5053e3e18abe /themes/Artwiz-boxed/openbox-3/themerc.xml | |
| parent | b2006b8b451f52ce274980b6b3cb626d1347da88 (diff) | |
give different border colors to active and inactive windows. adjust the xml theme format a little to make it BETTER. rawr. add some metadata standards too.
Diffstat (limited to 'themes/Artwiz-boxed/openbox-3/themerc.xml')
| -rw-r--r-- | themes/Artwiz-boxed/openbox-3/themerc.xml | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/themes/Artwiz-boxed/openbox-3/themerc.xml b/themes/Artwiz-boxed/openbox-3/themerc.xml index 2bf0cd84..2431706c 100644 --- a/themes/Artwiz-boxed/openbox-3/themerc.xml +++ b/themes/Artwiz-boxed/openbox-3/themerc.xml @@ -1,16 +1,24 @@ <?xml version="1.0"?> -<openbox_theme version="1" engine="box" xmlns="http://openbox.org/themerc"> +<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> + <about> + <author></author> + <email></email> + <webpage></webpage> + <comment></comment> + </about> <dimensions> <handle>4</handle> <padding x="1" y="1"/> + <window> + <border>1</border> + </window> + <menu> + <border>1</border> + </menu> </dimensions> <window> - <border> - <width>1</width> - <primary r="0" g="0" b="0" a="255"/> - </border> - <justify>center</justify> <active> + <border r="0" g="0" b="0" a="255"/> <clientpadding r="64" g="68" b="72" a="255"/> <label> <text> @@ -62,6 +70,7 @@ </grip> </active> <inactive> + <border r="0" g="0" b="0" a="255"/> <clientpadding r="32" g="36" b="40" a="255"/> <label> <text> @@ -113,12 +122,10 @@ <secondary r="48" g="64" b="80" a="255"/> </grip> </inactive> + <justify>center</justify> </window> <menu> - <border> - <width>1</width> - <primary r="0" g="0" b="0" a="255"/> - </border> + <border r="0" g="0" b="0" a="255"/> <justify>center</justify> <title> <text> |
