This commit is contained in:
Dana Jansens 2003-07-11 02:21:46 +00:00
parent f5f7e84ab4
commit fdbeee7e71

View file

@ -6,84 +6,100 @@
<description> \m/ Test Theme \m/ </description> <description> \m/ Test Theme \m/ </description>
</about> </about>
<text id="vroom"> <color id="red">
<opacity>80%</opacity> <red>70</red>
<font>arial:pixelsize=10</font> <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> <shadow>
<offset>2</offset> <offset>2</offset>
<opacity>50%</opacity> <color id="clearblack" />
<color>#000000</color>
</shadow> </shadow>
<color>#45ea32</color> </foreground>
</text>
<button_style id="fun"> <background id="solid">
<opacity>80%</opacity> <solid>
<shadow> <color id="darkred" />
<offset>2</offset> </solid>
<opacity>80%</opacity>
<color>#000000</color>
</shadow>
<color>#45ea32</color>
</button>
<surface_style id="blah-flat">
<background style="solid">
<color>#eeffaa</color>
</background>
<border> <border>
<color>#45ea32</color> <color id="red" />
</border> </border>
</texture> </background>
<surface_style id="blah-sunken"> <background id="fancy">
<background style="vertical"> <solid>
<color>#eeffaa</color> <color id="darkred" />
<color>#aa9536</color> <color id="red" />
</background> </solid>
<bevel relief="sunken" style="inner" /> <bevel relief="raised" type="outer" />
<interlaced /> </background>
</texture>
<button_layout id="funlayout"> <layout id="flatlayout">
<pressed> <focused foreground="vroom" background="solid" />
<focus style="fun" /> <unfocused foreground="vroom" background="solid" />
<unfocus style="fun" /> </layout>
</pressed>
<unpressed>
<focus style="fun" />
<unfocus style="fun" />
</unpressed>
<disabled>
<focus style="fun" />
<unfocus style="fun" />
</disabled>
</button>
<surface_layout id="titlelayout"> <layout id="raisedlayout">
<focus style="blah-flat" text="vroom" /> <focused foreground="vroom" background="fancy" />
<unfocus style="blah-sunken" text="vroom" /> <unfocused foreground="vroom" background="solid" />
</surface> </layout>
<window> <button_set id="funbutton">
<button id="close" layout="funlayout" /> <pressed layout="flatlayout" />
<button id="stick" layout="funlayout" /> <unpressed layout="raisedlayout" />
<button id="iconify" layout="funlayout" /> <disabled layout="flatlayout" />
<button id="maximize" layout="funlayout" /> </button_set>
<button id="icon" layout="funlayout" />
<button id="shade" layout="funlayout" />
<surface id="title" layout="titlelayout" /> <surface_set id="flatsurface" layout="flatlayout" />
<surface id="handle" layout="titlelayout" />
<surface id="leftgrip" layout="titlelayout" />
<surface id="rightgrip" layout="titlelayout" />
</window>
<menu> <surface_set id="raisedsurface" layout="raisedlayout" />
<surface id="title" style="blah-sunken" text="vroom" />
<surface id="item" style="blah-flat" text="vroom" /> <menu_set id="coolmenu">
<surface id="selected" style="blah-sunken" text="vroom" /> <normal foreground="vroom" background="solid" />
<surface id="disabled" style="blaf-flat" text="vroom" /> <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> </menu>
</style>
</openbox_theme> </openbox_theme>