summaryrefslogtreecommitdiff
path: root/themes/orang
diff options
context:
space:
mode:
Diffstat (limited to 'themes/orang')
-rw-r--r--themes/orang/openbox-3/themerc100
-rw-r--r--themes/orang/openbox-3/themerc.xml140
2 files changed, 140 insertions, 100 deletions
diff --git a/themes/orang/openbox-3/themerc b/themes/orang/openbox-3/themerc
deleted file mode 100644
index 0cebbab9..00000000
--- a/themes/orang/openbox-3/themerc
+++ /dev/null
@@ -1,100 +0,0 @@
-!! i be a mess
-
-menu.title.bg: flat solid border
-menu.title.bg.color: #ce5c00
-menu.title.bg.border.color: #fcaf3e
-menu.title.text.color: #ffffff
-
-menu.items.bg: flat solid
-#menu.items.bg.color: #ffffff
-menu.items.bg.color: #d3d7cf
-menu.items.text.color: #000000
-menu.items.disabled.text.color: #737573
-
-menu.items.active.bg: flat solid
-menu.items.active.bg.color: #ce5c00
-menu.items.active.text.color: #ffffff
-
-!! General window settings
-*.justify: left
-
-!! focused window settings
-window.active.client.color: #f7f7f7
-
-window.active.title.bg: flat border solid
-window.active.title.bg.color: #ce5c00
-window.active.title.bg.border.color: #fcaf3e
-
-window.active.handle.bg: flat solid border
-window.active.handle.bg.color: #d3d7cf
-window.active.handle.bg.border.color: #eeeeec
-!window.active.handle.bg.color: #969494
-window.active.grip.bg: parentrelative
-
-window.active.label.bg: parentrelative
-window.active.label.text.color: #ffffff
-
-window.active.button.*.bg: parentrelative
-window.active.button.*.image.color: #ffffff
-
-window.active.button.pressed.bg: flat solid bevel1
-!window.active.button.pressed.bg.color: #888888
-window.active.button.pressed.bg.color: #f57900
-window.active.button.pressed.image.color: #d3d7cf
-
-!#hover
-window.active.button.hover.bg: flat solid
-window.active.button.hover.image.color: #ffffff
-window.active.button.hover.bg.color: #fcaf3e
-
-window.active.button.disabled.bg: flat solid
-window.active.button.disabled.bg.color: #dfb454
-window.active.button.disabled.image.color: #ffffff
-
-
-!! unfocused window settings
-window.inactive.client.color: #f7f7f7
-
-window.inactive.title.bg: flat solid border
-window.inactive.title.bg.color: #d3d7cf
-window.inactive.title.bg.border.color: #dfe3db
-
-window.inactive.handle.bg: flat solid
-window.inactive.handle.bg.color: #d3d7cf
-
-window.inactive.grip.bg: parentrelative
-
-window.inactive.label.bg: parentrelative
-window.inactive.label.text.color: #888a85
-
-window.inactive.button.*.bg: parentrelative
-window.inactive.button.unpressed.image.color: #555555
-
-window.inactive.button.pressed.bg: flat border solid
-window.inactive.button.pressed.bg.color: #aaaaaa
-window.inactive.button.pressed.bg.border.color: #e5e5e5
-
-window.inactive.button.hover.bg: flat solid
-window.inactive.button.hover.bg.color: #e3e3e3
-
-window.inactive.button.disabled.bg:flat solid
-window.inactive.button.disabled.bg.color: #e3e3e3
-
-
-!! Global width settings
-border.Width: 1
-padding.width: 1
-window.handle.width: 3
-window.client.padding.width: 0
-menu.overlap: 2
-
-!! Miscellaneous settings
-border.color: #000000
-
-!! font me!
-window.active.label.text.font: sans:pixelsize=10:bold
-window.inactive.label.text.font: sans:pixelsize=10:bold
-
-menu.title.text.font: sans:pixelsize=10:bold
-menu.items.font: sans:pixelsize=9
-
diff --git a/themes/orang/openbox-3/themerc.xml b/themes/orang/openbox-3/themerc.xml
new file mode 100644
index 00000000..d5333675
--- /dev/null
+++ b/themes/orang/openbox-3/themerc.xml
@@ -0,0 +1,140 @@
+<!-- i be a mess -->
+
+<?xml version="1.0"?>
+<openbox_theme version="1" xmlns="http://openbox.org/themerc">
+ <dimensions>
+ <handle>3</handle>
+ <padding horizontal="1" vertical="1"/>
+ </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="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>
+ <image r="255" g="255" b="255" a="255"/>
+ <style>parentrelative</style>
+ </toggled>
+ </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>
+ <style>parentrelative</style>
+ </toggled>
+ <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>