diff options
Diffstat (limited to 'themes/Natura')
| -rw-r--r-- | themes/Natura/openbox-3/themerc | 96 | ||||
| -rw-r--r-- | themes/Natura/openbox-3/themerc.xml | 177 |
2 files changed, 177 insertions, 96 deletions
diff --git a/themes/Natura/openbox-3/themerc b/themes/Natura/openbox-3/themerc deleted file mode 100644 index 10b30f17..00000000 --- a/themes/Natura/openbox-3/themerc +++ /dev/null @@ -1,96 +0,0 @@ -!! Natura by quandar (http://deletefactory.net/quandar) - -!! Global Width -window.handle.width: 2 - -window.client.padding.width: 0 -border.Width: 1 -padding.width: 2 - -border.color: #000000 -menu.overlap: 0 -window.frameColor: #eeeeee -window.*.client.color: #eeeeee -*.text.justify: left - -!! Menu -menu.title.bg: flat gradient splitvertical -menu.title.bg.color: #5c4e45 -menu.title.bg.colorTo: #51443e -menu.title.text.color: #ffffff - -menu.items.bg: flat solid -menu.items.bg.color: #f9f2ee - -menu.items.text.color: #000000 -menu.items.disabled.text.color: #737573 - -menu.items.active.bg: flat gradient splitvertical -menu.items.active.bg.color: #5c4e45 -menu.items.active.bg.colorTo:#51443e -menu.items.active.text.color: #f9f2ee - -!! Active Windows -window.active.title.bg: flat gradient splitvertical -window.active.title.bg.color: #5c4e45 -window.active.title.bg.colorTo: #51443e -window.active.*.bg.border.color: #000000 - -window.active.label.bg: parentrelative -window.active.label.text.color: #f9f2ee - -window.active.button.*.bg: parentrelative -window.active.button.*.image.color: #f9f2ee -window.active.button.*.bg.border.color: #4e5860 - -window.active.button.hover.bg.color: #576773 -window.active.button.hover.bg.border.color: #9aabb9 -window.active.button.pressed.bg.color: #343b40 -window.active.button.pressed.bg.colorTo: #000000 -window.active.button.pressed.image.color: #b6b6b6 -window.active.button.pressed.bg.border.color: #95a5b2 - -window.active.button.disabled.bg: parentrelative -window.active.button.disabled.image.color: #ffffff - -window.active.handle.bg: flat solid -window.active.handle.bg.color:#51443e - -window.*.grip.bg: flat solid -window.*.grip.bg.color: #51443e - -window.handle.width: 2 - -!! Inactive Windows -window.inactive.title.bg: flat gradient vertical -window.inactive.title.bg.color: #f0ece3 -window.inactive.title.bg.colorTo: #f8f7f2 -window.inactive.*.border.color: #bfbfbf - -window.inactive.label.bg: parentrelative -window.inactive.label.text.color: #919191 - -window.inactive.button.*.bg: parentrelative -window.inactive.button.*.bg.color: #eeeeee -window.inactive.button.*.image.color: #b6b6b6 -window.inactive.button.*.bg.border.color: #c9c9c9 - -window.inactive.button.pressed.bg.color: #c5c2c5 -window.inactive.button.pressed.bg.border.color: #7b7d7b -window.inactive.button.pressed.image.color: #999999 - -window.inactive.button.hover.bg.color: #afb1b2 -window.inactive.button.hover.bg.border.color: #d9dfe4 -window.inactive.button.hover.image.color: #ffffff -window.inactive.button.disabled.bg: parentrelative -window.inactive.button.disabled.image.color: #ffffff - -window.inactive.handle.bg: flat solid -window.inactive.handle.bg.color: #f9f7f3 -window.inactive.grip.bg: parentrelative - -!! Fonts -window.active.label.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=75 -window.inactive.label.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=0 -menu.items.font: sans:pixelsize=12 -menu.title.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=75 diff --git a/themes/Natura/openbox-3/themerc.xml b/themes/Natura/openbox-3/themerc.xml new file mode 100644 index 00000000..b94e2819 --- /dev/null +++ b/themes/Natura/openbox-3/themerc.xml @@ -0,0 +1,177 @@ +<!-- Natura by quandar (http://deletefactory.net/quandar) --> + +<?xml version="1.0"?> +<openbox_theme version="1" xmlns="http://openbox.org/themerc"> + <dimensions> + <handle>2</handle> + <padding horizontal="2" vertical="2"/> + </dimensions> + <window> + <border> + <width>1</width> + <primary r="0" g="0" b="0" a="255"/> + </border> + <clientpadding horizontal="0" vertical="0"/> + <justify>left</justify> + <active> + <clientpadding r="238" g="238" b="238" a="255"/> + <label> + <text> + <primary r="249" g="242" b="238" a="255"/> + <shadow> + <offset x="1" y="1"/> + <primary r="0" g="0" b="0" a="75"/> + </shadow> + </text> + <style>parentrelative</style> + <border r="0" g="0" b="0" a="255"/> + </label> + <buttons> + <unpressed> + <image r="249" g="242" b="238" a="255"/> + <style>parentrelative</style> + <border r="78" g="88" b="96" a="255"/> + </unpressed> + <pressed> + <image r="182" g="182" b="182" a="255"/> + <style>parentrelative</style> + <primary r="52" g="59" b="64" a="255"/> + <secondary r="0" g="0" b="0" a="255"/> + <border r="149" g="165" b="178" a="255"/> + </pressed> + <disabled> + <image r="255" g="255" b="255" a="255"/> + <style>parentrelative</style> + <border r="78" g="88" b="96" a="255"/> + </disabled> + <hover> + <image r="249" g="242" b="238" a="255"/> + <style>parentrelative</style> + <primary r="87" g="103" b="115" a="255"/> + <border r="154" g="171" b="185" a="255"/> + </hover> + <toggled> + <image r="249" g="242" b="238" a="255"/> + <style>parentrelative</style> + <border r="78" g="88" b="96" a="255"/> + </toggled> + </buttons> + <titlebar> + <style>flat gradient splitvertical</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"/> + </titlebar> + <handle> + <style>flat solid</style> + <primary r="81" g="68" b="62" a="255"/> + <border r="0" g="0" b="0" a="255"/> + </handle> + <grip> + <style>flat solid</style> + <primary r="81" g="68" b="62" a="255"/> + <border r="0" g="0" b="0" a="255"/> + </grip> + </active> + <inactive> + <clientpadding r="238" g="238" b="238" a="255"/> + <label> + <text> + <primary r="145" g="145" b="145" a="255"/> + <shadow> + <offset x="1" y="1"/> + <primary r="255" g="255" b="255" a="0"/> + </shadow> + </text> + <style>parentrelative</style> + <border r="191" g="191" b="191" a="255"/> + </label> + <buttons> + <unpressed> + <image r="182" g="182" b="182" a="255"/> + <style>parentrelative</style> + <primary r="238" g="238" b="238" a="255"/> + <border r="201" g="201" b="201" a="255"/> + </unpressed> + <pressed> + <image r="153" g="153" b="153" a="255"/> + <style>parentrelative</style> + <primary r="197" g="194" b="197" a="255"/> + <border r="123" g="125" b="123" a="255"/> + </pressed> + <disabled> + <image r="255" g="255" b="255" a="255"/> + <style>parentrelative</style> + <primary r="238" g="238" b="238" a="255"/> + <border r="201" g="201" b="201" a="255"/> + </disabled> + <hover> + <image r="255" g="255" b="255" a="255"/> + <style>parentrelative</style> + <primary r="175" g="177" b="178" a="255"/> + <border r="217" g="223" b="228" a="255"/> + </hover> + <toggled> + <image r="182" g="182" b="182" a="255"/> + <style>parentrelative</style> + <primary r="238" g="238" b="238" a="255"/> + <border r="201" g="201" b="201" a="255"/> + </toggled> + </buttons> + <titlebar> + <style>flat gradient vertical</style> + <primary r="240" g="236" b="227" a="255"/> + <secondary r="248" g="247" b="242" a="255"/> + <border r="191" g="191" b="191" a="255"/> + </titlebar> + <handle> + <style>flat solid</style> + <primary r="249" g="247" b="243" a="255"/> + <border r="191" g="191" b="191" a="255"/> + </handle> + <grip> + <style>parentrelative</style> + <primary r="81" g="68" b="62" a="255"/> + <border r="191" g="191" b="191" a="255"/> + </grip> + </inactive> + </window> + <menu> + <border> + <width>1</width> + <primary r="0" g="0" b="0" 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"/> + <primary r="0" g="0" b="0" a="75"/> + </shadow> + </text> + <style>flat gradient splitvertical</style> + <primary r="92" g="78" b="69" a="255"/> + <secondary r="81" g="68" b="62" a="255"/> + </title> + <inactive> + <primary r="0" g="0" b="0" a="255"/> + </inactive> + <disabled> + <primary r="115" g="117" b="115" a="255"/> + </disabled> + <active> + <text> + <primary r="249" g="242" b="238" a="255"/> + </text> + <style>flat gradient splitvertical</style> + <primary r="92" g="78" b="69" a="255"/> + <secondary r="81" g="68" b="62" a="255"/> + </active> + <entries> + <style>flat solid</style> + <primary r="249" g="242" b="238" a="255"/> + </entries> + </menu> +</openbox_theme> |
