comparison Sonar/openbox-3/themerc @ 0:d2f7d0ecf733

Initial revision
author Guido Berhoerster <guido+sonar-openbox-theme@berhoerster.name>
date Mon, 09 Mar 2015 11:00:01 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d2f7d0ecf733
1 ! The Sonar xfwm4 theme is derived from the Sonar Metacity theme and distributed
2 ! under the same license terms as the original work (see below for the full
3 ! license text):
4 !
5 ! Copyright (C) 2010 Guido Berhoerster <guido+sonar-openbox-theme@berhoerster.name>
6 ! Copyright (C) 2009 Jakub Steiner, Aaron Bockover, Novell Inc.
7 !
8 ! This program is free software; you can redistribute it and/or
9 ! modify it under the terms of the GNU General Public License
10 ! as published by the Free Software Foundation; either version 2
11 ! of the License, or (at your option) any later version.
12 !
13 ! This program is distributed in the hope that it will be useful,
14 ! but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ! GNU General Public License for more details.
17 !
18 ! You should have received a copy of the GNU General Public License
19 ! along with this program; if not, write to the Free Software
20 ! Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21
22 !
23 ! Window geometry
24 !
25
26 border.width: 1
27 padding.width: 2
28 padding.height: 2
29 window.client.padding.width: 1
30 window.client.padding.height: 1
31 window.handle.width: 0
32
33 !
34 ! Menu geometry
35 !
36
37 menu.border.width: 1
38 menu.overlap.x: 1
39 menu.overlap.y: 0
40
41 !
42 ! OSD geometry
43 !
44
45 osd.border.width: 1
46
47 !
48 ! Text shadows and justification
49 !
50
51 window.label.text.justify: center
52 menu.title.text.justify: center
53 window.active.label.text.font: shadow=y:shadowtint=50:shadowoffset=1
54 window.inactive.label.text.font: shadow=n
55 menu.items.font: shadow=n
56 menu.title.text.font: shadow=n
57 osd.label.text.font: shadow=n
58
59 !
60 ! Active window
61 !
62
63 window.active.border.color: #000000
64
65 window.active.client.color: #303030
66
67 window.active.title.bg: raised mirrorhorizontal gradient
68 window.active.title.bg.color: #303030
69 window.active.title.bg.colorTo: #4a5d37
70 window.active.title.bg.border.color: #303030
71 window.active.title.separator.color: #303030
72
73 window.active.label.bg: parentrelative
74 window.active.label.text.color: #ffffff
75
76 window.active.button.unpressed.bg: parentrelative
77 window.active.button.unpressed.image.color: #bebebd
78
79 window.active.button.pressed.bg: flat gradient vertical border
80 window.active.button.pressed.bg.color: #40532d
81 window.active.button.pressed.bg.colorTo: #70835d
82 window.active.button.pressed.bg.border.color: #ced4c8
83 window.active.button.pressed.image.color: #ced4c8
84
85 window.active.button.toggled.bg: parentrelative
86 window.active.button.toggled.hover.image.color: #ffffff
87
88 window.active.button.disabled.bg: parentrelative
89 window.active.button.disabled.image.color: #7a7c7a
90
91 window.active.button.hover.image.color: #ffffff
92
93 !
94 ! Inactive windows
95 !
96
97 window.inactive.border.color: #000000
98
99 window.inactive.client.color: #303030
100
101 window.inactive.title.bg: flat solid border
102 window.inactive.title.bg.color: #303030
103 window.inactive.title.bg.border.color: #303030
104 window.inactive.title.separator.color: #303030
105
106 window.inactive.label.bg: parentrelative
107 window.inactive.label.text.color: #7a7d7a
108
109 window.inactive.button.unpressed.bg: parentrelative
110 window.inactive.button.unpressed.image.color: #7a7c7a
111
112 window.inactive.button.pressed.bg: flat gradient vertical
113 window.inactive.button.pressed.bg.color: #c0c4c0
114 window.inactive.button.pressed.bg.colorTo: #e7eae7
115 window.inactive.button.pressed.image.color: #7a7c7a
116
117 window.inactive.button.toggled.bg: parentrelative
118
119 window.inactive.button.disabled.bg: parentrelative
120 window.inactive.button.disabled.image.color: #4c4c4c
121
122 window.inactive.button.hover.image.color: #7a7c7a
123
124 !
125 ! Menus
126 !
127
128 menu.border.color: #000000
129
130 ! FIXME: this makes ObConf segfault
131 !menu.items.bg: parentrelative
132 menu.items.bg: Flat Solid
133 menu.items.bg.color: #303030
134
135 menu.title.text.color: #ffffff
136 menu.title.text.justify: center
137
138 menu.separator.color: #272727
139 menu.separator.width: 1
140 menu.separator.padding.width: 3
141 menu.separator.padding.height: 3
142
143 menu.items.bg: Flat Solid
144 menu.items.bg.color: #303030
145 menu.items.text.color: #ffffff
146 menu.items.disabled.text.color: #949494
147
148 menu.items.active.text.color: #ffffff
149
150 menu.items.active.bg: flat gradient splitvertical border
151 menu.items.active.bg.color: #58763c
152 menu.items.active.bg.color.splitTo: #536d39
153 menu.items.active.bg.colorTo: #506838
154 menu.items.active.bg.colorto.splitTo: #495d35
155 menu.items.active.bg.border.color: #63883f
156
157 menu.items.active.disabled.text.color: #949494
158
159 !
160 ! OSD
161 !
162
163 osd.border.color: #9da69d
164
165 osd.bg: flat solid
166 osd.bg.color: #d5dad5
167
168 osd.label.text.color: #000000
169
170 osd.hilight.bg: flat solid
171 osd.hilight.bg.color: #425232
172
173 osd.unhilight.bg: flat solid
174 osd.unhilight.bg.color: #929c92
175