Blame


1 7ee364c5 2014-05-20 xhr gtk-font-name = "DejaVu Sans 8"
2 c89d3683 2014-07-08 xhr gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#f07746\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F2F1F0\ntooltip_bg_color:#000000\nlink_color:#DD4814"
3 c89d3683 2014-07-08 xhr
4 c89d3683 2014-07-08 xhr gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16"
5 c89d3683 2014-07-08 xhr
6 c89d3683 2014-07-08 xhr gtk-auto-mnemonics = 1
7 c89d3683 2014-07-08 xhr gtk-alternative-sort-arrows = 1
8 c89d3683 2014-07-08 xhr
9 c89d3683 2014-07-08 xhr style "default" {
10 c89d3683 2014-07-08 xhr xthickness = 1
11 c89d3683 2014-07-08 xhr ythickness = 1
12 c89d3683 2014-07-08 xhr
13 c89d3683 2014-07-08 xhr #######################
14 c89d3683 2014-07-08 xhr # Style Properties
15 c89d3683 2014-07-08 xhr #######################
16 c89d3683 2014-07-08 xhr GtkButton::child-displacement-x = 1
17 c89d3683 2014-07-08 xhr GtkButton::child-displacement-y = 1
18 c89d3683 2014-07-08 xhr GtkButton::default-border = { 0, 0, 0, 0 }
19 c89d3683 2014-07-08 xhr
20 c89d3683 2014-07-08 xhr GtkCheckButton::indicator-size = 16
21 c89d3683 2014-07-08 xhr
22 c89d3683 2014-07-08 xhr GtkPaned::handle-size = 6
23 c89d3683 2014-07-08 xhr
24 c89d3683 2014-07-08 xhr GtkRange::trough-border = 0
25 c89d3683 2014-07-08 xhr GtkRange::slider-width = 14
26 c89d3683 2014-07-08 xhr GtkRange::stepper-size = 13
27 c89d3683 2014-07-08 xhr GtkRange::trough-under-steppers = 1
28 c89d3683 2014-07-08 xhr
29 c89d3683 2014-07-08 xhr GtkScale::trough-border = 0
30 c89d3683 2014-07-08 xhr GtkScale::slider-width = 23
31 c89d3683 2014-07-08 xhr GtkScale::slider-length = 14
32 c89d3683 2014-07-08 xhr GtkScale::trough-side-details = 1
33 c89d3683 2014-07-08 xhr
34 c89d3683 2014-07-08 xhr GtkScrollbar::activate-slider = 1
35 c89d3683 2014-07-08 xhr GtkScrollbar::trough-border = 0
36 c89d3683 2014-07-08 xhr GtkScrollbar::slider-width = 13
37 c89d3683 2014-07-08 xhr GtkScrollbar::min-slider-length = 31
38 c89d3683 2014-07-08 xhr
39 c89d3683 2014-07-08 xhr GtkMenuBar::internal-padding = 0
40 c89d3683 2014-07-08 xhr GtkMenuBar::shadow-type = GTK_SHADOW_NONE
41 c89d3683 2014-07-08 xhr GtkExpander::expander-size = 11
42 c89d3683 2014-07-08 xhr GtkToolbar::internal-padding = 1
43 c89d3683 2014-07-08 xhr GtkToolbar::shadow-type = GTK_SHADOW_NONE
44 c89d3683 2014-07-08 xhr GtkTreeView::expander-size = 7
45 c89d3683 2014-07-08 xhr GtkTreeView::vertical-separator = 0
46 c89d3683 2014-07-08 xhr # GtkTreeView::odd-row-color = shade (0.96, @base_color)
47 c89d3683 2014-07-08 xhr GtkNotebook::tab-overlap = -1
48 c89d3683 2014-07-08 xhr
49 c89d3683 2014-07-08 xhr GtkMenu::horizontal-padding = 0
50 c89d3683 2014-07-08 xhr GtkMenu::vertical-padding = 3
51 c89d3683 2014-07-08 xhr
52 c89d3683 2014-07-08 xhr WnckTasklist::fade-overlay-rect = 0
53 c89d3683 2014-07-08 xhr # The following line hints to gecko (and possibly other appliations)
54 c89d3683 2014-07-08 xhr # that the entry should be drawn transparently on the canvas.
55 c89d3683 2014-07-08 xhr # Without this, gecko will fill in the background of the entry.
56 c89d3683 2014-07-08 xhr GtkEntry::honors-transparent-bg-hint = 1
57 c89d3683 2014-07-08 xhr GtkEntry::state-hint = 0
58 c89d3683 2014-07-08 xhr
59 c89d3683 2014-07-08 xhr GtkEntry::progress-border = { 2, 2, 2, 2 }
60 c89d3683 2014-07-08 xhr
61 c89d3683 2014-07-08 xhr GtkProgressBar::min-horizontal-bar-height = 14
62 c89d3683 2014-07-08 xhr GtkProgressBar::min-vertical-bar-width = 14
63 c89d3683 2014-07-08 xhr
64 c89d3683 2014-07-08 xhr GtkImage::x-ayatana-indicator-dynamic = 1
65 c89d3683 2014-07-08 xhr GtkMenuBar::window-dragging = 1
66 c89d3683 2014-07-08 xhr
67 c89d3683 2014-07-08 xhr GtkWidget::link-color = @link_color
68 c89d3683 2014-07-08 xhr GtkWidget::visited-link-color = @text_color
69 c89d3683 2014-07-08 xhr
70 c89d3683 2014-07-08 xhr ####################
71 c89d3683 2014-07-08 xhr # Color Definitions
72 c89d3683 2014-07-08 xhr ####################
73 c89d3683 2014-07-08 xhr bg[NORMAL] = @bg_color
74 c89d3683 2014-07-08 xhr bg[PRELIGHT] = shade (1.02, @bg_color)
75 c89d3683 2014-07-08 xhr bg[SELECTED] = @selected_bg_color
76 c89d3683 2014-07-08 xhr bg[INSENSITIVE] = shade (0.95, @bg_color)
77 c89d3683 2014-07-08 xhr bg[ACTIVE] = shade (0.9, @bg_color)
78 c89d3683 2014-07-08 xhr
79 c89d3683 2014-07-08 xhr fg[NORMAL] = @fg_color
80 c89d3683 2014-07-08 xhr fg[PRELIGHT] = @fg_color
81 c89d3683 2014-07-08 xhr fg[SELECTED] = @selected_fg_color
82 c89d3683 2014-07-08 xhr fg[INSENSITIVE] = darker (@bg_color)
83 c89d3683 2014-07-08 xhr fg[ACTIVE] = @fg_color
84 c89d3683 2014-07-08 xhr
85 c89d3683 2014-07-08 xhr text[NORMAL] = @text_color
86 c89d3683 2014-07-08 xhr text[PRELIGHT] = @text_color
87 c89d3683 2014-07-08 xhr text[SELECTED] = @selected_fg_color
88 c89d3683 2014-07-08 xhr text[INSENSITIVE] = shade (0.8, @bg_color)
89 c89d3683 2014-07-08 xhr text[ACTIVE] = darker (@text_color)
90 c89d3683 2014-07-08 xhr
91 c89d3683 2014-07-08 xhr base[NORMAL] = @base_color
92 c89d3683 2014-07-08 xhr base[PRELIGHT] = shade (0.98, @bg_color)
93 c89d3683 2014-07-08 xhr base[SELECTED] = @selected_bg_color
94 c89d3683 2014-07-08 xhr base[INSENSITIVE] = shade (0.97, @bg_color)
95 c89d3683 2014-07-08 xhr base[ACTIVE] = shade (0.94, @bg_color)
96 c89d3683 2014-07-08 xhr
97 c89d3683 2014-07-08 xhr engine "murrine" {
98 c89d3683 2014-07-08 xhr contrast = 0.6
99 c89d3683 2014-07-08 xhr arrowstyle = 2
100 c89d3683 2014-07-08 xhr reliefstyle = 3
101 c89d3683 2014-07-08 xhr highlight_shade = 1.0
102 c89d3683 2014-07-08 xhr glazestyle = 0
103 c89d3683 2014-07-08 xhr default_button_color = shade (1.1, @selected_bg_color)
104 c89d3683 2014-07-08 xhr gradient_shades = {1.1, 1.0, 1.0, 0.9}
105 c89d3683 2014-07-08 xhr roundness = 4
106 c89d3683 2014-07-08 xhr lightborder_shade = 1.26
107 c89d3683 2014-07-08 xhr lightborderstyle = 1
108 c89d3683 2014-07-08 xhr listviewstyle = 2
109 c89d3683 2014-07-08 xhr progressbarstyle = 0
110 c89d3683 2014-07-08 xhr colorize_scrollbar = FALSE
111 c89d3683 2014-07-08 xhr menubaritemstyle = 1
112 c89d3683 2014-07-08 xhr menubarstyle = 1
113 c89d3683 2014-07-08 xhr menustyle = 0
114 c89d3683 2014-07-08 xhr focusstyle = 3
115 c89d3683 2014-07-08 xhr handlestyle = 1
116 c89d3683 2014-07-08 xhr sliderstyle = 3
117 c89d3683 2014-07-08 xhr scrollbarstyle = 2
118 c89d3683 2014-07-08 xhr stepperstyle = 3
119 c89d3683 2014-07-08 xhr # rgba = TRUE
120 c89d3683 2014-07-08 xhr }
121 c89d3683 2014-07-08 xhr }
122 c89d3683 2014-07-08 xhr
123 c89d3683 2014-07-08 xhr style "dark"
124 c89d3683 2014-07-08 xhr {
125 c89d3683 2014-07-08 xhr color["bg_color_dark"] = "#3c3b37"
126 c89d3683 2014-07-08 xhr color["fg_color_dark"] = "#dfdbd2"
127 c89d3683 2014-07-08 xhr color["selected_fg_color_dark"] = "#ffffff"
128 c89d3683 2014-07-08 xhr
129 c89d3683 2014-07-08 xhr fg[NORMAL] = @fg_color_dark
130 c89d3683 2014-07-08 xhr fg[PRELIGHT] = shade (1.15, @fg_color_dark)
131 c89d3683 2014-07-08 xhr fg[ACTIVE] = @fg_color_dark
132 c89d3683 2014-07-08 xhr fg[SELECTED] = @selected_fg_color_dark
133 c89d3683 2014-07-08 xhr fg[INSENSITIVE] = shade (0.5, @fg_color_dark)
134 c89d3683 2014-07-08 xhr
135 c89d3683 2014-07-08 xhr bg[NORMAL] = @bg_color_dark
136 c89d3683 2014-07-08 xhr bg[ACTIVE] = shade (0.8, @bg_color_dark)
137 c89d3683 2014-07-08 xhr bg[SELECTED] = @selected_bg_color
138 c89d3683 2014-07-08 xhr bg[PRELIGHT] = shade (1.0, "#4D4C48")
139 c89d3683 2014-07-08 xhr bg[INSENSITIVE] = shade (0.85, @bg_color_dark)
140 c89d3683 2014-07-08 xhr
141 c89d3683 2014-07-08 xhr text[NORMAL] = @fg_color_dark
142 c89d3683 2014-07-08 xhr text[PRELIGHT] = shade (1.15, @fg_color_dark)
143 c89d3683 2014-07-08 xhr text[SELECTED] = @selected_fg_color_dark
144 c89d3683 2014-07-08 xhr text[ACTIVE] = @fg_color_dark
145 c89d3683 2014-07-08 xhr text[INSENSITIVE] = mix (0.5, @bg_color, @bg_color_dark)
146 c89d3683 2014-07-08 xhr }
147 c89d3683 2014-07-08 xhr
148 c89d3683 2014-07-08 xhr style "wide" {
149 c89d3683 2014-07-08 xhr xthickness = 2
150 c89d3683 2014-07-08 xhr ythickness = 2
151 c89d3683 2014-07-08 xhr }
152 c89d3683 2014-07-08 xhr
153 c89d3683 2014-07-08 xhr style "wider" {
154 c89d3683 2014-07-08 xhr xthickness = 3
155 c89d3683 2014-07-08 xhr ythickness = 3
156 c89d3683 2014-07-08 xhr }
157 c89d3683 2014-07-08 xhr
158 c89d3683 2014-07-08 xhr style "entry" {
159 c89d3683 2014-07-08 xhr xthickness = 3
160 c89d3683 2014-07-08 xhr ythickness = 3
161 c89d3683 2014-07-08 xhr
162 c89d3683 2014-07-08 xhr engine "murrine" {
163 c89d3683 2014-07-08 xhr }
164 c89d3683 2014-07-08 xhr }
165 c89d3683 2014-07-08 xhr
166 c89d3683 2014-07-08 xhr style "vscale" {
167 c89d3683 2014-07-08 xhr }
168 c89d3683 2014-07-08 xhr
169 c89d3683 2014-07-08 xhr style "hscale" {
170 c89d3683 2014-07-08 xhr }
171 c89d3683 2014-07-08 xhr
172 c89d3683 2014-07-08 xhr #style "button" {
173 c89d3683 2014-07-08 xhr # xthickness = 3
174 c89d3683 2014-07-08 xhr # ythickness = 3
175 c89d3683 2014-07-08 xhr #
176 c89d3683 2014-07-08 xhr # bg[NORMAL] = shade (1.07, "#cdcdcd")
177 c89d3683 2014-07-08 xhr # bg[PRELIGHT] = shade (1.09, "#cdcdcd")
178 c89d3683 2014-07-08 xhr # bg[ACTIVE] = shade (1.0, "#cdcdcd")
179 c89d3683 2014-07-08 xhr # bg[INSENSITIVE] = mix (0.25, @bg_color, "#e2e1e1")
180 c89d3683 2014-07-08 xhr # fg[INSENSITIVE] = "#9c9c9c"
181 c89d3683 2014-07-08 xhr #
182 c89d3683 2014-07-08 xhr # engine "murrine" {
183 c89d3683 2014-07-08 xhr # #contrast = 1.0
184 c89d3683 2014-07-08 xhr # border_shades = {1.04, 0.82}
185 c89d3683 2014-07-08 xhr # reliefstyle = 5
186 c89d3683 2014-07-08 xhr # shadow_shades = {1.02, 1.1}
187 c89d3683 2014-07-08 xhr # textstyle = 1
188 c89d3683 2014-07-08 xhr # glowstyle = 5
189 c89d3683 2014-07-08 xhr # glow_shade = 1.1
190 c89d3683 2014-07-08 xhr # #text_shade = 1.04
191 c89d3683 2014-07-08 xhr # }
192 c89d3683 2014-07-08 xhr #}
193 c89d3683 2014-07-08 xhr
194 c89d3683 2014-07-08 xhr style "button" {
195 c89d3683 2014-07-08 xhr
196 c89d3683 2014-07-08 xhr xthickness = 3
197 c89d3683 2014-07-08 xhr ythickness = 3
198 c89d3683 2014-07-08 xhr
199 c89d3683 2014-07-08 xhr bg[NORMAL] = shade (1.03, @bg_color)
200 c89d3683 2014-07-08 xhr bg[PRELIGHT] = shade (1.06, @bg_color)
201 c89d3683 2014-07-08 xhr bg[ACTIVE] = shade (0.96, @bg_color)
202 c89d3683 2014-07-08 xhr bg[INSENSITIVE] = @bg_color
203 c89d3683 2014-07-08 xhr fg[INSENSITIVE] = "#9c9c9c"
204 c89d3683 2014-07-08 xhr
205 c89d3683 2014-07-08 xhr engine "murrine" {
206 c89d3683 2014-07-08 xhr #contrast = 1.0
207 c89d3683 2014-07-08 xhr textstyle = 1
208 c89d3683 2014-07-08 xhr border_shades = {1.01, 0.8}
209 c89d3683 2014-07-08 xhr reliefstyle = 0
210 c89d3683 2014-07-08 xhr shadow_shades = {1.0, 1.1}
211 c89d3683 2014-07-08 xhr glowstyle = 5
212 c89d3683 2014-07-08 xhr glow_shade = 1.02
213 c89d3683 2014-07-08 xhr lightborder_shade = 1.32
214 c89d3683 2014-07-08 xhr # lightborderstyle = 0
215 c89d3683 2014-07-08 xhr #text_shade = 1.04
216 c89d3683 2014-07-08 xhr }
217 c89d3683 2014-07-08 xhr }
218 c89d3683 2014-07-08 xhr
219 c89d3683 2014-07-08 xhr style "notebook_button" = "button" {
220 c89d3683 2014-07-08 xhr }
221 c89d3683 2014-07-08 xhr
222 c89d3683 2014-07-08 xhr style "spinbutton" = "notebook_button" {
223 c89d3683 2014-07-08 xhr xthickness = 4
224 c89d3683 2014-07-08 xhr
225 c89d3683 2014-07-08 xhr engine "murrine" {
226 c89d3683 2014-07-08 xhr }
227 c89d3683 2014-07-08 xhr }
228 c89d3683 2014-07-08 xhr
229 c89d3683 2014-07-08 xhr style "scrollbar" = "button" {
230 c89d3683 2014-07-08 xhr xthickness = 2
231 c89d3683 2014-07-08 xhr ythickness = 2
232 c89d3683 2014-07-08 xhr
233 c89d3683 2014-07-08 xhr bg[NORMAL] = @bg_color
234 c89d3683 2014-07-08 xhr bg[PRELIGHT] = shade (1.04, @bg_color)
235 c89d3683 2014-07-08 xhr
236 c89d3683 2014-07-08 xhr bg[ACTIVE] = shade (0.96, @bg_color)
237 c89d3683 2014-07-08 xhr
238 c89d3683 2014-07-08 xhr engine "murrine"
239 c89d3683 2014-07-08 xhr {
240 c89d3683 2014-07-08 xhr border_shades = {0.95, 0.90}
241 c89d3683 2014-07-08 xhr roundness = 20
242 c89d3683 2014-07-08 xhr contrast = 1.0
243 c89d3683 2014-07-08 xhr trough_shades = {0.92, 0.98}
244 c89d3683 2014-07-08 xhr lightborder_shade = 1.3
245 c89d3683 2014-07-08 xhr glowstyle = 5
246 c89d3683 2014-07-08 xhr glow_shade = 1.02
247 c89d3683 2014-07-08 xhr gradient_shades = {1.2, 1.0, 1.0, 0.86}
248 c89d3683 2014-07-08 xhr trough_border_shades = {0.9, 0.98}
249 c89d3683 2014-07-08 xhr }
250 c89d3683 2014-07-08 xhr }
251 c89d3683 2014-07-08 xhr
252 c89d3683 2014-07-08 xhr style "hscrollbar" {
253 c89d3683 2014-07-08 xhr }
254 c89d3683 2014-07-08 xhr
255 c89d3683 2014-07-08 xhr style "vscrollbar" {
256 c89d3683 2014-07-08 xhr }
257 c89d3683 2014-07-08 xhr
258 c89d3683 2014-07-08 xhr style "overlay_scrollbar"
259 c89d3683 2014-07-08 xhr {
260 c89d3683 2014-07-08 xhr bg[SELECTED] = shade (1.0, @selected_bg_color)
261 c89d3683 2014-07-08 xhr bg[INSENSITIVE] = shade (0.85, @bg_color)
262 c89d3683 2014-07-08 xhr bg[ACTIVE] = shade (0.6, @bg_color)
263 c89d3683 2014-07-08 xhr }
264 c89d3683 2014-07-08 xhr
265 c89d3683 2014-07-08 xhr style "scale" = "button" {
266 c89d3683 2014-07-08 xhr bg[NORMAL] = @bg_color
267 c89d3683 2014-07-08 xhr bg[PRELIGHT] = shade (1.06, @bg_color)
268 c89d3683 2014-07-08 xhr bg[ACTIVE] = shade (0.94, @bg_color)
269 c89d3683 2014-07-08 xhr
270 c89d3683 2014-07-08 xhr engine "murrine" {
271 c89d3683 2014-07-08 xhr contrast = 0.6
272 c89d3683 2014-07-08 xhr border_shades = {0.9, 0.8}
273 c89d3683 2014-07-08 xhr roundness = 5
274 c89d3683 2014-07-08 xhr lightborder_shade = 1.32
275 c89d3683 2014-07-08 xhr gradient_shades = {1.1, 1.0, 1.0, 0.8}
276 c89d3683 2014-07-08 xhr handlestyle = 2
277 c89d3683 2014-07-08 xhr trough_border_shades = {0.9, 1.4}
278 c89d3683 2014-07-08 xhr glow_shade = 1.0
279 c89d3683 2014-07-08 xhr # reliefstyle = 2
280 c89d3683 2014-07-08 xhr # shadow_shades = { 1.0, 0.9 }
281 c89d3683 2014-07-08 xhr }
282 c89d3683 2014-07-08 xhr }
283 c89d3683 2014-07-08 xhr
284 c89d3683 2014-07-08 xhr style "notebook_bg" {
285 c89d3683 2014-07-08 xhr bg[NORMAL] = shade (1.02, @bg_color)
286 c89d3683 2014-07-08 xhr bg[ACTIVE] = shade (0.97, @bg_color)
287 c89d3683 2014-07-08 xhr fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color))
288 c89d3683 2014-07-08 xhr }
289 c89d3683 2014-07-08 xhr
290 c89d3683 2014-07-08 xhr # The color is changed by the notebook_bg style, this style
291 c89d3683 2014-07-08 xhr # changes the x/ythickness
292 c89d3683 2014-07-08 xhr style "notebook" {
293 c89d3683 2014-07-08 xhr xthickness = 2
294 c89d3683 2014-07-08 xhr ythickness = 2
295 c89d3683 2014-07-08 xhr
296 c89d3683 2014-07-08 xhr engine "murrine" {
297 c89d3683 2014-07-08 xhr roundness = 3
298 c89d3683 2014-07-08 xhr contrast = 0.8
299 c89d3683 2014-07-08 xhr focusstyle = 2
300 c89d3683 2014-07-08 xhr lightborder_shade = 1.16
301 c89d3683 2014-07-08 xhr gradient_shades = {1.1, 1.0, 1.0, 0.68}
302 c89d3683 2014-07-08 xhr }
303 c89d3683 2014-07-08 xhr }
304 c89d3683 2014-07-08 xhr
305 c89d3683 2014-07-08 xhr style "statusbar" {
306 c89d3683 2014-07-08 xhr engine "murrine" {
307 c89d3683 2014-07-08 xhr contrast = 1.2
308 c89d3683 2014-07-08 xhr }
309 c89d3683 2014-07-08 xhr }
310 c89d3683 2014-07-08 xhr
311 c89d3683 2014-07-08 xhr style "comboboxentry" = "notebook_button" {
312 c89d3683 2014-07-08 xhr xthickness = 3
313 c89d3683 2014-07-08 xhr ythickness = 3
314 c89d3683 2014-07-08 xhr
315 c89d3683 2014-07-08 xhr engine "murrine" {
316 c89d3683 2014-07-08 xhr textstyle = 1
317 c89d3683 2014-07-08 xhr glowstyle = 5
318 c89d3683 2014-07-08 xhr glow_shade = 1.02
319 c89d3683 2014-07-08 xhr }
320 c89d3683 2014-07-08 xhr }
321 c89d3683 2014-07-08 xhr
322 c89d3683 2014-07-08 xhr style "menubar" = "dark" {
323 c89d3683 2014-07-08 xhr engine "murrine" {
324 c89d3683 2014-07-08 xhr textstyle = 2
325 c89d3683 2014-07-08 xhr text_shade = 0.33
326 c89d3683 2014-07-08 xhr gradient_shades = {1.0, 1.0, 1.0, 1.0}
327 c89d3683 2014-07-08 xhr lightborder_shade = 1.0
328 c89d3683 2014-07-08 xhr }
329 c89d3683 2014-07-08 xhr }
330 c89d3683 2014-07-08 xhr
331 c89d3683 2014-07-08 xhr style "toolbar" {
332 c89d3683 2014-07-08 xhr engine "murrine" {
333 c89d3683 2014-07-08 xhr textstyle = 1
334 c89d3683 2014-07-08 xhr text_shade = 1.32
335 c89d3683 2014-07-08 xhr lightborder_shade = 1.0
336 c89d3683 2014-07-08 xhr }
337 c89d3683 2014-07-08 xhr }
338 c89d3683 2014-07-08 xhr
339 c89d3683 2014-07-08 xhr style "toolbar-button" = "notebook_button" {
340 c89d3683 2014-07-08 xhr engine "murrine" {
341 c89d3683 2014-07-08 xhr }
342 c89d3683 2014-07-08 xhr }
343 c89d3683 2014-07-08 xhr
344 c89d3683 2014-07-08 xhr style "menu" {
345 c89d3683 2014-07-08 xhr xthickness = 0
346 c89d3683 2014-07-08 xhr ythickness = 0
347 c89d3683 2014-07-08 xhr
348 c89d3683 2014-07-08 xhr engine "murrine"
349 c89d3683 2014-07-08 xhr {
350 c89d3683 2014-07-08 xhr roundness = 0
351 c89d3683 2014-07-08 xhr }
352 c89d3683 2014-07-08 xhr }
353 c89d3683 2014-07-08 xhr
354 c89d3683 2014-07-08 xhr style "menu_item" = "menu" {
355 c89d3683 2014-07-08 xhr xthickness = 2
356 c89d3683 2014-07-08 xhr ythickness = 3
357 c89d3683 2014-07-08 xhr
358 c89d3683 2014-07-08 xhr fg[PRELIGHT] = @selected_fg_color
359 c89d3683 2014-07-08 xhr
360 c89d3683 2014-07-08 xhr engine "murrine"
361 c89d3683 2014-07-08 xhr {
362 c89d3683 2014-07-08 xhr glowstyle = 5
363 c89d3683 2014-07-08 xhr glow_shade = 1.1
364 c89d3683 2014-07-08 xhr border_shades = {0.95, 0.85}
365 c89d3683 2014-07-08 xhr }
366 c89d3683 2014-07-08 xhr }
367 c89d3683 2014-07-08 xhr
368 c89d3683 2014-07-08 xhr style "menubar_item" = "menu" {
369 c89d3683 2014-07-08 xhr xthickness = 2
370 c89d3683 2014-07-08 xhr ythickness = 3
371 c89d3683 2014-07-08 xhr
372 c89d3683 2014-07-08 xhr engine "murrine" {
373 c89d3683 2014-07-08 xhr gradient_shades = {1.1, 1.0, 1.0, 0.88}
374 c89d3683 2014-07-08 xhr glowstyle = 5
375 c89d3683 2014-07-08 xhr glow_shade = 1.0
376 c89d3683 2014-07-08 xhr border_shades = {1.0, 0.9}
377 c89d3683 2014-07-08 xhr lightborderstyle = 3
378 c89d3683 2014-07-08 xhr lightborder_shade = 1.26
379 c89d3683 2014-07-08 xhr }
380 c89d3683 2014-07-08 xhr }
381 c89d3683 2014-07-08 xhr
382 c89d3683 2014-07-08 xhr style "scale_menu_item" = "scale" {
383 c89d3683 2014-07-08 xhr GtkScale::slider-width = 21
384 c89d3683 2014-07-08 xhr GtkScale::slider-length = 13
385 c89d3683 2014-07-08 xhr
386 c89d3683 2014-07-08 xhr bg[ACTIVE] = shade(0.98, "#4D4C48")
387 c89d3683 2014-07-08 xhr bg[INSENSITIVE] = shade (0.9, @bg_color)
388 c89d3683 2014-07-08 xhr
389 c89d3683 2014-07-08 xhr engine "murrine" {
390 c89d3683 2014-07-08 xhr roundness = 20
391 c89d3683 2014-07-08 xhr border_shades = {1.4, 1.4}
392 c89d3683 2014-07-08 xhr reliefstyle = 0
393 c89d3683 2014-07-08 xhr lightborder_shade = 1.36
394 c89d3683 2014-07-08 xhr }
395 c89d3683 2014-07-08 xhr }
396 c89d3683 2014-07-08 xhr
397 c89d3683 2014-07-08 xhr # This style is there to modify the separator menu items. The goals are:
398 c89d3683 2014-07-08 xhr # 1. Get a specific height.
399 c89d3683 2014-07-08 xhr # 2. The line should go to the edges (ie. no border at the left/right)
400 c89d3683 2014-07-08 xhr style "separator_menu_item" {
401 c89d3683 2014-07-08 xhr xthickness = 1
402 c89d3683 2014-07-08 xhr ythickness = 0
403 c89d3683 2014-07-08 xhr
404 c89d3683 2014-07-08 xhr GtkSeparatorMenuItem::horizontal-padding = 0
405 c89d3683 2014-07-08 xhr GtkWidget::wide-separators = 1
406 c89d3683 2014-07-08 xhr GtkWidget::separator-width = 1
407 c89d3683 2014-07-08 xhr GtkWidget::separator-height = 7
408 c89d3683 2014-07-08 xhr
409 c89d3683 2014-07-08 xhr engine "murrine" {
410 c89d3683 2014-07-08 xhr contrast = 0.6
411 c89d3683 2014-07-08 xhr separatorstyle = 0
412 c89d3683 2014-07-08 xhr }
413 c89d3683 2014-07-08 xhr }
414 c89d3683 2014-07-08 xhr
415 c89d3683 2014-07-08 xhr style "separator_tool_item" {
416 c89d3683 2014-07-08 xhr xthickness = 0
417 c89d3683 2014-07-08 xhr ythickness = 1
418 c89d3683 2014-07-08 xhr
419 c89d3683 2014-07-08 xhr GtkVSeparator::vertical-padding = 0
420 c89d3683 2014-07-08 xhr GtkWidget::wide-separators = 1
421 c89d3683 2014-07-08 xhr GtkWidget::separator-width = 7
422 c89d3683 2014-07-08 xhr GtkWidget::separator-height = 1
423 c89d3683 2014-07-08 xhr
424 c89d3683 2014-07-08 xhr engine "murrine" {
425 c89d3683 2014-07-08 xhr contrast = 0.6
426 c89d3683 2014-07-08 xhr separatorstyle = 0
427 c89d3683 2014-07-08 xhr }
428 c89d3683 2014-07-08 xhr }
429 c89d3683 2014-07-08 xhr
430 c89d3683 2014-07-08 xhr style "frame_title" {
431 c89d3683 2014-07-08 xhr fg[NORMAL] = lighter (@fg_color)
432 c89d3683 2014-07-08 xhr }
433 c89d3683 2014-07-08 xhr
434 c89d3683 2014-07-08 xhr style "treeview" {
435 c89d3683 2014-07-08 xhr engine "murrine"
436 c89d3683 2014-07-08 xhr {
437 c89d3683 2014-07-08 xhr roundness = 2
438 c89d3683 2014-07-08 xhr lightborder_shade = 1.1
439 c89d3683 2014-07-08 xhr gradient_shades = {1.04, 1.0, 1.0, 0.96}
440 c89d3683 2014-07-08 xhr }
441 c89d3683 2014-07-08 xhr }
442 c89d3683 2014-07-08 xhr
443 c89d3683 2014-07-08 xhr style "progressbar" {
444 c89d3683 2014-07-08 xhr xthickness = 1
445 c89d3683 2014-07-08 xhr ythickness = 1
446 c89d3683 2014-07-08 xhr
447 c89d3683 2014-07-08 xhr bg[ACTIVE] = shade (0.94, @bg_color)
448 c89d3683 2014-07-08 xhr fg[PRELIGHT] = @selected_fg_color
449 c89d3683 2014-07-08 xhr #bg[SELECTED] = "#cdcdcd"
450 c89d3683 2014-07-08 xhr
451 c89d3683 2014-07-08 xhr engine "murrine" {
452 c89d3683 2014-07-08 xhr #trough_shades = {0.98, 1.02}
453 c89d3683 2014-07-08 xhr roundness = 8
454 c89d3683 2014-07-08 xhr lightborderstyle = 1
455 c89d3683 2014-07-08 xhr lightborder_shade = 1.26
456 c89d3683 2014-07-08 xhr border_shades = {0.95, 0.85}
457 c89d3683 2014-07-08 xhr gradient_shades = {1.1, 1.0, 1.0, 0.9}
458 c89d3683 2014-07-08 xhr trough_border_shades = {0.9, 1.4}
459 c89d3683 2014-07-08 xhr }
460 c89d3683 2014-07-08 xhr }
461 c89d3683 2014-07-08 xhr
462 c89d3683 2014-07-08 xhr style "progressbar_menu_item" = "progressbar" {
463 c89d3683 2014-07-08 xhr bg[ACTIVE] = shade(0.98, "#4D4C48")
464 c89d3683 2014-07-08 xhr
465 c89d3683 2014-07-08 xhr engine "murrine" {
466 c89d3683 2014-07-08 xhr roundness = 0
467 c89d3683 2014-07-08 xhr }
468 c89d3683 2014-07-08 xhr }
469 c89d3683 2014-07-08 xhr
470 c89d3683 2014-07-08 xhr # This style is based on the default style, so that the colors from the button
471 c89d3683 2014-07-08 xhr # style are overriden again.
472 c89d3683 2014-07-08 xhr style "treeview_header" = "notebook_button" {
473 c89d3683 2014-07-08 xhr xthickness = 2
474 c89d3683 2014-07-08 xhr ythickness = 1
475 c89d3683 2014-07-08 xhr
476 c89d3683 2014-07-08 xhr engine "murrine" {
477 c89d3683 2014-07-08 xhr glazestyle = 1
478 c89d3683 2014-07-08 xhr contrast = 0.8
479 c89d3683 2014-07-08 xhr lightborder_shade = 1.16
480 c89d3683 2014-07-08 xhr textstyle = 1
481 c89d3683 2014-07-08 xhr glow_shade = 1.0
482 c89d3683 2014-07-08 xhr }
483 c89d3683 2014-07-08 xhr }
484 c89d3683 2014-07-08 xhr
485 c89d3683 2014-07-08 xhr style "treeview_header_scrolled" = "treeview_header" {
486 c89d3683 2014-07-08 xhr }
487 c89d3683 2014-07-08 xhr
488 c89d3683 2014-07-08 xhr style "scrolledwindow" {
489 c89d3683 2014-07-08 xhr engine "murrine" {
490 c89d3683 2014-07-08 xhr contrast = 0.6
491 c89d3683 2014-07-08 xhr }
492 c89d3683 2014-07-08 xhr }
493 c89d3683 2014-07-08 xhr
494 c89d3683 2014-07-08 xhr style "radiocheck" = "button" {
495 c89d3683 2014-07-08 xhr text[NORMAL] = shade (0.535, @selected_bg_color)
496 c89d3683 2014-07-08 xhr text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color))
497 c89d3683 2014-07-08 xhr bg[NORMAL] = shade (0.92, @bg_color)
498 c89d3683 2014-07-08 xhr bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color))
499 c89d3683 2014-07-08 xhr fg[INSENSITIVE] = darker (@bg_color)
500 c89d3683 2014-07-08 xhr fg[ACTIVE] = @fg_color
501 c89d3683 2014-07-08 xhr
502 c89d3683 2014-07-08 xhr engine "murrine" {
503 c89d3683 2014-07-08 xhr reliefstyle = 3
504 c89d3683 2014-07-08 xhr gradient_shades = {1.2, 1.0, 1.0, 0.9}
505 c89d3683 2014-07-08 xhr shadow_shades = {0.6, 0.5}
506 c89d3683 2014-07-08 xhr textstyle = 0
507 c89d3683 2014-07-08 xhr }
508 c89d3683 2014-07-08 xhr }
509 c89d3683 2014-07-08 xhr
510 c89d3683 2014-07-08 xhr style "tooltips" {
511 c89d3683 2014-07-08 xhr xthickness = 4
512 c89d3683 2014-07-08 xhr ythickness = 4
513 c89d3683 2014-07-08 xhr
514 c89d3683 2014-07-08 xhr bg[NORMAL] = @tooltip_bg_color
515 c89d3683 2014-07-08 xhr fg[NORMAL] = @tooltip_fg_color
516 c89d3683 2014-07-08 xhr bg[SELECTED] = "#000000"
517 c89d3683 2014-07-08 xhr
518 c89d3683 2014-07-08 xhr engine "murrine" {
519 c89d3683 2014-07-08 xhr rgba = TRUE
520 c89d3683 2014-07-08 xhr }
521 c89d3683 2014-07-08 xhr }
522 c89d3683 2014-07-08 xhr
523 c89d3683 2014-07-08 xhr style "infobar" {
524 c89d3683 2014-07-08 xhr engine "murrine" {
525 c89d3683 2014-07-08 xhr }
526 c89d3683 2014-07-08 xhr }
527 c89d3683 2014-07-08 xhr
528 c89d3683 2014-07-08 xhr style "nautilus_location" {
529 c89d3683 2014-07-08 xhr bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
530 c89d3683 2014-07-08 xhr }
531 c89d3683 2014-07-08 xhr
532 c89d3683 2014-07-08 xhr style "calendar" {
533 c89d3683 2014-07-08 xhr xthickness = 0
534 c89d3683 2014-07-08 xhr ythickness = 0
535 c89d3683 2014-07-08 xhr
536 c89d3683 2014-07-08 xhr engine "murrine" {
537 c89d3683 2014-07-08 xhr roundness = 0
538 c89d3683 2014-07-08 xhr }
539 c89d3683 2014-07-08 xhr }
540 c89d3683 2014-07-08 xhr
541 c89d3683 2014-07-08 xhr style "calendar_menu_item" = "calendar" {
542 c89d3683 2014-07-08 xhr base[NORMAL] = "#605E58"
543 c89d3683 2014-07-08 xhr base[ACTIVE] = "#4b4944"
544 c89d3683 2014-07-08 xhr }
545 c89d3683 2014-07-08 xhr
546 c89d3683 2014-07-08 xhr style "iconview" {
547 c89d3683 2014-07-08 xhr engine "murrine" {
548 c89d3683 2014-07-08 xhr roundness = 6
549 c89d3683 2014-07-08 xhr border_shades = {1.16, 1.0}
550 c89d3683 2014-07-08 xhr glow_shade = 1.1
551 c89d3683 2014-07-08 xhr glowstyle = 5
552 c89d3683 2014-07-08 xhr }
553 c89d3683 2014-07-08 xhr }
554 c89d3683 2014-07-08 xhr
555 c89d3683 2014-07-08 xhr style "soundfix"
556 c89d3683 2014-07-08 xhr {
557 c89d3683 2014-07-08 xhr }
558 c89d3683 2014-07-08 xhr
559 c89d3683 2014-07-08 xhr # Wrokaround style for places where the text color is used instead of the fg color.
560 c89d3683 2014-07-08 xhr style "text_is_fg_color_workaround" {
561 c89d3683 2014-07-08 xhr text[NORMAL] = @fg_color
562 c89d3683 2014-07-08 xhr text[PRELIGHT] = @fg_color
563 c89d3683 2014-07-08 xhr text[SELECTED] = @selected_fg_color
564 c89d3683 2014-07-08 xhr text[ACTIVE] = @fg_color
565 c89d3683 2014-07-08 xhr text[INSENSITIVE] = darker (@bg_color)
566 c89d3683 2014-07-08 xhr }
567 c89d3683 2014-07-08 xhr
568 c89d3683 2014-07-08 xhr # Workaround style for menus where the text color is used instead of the fg color.
569 c89d3683 2014-07-08 xhr style "menuitem_text_is_fg_color_workaround" {
570 c89d3683 2014-07-08 xhr text[NORMAL] = @fg_color
571 c89d3683 2014-07-08 xhr text[PRELIGHT] = @selected_fg_color
572 c89d3683 2014-07-08 xhr text[SELECTED] = @selected_fg_color
573 c89d3683 2014-07-08 xhr text[ACTIVE] = @fg_color
574 c89d3683 2014-07-08 xhr text[INSENSITIVE] = "#99958b"
575 c89d3683 2014-07-08 xhr }
576 c89d3683 2014-07-08 xhr
577 c89d3683 2014-07-08 xhr # Workaround style for places where the fg color is used instead of the text color.
578 c89d3683 2014-07-08 xhr style "fg_is_text_color_workaround" {
579 c89d3683 2014-07-08 xhr fg[NORMAL] = @text_color
580 c89d3683 2014-07-08 xhr fg[PRELIGHT] = @text_color
581 c89d3683 2014-07-08 xhr fg[SELECTED] = @selected_fg_color
582 c89d3683 2014-07-08 xhr fg[ACTIVE] = @selected_fg_color
583 c89d3683 2014-07-08 xhr fg[INSENSITIVE] = darker (@bg_color)
584 c89d3683 2014-07-08 xhr }
585 c89d3683 2014-07-08 xhr
586 c89d3683 2014-07-08 xhr # Style to set the toolbar to use a flat style. This is because the "New" button in
587 c89d3683 2014-07-08 xhr # Evolution is not drawn transparent. So if there is a gradient in the background it will
588 c89d3683 2014-07-08 xhr # look really wrong.
589 c89d3683 2014-07-08 xhr # See http://bugzilla.gnome.org/show_bug.cgi?id=446953.
590 c89d3683 2014-07-08 xhr style "evo_new_button_workaround" {
591 c89d3683 2014-07-08 xhr }
592 c89d3683 2014-07-08 xhr
593 c89d3683 2014-07-08 xhr ###############################################################################
594 c89d3683 2014-07-08 xhr # The following part of the gtkrc applies the different styles to the widgets.
595 c89d3683 2014-07-08 xhr ###############################################################################
596 c89d3683 2014-07-08 xhr
597 c89d3683 2014-07-08 xhr # The default style is applied to every widget
598 c89d3683 2014-07-08 xhr class "GtkWidget" style "default"
599 c89d3683 2014-07-08 xhr
600 c89d3683 2014-07-08 xhr class "GtkSeparator" style "wide"
601 c89d3683 2014-07-08 xhr class "GtkFrame" style "wide"
602 c89d3683 2014-07-08 xhr class "GtkCalendar" style "wide"
603 c89d3683 2014-07-08 xhr class "GtkEntry" style "entry"
604 c89d3683 2014-07-08 xhr
605 c89d3683 2014-07-08 xhr class "GtkSpinButton" style "spinbutton"
606 c89d3683 2014-07-08 xhr class "GtkScale" style "scale"
607 c89d3683 2014-07-08 xhr class "GtkVScale" style "vscale"
608 c89d3683 2014-07-08 xhr class "GtkHScale" style "hscale"
609 c89d3683 2014-07-08 xhr class "GtkScrollbar" style "scrollbar"
610 c89d3683 2014-07-08 xhr class "GtkHScrollbar" style "hscrollbar"
611 c89d3683 2014-07-08 xhr class "GtkVScrollbar" style "vscrollbar"
612 c89d3683 2014-07-08 xhr class "GtkCalendar" style "calendar"
613 c89d3683 2014-07-08 xhr class "GtkInfoBar" style "infobar"
614 c89d3683 2014-07-08 xhr class "GtkIconView" style "iconview"
615 c89d3683 2014-07-08 xhr
616 c89d3683 2014-07-08 xhr # General matching follows. The order is choosen so that the right styles override
617 c89d3683 2014-07-08 xhr # each other. EG. progressbar needs to be more important than the menu match.
618 c89d3683 2014-07-08 xhr widget_class "*<GtkNotebook>" style "notebook_bg"
619 c89d3683 2014-07-08 xhr # This is not perfect, it could be done better.
620 c89d3683 2014-07-08 xhr # (That is modify *every* widget in the notebook, and change those back that
621 c89d3683 2014-07-08 xhr # we really don't want changed)
622 c89d3683 2014-07-08 xhr widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
623 c89d3683 2014-07-08 xhr widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
624 c89d3683 2014-07-08 xhr widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
625 c89d3683 2014-07-08 xhr widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg"
626 c89d3683 2014-07-08 xhr
627 c89d3683 2014-07-08 xhr widget_class "*<GtkToolbar>*" style "toolbar"
628 c89d3683 2014-07-08 xhr widget_class "*<GtkScrolledWindow>*" style "scrolledwindow"
629 c89d3683 2014-07-08 xhr
630 c89d3683 2014-07-08 xhr widget_class "*<GtkButton>" style "button"
631 c89d3683 2014-07-08 xhr widget_class "*<GtkButton>*<GtkLabel>" style "button"
632 c89d3683 2014-07-08 xhr widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button"
633 c89d3683 2014-07-08 xhr widget_class "*<GtkNotebook>" style "notebook"
634 c89d3683 2014-07-08 xhr widget_class "*<GtkStatusbar>" style "statusbar"
635 c89d3683 2014-07-08 xhr widget_class "*<GtkSpinButton>*" style "spinbutton"
636 c89d3683 2014-07-08 xhr widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button"
637 c89d3683 2014-07-08 xhr widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button"
638 c89d3683 2014-07-08 xhr widget_class "*<GtkRadioButton>*" style "radiocheck"
639 c89d3683 2014-07-08 xhr widget_class "*<GtkCheckButton>*" style "radiocheck"
640 c89d3683 2014-07-08 xhr
641 c89d3683 2014-07-08 xhr widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
642 c89d3683 2014-07-08 xhr widget_class "*<GtkCombo>*" style "comboboxentry"
643 c89d3683 2014-07-08 xhr
644 c89d3683 2014-07-08 xhr widget_class "*<GtkMenuBar>*" style "menubar"
645 c89d3683 2014-07-08 xhr widget_class "*<GtkMenu>*" style "menu"
646 c89d3683 2014-07-08 xhr widget_class "*<GtkMenuItem>*" style "menu_item"
647 c89d3683 2014-07-08 xhr widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
648 c89d3683 2014-07-08 xhr widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item"
649 c89d3683 2014-07-08 xhr widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item"
650 c89d3683 2014-07-08 xhr
651 c89d3683 2014-07-08 xhr widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
652 c89d3683 2014-07-08 xhr widget_class "*.<GtkTreeView>*" style "treeview"
653 c89d3683 2014-07-08 xhr
654 c89d3683 2014-07-08 xhr widget_class "*<GtkProgress>" style "progressbar"
655 c89d3683 2014-07-08 xhr widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
656 c89d3683 2014-07-08 xhr widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item"
657 c89d3683 2014-07-08 xhr widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item"
658 c89d3683 2014-07-08 xhr
659 c89d3683 2014-07-08 xhr # Treeview headers (and similar stock GTK+ widgets)
660 c89d3683 2014-07-08 xhr widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled"
661 c89d3683 2014-07-08 xhr widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
662 c89d3683 2014-07-08 xhr widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
663 c89d3683 2014-07-08 xhr widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
664 c89d3683 2014-07-08 xhr widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
665 c89d3683 2014-07-08 xhr widget_class "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header"
666 c89d3683 2014-07-08 xhr widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header"
667 c89d3683 2014-07-08 xhr widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header"
668 c89d3683 2014-07-08 xhr widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header"
669 c89d3683 2014-07-08 xhr
670 c89d3683 2014-07-08 xhr # Overlay scrollbar
671 c89d3683 2014-07-08 xhr widget_class "*<OsScrollbar>" style "overlay_scrollbar"
672 c89d3683 2014-07-08 xhr widget_class "*<OsThumb>" style "overlay_scrollbar"
673 c89d3683 2014-07-08 xhr
674 c89d3683 2014-07-08 xhr # The window of the tooltip is called "gtk-tooltip"
675 c89d3683 2014-07-08 xhr ##################################################################
676 c89d3683 2014-07-08 xhr # FIXME:
677 c89d3683 2014-07-08 xhr # This will not work if one embeds eg. a button into the tooltip.
678 c89d3683 2014-07-08 xhr # As far as I can tell right now we will need to rework the theme
679 c89d3683 2014-07-08 xhr # quite a bit to get this working correctly.
680 c89d3683 2014-07-08 xhr # (It will involve setting different priorities, etc.)
681 c89d3683 2014-07-08 xhr ##################################################################
682 c89d3683 2014-07-08 xhr widget "gtk-tooltip*" style "tooltips"
683 c89d3683 2014-07-08 xhr
684 c89d3683 2014-07-08 xhr ##########################################################################
685 c89d3683 2014-07-08 xhr # Following are special cases and workarounds for issues in applications.
686 c89d3683 2014-07-08 xhr ##########################################################################
687 c89d3683 2014-07-08 xhr
688 c89d3683 2014-07-08 xhr # Workaround for the evolution ETable (bug #527532)
689 c89d3683 2014-07-08 xhr widget_class "*.ETable.ECanvas" style "treeview_header"
690 c89d3683 2014-07-08 xhr # Workaround for the evolution ETree
691 c89d3683 2014-07-08 xhr widget_class "*.ETree.ECanvas" style "treeview_header"
692 c89d3683 2014-07-08 xhr
693 c89d3683 2014-07-08 xhr # Special case the nautilus-extra-view-widget
694 c89d3683 2014-07-08 xhr # ToDo: A more generic approach for all applications that have a widget like this.
695 c89d3683 2014-07-08 xhr widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
696 c89d3683 2014-07-08 xhr
697 c89d3683 2014-07-08 xhr # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
698 c89d3683 2014-07-08 xhr # Note that this work around assumes that the combobox is _not_ in appears-as-list mode.
699 c89d3683 2014-07-08 xhr widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
700 c89d3683 2014-07-08 xhr # This is the part of the workaround that fixes the menus
701 c89d3683 2014-07-08 xhr widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
702 c89d3683 2014-07-08 xhr
703 c89d3683 2014-07-08 xhr # Work around the usage of GtkLabel inside GtkListItems to display text.
704 c89d3683 2014-07-08 xhr # This breaks because the label is shown on a background that is based on the base color.
705 c89d3683 2014-07-08 xhr widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
706 c89d3683 2014-07-08 xhr # GtkCList also uses the fg color to draw text on top of the base colors.
707 c89d3683 2014-07-08 xhr widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
708 c89d3683 2014-07-08 xhr # Nautilus when renaming files, and maybe other places.
709 c89d3683 2014-07-08 xhr widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
710 c89d3683 2014-07-08 xhr # Work around for ubuntu's lucid sound indicator
711 c89d3683 2014-07-08 xhr widget "ido-offscreen-scale" style "soundfix"
712 c89d3683 2014-07-08 xhr # Thickness for indicator menu items
713 c89d3683 2014-07-08 xhr widget "*IdoEntryMenuItem*" style "wide"
714 c89d3683 2014-07-08 xhr
715 c89d3683 2014-07-08 xhr # See the documentation of the style.
716 c89d3683 2014-07-08 xhr widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
717 c89d3683 2014-07-08 xhr