Merge with 2.0-ongoing R3071.
[ardour.git] / gtk2_ardour / ardour3_ui_dark.rc.in
1 #
2 # This is the GTK style file for Ardour
3 #
4
5 style "very_small_text"
6 {
7         font_name = "%FONT_SMALLER%"
8 }
9
10 style "small_text"
11 {
12         font_name = "%FONT_SMALL%"
13 }
14
15 style "small_bold_text"
16 {
17         font_name = "%FONT_BOLD_SMALL%"
18 }
19
20 style "medium_bold_text"
21 {
22         font_name = "%FONT_BOLD_NORMAL%"
23 }
24
25 style "medium_text"
26 {
27         font_name = "%FONT_NORMAL%"
28 }
29
30 style "red_medium_text" = "medium_text"
31 {       
32         fg[NORMAL] = { 1.0, 0, 0 }
33         fg[ACTIVE] = { 1.0, 0, 0 }
34         fg[SELECTED] = { 1.0, 0, 0 }
35 }
36
37 style "large_text"
38 {
39         font_name = "%FONT_LARGE%"
40 }
41
42 style "larger_bold_text"
43 {
44         font_name = "%FONT_BOLD_BIGGER%"
45 }
46
47 style "plugin_name_text"
48 {
49         font_name = "%FONT_BOLD_LARGER%"
50         fg[NORMAL] = { 0.80, 0.80, 0.80 }
51 }
52
53 style "plugin_maker_text"
54 {
55         font_name = "%FONT_BOLD_BIGGER%"
56         fg[NORMAL] = { 0.80, 0.80, 0.80 }
57 }
58
59 style "automation_track_name"
60 {
61         font_name = "%FONT_ITALIC_NORMAL%"
62 }
63
64 style "first_action_message" 
65 {
66         font_name = "%FONT_HUGER%"
67 }
68
69 style "verbose_canvas_cursor"
70 {
71         font_name = "%FONT_BOLD_LARGER%"
72 }
73
74 style "marker_text" 
75 {
76         font_name = "%FONT_SMALL%"
77 }
78
79 style "time_axis_view_item_name"
80 {
81         font_name = "%FONT_SMALLER%"
82 }
83
84 style "default_base" = "medium_text"
85 {
86   
87   GtkWidget::cursor_color =  {1.0, 1.0, 1.0 }
88   GtkButton::default_border = { 0, 0, 0, 0 }
89   GtkButton::default_outside_border = { 0, 0, 0, 0 }
90   GtkButton::button_relief = GTK_RELIEF_NONE
91   GtkTreeView::vertical-padding = 0
92   GtkTreeView::horizontal-padding = 0
93   GtkTreeView::even-row-color = { 0, 0, 0 }
94   GtkTreeView::odd-row-color = {  0.08, 0.10, 0.14 }
95   
96   fg[NORMAL] = { 0.80, 0.80, 0.80 }     
97   fg[ACTIVE] = { 0.80, 0.80, 0.80 }     
98   fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
99   fg[INSENSITIVE] = { 0.80, 0.80, 0.80 }        
100   fg[SELECTED] = { 0.80, 0.80, 0.80 }   
101   
102   bg[NORMAL] = { 0.31, 0.35, 0.38 }
103   bg[ACTIVE] = { 0.31, 0.35, 0.38 }
104   bg[PRELIGHT] = "#515690"
105   bg[INSENSITIVE] = { 0.06, 0.10, 0.10 }
106   bg[SELECTED] = { 0, 0.40, 0.60 }
107   
108   text[NORMAL] = { 0.80, 0.80, 0.80 }   
109   text[ACTIVE] = { 0.80, 0.80, 0.80 }   
110   text[PRELIGHT] = { 0.80, 0.80, 0.80 } 
111   text[INSENSITIVE] = { 0.80, 0.80, 0.80}       
112   text[SELECTED] = { 1.0, 1.0, 1.0 }
113   
114   base[ACTIVE]     = "#272a32"
115   base[NORMAL]      =  "#1a1e24"
116   base[PRELIGHT]     = { 0.18, 0.20, 0.22 }
117   base[INSENSITIVE]  = "#4c5159"
118   base[SELECTED]     = { 0.23, 0.25, 0.27 }
119
120   engine "clearlooks" 
121   {
122     menubarstyle       = 0       # 0 = flat, 1 = sunken, 2 = flat gradient
123     style              = GLOSSY
124     colorize_scrollbar = TRUE
125     menubarstyle       = 2 # 0 = flat, 1 = sunken, 2 = flat gradient
126     toolbarstyle       = 0 # 0 = flat, 1 = enable effects
127
128   }
129 }
130
131 style "base_frame"
132 {
133         fg[NORMAL] = { 0.80, 0.80, 0.80 }
134         bg[NORMAL] = { 0.31, 0.35, 0.40 }
135 }
136
137 style "transport_base" = "medium_bold_text"
138 {
139   bg[NORMAL] = { 0.10, 0.10, 0.10 }
140   bg[ACTIVE] = { 0, 0, 0 }
141   bg[PRELIGHT] = { 0, 0, 0 }
142   bg[INSENSITIVE] = { 0, 0, 0 }
143   bg[SELECTED] = { 0, 0, 0 }
144 }
145 /*
146 style "black_mackie_menu_bar"
147 {
148   font_name = "%FONT_BOLD_NORMAL%"
149   fg[NORMAL] = { 1.0, 1.0, 1.0 }
150   bg[NORMAL] = { 0, 0, 0 }
151 }
152 */
153
154 style "default_button" 
155 {
156   font_name = "%FONT_SMALL%"
157   fg[ACTIVE] = { 1.0, 1.0, 1.0 }
158   
159   bg[NORMAL] = { 0.31, 0.35, 0.39 }
160   bg[ACTIVE] = "#565690"
161   bg[PRELIGHT] = { 0.41, 0.45, 0.49 }
162   bg[INSENSITIVE] = { 0.11, 0.15, 0.19 }
163   bg[SELECTED] = { 0.11, 0.15, 0.19 }   
164 }
165
166 style "default_menu" 
167 {
168   font_name = "%FONT_NORMAL%"
169   fg[ACTIVE] = { 1.0, 1.0, 1.0 }
170   
171   bg[NORMAL] = { 0.26, 0.30, 0.35 }
172   bg[ACTIVE] = "#565690"
173   bg[PRELIGHT] = { 0.11, 0.15, 0.20 }
174   bg[INSENSITIVE] = { 0.11, 0.15, 0.20 }
175   bg[SELECTED] = { 0.11, 0.15, 0.20 }   
176 }
177
178 style "default_generic" 
179 {
180   font_name = "%FONT_NORMAL%"
181   fg[ACTIVE] = { 1.0, 1.0, 1.0 }
182   
183   bg[NORMAL] = { 0.26, 0.30, 0.35 }
184   bg[ACTIVE] = "#545690"
185   bg[PRELIGHT] = { 0.11, 0.15, 0.20 }
186   bg[INSENSITIVE] = { 0.11, 0.15, 0.20 }
187   bg[SELECTED] = { 0.11, 0.15, 0.20 }   
188 }
189
190 style "very_small_button" = "default_button"
191 {
192         font_name = "%FONT_SMALLER%"
193         ythickness = 0
194         xthickness = 0
195 }
196
197 style "small_button" = "default_button"
198 {
199 }
200
201 style "very_small_red_active_and_selected_button" = "very_small_button"
202 {
203         bg[ACTIVE] = { 1.0, 0, 0}
204         bg[SELECTED] = { 1.0, 0, 0}
205 }
206
207 style "small_red_active_and_selected_button" = "small_button"
208 {
209         fg[ACTIVE] = { 0, 0, 0 }
210         bg[ACTIVE] = { 1.0, 0, 0}
211         bg[SELECTED] = { 1.0, 0, 0}
212 }
213
214 style "gain_fader"
215 {
216         bg[NORMAL] =   { 0.269, 0.269, 0.300}
217         bg[ACTIVE] =   { 0.152, 0.152, 0.168 }
218 }
219
220
221 style "track_rec_enable_button" = "small_button"
222 {
223 }
224
225 style "track_rec_enable_button_active" = "small_button"
226 {
227         fg[SELECTED] = { 0.0, 0.0, 0.0 }
228         fg[ACTIVE] =   { 0.0, 0.0, 0.0 }
229         fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
230         fg[NORMAL] = { 0.0, 0.0, 0.0 }
231
232         bg[NORMAL] =   { 1.0, 0.0, 0.0 }
233         bg[ACTIVE] =   { 1.0, 0.0, 0.0 }
234         bg[SELECTED] =   { 1.0, 0.0, 0.0 }
235         bg[PRELIGHT] =   { 1.0, 0.0, 0.0 }
236 }
237
238 style "track_rec_enable_button_alternate" = "small_button"
239 {
240         fg[SELECTED] = { 0.0, 0.0, 0.0 }
241         fg[ACTIVE] =   { 0.0, 0.0, 0.0 }
242         fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
243         fg[NORMAL] = { 0.0, 0.0, 0.0 }
244
245         bg[NORMAL] =   { 0.91, 0.68, 0.68}
246         bg[ACTIVE] =   { 0.91, 0.68, 0.68}
247         bg[SELECTED] =   { 0.91, 0.68, 0.68}
248         bg[PRELIGHT] =   { 0.91, 0.68, 0.68}
249 }
250
251 style "mixer_track_rec_enable_button" = "track_rec_enable_button"
252 {
253         font_name = "%FONT_SMALLER%"
254         xthickness = 0
255         ythickness = 0
256 }
257
258 style "mixer_track_rec_enable_button_alternate" = "track_rec_enable_button_alternate"
259 {
260         font_name = "%FONT_SMALLER%"
261         xthickness = 0
262         ythickness = 0
263 }
264
265 style "mixer_track_rec_enable_button_active" = "track_rec_enable_button_active"
266 {
267         font_name = "%FONT_SMALLER%"
268         xthickness = 0
269         ythickness = 0
270 }
271
272 style "solo_button" = "small_button"
273 {
274 }
275
276 style "solo_button_alternate" = "small_button"
277 {
278         bg[NORMAL] = { 0.19, 0.97, 0.69 } # solo-safe
279         bg[ACTIVE] = { 0.19, 0.97, 0.69 } # solo-safe
280         bg[SELECTED] = { 0.19, 0.97, 0.69 } # solo-safe
281         bg[PRELIGHT] = { 0.19, 0.97, 0.69 } # solo-safe
282
283         fg[ACTIVE] = { 0, 0, 0 }
284         fg[SELECTED] = { 0, 0, 0 }
285         fg[NORMAL] = { 0, 0, 0 }
286         fg[PRELIGHT] = { 0, 0, 0 }
287 }
288
289
290 style "solo_button_active" = "small_button"
291 {
292         bg[NORMAL] = { 0.66, 0.97, 0.19 }   # solo
293         bg[ACTIVE] = { 0.66, 0.97, 0.19 }   # solo
294         bg[SELECTED] = { 0.66, 0.97, 0.19 }   # solo
295         bg[PRELIGHT] = { 0.66, 0.97, 0.19 }   # solo
296
297         fg[ACTIVE] = { 0, 0, 0 }
298         fg[SELECTED] = { 0, 0, 0 }
299         fg[NORMAL] = { 0, 0, 0 }
300         fg[PRELIGHT] = { 0, 0, 0 }
301 }
302
303 style "mixer_solo_button" = "solo_button"
304 {
305         font_name = "%FONT_SMALLER%"
306         xthickness = 0
307         ythickness = 0
308 }
309
310 style "mixer_solo_button_alternate" = "solo_button_alternate"
311 {
312         font_name = "%FONT_SMALLER%"
313         xthickness = 0
314         ythickness = 0
315 }
316 style "mixer_solo_button_active" = "solo_button_active"
317 {
318         font_name = "%FONT_SMALLER%"
319         xthickness = 0
320         ythickness = 0
321 }
322
323 style "mute_button" = "small_button"
324 {
325 }
326
327 style "mute_button_alternate" = "small_button"
328 {
329         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
330         bg[NORMAL] = { 1.0, 0.98, 0.53 }
331         bg[SELECTED] = { 1.0, 0.98, 0.53 }
332         bg[PRELIGHT] = { 1.0, 0.98, 0.53 }
333
334         fg[SELECTED] = { 0, 0, 0 }
335         fg[ACTIVE] = { 0, 0, 0 }
336         fg[NORMAL] = { 0, 0, 0 }
337         fg[PRELIGHT] = { 0, 0, 0 }
338 }
339
340 style "mute_button_active" = "small_button"
341 {
342         bg[NORMAL] = { 0.90, 0.89, 0.73 }
343         bg[ACTIVE] = { 0.90, 0.89, 0.73 }
344         bg[PRELIGHT] = { 0.90, 0.89, 0.73 }
345         bg[SELECTED] = { 0.90, 0.89, 0.73 }
346
347         fg[SELECTED] = { 0, 0, 0 }
348         fg[ACTIVE] = { 0, 0, 0 }
349         fg[NORMAL] = { 0, 0, 0 }
350         fg[PRELIGHT] = { 0, 0, 0 }
351 }
352
353 style "mixer_mute_button_alternate" = "mute_button_alternate"
354 {
355         font_name = "%FONT_SMALLER%"
356         xthickness = 0
357         ythickness = 0
358 }
359
360 style "mixer_mute_button_active" = "mute_button_active"
361 {
362         font_name = "%FONT_SMALLER%"
363         xthickness = 0
364         ythickness = 0
365 }
366
367 style "multiline_combo" = "small_button"
368 {
369         font_name = "%FONT_NORMAL%"
370         xthickness = 0
371         ythickness = 0
372 }
373
374 style "mixer_mute_button" = "mute_button"
375 {
376         font_name = "%FONT_SMALLER%"
377         xthickness = 0
378         ythickness = 0
379 }
380
381 style "track_loop_button" = "small_button"
382 {
383         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
384         bg[PRELIGHT] = { 1.0, 0.98, 0.53 }
385
386 }
387
388 style "mixer_red_active_button" = "very_small_button"
389 {
390         fg[ACTIVE] = { 0, 1.0, 1.0 }
391         bg[ACTIVE] = { 0.7, 0, 0 }
392
393         base[INSENSITIVE] = { 0.16, 0.16, 0.21 }
394         bg[INSENSITIVE] = { 0.16, 0.16, 0.21 }
395 }
396
397 style "time_button" = "default_button"
398 {
399         font_name = "%FONT_SMALL%"
400 }
401
402 style "transport_button"
403 {
404 }
405
406 style "transport_button_active"
407 {
408         bg[NORMAL] = { 0.50, 1.0, 0.50 }
409         bg[ACTIVE] = { 0.50, 1.0, 0.50 }
410         bg[SELECTED] = { 0.50, 1.0, 0.50 }
411         bg[PRELIGHT] = { 0.50, 1.0, 0.50 }
412
413         fg[NORMAL] = { 0, 0, 0 }
414         fg[PRELIGHT] = { 0, 0, 0 }
415         fg[SELECTED] = { 0, 0, 0 }
416         fg[ACTIVE] = { 0, 0, 0 }
417 }
418
419 style "transport_rec_button"
420 {
421 }
422
423 style "transport_rec_button_active"
424 {
425         bg[ACTIVE] = { 1.0, 0, 0 }
426         bg[NORMAL] = { 1.0, 0, 0 }
427         bg[SELECTED] = { 1.0, 0, 0 }
428         bg[PRELIGHT] = { 1.0, 0, 0 }
429 }
430
431 style "transport_rec_button_alternate"
432 {
433         bg[PRELIGHT] = { 0.91, 0.68, 0.68 }
434         bg[NORMAL] = { 0.91, 0.68, 0.68 }
435         bg[SELECTED] = { 0.91, 0.68, 0.68 }
436         bg[ACTIVE] = { 0.91, 0.68, 0.68 }
437 }
438
439 style "shuttle_control" = "very_small_text"
440 {
441         fg[NORMAL] = { 0.85, 0.92, 0.98 }
442         fg[ACTIVE] = { 0.85, 0.92, 0.98 }
443         fg[PRELIGHT] = { 0.85, 0.92, 0.98 }
444         fg[SELECTED] = { 0.85, 0.92, 0.98 }
445         fg[INSENSITIVE] = { 0.85, 0.92, 0.98 }
446
447         bg[NORMAL] = { 0.26, 0.26, 0.31 }
448         bg[PRELIGHT] = { 0.26, 0.26, 0.31 }
449         bg[INSENSITIVE] = { 0.26, 0.26, 0.31 }
450         bg[ACTIVE] = { 0.70, 0.70, 0.70 }
451         bg[SELECTED] = { 1.0, 0.04, 0.04 }
452 }
453
454 style "ardour_adjusters" = "default_generic"
455 {
456         bg[NORMAL] = { 0.60, 0.60, 0.60 }
457         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
458         bg[ACTIVE] = { 0.06, 0.06, 0.06 }
459 }
460
461 style "editor_hscrollbar" = "ardour_adjusters"
462 {
463         #
464         # special case: we want this scrollbar to be as tall as the
465         # zoom focus selector combobox. scrollbars don't expand to
466         # fill the space available to them, so we have to explicitly
467         # make it bigger.
468         # 
469         GtkRange::slider_width = 27
470         GtkScrollbar::slider_width = 27
471 }
472
473 style "ardour_progressbars" = "default_generic"
474
475   bg[NORMAL] = { 0, 0, 0 }
476   bg[PRELIGHT] = { 0.00, 0.36, 0.40 }
477 }
478
479 style "preferences"  = "default_base"
480 {
481         font_name = "%FONT_NORMAL%"
482         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
483 }
484
485 style "option_entry"  = "default_base"
486 {
487         fg[NORMAL] = { 1.0, 1.0, 1.0 }
488         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
489         fg[INSENSITIVE] = { 0.80, 0.80, 0.80 }
490         
491         base[INSENSITIVE] = { 0.07, 0.07, 0.12 }
492         
493         bg[NORMAL] = { 0.35, 0.35, 0.40 }
494         bg[ACTIVE] = { 0.35, 0.35, 0.40 }
495 }
496
497 style "red_when_active" = "medium_text"
498 {
499         fg[NORMAL] = { 0.80, 0.80, 0.80 }
500         bg[NORMAL] = { 0.26, 0.26, 0.31 }
501
502         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
503         bg[ACTIVE] = { 1.0, 0, 0}
504 }
505
506 style "xrun_warn"  
507 {
508         font_name = "%FONT_BOLD_LARGE%"
509
510         fg[NORMAL] = { 1.0, 1.0, 1.0 }
511         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
512         text[NORMAL] = { 1.0, 1.0, 1.0 }
513         text[ACTIVE] = { 1.0, 1.0, 1.0 }
514         base[NORMAL] = { 0.09, 0.48, 0.46 }
515         base[ACTIVE] = { 0.09, 0.48, 0.46 }
516         bg[NORMAL] = { 1.0, 0.48, 0.46 }
517         bg[ACTIVE] = { 0.09, 1.0, 0.46 }
518 }
519 /*
520 style "menu_bar_base" = "default_base"
521 {
522         bg[NORMAL] = { 0.2, 0.2, 0.3 }
523         bg[ACTIVE] = { 0, 0, 0 }
524         bg[PRELIGHT] = { 0, 0, 0 }
525         bg[INSENSITIVE] = { 0, 0, 0 }
526         bg[SELECTED] = { 0, 0, 0 }
527 }
528 */
529 style "fatal_message" = "medium_text"
530 {
531    fg[ACTIVE] = { 1.0, 0, 1.0 }
532    fg[NORMAL] = { 0.80, 0.80, 0.80 }
533    bg[ACTIVE] = { 0,0,0 }
534    bg[NORMAL] = { 0,0,0 }
535    base[ACTIVE] = { 0,0,0 }
536    base[NORMAL] = { 0,0,0 }
537 }
538
539 style "error_message" = "medium_text"
540 {
541    fg[ACTIVE] = { 1.0, 0, 0 }
542    fg[NORMAL] = { 0.80, 0.80, 0.80 }
543    bg[ACTIVE] = { 0,0,0 }
544    bg[NORMAL] = { 0,0,0 }
545    base[ACTIVE] = { 0,0,0 }
546    base[NORMAL] = { 0,0,0 }
547 }
548
549 style "info_message" = "medium_text"
550 {
551    fg[ACTIVE] = { 1.0, 0, 0 }
552    fg[NORMAL] = { 0.80, 0.80, 0.80 }
553    bg[ACTIVE] = { 0,0,0 }
554    bg[NORMAL] = { 0,0,0 }
555    base[ACTIVE] = { 0,0,0 }
556    base[NORMAL] = { 0,0,0 }
557 }
558
559 style "warning_message" = "medium_text"
560 {
561    fg[ACTIVE] = { 0.30,0.30, 1.0 }
562    fg[NORMAL] = { 0.80, 0.80, 0.80 }
563    bg[ACTIVE] = { 0, 0, 0 }
564    bg[NORMAL] = { 0, 0, 0 }
565    base[ACTIVE] = { 0, 0, 0 }
566    base[NORMAL] = { 0, 0, 0 }
567 }
568
569 style "medium_entry" = "medium_text"
570 {
571         fg[NORMAL] = { 0.70, 0.70, 0.70 }
572         fg[ACTIVE] = { 0.70, 0.70, 0.70 }
573         fg[SELECTED] = { 1.0, 1.0, 1.0 }
574         
575         bg[NORMAL] = { 0.35, 0.35, 0.40 }
576         
577         base[NORMAL] = { 0, 0, 0 }
578         base[ACTIVE] = { 0, 0, 0 }
579         base[SELECTED] = { 0.70, 0.70, 0.70 }
580 }
581
582 style "medium_entry_noselection_fg" = "medium_entry"
583 {
584         fg[SELECTED] = { 0.50, 1.0, 0.50 }
585 }
586
587 style "medium_entry_noselection_bg" = "medium_entry"
588 {
589         bg[SELECTED] = { 1.0, 1.0, 1.0 }
590 }
591
592 style "medium_bold_entry"  = "medium_bold_text"
593 {
594         fg[NORMAL] = { 0.70, 0.70, 0.70 }
595         fg[ACTIVE] = { 0.70, 0.70, 0.70 }
596         
597         bg[NORMAL] = { 0.35, 0.35, 0.40 }
598         
599         base[NORMAL] = { 0, 0, 0 }
600         base[ACTIVE] = { 0, 0, 0 }
601         base[SELECTED] = { 0, 0, 0 }
602 }
603
604 style "small_entry" = "small_text"
605 {
606         fg[NORMAL] = { 0.70, 0.70, 0.70 }
607         fg[ACTIVE] = { 0, 1.0, 0 }
608         fg[SELECTED] = { 0, 1.0, 0 }
609         text[NORMAL] = { 0.70, 0.70, 0.70 }
610         text[ACTIVE] = { 0, 1.0, 0 }
611         text[SELECTED] = { 0, 1.0, 0 }
612         bg[NORMAL] = { 0.0, 0.0, 0.0 }
613         bg[SELECTED] = { 0.0, 0.0, 0.0 }
614         bg[SELECTED] = { 0.0, 0.0, 0.0 }
615         base[NORMAL] = { 0, 0, 0 }
616         base[ACTIVE] = { 0, 0, 0 }
617         base[SELECTED] = { 0, 0, 0 }
618 }
619
620 style "red_active_small_entry" = "small_entry"
621 {
622         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
623         fg[SELECTED] = { 1.0, 0, 0 }
624 }
625
626 style "small_bold_entry" = "small_bold_text"
627 {
628         fg[NORMAL] = { 0.70, 0.70, 0.70 }
629         fg[ACTIVE] = { 0.70, 0.70, 0.70 }
630         
631         bg[NORMAL] = { 0.35, 0.35, 0.40 }
632         
633         base[NORMAL] = { 0, 0, 0 }
634         base[ACTIVE] = { 0, 0, 0 }
635         base[SELECTED] = { 0, 0, 0 }
636 }
637
638 style "small_red_on_black_entry"  = "small_bold_text"
639 {
640        fg[NORMAL] = { 1.0, 0, 0 }
641        fg[ACTIVE] = { 1.0, 0, 0 }
642        base[NORMAL] = { 0.0, 0.0, 0.0 }
643        base[ACTIVE] = { 0.0, 0.0, 0.0 }
644        bg[NORMAL] = { 0.0, 0.0, 0.0 }
645        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
646 }
647
648 style "non_recording_big_clock_display" = "medium_entry"
649 {
650         font_name = "%FONT_MASSIVE%"
651
652         fg[NORMAL] = { 0.50, 1.0, 0.50 }
653         fg[ACTIVE] = { 1.0, 0, 0.0 }
654         fg[SELECTED] = { 1.0, 0, 0 }
655         fg[PRELIGHT] = { 1.0, 0, 0.0 }
656         fg[INSENSITIVE] = { 1.0, 0, 0.0 }
657         
658         base[NORMAL] = { 0.0, 0.0, 0.0 }
659         base[ACTIVE] = { 0.0, 0.0, 0.0 }
660         bg[NORMAL] = { 0.0, 0.0, 0.0 }
661         bg[ACTIVE] = { 0.7, 0.0, 0.0 }  
662 }
663
664 style "recording_big_clock_display" = "non_recording_big_clock_display"
665 {
666         fg[NORMAL] = { 1.0, 0, 0 }
667 }
668
669 style "transport_clock_display"
670 {
671         font_name = "%FONT_BOLD_BIGGER%"
672         
673         fg[NORMAL] = { 0.50, 1.0, 0.50 }
674         fg[ACTIVE] = { 1.0, 0, 0.0 }
675         fg[SELECTED] = { 1.0, 0, 0 }
676         fg[PRELIGHT] = { 1.0, 0, 0.0 }
677         fg[INSENSITIVE] = { 1.0, 0, 0.0 }
678         
679         base[NORMAL] = { 0.0, 0.0, 0.0 }
680        base[ACTIVE] = { 0.0, 0.0, 0.0 }
681        bg[NORMAL] = { 0.0, 0.0, 0.0 }
682        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
683 }
684
685 style "transport_clock_display_delta" = "transport_clock_display"
686 {
687         fg[NORMAL] = { 0.30, 0.30, 1.0 }
688 }
689
690 style "tempo_meter_clock_display"
691 {
692         font_name = "%FONT_SMALLER%"
693         fg[NORMAL] = { 1.0, 1.0, 1.0 }
694         fg[ACTIVE] = { 1.0, 1.0, 0.0 }
695         fg[SELECTED] = { 1.0, 0, 0 }
696         base[NORMAL] = { 0.0, 0.48, 1.0 }
697         base[ACTIVE] = { 0.09, 0.98, 0.46 }
698         bg[NORMAL] = { 0.0, 0.48, 1.0 }
699         bg[ACTIVE] = { 0.09, 0.98, 0.46 }
700 }
701
702 style "default_clock_display" = "medium text"
703 {
704         fg[NORMAL] = { 0.50, 1.0, 0.50 }
705         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
706         fg[SELECTED] = { 1.0, 0, 0 }
707         base[NORMAL] = { 0, 0, 0 }
708         base[ACTIVE] = { 0, 0, 0 }
709         bg[NORMAL] = { 0, 0, 0 }
710         bg[ACTIVE] = { 0, 0, 0 }
711 }
712
713 style "editor_time_ruler" = "small_text"
714 {
715         fg[NORMAL] = { 0.80, 0.80, 0.80 }
716         bg[NORMAL] = { 0.09, 0.09, 0.09 }
717 }
718
719 style "audio_bus_base"
720 {
721   font_name = "%FONT_SMALLER%"
722   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
723   fg[NORMAL] = { 0.7, 0.8, 0.2 }        
724   bg[NORMAL] = { 0.20, 0.20, 0.26 }     
725 }
726
727 style "audio_track_base" = "default_base"
728 {
729   font_name = "%FONT_SMALLER%"
730   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
731   bg[NORMAL] = { 0.18, 0.19, 0.22 }
732   bg[ACTIVE] = { 0.20, 0.20, 0.20 }     
733   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
734   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
735   bg[SELECTED] = { 0.20, 0.20, 0.20 }
736 }
737
738 style "midi_bus_base"
739 {
740   font_name = "%FONT_SMALLER%"
741   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
742   fg[NORMAL] = { 0.7, 0.8, 0.2 }        
743   #bg[NORMAL] = {0, 0.36, 0.40 }
744   bg[NORMAL] = "#444466"        
745 }
746
747 style "midi_track_base" = "default_base"
748 {
749   font_name = "%FONT_SMALLER%"
750   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
751   bg[NORMAL] = { 0.48, 0.30, 0.32 }
752   bg[ACTIVE] = { 0.20, 0.20, 0.20 }     
753   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
754   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
755   bg[SELECTED] = { 0.20, 0.20, 0.20 }
756 }
757
758 style "track_controls_inactive" 
759 {
760         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
761         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
762         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
763         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
764         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
765
766         #font_name = "sans 18"
767         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
768 }
769
770 style "audio_track_metrics" = "audio_track_base"
771 {
772         font_name = "%FONT_TINY%"
773 }
774
775 style "audio_bus_metrics" = "audio_bus_base"
776 {
777         font_name = "%FONT_TINY%"
778 }
779
780 style "audio_track_metrics_inactive" = "track_controls_inactive"
781 {
782         font_name = "%FONT_TINY%"
783 }
784
785 style "audio_bus_metrics_inactive" = "track_controls_inactive"
786 {
787         font_name = "%FONT_TINY%"
788 }
789
790 style "track_name_display"
791 {
792         font_name = "%FONT_NORMAL%"
793         fg[NORMAL] = { 0.80, 0.80, 0.80 }
794         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
795
796         base[NORMAL] = { 0.06, 0.06, 0.06 }
797         base[ACTIVE] = { 0.26, 0.26, 0.26 }
798         bg[NORMAL] = { 0.26, 0.26, 0.26 }
799         bg[ACTIVE] = { 0.26, 0.26, 0.26 }
800 }
801
802 style "active_track_name_display"
803 {
804         font_name = "%FONT_NORMAL%"
805         GtkWidget::cursor_color =  {0, 0, 0 }
806         text[NORMAL] = { 0.26, 0.26, 0.26 }
807         base[NORMAL] = { 0.89, 0.89, 0.89 }
808 }
809
810 style "track_separator"
811 {
812         bg[NORMAL] = { 0.35, 0.35, 0.40 }
813 }
814
815 #
816 # Track edit groups. These styles define
817 # the colors that the "edit" button will
818 # use as a track is moved from
819 # track edit group to track edit group.
820 # There are 8 edit groups. Edit group 0
821 # is used for tracks that are not editable, 
822 # so we leave its style to the default.
823 #
824
825 style "edit_group_0"
826
827 {
828         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
829         bg[NORMAL] = { 0.31, 0.31, 0.31 }
830         fg[NORMAL] = { 0.82, 0.91, 0.99 }
831         fg[ACTIVE] = { 0, 0, 0 }
832 }
833
834 style "edit_group_1" 
835 {
836         fg[NORMAL] = { 0, 0, 0 }
837         fg[PRELIGHT] = { 0, 0, 0 }
838         fg[SELECTED] = { 0, 0, 0 }
839         bg[NORMAL] = { 0.93, 0.34, 0.08 }
840         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
841         bg[SELECTED] = { 0.93, 0.34, 0.08 }
842 }
843
844 style "edit_group_2" 
845 {
846         fg[NORMAL] = { 0, 0, 0 }
847         fg[PRELIGHT] = { 0, 0, 0 }
848         fg[SELECTED] = { 0, 0, 0 }
849         bg[NORMAL] = { 0.93, 0.34, 0.08 }
850         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
851         bg[SELECTED] = { 0.93, 0.34, 0.08 }
852 }
853
854 style "edit_group_3" 
855 {
856         fg[NORMAL] = { 0, 0, 0 }
857         fg[PRELIGHT] = { 0, 0, 0 }
858         fg[SELECTED] = { 0, 0, 0 }
859         bg[NORMAL] = { 0.93, 0.34, 0.08 }
860         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
861         bg[SELECTED] = { 0.93, 0.34, 0.08 }
862 }
863
864 style "treeview_parent_node"
865 {
866         # specifies *just* the color used for whole file rows when not selected
867         fg[NORMAL] = { 0.0, 0.6, 0.85 }
868 }
869
870 style "treeview_display" = "small_bold_text"
871 {
872         # expander arrow border and DnD "icon" text
873         fg[NORMAL] = { 0.8, 0.8, 0.8 } 
874
875         # background with no rows or no selection, plus
876         # expander arrow core and DnD "icon" background
877         base[NORMAL] = { 0.20, 0.20, 0.25 }
878
879         # selected row bg when window does not have focus (including during DnD)
880         base[ACTIVE] = { 0.0, 0.60, 0.60 }    
881
882         # selected row bg when window has focus
883         base[SELECTED] = { 0, 0.75, 0.75 }
884
885         # row text when in normal state and not a parent
886         text[NORMAL] = { 0.80, 0.80, 0.80 }
887
888         # selected row text with window focus
889         text[SELECTED] = { 0, 1.0, 1.0 }  
890
891         # selected row text without window focus (including during DnD)
892         text[ACTIVE] = { 0, 1.0, 1.0 }  
893 }
894
895 style "main_canvas_area"
896 {
897         bg[NORMAL] = { 0.30, 0.30, 0.34 }
898         bg[ACTIVE] = { 0.30, 0.30, 0.34 }
899         bg[INSENSITIVE] = { 0.30, 0.30, 0.34 }
900         bg[SELECTED] = { 0.30, 0.30, 0.34 }
901         bg[PRELIGHT] = { 0.30, 0.30, 0.34 }
902 }
903
904 style "track_controls_inactive"
905 {
906         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
907         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
908         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
909         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
910         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
911
912         font_name = "%FONT_LARGE%"
913         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
914 }
915
916 style "edit_controls_base_selected"
917 {
918         bg[NORMAL] = { 0.32, 0.32, 0.54 }
919         bg[ACTIVE] = { 0.32, 0.32, 0.54 }
920         bg[INSENSITIVE] = { 0.32, 0.32, 0.54 }
921         bg[SELECTED] = { 0.32, 0.32, 0.54 }
922         bg[PRELIGHT] = { 0.32, 0.32, 0.54 }
923 }
924
925 style "automation_track_controls_base"
926 {
927         bg[NORMAL] = { 0.22, 0.22, 0.29 }
928         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
929         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
930         bg[SELECTED] = { 0.22, 0.22, 0.29 }
931         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
932 }
933
934 # Plugin Editors
935 style "plugin_slider" 
936 {
937         font_name ="%FONT_BOLD_BIG%"
938
939         # the slider itself. the inactive part is INSENSITIVE,
940         # the active part is something else.
941
942         fg[NORMAL] = { 0.37, 0.43, 0.52 }
943         fg[ACTIVE] = { 0.37, 0.43, 0.52 }
944         fg[INSENSITIVE] = {0.35, 0.35, 0.40 } # matches default_base
945         fg[SELECTED] = { 0.37, 0.43, 0.52 }
946         fg[PRELIGHT] = { 0.37, 0.43, 0.52 }
947
948         # draws the outer rectangle around the slider
949
950         bg[NORMAL] = { 0.80, 0.80, 0.80 }
951         bg[ACTIVE] = { 0.80, 0.80, 0.80 }
952         bg[INSENSITIVE] = {0.80, 0.80, 0.80 }
953         bg[SELECTED] = { 0.80, 0.80, 0.80 }
954         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
955
956         # the numeric display
957
958         text[NORMAL] = { 0.80, 0.80, 0.80 }
959         text[ACTIVE] = { 0.80, 0.80, 0.80 }
960         text[INSENSITIVE] = { 0.80, 0.80, 0.80 }
961         text[SELECTED] = { 0.80, 0.80, 0.80 }
962         text[PRELIGHT] = { 0.80, 0.80, 0.80 }
963 }
964
965 style "track_list_display" = "small_bold_text"
966 {
967         text[NORMAL] = { 0.80, 0.80, 0.80 }
968         text[ACTIVE] = { 0.3, 0.3, 0.3 }
969         text[INSENSITIVE] = { 0, 0, 0 }
970         text[SELECTED] = { 0.8, 0.8, 0.8 }
971
972         base[NORMAL] = { 0, 0, 0 }
973         base[ACTIVE] = { 0, 0, 0 }
974         base[INSENSITIVE] = { 0, 0, 0 }
975         base[SELECTED] = { 0, 0, 0 }
976 }
977
978 style "inspector_track_list_display" = "track_list_display"
979 {
980         text[ACTIVE] = { 0.8, 0.8, 0.8 }
981
982         base[NORMAL] = { 0, 0, 0 }
983         base[ACTIVE] = { 0.2, 0.2, 0.2 }
984         base[INSENSITIVE] = { 0, 0, 0 }
985         base[SELECTED] = { 0.3, 0.3, 0.4 }
986 }
987
988 style "redirect_list_display"
989 {
990         GtkTreeView::horizontal-separator = 0
991         GtkTreeView::vertical-separator = 0
992
993         font_name = "%FONT_SMALL%"
994         text[NORMAL] = { 0.80, 0.80, 0.80 }
995         text[ACTIVE] = { 0.70, 0.70, 0.70 }
996         text[INSENSITIVE] = { 0, 0, 0 }
997         text[SELECTED] = { 0.9, 0.3, 0.3 }
998
999         base[NORMAL] = { 0, 0, 0 }
1000         base[ACTIVE] = { 0, 0, 0 }
1001         base[INSENSITIVE] = { 0, 0, 0 }
1002         base[SELECTED] = { 0, 0, 0 }
1003
1004         # these two are explicitly used by the cell renderer for the
1005         # text
1006
1007         fg[NORMAL] = { 0.5, 0.5, 0.5 }  # used for inactive
1008         fg[ACTIVE] = { 1.0, 1.0, 1.0 }  # used for active
1009 }
1010
1011 style "inspector_redirect_list_display" = "redirect_list_display"
1012 {
1013         base[SELECTED] = { 0.3, 0.3, 0.3 }
1014 }
1015
1016 # MixerPanZone:
1017 #
1018 # the NORMAL fg color is used for the pan puck
1019 # the ACTIVE fg color is used for the speaker boxes
1020
1021 style "pan_zone" = "default_base"
1022 {
1023         fg[NORMAL] = { 0.34, 0.95, 0.92 }
1024         fg[ACTIVE] = { 0.95, 0.48, 0.11 }
1025 }
1026
1027 style "paler_red_when_active" = "medium_text"
1028 {
1029         fg[NORMAL] = { 0.80, 0.80, 0.80 }
1030         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
1031         bg[NORMAL] = { 0.31, 0.31, 0.31 }
1032         bg[PRELIGHT] = { 0.31, 0.31, 0.31 }
1033
1034         fg[ACTIVE] = { 0.36, 0.46, 0.28 }
1035         bg[ACTIVE] = { 1.00, 0.59, 0.59}
1036 }
1037
1038 style "peak_display_peaked_entry" = "small_text"
1039 {
1040         fg[NORMAL] = { 1.0, 1.0, 1.0 }
1041         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
1042         fg[SELECTED] = { 1.0, 1.0, 1.0 }
1043
1044         bg[NORMAL] = {0.9, 0.0, 0.0 }   
1045         bg[ACTIVE] = { 0.9, 0.0, 0.0 }  
1046         bg[PRELIGHT] = { 0.9, 0.0, 0.0 }        
1047         bg[INSENSITIVE] = { 0.9, 0.0, 0.0 }     
1048         bg[SELECTED] = { 0.9, 0.0, 0.0 }        
1049         base[NORMAL] = { 0.9, 0.0, 0.0 }        
1050         base[ACTIVE] = { 0.9, 0.0, 0.0 }        
1051         base[PRELIGHT] = { 0.9, 0.0, 0.0 }      
1052         base[INSENSITIVE] = { 0.9, 0.0, 0.0 }   
1053         base[SELECTED] = { 0.9, 0.0, 0.0 }      
1054 }
1055
1056 style "selected_strip_frame"
1057 {
1058         fg[NORMAL] = { 0.74, 0.42, 0.47 }
1059         bg[NORMAL] = { 0.79, 0.28, 0.18 }
1060 }
1061
1062 style "flashing_alert" = "very_small_text"
1063 {
1064         fg[NORMAL] = { 0.80, 0.80, 0.80 }
1065         bg[NORMAL] = { 0.26, 0.26, 0.31 }
1066
1067         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
1068         bg[ACTIVE] = { 1.0, 0, 0}
1069 }
1070
1071 style "selected_io_selector_port_list" = "medium_bold_text"
1072 {
1073
1074         GtkTreeView::even-row-color = { 0, 0, 0 }
1075         GtkTreeView::odd-row-color = { 0, 0, 0 }
1076
1077 # fg is used to color the fg (text) of the column header button
1078
1079         fg[NORMAL] = { 0.85, 0.85, 0.85 }
1080         fg[SELECTED] = { 0.85, 0.85, 0.85 }
1081         fg[ACTIVE] = { 0.85, 0.85, 0.85 }
1082         fg[PRELIGHT] = { 0.85, 0.85, 0.85 }
1083         fg[INSENSITIVE] = { 0.85, 0.85, 0.85 }
1084
1085 # bg is used used to color the background of the column header button
1086
1087         bg[NORMAL] = { 0.30, 0.30, 0.35 }
1088         bg[ACTIVE] = { 0.30, 0.30, 0.35 }
1089         bg[PRELIGHT] = { 0.30, 0.30, 0.35 }
1090         bg[INSENSITIVE] = { 0.30, 0.30, 0.35 }
1091         bg[SELECTED] = { 0.30, 0.30, 0.35 }
1092
1093 # text is used to color the treeview row text
1094
1095         text[NORMAL] = { 0.85, 0.85, 0.85 }
1096         text[SELECTED] = { 0.85, 0.85, 0.85 }
1097
1098 # base is used to color a treeview with no rows
1099
1100         base[NORMAL] = { 0.20, 0.20, 0.25 }
1101         base[ACTIVE] = { 0.20, 0.20, 0.25 }
1102         base[PRELIGHT] = { 0.20, 0.20, 0.25 }
1103         base[INSENSITIVE] = { 0.20, 0.20, 0.25 }
1104         base[SELECTED] = { 0.20, 0.20, 0.25 }
1105
1106 }
1107
1108 style "io_selector_port_list" = "medium_text"
1109 {
1110         GtkTreeView::even-row-color = { 0.20, 0.20, 0.25 }
1111         GtkTreeView::odd-row-color = { 0.20, 0.20, 0.25 }
1112 # fg is used to color the fg (text) of the column header button
1113
1114         fg[NORMAL] = { 0.70, 0.70, 0.70 }
1115         fg[SELECTED] = { 0.70, 0.70, 0.70 }
1116         fg[ACTIVE] = { 0.70, 0.70, 0.70 }
1117         fg[PRELIGHT] = { 0.70, 0.70, 0.70 }
1118         fg[INSENSITIVE] = { 0.70, 0.70, 0.70 }
1119
1120 # bg is used used to color the background of the column header button
1121
1122         bg[NORMAL] = { 0.30, 0.30, 0.35 }
1123         bg[ACTIVE] = { 0.30, 0.30, 0.35 }
1124         bg[PRELIGHT] = { 0.30, 0.30, 0.35 }
1125         bg[INSENSITIVE] = { 0.30, 0.30, 0.35 }
1126         bg[SELECTED] = { 0.30, 0.30, 0.35 }
1127
1128 # text is used to color the treeview row text
1129
1130         text[NORMAL] = { 0.80, 0.80, 0.80 }
1131         text[SELECTED] = { 0.80, 0.80, 0.80 }
1132
1133 # base is used to color a treeview with no rows
1134
1135         base[NORMAL] = { 0.20, 0.20, 0.25 }
1136         base[ACTIVE] = { 0.20, 0.20, 0.25 }
1137         base[PRELIGHT] = { 0.20, 0.20, 0.25 }
1138         base[INSENSITIVE] = { 0.20, 0.20, 0.25 }
1139         base[SELECTED] = { 0.20, 0.20, 0.25 }
1140 }
1141
1142 style "io_selector_notebook" = "default_base"
1143 {
1144         fg[NORMAL] = { 1.0, 1.0, 1.0 }
1145         font_name ="%FONT_BOLD_NORMAL%"
1146 }
1147
1148 style "tearoff_arrow" = "medium_bold_entry"
1149 {
1150         fg[NORMAL] = { 0.80, 0.80, 0.80 }
1151         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
1152         bg[NORMAL] = { 0.80, 0.80, 0.80 }
1153         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
1154 }
1155
1156 style "location_row_button" = "default_button"
1157 {
1158         font_name = "%FONT_BIG%"
1159 }
1160
1161 style "location_rows_clock" = "default_clock_display"
1162 {
1163         font_name = "%FONT_BIG%"
1164 }
1165
1166 style "pan_slider" 
1167 {
1168         font_name = "%FONT_NORMAL%"
1169
1170         fg[NORMAL] = { 0.22, 0.73, 0.22 }
1171         fg[ACTIVE] = { 0.22, 0.73, 0.22 }
1172         fg[INSENSITIVE] = {0.22, 0.53, 0.22 } 
1173         fg[SELECTED] = { 0.67, 0.23, 0.22 }
1174         fg[PRELIGHT] = { 0.67, 0.23, 0.22 }
1175
1176         bg[NORMAL] = { 0.05, 0.05, 0.05 }
1177         bg[ACTIVE] = { 0, 0, 0 }
1178         bg[INSENSITIVE] = {0.12, 0.19, 0.25 } 
1179         bg[SELECTED] = { 0, 0, 0 }
1180         bg[PRELIGHT] = { 0, 0, 0 }
1181
1182         text[NORMAL] = { 0.70, 0.70, 0.70 }
1183         text[ACTIVE] = { 0.70, 0.70, 0.70 }
1184         text[INSENSITIVE] = { 0.70, 0.70, 0.70 }
1185         text[SELECTED] = { 0.70, 0.70, 0.70 }
1186         text[PRELIGHT] = { 0.70, 0.70, 0.70 }
1187
1188         # used to draw the triangular indicators 
1189
1190         base[NORMAL] = { 0.80, 0.80, 0.80 }
1191         base[ACTIVE] =  { 0.80, 0.80, 0.80 }
1192         base[INSENSITIVE] = {0.6, 0.6, 0.6 }
1193         base[SELECTED] = { 0.80, 0.80, 0.80 }
1194         base[PRELIGHT] = { 0.80, 0.80, 0.80 }
1195
1196 }
1197
1198 style "ardour_button" ="default_button"
1199 {
1200         xthickness = 1
1201         ythickness = 1
1202 }
1203
1204 #---------------------------------------------------------------
1205
1206 class "GtkWidget" style:highest "default_base"
1207 class "GtkScrollbar" style:highest "ardour_adjusters"
1208 class "GtkLabel" style:highest "default_generic"
1209 class "GtkButton" style:highest "ardour_button"
1210 class "GtkArrow" style:highest "tearoff_arrow"
1211 class "GtkProgressBar" style:highest "ardour_progressbars"
1212
1213 widget "*FirstActionMessage" style:highest "first_action_message"
1214 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1215 widget "*MarkerText" style:highest "marker_text"
1216 widget "*TimeAxisViewItemName*" style:highest "time_axis_view_item_name"
1217 #widget "*ExportProgress" style:highest "default_generic"
1218 widget "*ExportFileLabel" style:highest "small_bold_text"
1219 widget "*ExportFormatLabel" style:highest "medium_bold_text"
1220 widget "*ExportHeader" style:highest "small_bold_text"
1221 widget "*ExportFileDisplay" style:highest "medium_entry"
1222 widget "*ExportFormatDisplay" style:highest "medium_entry"
1223 widget "*ExportCheckbox" style:highest "small_entry"
1224 widget "*ExportTrackSelector*" style:highest "medium_entry_noselection_bg"
1225 widget "*EditModeSelector" style:highest "medium_bold_entry"
1226 widget "*SnapTypeSelector" style:highest "medium_bold_entry"
1227 widget "*SnapModeSelector" style:highest "medium_bold_entry"
1228 widget "*ZoomFocusSelector" style:highest "medium_bold_entry"
1229 widget "*ArdourContextMenu*" style:highest "default_menu"
1230 widget "*EditGroupTitleButton*" style:highest "default_button"
1231 widget "*MixerGroupTitleButton*" style:highest "default_button"
1232 widget "*ErrorLogCloseButton" style:highest "default_button"
1233 widget "*EditorGTKButton*" style:highest "default_button" 
1234 widget "*ToolbarButton" style:highest "default_button"
1235 widget "*ToolbarButton*" style:highest "default_button"
1236 widget "*CrossfadeEditButton" style:highest "default_button"
1237 widget "*CrossfadeEditButton*" style:highest "default_button"
1238 widget "*TrackHistoryButton*" style:highest "default_button"
1239 widget "*TrackSizeButton*" style:highest "default_button"
1240 widget "*TrackPlaylistButton*" style:highest "default_button"
1241 widget "*TrackAutomationButton*" style:highest "default_button"
1242 widget "*TrackGroupButton*" style:highest "default_button"
1243 widget "*TrackMixButton*" style:highest "default_button"
1244 widget "*TrackVisualButton*" style:highest "default_button"
1245 widget "*TrackRemoveButton*" style:highest "default_button"
1246 widget "*BaseButton" style:highest "default_button"
1247 widget "*TakeButtonLabel" style:highest "default_button"
1248 widget "*MixerWidthButton" style:highest "default_button"
1249 widget "*MixerHideButton" style:highest "default_button"
1250 widget "*MixerSendButton" style:highest "default_button"
1251 widget "*MixerSendButtonLabel" style:highest "default_button"
1252 widget "*MixerSendSwitch" style:highest "default_button"
1253 widget "*MixerInsertButton" style:highest "default_button"
1254 widget "*MixerInsertButtonLabel" style:highest "default_button"
1255 widget "*MixerInsertSwitch" style:highest "default_button"
1256 widget "*MixerMonitorInputButton*" style:highest "very_small_button"
1257 widget "*MixerMonitorInputButton.*" style:highest "very_small_button"
1258 widget "*MixerIOButton" style:highest "very_small_button"
1259 widget "*MixerIOButtonLabel" style:highest "very_small_button"
1260 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1261 widget "*AddRouteDialogRadioButton*" style:highest "preferences"
1262 widget "*OptionsNotebook" style:highest "preferences"
1263 widget "*OptionEditorToggleButton*" style:highest "preferences"
1264 widget "*OptionsLabel" style:highest "preferences"
1265 widget "*OptionEditorAuditionerLabel" style:highest "preferences"
1266 widget "*OptionsEntry" style:highest "option_entry"
1267 widget "*InspectorNotebook" style:highest "preferences"
1268 widget "*NewSessionDialog" style:highest "preferences"
1269 widget "*NewSessionDialogButton*" style:highest "preferences"
1270 widget "*MixerSendSwitch*" style:highest "very_small_red_active_and_selected_button"
1271 widget "*OptionEditorToggleButton" style:highest "small_red_active_and_selected_button"
1272 widget "*NewSessionDialogButton" style:highest "small_red_active_and_selected_button"
1273 widget "*RecordEnableButton" style:highest "track_rec_enable_button"
1274 widget "*RecordEnableButton-active" style:highest "track_rec_enable_button_active"
1275 widget "*RecordEnableButton-alternate" style:highest "track_rec_enable_button_alternate"
1276 widget "*MixerRecordEnableButton" style:highest "mixer_track_rec_enable_button"
1277 widget "*MixerRecordEnableButton-active" style:highest "mixer_track_rec_enable_button_active"
1278 widget "*MixerRecordEnableButton-alternate" style:highest "mixer_track_rec_enable_button_alternate"
1279 widget "*MuteButton" style:highest "mute_button"
1280 widget "*MuteButton-alternate" style:highest "mute_button_alternate"
1281 widget "*MuteButton-active" style:highest "mute_button_active"
1282 widget "*MixerMuteButton" style:highest "mixer_mute_button"
1283 widget "*MixerMuteButton-alternate" style:highest "mixer_mute_button_alternate"
1284 widget "*MixerMuteButton-active" style:highest "mixer_mute_button_active"
1285 widget "*SoloButton" style:highest "solo_button"
1286 widget "*SoloButton-alternate" style:highest "solo_button_alternate"
1287 widget "*SoloButton-active" style:highest "solo_button_active"
1288 widget "*MixerSoloButton" style:highest "mixer_solo_button"
1289 widget "*MixerSoloButton-alternate" style:highest "mixer_solo_button_alternate"
1290 widget "*MixerSoloButton-active" style:highest "mixer_solo_button_active"
1291 widget "*TrackLoopButton*" style:highest "track_loop_button"
1292 widget "*PanAutomationLineSelector*" style:highest "multiline_combo"
1293 widget "*EditorTimeButton*" style:highest "time_button"
1294 widget "*MixerPhaseInvertButton*" style:highest "very_small_button"
1295 widget "*MixerPhaseInvertButton.*" style:highest "very_small_button"
1296 widget "*MixerAutomationRecordingButton*" style:highest "very_small_button"
1297 widget "*MixerAutomationRecordingButton.*" style:highest "very_small_button"
1298 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1299 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1300 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1301 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1302 widget "*MixerNameButton" style:highest "very_small_button"
1303 widget "*MixerNameButtonLabel" style:highest "very_small_button"
1304 widget "*MixerGroupButton" style:highest "very_small_button"
1305 widget "*MixerGroupButtonLabel" style:highest "very_small_button"
1306 widget "*MixerCommentButton" style:highest "very_small_button"
1307 widget "*MixerCommentButton*" style:highest "very_small_button"
1308 widget "*EditGroupButton" style:highest "very_small_button"
1309 widget "*EditGroupButtonLabel" style:highest "very_small_button"
1310 widget "*TransportButton" style:highest "transport_rec_button"
1311 widget "*TransportButton-active" style:highest "transport_button_active"
1312 widget "*ShuttleButton" style:highest "transport_button"
1313 widget "*ShuttleButton*" style:highest "transport_button"
1314 widget "*ShuttleDisplay" style:highest "transport_button"
1315 widget "*ShuttleDisplay*" style:highest "transport_button"
1316 widget "*ShuttleControl" style:highest "shuttle_control"
1317 widget "*TransportRecButton" style:highest "transport_rec_button"
1318 widget "*TransportRecButton*" style:highest "transport_rec_button"
1319 widget "*TransportRecButton-active" style:highest "transport_rec_button_active"
1320 widget "*TransportRecButton-active*" style:highest "transport_rec_button_active"
1321 widget "*TransportRecButton-alternate" style:highest "transport_rec_button_alternate"
1322 widget "*TransportRecButton-alternate*" style:highest "transport_rec_button_alternate"
1323 widget "*TransportRecButton*" style:highest "transport_rec_button"
1324 widget "*RecordingXrunWarningWindow" style:highest "xrun_warn"
1325 widget "*RecordingXrunWarningWindow*" style:highest "xrun_warn"
1326 /*widget "*MainMenuBar" style:highest "menu_bar_base"*/
1327 widget "*ErrorMessage" style:highest "error_message"
1328 widget "*FatalMessage" style:highest "fatal_message"
1329 widget "*InfoMessage" style:highest "info_message"
1330 widget "*WarningMessage" style:highest "warning_message"
1331 widget "*BigClockNonRecording" style:highest "non_recording_big_clock_display"
1332 widget "*BigClockRecording" style:highest "recording_big_clock_display"
1333 widget "*TransportClockDisplay" style:highest "transport_clock_display"
1334 widget "*SecondaryClockDisplay" style:highest "transport_clock_display"
1335 widget "*TransportClockDisplayDelta" style:highest "transport_clock_display_delta"
1336 widget "*SecondaryClockDisplayDelta" style:highest "transport_clock_display_delta"
1337 widget "*AudioClockFramesUpperInfo" style:highest "tempo_meter_clock_display"
1338 widget "*AudioClockFramesLowerInfo" style:highest "tempo_meter_clock_display"
1339 widget "*AudioClockSMPTEUpperInfo" style:highest "tempo_meter_clock_display"
1340 widget "*AudioClockSMPTELowerInfo" style:highest "tempo_meter_clock_display"
1341 widget "*AudioClockBBTUpperInfo" style:highest "tempo_meter_clock_display"
1342 widget "*AudioClockBBTLowerInfo" style:highest "tempo_meter_clock_display"
1343 widget "*SelectionStartClock" style:highest "default_clock_display"
1344 widget "*SelectionEndClock" style:highest "default_clock_display"
1345 widget "*EditPointClock" style:highest "default_clock_display"
1346 widget "*PreRollClock" style:highest "default_clock_display"
1347 widget "*PostRollClock" style:highest "default_clock_display"
1348 widget "*NudgeClock" style:highest "default_clock_display"
1349 widget "*ZoomRangeClock" style:highest "default_clock_display"
1350 widget "*SMPTEOffsetClock" style:highest "default_clock_display"
1351 widget "*TransportLabel" style:highest "small_bold_text"
1352 widget "*TakeLabel" style:highest "small_bold_text"
1353 widget "*LocationLabel" style:highest "small_bold_text"
1354 widget "*WipeLabel" style:highest "small_bold_text"
1355 widget "*TakeTagLabel" style:highest "small_bold_text"
1356 widget "*ToolBarLabel" style:highest "small_bold_text"
1357 widget "*EditorDisplayLabel" style:highest "small_bold_text"
1358 widget "*NewSessionLabel" style:highest "large_text"
1359 widget "*GlobalButtonLabel" style:highest "default_generic"
1360 widget "*ClickButton" style:highest "medium_entry"
1361 widget "*RegionNameDisplay" style:highest "medium_entry"
1362 widget "*PluginDisplay" style:highest "medium_entry"
1363 widget "*SelectionDisplay" style:highest "medium_entry"
1364 widget "*HistorySelector" style:highest "medium_entry"
1365 widget "*LocationSelector" style:highest "medium_entry"
1366 widget "*TakeSelector" style:highest "medium_entry"
1367 widget "*RegionSelector" style:highest "medium_entry"
1368 widget "*SMPTERuler" style:highest "editor_time_ruler"
1369 widget "*BBTRuler" style:highest "editor_time_ruler"
1370 widget "*FramesRuler" style:highest "editor_time_ruler"
1371 widget "*MinSecRuler" style:highest "editor_time_ruler"
1372 widget "*BaseFrame" style:highest "base_frame"
1373
1374 widget "*AudioTrackStripBase" style:highest "audio_track_base"
1375 widget "*AudioBusStripBase" style:highest "audio_bus_base"
1376 widget "*MidiTrackStripBase" style:highest "midi_track_base"
1377 widget "*AudioTrackStripBaseInactive" style:highest "track_controls_inactive"
1378 widget "*AudioBusStripBaseInactive" style:highest "track_controls_inactive"
1379 widget "*MidiTrackStripBaseInactive" style:highest "track_controls_inactive"
1380 widget "*FaderMetricsStrip" style:highest "audio_track_metrics"
1381 widget "*AudioTrackMetrics" style:highest "audio_track_metrics"
1382 widget "*AudioBusMetrics" style:highest "audio_bus_metrics"
1383 widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive"
1384 widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive"
1385
1386 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
1387 widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base"
1388 widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base"
1389 widget "*AudioTrackFader" style:highest "gain_fader"
1390
1391 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
1392 widget "*AudioBusFader" style:highest "gain_fader"
1393 widget "*TrackSeparator" style:highest "track_separator"
1394 widget "*TrackEditIndicator0*" style:highest "edit_group_0"
1395 widget "*TrackEditIndicator1*" style:highest "edit_group_1"
1396 widget "*TrackEditIndicator2*" style:highest "edit_group_2"
1397 widget "*TrackEditIndicator3*" style:highest "edit_group_3"
1398 widget "*TrackEditIndicator4*" style:highest "edit_group_3"
1399 widget "*TrackEditIndicator5*" style:highest "edit_group_3"
1400 widget "*TrackEditIndicator6*" style:highest "edit_group_3"
1401 widget "*TrackEditIndicator7*" style:highest "edit_group_3"
1402 widget "*EditorTrackNameDisplay" style:highest "track_name_display"
1403 widget "*EditorTrackNameDisplay*" style:highest "track_name_display"
1404 widget "*EditorActiveTrackNameDisplay" style:highest "active_track_name_display"
1405 widget "*EditorActiveTrackNameDisplay*" style:highest "active_track_name_display"
1406 widget "*CrossfadeEditAuditionButton" style:highest "red_when_active"
1407 widget "*CrossfadeEditAuditionButton*" style:highest "red_when_active"
1408 widget "*CrossfadeEditCurveButton" style:highest "red_when_active"
1409 widget "*CrossfadeEditCurveButton*" style:highest "red_when_active"
1410 widget "*CrossfadeEditLabel" style:highest "medium_text"
1411 widget "*CrossfadeEditFrame" style:highest "base_frame"
1412 widget "*MouseModeButton" style:highest "default_button"
1413 widget "*MouseModeButton*" style:highest "default_button"
1414 widget "*EditorMainCanvas" style:highest "main_canvas_area"
1415 widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1416 widget "*BusControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1417 widget "*AutomationTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1418 widget "*AutomationTrackName" style:highest "automation_track_name"
1419 widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1420 widget "*BusControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1421 widget "*AutomationTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1422 widget "*AudioTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1423 widget "*MidiTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1424 widget "*BusControlsBaseSelected" style:highest "edit_controls_base_selected"
1425 widget "*AutomationTrackControlsBase" style:highest "automation_track_controls_base"
1426 widget "*AutomationTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1427 /*widget "*EditorMenuBar*" style:highest "black_mackie_menu_bar"
1428 widget "*MainMenuBar*" style:highest "black_mackie_menu_bar"
1429 */
1430 widget "*ZoomClickBox" style:highest "medium_bold_entry"
1431 widget "*PluginParameterLabel" style:highest "medium_text"
1432 widget "*PluginNameInfo" style:highest "plugin_name_text"
1433 widget "*PluginMakerInfo" style:highest "plugin_maker_text"
1434 widget "*PluginParameterInfo" style:highest "medium_text"
1435 widget "*MotionControllerValue" style:highest "medium_entry"
1436 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
1437 widget "*PluginUIClickBox" style:highest "medium_bold_entry"
1438 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
1439 widget "*PluginSlider" style:highest "plugin_slider"
1440 widget "*RedirectSelector" style:highest "redirect_list_display"
1441 widget "*RedirectSelector.*" style:highest "redirect_list_display"
1442 widget "*EditGroupDisplay" style:highest "treeview_display"
1443 widget "*TrackListDisplay" style:highest "treeview_display"
1444 widget "*RegionListDisplay" style:highest "treeview_display"
1445 widget "*NamedSelectionDisplay" style:highest "treeview_display"
1446 widget "*SnapshotDisplay" style:highest "treeview_display"
1447 widget "*MixerTrackCommentArea" style:highest "option_entry"
1448 widget "*MixerPanZone" style:highest "pan_zone"
1449 widget "*MixerTrackDisplayList" style:highest "treeview_display"
1450 widget "*MixerSnapshotDisplayList" style:highest "treeview_display"
1451 widget "*MixerAuxDisplayList" style:highest "treeview_display"
1452 widget "*MixerGroupList" style:highest "treeview_display"
1453 widget "*RegionEditorLabel" style:highest "medium_text"
1454 widget "*RegionEditorSmallLabel" style:highest "small_text"
1455 widget "*RegionEditorEntry" style:highest "medium_entry"
1456 widget "*RegionEditorClock" style:highest "default_clock_display"
1457 widget "*RegionEditorToggleButton" style:highest "paler_red_when_active"
1458 widget "*RegionEditorToggleButton*" style:highest "paler_red_when_active"
1459 widget "*MixerStripSpeedBase" style:highest "small_entry"
1460 widget "*MixerStripSpeedBase*" style:highest "small_entry"
1461 widget "*MixerStripSpeedBaseNotOne" style:highest "small_red_on_black_entry"
1462 widget "*MixerStripSpeedBaseNotOne*" style:highest "small_red_on_black_entry"
1463 widget "*MixerStripGainDisplay" style:highest "small_entry"
1464 widget "*MixerStripGainDisplay*" style:highest "small_entry"
1465 widget "*MixerStripGainUnitButton" style:highest "very_small_button"
1466 widget "*MixerStripGainUnitButton*" style:highest "very_small_button"
1467 widget "*MixerStripMeterPreButton" style:highest "very_small_button"
1468 widget "*MixerStripMeterPreButton*" style:highest "very_small_button"
1469 widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry"
1470 widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry"
1471 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
1472 widget "*MixerStripFrame" style:highest "base_frame"
1473 widget "*HWMonitorButton" style:highest "red_when_active"
1474 widget "*HWMonitorButton*" style:highest "red_when_active"
1475 widget "*BypassButton" style:highest "red_when_active"
1476 widget "*BypassButton*" style:highest "red_when_active"
1477 widget "*TransportSoloAlert" style:highest "flashing_alert"
1478 widget "*TransportSoloAlert.*" style:highest "flashing_alert"
1479 widget "*TransportAuditioningAlert" style:highest "flashing_alert"
1480 widget "*TransportAuditioningAlert.*" style:highest "flashing_alert"
1481 widget "*FadeCurve" style:highest "medium_bold_entry"
1482 widget "*FadeCurve*" style:highest "medium_bold_entry"
1483 widget "*IOSelectorButton" style:highest "default_button"
1484 widget "*IOSelectorButton*" style:highest "default_button"
1485 widget "*IOSelectorList" style:highest "medium_entry_noselection_fg"
1486 widget "*IOSelectorPortList" style:highest "io_selector_port_list"
1487 widget "*IOSelectorPortList.*" style:highest "io_selector_port_list"
1488 widget "*IOSelectorPortListSelected" style:highest "selected_io_selector_port_list"
1489 widget "*IOSelectorPortListSelected.*" style:highest "selected_io_selector_port_list"
1490 widget "*IOSelectorNotebook" style:highest "io_selector_notebook"
1491 widget "*IOSelectorNotebookTab" style:highest "io_selector_notebook"
1492 widget "*IOSelectorFrame" style:highest "base_frame"
1493 widget "*ConnectionEditorButton" style:highest "default_button"
1494 widget "*ConnectionEditorButton*" style:highest "default_button"
1495 widget "*ConnectionEditorList" style:highest "medium_entry_noselection_fg"
1496 widget "*ConnectionEditorConnectionList" style:highest "medium_entry"
1497 widget "*ConnectionEditorPortList" style:highest "io_selector_port_list"
1498 widget "*ConnectionEditorPortListSelected" style:highest "selected_io_selector_port_list"
1499 widget "*ConnectionEditorNotebook" style:highest "io_selector_notebook"
1500 widget "*ConnectionEditorNotebookTab" style:highest "io_selector_notebook"
1501 widget "*ConnectionEditorFrame" style:highest "base_frame"
1502 widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
1503 widget "*RouteParamsPreListDisplay" style:highest "inspector_redirect_list_display"
1504 widget "*RouteParamsPostListDisplay" style:highest "inspector_redirect_list_display"
1505 widget "*TearOffArrow" style:highest "tearoff_arrow"
1506 widget "*RouteParamsTitleButton" style:highest "medium_text"
1507 widget "*RouteParamsTitleLabel" style:highest "medium_text"
1508 widget "*PluginAutomateRecordButton" style:highest "small_red_active_and_selected_button"
1509 widget "*PluginAutomateRecordButton*" style:highest "small_red_active_and_selected_button"
1510 widget "*PluginAutomatePlayButton" style:highest "small_red_active_and_selected_button"
1511 widget "*PluginAutomatePlayButton*" style:highest "small_red_active_and_selected_button"
1512 widget "*PluginAutomateButton" style:highest "small_button"
1513 widget "*PluginAutomateButton*" style:highest "small_button"
1514 widget "*PluginSaveButton" style:highest "small_button"
1515 widget "*PluginSaveButton*" style:highest "small_button"
1516 widget "*PluginLoadButton" style:highest "small_button"
1517 widget "*PluginLoadButton*" style:highest "small_button"
1518
1519 widget "*MetricDialogFrame" style:highest "base_frame"
1520 widget "*MetricEntry" style:highest "medium_bold_entry"
1521 widget "*MetricButton" style:highest "default_button"
1522 widget "*MetricButton.*" style:highest "default_button"
1523 widget "*MetricLabel" style:highest "medium_text"
1524 widget "*TimeStretchButton" style:highest "default_button"
1525 widget "*TimeStretchButton.*" style:highest "default_button"
1526 widget "*TimeStretchProgress" style:highest "default_generic"
1527 widget "*ChoiceWindow" style:highest "default_generic"
1528 widget "*ChoicePrompt" style:highest "default_generic"
1529 widget "*ChoiceButton" style:highest "default_button"
1530 widget "*ChoiceButton*" style:highest "default_button"
1531 widget "*SelectionModeButton" style:highest "default_button"
1532 widget "*SelectionModeButton*" style:highest "default_button"
1533 widget "*TrackLabel" style:highest "medium_text"
1534 widget "*TrackPlugName" style:highest "medium_text"
1535 widget "*TrackParameterName" style:highest "small_text"
1536 widget "*AddRouteDialog*" style:highest "medium_text"
1537 widget "*AddRouteDialog.GtkLabel" style:highest "medium_text"
1538 widget "*AddRouteDialogChannelChoice" style:highest "medium_bold_entry"
1539 widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
1540 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
1541 widget "*AddRouteDialogRadioButton" style:highest "red_when_active"
1542 widget "*AddRouteDialogButton" style:highest "default_button"
1543 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
1544 widget "*NewSessionIOLabel" style:highest "larger_bold_text"
1545 widget "*NewSessionSR1Label" style:highest "red_medium_text"
1546 widget "*NewSessionSR2Label" style:highest "medium_text"
1547 widget "*NewSessionChannelChoice" style:highest "medium_bold_entry"
1548 widget "*NewSessionMainButton" style:highest "larger_bold_text"
1549 widget "*NewSessionMainButton*" style:highest "larger_bold_text"
1550 widget "*NewSessionMainLabel" style:highest "larger_bold_text"
1551 widget "*LocationEditRowClock" style:highest "location_rows_clock"
1552 widget "*LocationEditNameLabel" style:highest "medium_text"
1553 widget "*LocationEditSetButton" style:highest "location_row_button"
1554 widget "*LocationEditSetButton*" style:highest "location_row_button"
1555 widget "*LocationEditGoButton" style:highest "location_row_button"
1556 widget "*LocationEditGoButton*" style:highest "location_row_button"
1557 widget "*LocationEditCdButton" style:highest "small_red_active_and_selected_button"
1558 widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button"
1559 widget "*LocationEditHideButton" style:highest "small_red_active_and_selected_button"
1560 widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button"
1561 widget "*LocationEditNumberLabel" style:highest "small_text"
1562 widget "*LocationLocEditorFrame" style:highest "base_frame"
1563 widget "*LocationRangeEditorFrame" style:highest "base_frame"
1564 widget "*LocationEditNameEntry" style:highest "option_entry"
1565 widget "*LocationAddLocationButton" style:highest "default_button"
1566 widget "*LocationAddLocationButton*" style:highest "default_button"
1567 widget "*LocationAddRangeButton" style:highest "default_button"
1568 widget "*LocationAddRangeButton*" style:highest "default_button"
1569 widget "*LocationEditRemoveButton" style:highest "location_row_button"
1570 widget "*LocationEditRemoveButton*" style:highest "location_row_button"
1571 widget "*PanSlider" style:highest "pan_slider"
1572 widget "*PanningLinkButton" style:highest "mixer_red_active_button"
1573 widget "*PanningLinkButton.*" style:highest "mixer_red_active_button"
1574 widget "*PanningLinkDirectionButton" style:highest "very_small_button"
1575 widget "*PanningLinkDirectionButton.*" style:highest "very_small_button"
1576 widget "*ChannelCountSelector" style:highest "medium_bold_entry"
1577 widget "*ChannelCountSelector.GtkArrow" style:highest "default_generic"
1578 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
1579 widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
1580