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