diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-02 03:58:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-02 03:58:06 +0000 |
| commit | 37019bc8a9450d0b87f1e448345df0a39a8ef00c (patch) | |
| tree | 357efa6a0f068e4007b1aeaa00271263aef08bcf /themes/orang | |
| parent | ee5277073c9526b4ef0d57d5b821c8568a37ecbf (diff) | |
capitalize the theme names
Diffstat (limited to 'themes/orang')
| -rw-r--r-- | themes/orang/openbox-3/themerc.xml | 140 |
1 files changed, 0 insertions, 140 deletions
diff --git a/themes/orang/openbox-3/themerc.xml b/themes/orang/openbox-3/themerc.xml deleted file mode 100644 index 84ded301..00000000 --- a/themes/orang/openbox-3/themerc.xml +++ /dev/null @@ -1,140 +0,0 @@ -<?xml version="1.0"?> -<!-- i be a mess --> - -<openbox_theme version="1" xmlns="http://openbox.org/themerc"> - <dimensions> - <handle>3</handle> - <padding x="1" y="1"/> - </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> - <clientpadding r="247" g="247" b="247" a="255"/> - <label> - <text> - <primary r="255" g="255" b="255" a="255"/> - </text> - <style>parentrelative</style> - </label> - <buttons> - <unpressed> - <image r="255" g="255" b="255" a="255"/> - <style>parentrelative</style> - </unpressed> - <pressed> - <image r="211" g="215" b="207" a="255"/> - <style>flat solid bevel1</style> - <primary r="245" g="121" b="0" a="255"/> - </pressed> - <disabled> - <image r="255" g="255" b="255" a="255"/> - <style>flat solid</style> - <primary r="223" g="180" b="84" a="255"/> - </disabled> - <hover> - <image r="255" g="255" b="255" a="255"/> - <style>flat solid</style> - <primary r="252" g="175" b="62" a="255"/> - </hover> - <toggled-unpressed> - <image r="255" g="255" b="255" a="255"/> - <style>parentrelative</style> - </toggled-unpressed> - </buttons> - <titlebar> - <style>flat border solid</style> - <primary r="206" g="92" b="0" a="255"/> - <border r="252" g="175" b="62" a="255"/> - </titlebar> - <handle> - <style>flat solid border</style> - <primary r="211" g="215" b="207" a="255"/> - <border r="238" g="238" b="236" a="255"/> - </handle> - <grip> - <style>parentrelative</style> - </grip> - </active> - <inactive> - <clientpadding r="247" g="247" b="247" a="255"/> - <label> - <text> - <primary r="136" g="138" b="133" a="255"/> - </text> - <style>parentrelative</style> - </label> - <buttons> - <unpressed> - <image r="85" g="85" b="85" a="255"/> - <style>parentrelative</style> - </unpressed> - <disabled> - <style>flat solid</style> - <primary r="227" g="227" b="227" a="255"/> - </disabled> - <pressed> - <style>flat border solid</style> - <primary r="170" g="170" b="170" a="255"/> - <border r="229" g="229" b="229" a="255"/> - </pressed> - <toggled-unpressed> - <style>parentrelative</style> - </toggled-unpressed> - <hover> - <style>flat solid</style> - <primary r="227" g="227" b="227" a="255"/> - </hover> - </buttons> - <titlebar> - <style>flat solid border</style> - <primary r="211" g="215" b="207" a="255"/> - <border r="223" g="227" b="219" a="255"/> - </titlebar> - <handle> - <style>flat solid</style> - <primary r="211" g="215" b="207" a="255"/> - </handle> - <grip> - <style>parentrelative</style> - </grip> - </inactive> - </window> - <menu> - <border> - <width>1</width> - <primary r="0" g="0" b="0" a="255"/> - </border> - <justify>left</justify> - <overlap>2</overlap> - <title> - <text> - <primary r="255" g="255" b="255" a="255"/> - </text> - <style>flat solid border</style> - <primary r="206" g="92" b="0" a="255"/> - <border r="252" g="175" 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="255" g="255" b="255" a="255"/> - </text> - <style>flat solid</style> - <primary r="206" g="92" b="0" a="255"/> - </active> - <entries> - <style>flat solid</style> - <primary r="211" g="215" b="207" a="255"/> - </entries> - </menu> -</openbox_theme> |
