]> Dogcows Code - chaz/openbox/blob - DESIGN/themes.txt
oops extra menu_layout
[chaz/openbox] / 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 <text id="vroom">
10 <opacity>80%</opacity>
11 <font>arial:pixelsize=10</font>
12 <shadow>
13 <offset>2</offset>
14 <opacity>50%</opacity>
15 <color>#000000</color>
16 </shadow>
17 <color>#45ea32</color>
18 </text>
19
20 <button_style id="fun">
21 <opacity>80%</opacity>
22 <shadow>
23 <offset>2</offset>
24 <opacity>80%</opacity>
25 <color>#000000</color>
26 </shadow>
27 <color>#45ea32</color>
28 </button>
29
30 <surface_style id="blah-flat">
31 <background style="solid">
32 <color>#eeffaa</color>
33 </background>
34 <border>
35 <color>#45ea32</color>
36 </border>
37 </texture>
38
39 <surface_style id="blah-sunken">
40 <background style="vertical">
41 <color>#eeffaa</color>
42 <color>#aa9536</color>
43 </background>
44 <bevel relief="sunken" style="inner" />
45 <interlaced />
46 </texture>
47
48 <button_layout id="funlayout">
49 <pressed>
50 <focus style="fun" />
51 <unfocus style="fun" />
52 </pressed>
53 <unpressed>
54 <focus style="fun" />
55 <unfocus style="fun" />
56 </unpressed>
57 <disabled>
58 <focus style="fun" />
59 <unfocus style="fun" />
60 </disabled>
61 </button>
62
63 <surface_layout id="titlelayout">
64 <focus style="blah-flat" text="vroom" />
65 <unfocus style="blah-sunken" text="vroom" />
66 </surface>
67
68 <window>
69 <button id="close" layout="funlayout" />
70 <button id="stick" layout="funlayout" />
71 <button id="iconify" layout="funlayout" />
72 <button id="maximize" layout="funlayout" />
73 <button id="icon" layout="funlayout" />
74 <button id="shade" layout="funlayout" />
75
76 <surface id="title" layout="titlelayout" />
77 <surface id="handle" layout="titlelayout" />
78 <surface id="leftgrip" layout="titlelayout" />
79 <surface id="rightgrip" layout="titlelayout" />
80 </window>
81
82 <menu>
83 <surface id="title" style="blah-sunken" text="vroom" />
84 <surface id="item" style="blah-flat" text="vroom" />
85 <surface id="selected" style="blah-sunken" text="vroom" />
86 <surface id="disabled" style="blaf-flat" text="vroom" />
87 </menu>
88
89 </openbox_theme>
This page took 0.03805 seconds and 5 git commands to generate.