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 | |
| 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')
| -rw-r--r-- | themes/Artwiz-boxed/openbox-3/themerc.xml | 27 | ||||
| -rw-r--r-- | themes/Bear2/openbox-3/themerc.xml | 29 | ||||
| -rw-r--r-- | themes/Clearlooks-Olive/openbox-3/themerc.xml | 27 | ||||
| -rw-r--r-- | themes/Clearlooks/openbox-3/themerc.xml | 27 | ||||
| -rw-r--r-- | themes/Mikachu/openbox-3/themerc.xml | 29 | ||||
| -rw-r--r-- | themes/Natura/openbox-3/themerc.xml | 29 | ||||
| -rw-r--r-- | themes/Orang/openbox-3/themerc.xml | 29 | ||||
| -rw-r--r-- | themes/Syscrash/openbox-3/themerc.xml | 29 |
8 files changed, 141 insertions, 85 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> diff --git a/themes/Bear2/openbox-3/themerc.xml b/themes/Bear2/openbox-3/themerc.xml index d5130f01..8885c4cd 100644 --- a/themes/Bear2/openbox-3/themerc.xml +++ b/themes/Bear2/openbox-3/themerc.xml @@ -1,17 +1,25 @@ <?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="3" y="3"/> + <window> + <border>1</border> + <clientpadding x="0" y="0"/> + </window> + <menu> + <border>1</border> + </menu> </dimensions> <window> - <border> - <width>1</width> - <primary r="78" g="78" b="78" a="255"/> - </border> - <clientpadding x="0" y="0"/> - <justify>center</justify> <active> + <border r="78" g="78" b="78" a="255"/> <clientpadding r="238" g="238" b="236" a="255"/> <label> <text> @@ -62,6 +70,7 @@ </grip> </active> <inactive> + <border r="78" g="78" b="78" a="255"/> <clientpadding r="238" g="238" b="236" a="255"/> <label> <text> @@ -110,12 +119,10 @@ <style>parentrelative</style> </grip> </inactive> + <justify>center</justify> </window> <menu> - <border> - <width>1</width> - <primary r="78" g="78" b="78" a="255"/> - </border> + <border r="78" g="78" b="78" a="255"/> <justify>center</justify> <overlap>2</overlap> <title> diff --git a/themes/Clearlooks-Olive/openbox-3/themerc.xml b/themes/Clearlooks-Olive/openbox-3/themerc.xml index c811a1c3..8f8abbbf 100644 --- a/themes/Clearlooks-Olive/openbox-3/themerc.xml +++ b/themes/Clearlooks-Olive/openbox-3/themerc.xml @@ -1,16 +1,25 @@ <?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>3</handle> <padding x="2" y="2"/> + <window> + <border>1</border> + <clientpadding x="0" y="0"/> + </window> + <menu> + <border>1</border> + </menu> </dimensions> <window> - <border> - <width>1</width> - <primary r="0" g="0" b="0" a="255"/> - </border> - <clientpadding x="0" y="0"/> <active> + <border r="0" g="0" b="0" a="255"/> <label> <text> <primary r="255" g="255" b="255" a="255"/> @@ -68,6 +77,7 @@ </grip> </active> <inactive> + <border r="0" g="0" b="0" a="255"/> <label> <text> <primary r="0" g="0" b="0" a="255"/> @@ -126,10 +136,7 @@ </inactive> </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>left</justify> <overlap>0</overlap> <title> diff --git a/themes/Clearlooks/openbox-3/themerc.xml b/themes/Clearlooks/openbox-3/themerc.xml index 00f45dfa..057d5623 100644 --- a/themes/Clearlooks/openbox-3/themerc.xml +++ b/themes/Clearlooks/openbox-3/themerc.xml @@ -1,16 +1,25 @@ <?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>3</handle> <padding x="2" y="2"/> + <window> + <border>1</border> + <clientpadding x="0" y="0"/> + </window> + <menu> + <border>1</border> + </menu> </dimensions> <window> - <border> - <width>1</width> - <primary r="0" g="0" b="0" a="255"/> - </border> - <clientpadding x="0" y="0"/> <active> + <border r="0" g="0" b="0" a="255"/> <label> <text> <primary r="255" g="255" b="255" a="255"/> @@ -68,6 +77,7 @@ </grip> </active> <inactive> + <border r="0" g="0" b="0" a="255"/> <label> <text> <primary r="0" g="0" b="0" a="255"/> @@ -126,10 +136,7 @@ </inactive> </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>left</justify> <overlap>0</overlap> <title> diff --git a/themes/Mikachu/openbox-3/themerc.xml b/themes/Mikachu/openbox-3/themerc.xml index 6008d4db..dbb45611 100644 --- a/themes/Mikachu/openbox-3/themerc.xml +++ b/themes/Mikachu/openbox-3/themerc.xml @@ -1,17 +1,25 @@ <?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>0</handle> <padding x="1" y="1"/> + <window> + <border>1</border> + <clientpadding x="0" y="0"/> + </window> + <menu> + <border>1</border> + </menu> </dimensions> <window> - <border> - <width>1</width> - <primary r="34" g="51" b="68" a="255"/> - </border> - <clientpadding x="0" y="0"/> - <justify>left</justify> <active> + <border r="34" g="51" b="68" a="255"/> <clientpadding r="0" g="255" b="0" a="255"/> <label> <text> @@ -79,6 +87,7 @@ </grip> </active> <inactive> + <border r="34" g="51" b="68" a="255"/> <clientpadding r="127" g="127" b="127" a="255"/> <label> <text> @@ -149,12 +158,10 @@ <border r="0" g="0" b="0" a="255"/> </grip> </inactive> + <justify>left</justify> </window> <menu> - <border> - <width>1</width> - <primary r="34" g="51" b="68" a="255"/> - </border> + <border r="34" g="51" b="68" a="255"/> <justify>center</justify> <title> <text> diff --git a/themes/Natura/openbox-3/themerc.xml b/themes/Natura/openbox-3/themerc.xml index 18841051..c4332e8b 100644 --- a/themes/Natura/openbox-3/themerc.xml +++ b/themes/Natura/openbox-3/themerc.xml @@ -1,17 +1,25 @@ <?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>2</handle> <padding x="2" y="2"/> + <window> + <border>1</border> + <clientpadding x="0" y="0"/> + </window> + <menu> + <border>1</border> + </menu> </dimensions> <window> - <border> - <width>1</width> - <primary r="0" g="0" b="0" a="255"/> - </border> - <clientpadding x="0" y="0"/> - <justify>left</justify> <active> + <border r="0" g="0" b="0" a="255"/> <clientpadding r="238" g="238" b="238" a="255"/> <label> <text> @@ -72,6 +80,7 @@ </grip> </active> <inactive> + <border r="0" g="0" b="0" a="255"/> <clientpadding r="238" g="238" b="238" a="255"/> <label> <text> @@ -133,12 +142,10 @@ <border r="191" g="191" b="191" a="255"/> </grip> </inactive> + <justify>left</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>left</justify> <overlap>0</overlap> <title> diff --git a/themes/Orang/openbox-3/themerc.xml b/themes/Orang/openbox-3/themerc.xml index f8e3c7b3..85254827 100644 --- a/themes/Orang/openbox-3/themerc.xml +++ b/themes/Orang/openbox-3/themerc.xml @@ -1,17 +1,25 @@ <?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>3</handle> <padding x="1" y="1"/> + <window> + <border>1</border> + <clientpadding x="0" y="0"/> + </window> + <menu> + <border>1</border> + </menu> </dimensions> <window> - <border> - <width>1</width> - <primary r="0" g="0" b="0" a="255"/> - </border> - <clientpadding x="0" y="0"/> - <justify>left</justify> <active> + <border r="0" g="0" b="0" a="255"/> <clientpadding r="247" g="247" b="247" a="255"/> <label> <text> @@ -59,6 +67,7 @@ </grip> </active> <inactive> + <border r="0" g="0" b="0" a="255"/> <clientpadding r="247" g="247" b="247" a="255"/> <label> <text> @@ -101,12 +110,10 @@ <style>parentrelative</style> </grip> </inactive> + <justify>left</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>left</justify> <overlap>2</overlap> <title> diff --git a/themes/Syscrash/openbox-3/themerc.xml b/themes/Syscrash/openbox-3/themerc.xml index 8931a9c8..3df8a080 100644 --- a/themes/Syscrash/openbox-3/themerc.xml +++ b/themes/Syscrash/openbox-3/themerc.xml @@ -1,17 +1,25 @@ <?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>0</handle> <padding x="1" y="1"/> + <window> + <border>1</border> + <clientpadding x="0" y="0"/> + </window> + <menu> + <border>1</border> + </menu> </dimensions> <window> - <border> - <width>1</width> - <primary r="109" g="109" b="109" a="255"/> - </border> - <clientpadding x="0" y="0"/> - <justify>left</justify> <active> + <border r="109" g="109" b="109" a="255"/> <clientpadding r="76" g="76" b="76" a="255"/> <label> <text> @@ -60,6 +68,7 @@ </grip> </active> <inactive> + <border r="109" g="109" b="109" a="255"/> <clientpadding r="112" g="112" b="112" a="255"/> <label> <text> @@ -99,12 +108,10 @@ <primary r="230" g="230" b="224" a="255"/> </grip> </inactive> + <justify>left</justify> </window> <menu> - <border> - <width>1</width> - <primary r="109" g="109" b="109" a="255"/> - </border> + <border r="109" g="109" b="109" a="255"/> <justify>left</justify> <overlap>0</overlap> <title> |
