summaryrefslogtreecommitdiff
path: root/themes/syscrash
diff options
context:
space:
mode:
Diffstat (limited to 'themes/syscrash')
-rw-r--r--themes/syscrash/openbox-3/themerc107
-rw-r--r--themes/syscrash/openbox-3/themerc.xml131
2 files changed, 131 insertions, 107 deletions
diff --git a/themes/syscrash/openbox-3/themerc b/themes/syscrash/openbox-3/themerc
deleted file mode 100644
index b1faa671..00000000
--- a/themes/syscrash/openbox-3/themerc
+++ /dev/null
@@ -1,107 +0,0 @@
-!! syscrash's theme, based off nightm4re's flax or something
-
-!!---------------------------------------------------------------------------
-!! Dimensions
-
-border.width: 1
-border.color: #22221c
-
-padding.width: 2
-window.handle.width: 3
-window.client.padding.width: 0
-
-menu.overlap: 0
-
-!!---------------------------------------------------------------------------
-!! Fonts
-
-*.font: sans:pixelsize=11
-window.label.text.justify: left
-
-menu.title.text.justify: left
-
-
-!!---------------------------------------------------------------------------
-!! Menu Settings
-
-menu.title.bg: flat gradient vertical
-menu.title.bg.color: #4c4c4c
-menu.title.bg.colorTo: #707070
-menu.title.text.color: white
-
-menu.items.bg: flat solid
-menu.items.bg.color: #e6e6e0
-menu.items.text.color: #22221c
-
-menu.items.active.bg: flat solid
-menu.items.active.bg.color: #4c4c4c
-menu.items.active.text.color: #ffffff
-
-menu.items.disabled.text.color: #444438
-
-!!---------------------------------------------------------------------------
-!! Window Settings
-
-window.active.padding.width: 10
-window.active.title.bg: flat solid
-window.active.title.bg.color: #9b9b9b
-
-window.active.label.bg: flat gradient vertical border
-window.active.label.bg.color: #4c4c4c
-window.active.label.bg.colorTo: #707070
-window.active.label.text.color: white
-
-window.active.handle.bg: flat solid
-window.active.handle.bg.color: #9b9b9b
-
-window.active.grip.bg: flat solid
-window.active.grip.bg.color: #4c4c4c
-window.active.grip.bg.colorTo: #707070
-window.inactive.title.bg: flat solid
-window.inactive.title.bg.color: #9b9b9b
-
-window.inactive.label.bg: parentrelative
-window.inactive.label.text.color: #4c4c4c
-
-window.inactive.handle.bg: flat solid
-window.inactive.handle.bg.color: #e6e6e0
-
-window.inactive.grip.bg: flat solid
-window.inactive.grip.bg.color: #e6e6e0
-
-!!---------------------------------------------------------------------------
-!! Button Settings
-
-window.active.button.unpressed.bg: flat gradient vertical border
-window.active.button.unpressed.bg.color: #515151
-window.active.button.unpressed.bg.colorTo: #676767
-window.active.button.unpressed.image.color: white
-
-window.active.button.pressed.bg: flat gradient crossdiagonal border
-window.active.button.pressed.bg.color: #d3deda
-window.active.button.pressed.bg.colorTo: #9fbfc1
-
-window.active.button.hover.bg: flat solid border
-window.active.button.hover.bg.color: #e6e6e0
-
-window.active.button.disabled.bg: parentrelative
-window.active.button.disabled.image.color: #9fbfc1
-
-!! without this it looks right
-!!window.active.button.toggled.bg: flat solid
-!!window.active.button.toggled.bg.color: #9fbfc1
-
-window.inactive.button.unpressed.bg: parentrelative
-window.inactive.button.unpressed.image.color: #4c4c4c
-
-window.inactive.button.hover.bg: flat solid border
-window.inactive.button.hover.bg.color: #e6e6e0
-window.inactive.button.pressed.bg: flat gradient crossdiagonal border
-window.inactive.button.pressed.bg.color: #d3deda
-window.inactive.button.pressed.bg.colorTo: #9fbfc1
-
-window.inactive.button.disabled.bg: flat solid
-window.inactive.button.disabled.bg.image.color: #444438
-
-!! window.inactive.button.toggled.bg: flat solid
-!! window.inactive.button.toggled.bg.color: #444438
diff --git a/themes/syscrash/openbox-3/themerc.xml b/themes/syscrash/openbox-3/themerc.xml
new file mode 100644
index 00000000..5048cf06
--- /dev/null
+++ b/themes/syscrash/openbox-3/themerc.xml
@@ -0,0 +1,131 @@
+<!-- syscrash's theme, based off nightm4re's flax or something -->
+
+<?xml version="1.0"?>
+<openbox_theme version="1" xmlns="http://openbox.org/themerc">
+ <dimensions>
+ <handle>3</handle>
+ <padding horizontal="2" vertical="2"/>
+ </dimensions>
+ <window>
+ <border>
+ <width>1</width>
+ <primary r="34" g="34" b="28" a="255"/>
+ </border>
+ <clientpadding horizontal="0" vertical="0"/>
+ <justify>left</justify>
+ <active>
+ <label>
+ <text>
+ <primary r="255" g="255" b="255" a="255"/>
+ </text>
+ <style>flat gradient vertical border</style>
+ <primary r="76" g="76" b="76" a="255"/>
+ <secondary r="112" g="112" b="112" a="255"/>
+ </label>
+ <buttons>
+ <unpressed>
+ <image r="255" g="255" b="255" a="255"/>
+ <style>flat gradient vertical border</style>
+ <primary r="81" g="81" b="81" a="255"/>
+ <secondary r="103" g="103" b="103" a="255"/>
+ </unpressed>
+ <disabled>
+ <image r="159" g="191" b="193" a="255"/>
+ <style>parentrelative</style>
+ </disabled>
+ <pressed>
+ <style>flat gradient crossdiagonal border</style>
+ <primary r="211" g="222" b="218" a="255"/>
+ <secondary r="159" g="191" b="193" a="255"/>
+ </pressed>
+ <hover>
+ <style>flat solid border</style>
+ <primary r="230" g="230" b="224" a="255"/>
+ </hover>
+ </buttons>
+ <titlebar>
+ <style>flat solid</style>
+ <primary r="155" g="155" b="155" a="255"/>
+ </titlebar>
+ <handle>
+ <style>flat solid</style>
+ </handle>
+ <grip>
+ <style>flat solid</style>
+ <primary r="76" g="76" b="76" a="255"/>
+ <secondary r="112" g="112" b="112" a="255"/>
+ </grip>
+ </active>
+ <inactive>
+ <label>
+ <text>
+ <primary r="76" g="76" b="76" a="255"/>
+ </text>
+ <style>parentrelative</style>
+ </label>
+ <buttons>
+ <unpressed>
+ <image r="76" g="76" b="76" a="255"/>
+ <style>parentrelative</style>
+ </unpressed>
+ <disabled>
+ <style>flat solid</style>
+ </disabled>
+ <pressed>
+ <style>flat gradient crossdiagonal border</style>
+ <primary r="211" g="222" b="218" a="255"/>
+ <secondary r="159" g="191" b="193" a="255"/>
+ </pressed>
+ <hover>
+ <style>flat solid border</style>
+ <primary r="230" g="230" b="224" a="255"/>
+ </hover>
+ </buttons>
+ <titlebar>
+ <style>flat solid</style>
+ <primary r="155" g="155" b="155" a="255"/>
+ </titlebar>
+ <handle>
+ <style>flat solid</style>
+ <primary r="230" g="230" b="224" a="255"/>
+ </handle>
+ <grip>
+ <style>flat solid</style>
+ <primary r="230" g="230" b="224" a="255"/>
+ </grip>
+ </inactive>
+ </window>
+ <menu>
+ <border>
+ <width>1</width>
+ <primary r="34" g="34" b="28" a="255"/>
+ </border>
+ <justify>left</justify>
+ <overlap>0</overlap>
+ <title>
+ <text>
+ <primary r="255" g="255" b="255" a="255"/>
+ </text>
+ <style>flat gradient vertical</style>
+ <primary r="76" g="76" b="76" a="255"/>
+ <secondary r="112" g="112" b="112" a="255"/>
+ </title>
+ <inactive>
+ <primary r="34" g="34" b="28" a="255"/>
+ </inactive>
+ <disabled>
+ <primary r="68" g="68" b="56" a="255"/>
+ </disabled>
+ <active>
+ <text>
+ <primary r="255" g="255" b="255" a="255"/>
+ </text>
+ <style>flat solid</style>
+ <primary r="76" g="76" b="76" a="255"/>
+ </active>
+ <entries>
+ <style>flat solid</style>
+ <primary r="230" g="230" b="224" a="255"/>
+ </entries>
+ </menu>
+</openbox_theme>