all repos — openbox @ ec304c9e433e4b1cedf924ca64d783f05db7d42d

openbox fork - make it a bit more like ryudo

themes/bear2/openbox-3/themerc.xml (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<?xml version="1.0"?>
<openbox_theme version="1" xmlns="http://openbox.org/themerc">
  <dimensions>
    <handle>4</handle>
    <padding horizontal="3" vertical="3"/>
  </dimensions>
  <window>
    <border>
      <width>1</width>
      <primary r="78" g="78" b="78" a="255"/>
    </border>
    <clientpadding horizontal="0" vertical="0"/>
    <justify>center</justify>
    <active>
      <clientpadding r="238" g="238" b="236" a="255"/>
      <label>
        <text>
          <primary r="255" g="255" b="255" a="255"/>
          <shadow>
            <offset x="1" y="1"/>
            <primary r="0" g="0" b="0" a="3"/>
          </shadow>
        </text>
        <style>parentrelative</style>
      </label>
      <buttons>
        <unpressed>
          <image r="239" g="239" b="239" a="255"/>
          <style>parentrelative</style>
        </unpressed>
        <pressed>
          <image r="239" g="239" b="239" a="255"/>
          <style>parentrelative</style>
          <primary r="167" g="206" b="242" a="255"/>
        </pressed>
        <disabled>
          <image r="221" g="221" b="221" a="255"/>
          <style>parentrelative</style>
        </disabled>
        <hover>
          <image r="255" g="255" b="255" a="255"/>
          <style>parentrelative</style>
          <primary r="114" g="159" b="207" a="255"/>
        </hover>
        <toggled>
          <image r="239" g="239" b="239" a="255"/>
          <style>parentrelative</style>
        </toggled>
      </buttons>
      <titlebar>
        <style>flat border gradient mirrorhorizontal</style>
        <primary r="52" g="101" b="164" a="255"/>
        <secondary r="64" g="124" b="202" a="255"/>
        <border r="105" g="154" b="205" a="255"/>
      </titlebar>
      <handle>
        <style>raised solid</style>
        <primary r="231" g="231" b="231" a="255"/>
      </handle>
      <grip>
        <style>parentrelative</style>
      </grip>
    </active>
    <inactive>
      <clientpadding r="238" g="238" b="236" a="255"/>
      <label>
        <text>
          <primary r="136" g="138" b="133" a="255"/>
          <shadow>
            <offset x="1" y="1"/>
            <primary r="255" g="255" b="255" a="0"/>
          </shadow>
        </text>
        <style>parentrelative</style>
      </label>
      <buttons>
        <unpressed>
          <image r="136" g="138" b="133" a="255"/>
          <style>parentrelative</style>
        </unpressed>
        <pressed>
          <image r="136" g="138" b="133" a="255"/>
          <style>parentrelative</style>
          <primary r="79" g="80" b="81" a="255"/>
        </pressed>
        <disabled>
          <image r="255" g="255" b="255" a="255"/>
          <style>parentrelative</style>
        </disabled>
        <hover>
          <image r="136" g="138" b="133" a="255"/>
          <style>parentrelative</style>
        </hover>
        <toggled>
          <image r="136" g="138" b="133" a="255"/>
          <style>parentrelative</style>
        </toggled>
      </buttons>
      <titlebar>
        <style>flat border gradient mirrorhorizontal</style>
        <primary r="220" g="220" b="220" a="255"/>
        <secondary r="238" g="238" b="236" a="255"/>
        <border r="239" g="239" b="239" a="255"/>
      </titlebar>
      <handle>
        <style>raised solid</style>
        <primary r="231" g="231" b="231" a="255"/>
      </handle>
      <grip>
        <style>parentrelative</style>
      </grip>
    </inactive>
  </window>
  <menu>
    <border>
      <width>1</width>
      <primary r="78" g="78" b="78" a="255"/>
    </border>
    <justify>center</justify>
    <overlap>2</overlap>
    <title>
      <text>
        <primary r="255" g="255" b="255" a="255"/>
        <shadow>
          <offset x="1" y="1"/>
          <primary r="0" g="0" b="0" a="30"/>
        </shadow>
      </text>
      <style>flat border vertical gradient</style>
      <primary r="52" g="101" b="164" a="255"/>
      <secondary r="64" g="124" b="202" a="255"/>
      <border r="114" g="159" b="207" a="255"/>
    </title>
    <inactive>
      <primary r="68" g="68" b="68" a="255"/>
    </inactive>
    <disabled>
      <primary r="186" g="189" b="182" a="255"/>
    </disabled>
    <active>
      <text>
        <primary r="246" g="248" b="251" a="255"/>
      </text>
      <style>flat solid</style>
      <primary r="68" g="129" b="192" a="255"/>
      <secondary r="65" g="117" b="170" a="255"/>
      <border r="65" g="108" b="152" a="255"/>
    </active>
    <entries>
      <style>flat border solid</style>
      <primary r="238" g="238" b="236" a="255"/>
      <border r="239" g="235" b="231" a="255"/>
    </entries>
  </menu>
</openbox_theme>