all repos — openbox @ b0aefaf565b954c8cbde6ceff06921a33164f86a

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
101
102
103
104
<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" />
</style>

</openbox_theme>