all repos — openbox @ c920b4769ef294d9421dc0220692b6b23c7a20e5

openbox fork - make it a bit more like ryudo

DESIGN/themes.txt (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<openbox_theme>

<about>
  <author>Ben Jansens</author>
  <date>Thu Jul 10 2003</date>
  <description> \m/ Test Theme \m/ </description>
</about>

<text id="vroom">
  <opacity>80%</opacity>
  <font>arial:pixelsize=10</font>
  <shadow>
    <offset>2</offset>
    <opacity>50%</opacity>
    <color>#000000</color>
  </shadow>
  <color>#45ea32</color>
</text>

<button_style id="fun">
  <opacity>80%</opacity>
  <shadow>
    <offset>2</offset>
    <opacity>80%</opacity>
    <color>#000000</color>
  </shadow>
  <color>#45ea32</color>
</button>

<surface_style id="blah-flat">
  <background style="solid">
    <color>#eeffaa</color>
  </background>
  <border>
    <color>#45ea32</color>
  </border>
</texture>

<surface_style id="blah-sunken">
  <background style="vertical">
    <color>#eeffaa</color>
    <color>#aa9536</color>
  </background>
  <bevel relief="sunken" style="inner" />
  <interlaced />
</texture>

<button_layout id="funlayout">
  <enabled>
    <pressed>
      <focus style="fun" />
      <unfocus style="fun" />
    </pressed>
    <unpressed>
      <focus style="fun" />
      <unfocus style="fun" />
    </unpressed>
  </enabled>
  <disabled>
    <pressed>
      <focus style="fun" />
      <unfocus style="fun" />
    </pressed>
    <unpressed>
      <focus style="fun" />
      <unfocus style="fun" />
    </unpressed>
  </disabled>
</button>

<surface_layout id="titlelayout">
  <focus   style="blah-flat"   text="vroom" />
  <unfocus style="blah-sunken" text="vroom" />
</surface>

<menu_layout id="titlelayout">
  <focus   style="blah-flat"   text="vroom" />
  <unfocus style="blah-sunken" text="vroom" />
</surface>

<window>
  <button id="close"    layout="funlayout" />
  <button id="stick"    layout="funlayout" />
  <button id="iconify"  layout="funlayout" />
  <button id="maximize" layout="funlayout" />
  <button id="icon"     layout="funlayout" />
  <button id="shade"    layout="funlayout" />

  <surface id="title"  layout="titlelayout" />
  <surface id="handle" layout="titlelayout" />
</window>

<menu>
  <surface id="title"    style="blah-sunken" text="vroom" />
  <surface id="item"     style="blah-flat"   text="vroom" />
  <surface id="selected" style="blah-sunken" text="vroom" />
  <surface id="disabled" style="blaf-flat"   text="vroom" />
</menu>

</openbox_theme>