summaryrefslogtreecommitdiff
path: root/themes/bear2/openbox-3
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bear2/openbox-3')
-rw-r--r--themes/bear2/openbox-3/themerc78
-rw-r--r--themes/bear2/openbox-3/themerc.xml155
2 files changed, 155 insertions, 78 deletions
diff --git a/themes/bear2/openbox-3/themerc b/themes/bear2/openbox-3/themerc
deleted file mode 100644
index b4c51d03..00000000
--- a/themes/bear2/openbox-3/themerc
+++ /dev/null
@@ -1,78 +0,0 @@
-!!General
-
-window.handle.width: 4
-window.client.padding.width: 0
-border.Width: 1
-padding.width: 3
-menu.overlap: 2
-border.color: #4e4e4e
-window.frameColor: #eeeeec
-window.*.client.color: #eeeeec
-*.text.justify: center
-
-!!Fonts
-
-window.active.label.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=3:bold
-window.inactive.label.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=0:bold
-menu.items.font: sans:pixelsize=12
-menu.title.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=30:bold
-
-!!Menu
-menu.border.color: #9d9d9d
-menu.title.bg: flat border vertical gradient
-menu.title.bg.color: #3465A4
-menu.title.bg.colorTo: #407CCA
-menu.title.bg.border.color: #729fcf
-menu.title.text.color: #ffffff
-
-menu.items.bg: flat border solid
-menu.items.bg.color: #eeeeec
-menu.items.bg.border.color: #EFEBE7
-
-menu.items.text.color: #444444
-menu.items.disabled.text.color: #babdb6
-
-menu.items.active.bg: flat solid
-menu.items.active.bg.color: #4481c0
-menu.items.active.bg.colorTo: #4175aa
-menu.items.active.text.color: #f6f8fb
-menu.items.active.bg.border.color: #416c98
-
-!!Active
-
-window.active.title.bg: flat border gradient mirrorhorizontal
-window.active.title.bg.color: #3465A4
-window.active.title.bg.colorTo: #407CCA
-window.active.title.bg.border.color: #699acd
-
-window.active.label.bg: parentrelative
-window.active.label.text.color: #ffffff
-
-window.active.button.*.bg: parentrelative
-window.active.button.*.image.color: #efefef
-window.active.button.hover.bg.color: #729fcf
-window.active.button.hover.image.color: #ffffff
-window.active.button.pressed.bg.color: #a7cef2
-window.active.button.disabled.image.color: #dddddd
-
-window.active.handle.bg: raised solid
-window.active.handle.bg.color: #E7e7e7
-window.*.grip.bg: parentrelative
-
-!!Inactive
-
-window.inactive.title.bg: flat border gradient mirrorhorizontal
-window.inactive.title.bg.color: #dcdcdc
-window.inactive.title.bg.colorTo: #eeeeec
-window.inactive.title.bg.border.color: #efefef
-window.inactive.label.bg: parentrelative
-window.inactive.label.text.color: #888a85
-
-window.inactive.button.*.bg: parentrelative
-window.inactive.button.*.image.color: #888a85
-window.inactive.button.pressed.bg.color: #d3d7cf
-window.inactive.button.pressed.bg.color: #4f5051
-window.inactive.button.disabled.image.color: #ffffff
-
-window.inactive.handle.bg: raised solid
-window.inactive.handle.bg.color: #E7e7e7
diff --git a/themes/bear2/openbox-3/themerc.xml b/themes/bear2/openbox-3/themerc.xml
new file mode 100644
index 00000000..e1e17223
--- /dev/null
+++ b/themes/bear2/openbox-3/themerc.xml
@@ -0,0 +1,155 @@
+<?xml version="1.0"?>
+<openbox_theme version="1" xmlns="http://openbox.org/themerc">
+ <dimensions>
+ <handle>4</handle>
+ <padding horizontal="3" vertical="3"/>
+ </dimensions>
+ <window>
+ <border>
+ <width>1</width>
+ <primary r="78" g="78" b="78" a="255"/>
+ </border>
+ <clientpadding horizontal="0" vertical="0"/>
+ <justify>center</justify>
+ <active>
+ <clientpadding r="238" g="238" b="236" a="255"/>
+ <label>
+ <text>
+ <primary r="255" g="255" b="255" a="255"/>
+ <shadow>
+ <offset x="1" y="1"/>
+ <primary r="0" g="0" b="0" a="3"/>
+ </shadow>
+ </text>
+ <style>parentrelative</style>
+ </label>
+ <buttons>
+ <unpressed>
+ <image r="239" g="239" b="239" a="255"/>
+ <style>parentrelative</style>
+ </unpressed>
+ <pressed>
+ <image r="239" g="239" b="239" a="255"/>
+ <style>parentrelative</style>
+ <primary r="167" g="206" b="242" a="255"/>
+ </pressed>
+ <disabled>
+ <image r="221" g="221" b="221" a="255"/>
+ <style>parentrelative</style>
+ </disabled>
+ <hover>
+ <image r="255" g="255" b="255" a="255"/>
+ <style>parentrelative</style>
+ <primary r="114" g="159" b="207" a="255"/>
+ </hover>
+ <toggled>
+ <image r="239" g="239" b="239" a="255"/>
+ <style>parentrelative</style>
+ </toggled>
+ </buttons>
+ <titlebar>
+ <style>flat border gradient mirrorhorizontal</style>
+ <primary r="52" g="101" b="164" a="255"/>
+ <secondary r="64" g="124" b="202" a="255"/>
+ <border r="105" g="154" b="205" a="255"/>
+ </titlebar>
+ <handle>
+ <style>raised solid</style>
+ <primary r="231" g="231" b="231" a="255"/>
+ </handle>
+ <grip>
+ <style>parentrelative</style>
+ </grip>
+ </active>
+ <inactive>
+ <clientpadding r="238" g="238" b="236" a="255"/>
+ <label>
+ <text>
+ <primary r="136" g="138" b="133" a="255"/>
+ <shadow>
+ <offset x="1" y="1"/>
+ <primary r="255" g="255" b="255" a="0"/>
+ </shadow>
+ </text>
+ <style>parentrelative</style>
+ </label>
+ <buttons>
+ <unpressed>
+ <image r="136" g="138" b="133" a="255"/>
+ <style>parentrelative</style>
+ </unpressed>
+ <pressed>
+ <image r="136" g="138" b="133" a="255"/>
+ <style>parentrelative</style>
+ <primary r="79" g="80" b="81" a="255"/>
+ </pressed>
+ <disabled>
+ <image r="255" g="255" b="255" a="255"/>
+ <style>parentrelative</style>
+ </disabled>
+ <hover>
+ <image r="136" g="138" b="133" a="255"/>
+ <style>parentrelative</style>
+ </hover>
+ <toggled>
+ <image r="136" g="138" b="133" a="255"/>
+ <style>parentrelative</style>
+ </toggled>
+ </buttons>
+ <titlebar>
+ <style>flat border gradient mirrorhorizontal</style>
+ <primary r="220" g="220" b="220" a="255"/>
+ <secondary r="238" g="238" b="236" a="255"/>
+ <border r="239" g="239" b="239" a="255"/>
+ </titlebar>
+ <handle>
+ <style>raised solid</style>
+ <primary r="231" g="231" b="231" a="255"/>
+ </handle>
+ <grip>
+ <style>parentrelative</style>
+ </grip>
+ </inactive>
+ </window>
+ <menu>
+ <border>
+ <width>1</width>
+ <primary r="78" g="78" b="78" a="255"/>
+ </border>
+ <justify>center</justify>
+ <overlap>2</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="30"/>
+ </shadow>
+ </text>
+ <style>flat border vertical gradient</style>
+ <primary r="52" g="101" b="164" a="255"/>
+ <secondary r="64" g="124" b="202" a="255"/>
+ <border r="114" g="159" b="207" a="255"/>
+ </title>
+ <inactive>
+ <primary r="68" g="68" b="68" a="255"/>
+ </inactive>
+ <disabled>
+ <primary r="186" g="189" b="182" a="255"/>
+ </disabled>
+ <active>
+ <text>
+ <primary r="246" g="248" b="251" a="255"/>
+ </text>
+ <style>flat solid</style>
+ <primary r="68" g="129" b="192" a="255"/>
+ <secondary r="65" g="117" b="170" a="255"/>
+ <border r="65" g="108" b="152" a="255"/>
+ </active>
+ <entries>
+ <style>flat border solid</style>
+ <primary r="238" g="238" b="236" a="255"/>
+ <border r="239" g="235" b="231" a="255"/>
+ </entries>
+ </menu>
+</openbox_theme>