openbox/DESIGN/themes.txt
2003-07-11 02:21:46 +00:00

105 lines
2.3 KiB
Text

<openbox_theme>
<about>
<author>Ben Jansens</author>
<date>Thu Jul 10 2003</date>
<description> \m/ Test Theme \m/ </description>
</about>
<color id="red">
<red>70</red>
<green>10</green>
<blue>10</blue>
<opacity>70</opacity>
</color>
<color id="darkred">
<red>30</red>
<green>3</green>
<blue>3</blue>
<opacity>70</opacity>
</color>
<color id="clearblack">
<red>0</red>
<green>0</green>
<blue>0</blue>
<opacity>50</opacity>
</color>
<foreground id="vroom">
<color>
<red>100</red>
<green>40</green>
<blue>67</blue>
<opacity>80</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_set id="funbutton">
<pressed layout="flatlayout" />
<unpressed layout="raisedlayout" />
<disabled layout="flatlayout" />
</button_set>
<surface_set id="flatsurface" layout="flatlayout" />
<surface_set id="raisedsurface" layout="raisedlayout" />
<menu_set id="coolmenu">
<normal foreground="vroom" background="solid" />
<active foreground="vroom" background="fancy" />
<disabled foreground="vroom" background="solid" />
</menu_set>
<style>
<button id="close" set="funbutton" />
<button id="stick" set="funbutton" />
<button id="iconify" set="funbutton" />
<button id="maximize" set="funbutton" />
<button id="icon" set="funbutton" />
<button id="shade" set="funbutton" />
<surface id="titlebar" set="flatsurface" />
<surface id="label" set="raisedsurface" />
<surface id="handle" set="flatsurface" />
<surface id="leftgrip" set="flatsurface" />
<surface id="rightgrip" set="flatsurface" />
<menutitle foreground="vroom" background="fancy" />
<menu set="coolmenu" />
</menu>
</style>
</openbox_theme>