+++ /dev/null
-<openbox_theme>
-
-<about>
- <author>Ben Jansens</author>
- <date>Thu Jul 10 2003</date>
- <description> \m/ Test Theme \m/ </description>
-</about>
-
-<color id="red">
- <red>0.7</red>
- <green>0.1</green>
- <blue>0.1</blue>
- <opacity>0.7</opacity>
-</color>
-
-<color id="darkred">
- <red>0.3</red>
- <green>0.03</green>
- <blue>0.03</blue>
- <opacity>0.7</opacity>
-</color>
-
-<color id="clearblack">
- <red>0</red>
- <green>0</green>
- <blue>0</blue>
- <opacity>0.5</opacity>
-</color>
-
-<foreground id="vroom">
- <color>
- <red>1</red>
- <green>0.4</green>
- <blue>0.67</blue>
- <opacity>0.8</opacity>
- </color>
- <shadow>
- <offset>2</offset>
- <color id="clearblack" />
- </shadow>
-</foreground>
-
-<background id="solid">
- <solid>
- <color id="darkred" />
- </solid>
- <border>
- <color id="red" />
- </border>
-</background>
-
-<background id="fancy">
- <solid>
- <color id="darkred" />
- <color id="red" />
- </solid>
- <bevel relief="raised" type="outer" />
-</background>
-
-<layout id="flatlayout">
- <focused foreground="vroom" background="solid" />
- <unfocused foreground="vroom" background="solid" />
-</layout>
-
-<layout id="raisedlayout">
- <focused foreground="vroom" background="fancy" />
- <unfocused foreground="vroom" background="solid" />
-</layout>
-
-<button_class id="funbutton">
- <pressed layout="flatlayout" />
- <unpressed layout="raisedlayout" />
- <hover layout="raisedlayout" />
- <disabled layout="flatlayout" />
-</button_class>
-
-<surface_class id="flatsurface" layout="flatlayout" />
-
-<surface_class id="raisedsurface" layout="raisedlayout" />
-
-<style>
- <button id="close" class="funbutton" />
- <button id="stick" class="funbutton" />
- <button id="iconify" class="funbutton" />
- <button id="maximize" class="funbutton" />
- <button id="icon" class="funbutton" />
- <button id="shade" class="funbutton" />
-
- <surface id="titlebar" class="flatsurface" />
- <surface id="label" class="raisedsurface" />
- <surface id="handle" class="flatsurface" />
- <surface id="leftgrip" class="flatsurface" />
- <surface id="rightgrip" class="flatsurface" />
-
- <menu>
- <title foreground="vroom" background="fancy" />
- <normal foreground="vroom" background="solid" />
- <active foreground="vroom" background="fancy" />
- <disabled foreground="vroom" background="solid" />
- </menu>
-</style>
-
-</openbox_theme>