]> icculus.org git repositories - dana/openbox.git/blob - DESIGN/themes.txt
attempt #2
[dana/openbox.git] / DESIGN / themes.txt
1 <openbox_theme>
2
3 <about>
4   <author>Ben Jansens</author>
5   <date>Thu Jul 10 2003</date>
6   <description> \m/ Test Theme \m/ </description>
7 </about>
8
9 <color id="red">
10   <red>70</red>
11   <green>10</green>
12   <blue>10</blue>
13   <opacity>70</opacity>
14 </color>
15
16 <color id="darkred">
17   <red>30</red>
18   <green>3</green>
19   <blue>3</blue>
20   <opacity>70</opacity>
21 </color>
22
23 <color id="clearblack">
24   <red>0</red>
25   <green>0</green>
26   <blue>0</blue>
27   <opacity>50</opacity>
28 </color>
29
30 <foreground id="vroom">
31   <color>
32     <red>100</red>
33     <green>40</green>
34     <blue>67</blue>
35     <opacity>80</opacity>
36   </color>
37   <shadow>
38     <offset>2</offset>
39     <color id="clearblack" />
40   </shadow>
41 </foreground>
42
43 <background id="solid">
44   <solid>
45     <color id="darkred" />
46   </solid>
47   <border>
48     <color id="red" />
49   </border>
50 </background>
51
52 <background id="fancy">
53   <solid>
54     <color id="darkred" />
55     <color id="red" />
56   </solid>
57   <bevel relief="raised" type="outer" />
58 </background>
59
60 <layout id="flatlayout">
61   <focused   foreground="vroom" background="solid" />
62   <unfocused foreground="vroom" background="solid" />
63 </layout>
64
65 <layout id="raisedlayout">
66   <focused   foreground="vroom" background="fancy" />
67   <unfocused foreground="vroom" background="solid" />
68 </layout>
69
70 <button_set id="funbutton">
71   <pressed   layout="flatlayout" />
72   <unpressed layout="raisedlayout" />
73   <disabled  layout="flatlayout" />
74 </button_set>
75
76 <surface_set id="flatsurface" layout="flatlayout" />
77
78 <surface_set id="raisedsurface" layout="raisedlayout" />
79
80 <menu_set id="coolmenu">
81   <normal   foreground="vroom" background="solid" />
82   <active   foreground="vroom" background="fancy" />
83   <disabled foreground="vroom" background="solid" />
84 </menu_set>
85
86 <style>
87   <button id="close"    set="funbutton" />
88   <button id="stick"    set="funbutton" />
89   <button id="iconify"  set="funbutton" />
90   <button id="maximize" set="funbutton" />
91   <button id="icon"     set="funbutton" />
92   <button id="shade"    set="funbutton" />
93
94   <surface id="titlebar"  set="flatsurface" />
95   <surface id="label"     set="raisedsurface" />
96   <surface id="handle"    set="flatsurface" />
97   <surface id="leftgrip"  set="flatsurface" />
98   <surface id="rightgrip" set="flatsurface" />
99
100   <menutitle foreground="vroom" background="fancy" />
101   <menu      set="coolmenu" />
102 </menu>
103 </style>
104
105 </openbox_theme>