Changes to the Configuration object to properly handle radio actions as well as toggl...
[ardour.git] / gtk2_ardour / ardour2_ui.rc
1 #
2 # This is the GTK style file for Ardour
3 #
4 #
5
6 style "very_small_text"
7 {
8         font_name = "sans 7"
9 }
10
11 style "small_text"
12 {
13         font_name = "sans 8"
14 }
15
16 style "small_bold_text"
17 {
18         font_name = "sans bold 8"
19 }
20
21 style "medium_bold_text"
22 {
23         font_name = "sans bold 8"
24 }
25
26 style "medium_text"
27 {
28         font_name = "sans 8"
29 }
30
31 style "red_medium_text" = "medium_text"
32 {       
33         fg[NORMAL] = { 1.0, 0, 0 }
34         fg[ACTIVE] = { 1.0, 0, 0 }
35         fg[SELECTED] = { 1.0, 0, 0 }
36 }
37
38
39 style "large_text"
40 {
41         font_name = "sans 18"
42 }
43
44 style "larger_bold_text"
45 {
46         font_name = "sans bold 14"
47 }
48
49 style "plugin_name_text"
50 {
51         font_name = "sans bold 25"
52         fg[NORMAL] = { 0.80, 0.80, 0.80 }
53 }
54
55 style "plugin_maker_text"
56 {
57         font_name = "sans bold 14"
58         fg[NORMAL] = { 0.80, 0.80, 0.80 }
59 }
60
61 style "first_action_message" 
62 {
63         font_name = "sans medium 34"
64 }
65
66 style "verbose_canvas_cursor"
67 {
68         font_name = "sans bold 24"
69 }
70
71 style "marker_text" 
72 {
73         font_name = "sans 8"
74 }
75
76 style "time_axis_view_item_name"
77 {
78         font_name = "sans medium 8"
79 }
80
81 style "default_base" = "medium_text"
82 {
83   GtkWidget::cursor_color =  {1.0, 1.0, 1.0 }
84   GtkButton::default_border = { 0, 0, 0, 0 }
85   GtkButton::default_outside_border = { 0, 0, 0, 0 }
86   GtkTreeView::vertical-padding = 0
87   GtkTreeView::horizontal-padding = 0
88   
89   fg[NORMAL] = { 0.80, 0.80, 0.80 }     
90   fg[ACTIVE] = { 0.80, 0.80, 0.80 }     
91   fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
92   fg[INSENSITIVE] = { 0.80, 0.80, 0.80 }        
93   fg[SELECTED] = { 0.80, 0.80, 0.80 }   
94   
95   bg[NORMAL] = { 0.40, 0.40, 0.40 }
96   bg[ACTIVE] = { 0.40, 0.40, 0.40 }
97   bg[PRELIGHT] = "#565690"
98   bg[INSENSITIVE] = { 0.10, 0.10, 0.10 }
99   bg[SELECTED] = { 0, 0.40, 0.60 }
100   
101   text[NORMAL] = { 0.80, 0.80, 0.80 }   
102   text[ACTIVE] = { 0.80, 0.80, 0.80 }   
103   text[PRELIGHT] = { 0.80, 0.80, 0.80 } 
104   text[INSENSITIVE] = { 0.80, 0.80, 0.80}       
105   text[SELECTED] = { 1.0, 1.0, 1.0 }
106   
107   base[ACTIVE]     = "#2f272f"
108   base[NORMAL]      =  "#1c1e21"
109   base[PRELIGHT]     = { 0.20, 0.20, 0.20 }
110   base[INSENSITIVE]  = "#4c5159"
111   base[SELECTED]     = { 0.25, 0.25, 0.25 }
112   
113 }
114
115 style "base_frame"
116 {
117         fg[NORMAL] = { 0.80, 0.80, 0.80 }
118         bg[NORMAL] = { 0.40, 0.40, 0.40 }
119 }
120
121 style "transport_base" = "medium_bold_text"
122 {
123   bg[NORMAL] = { 0.10, 0.10, 0.10 }
124   bg[ACTIVE] = { 0, 0, 0 }
125   bg[PRELIGHT] = { 0, 0, 0 }
126   bg[INSENSITIVE] = { 0, 0, 0 }
127   bg[SELECTED] = { 0, 0, 0 }
128 }
129
130 style "black_mackie_menu_bar" = "medium_bold_text"
131 {
132       fg[NORMAL] = { 1.0, 1.0, 1.0 }
133       bg[NORMAL] = { 0, 0, 0 }
134 }
135
136 style "default_buttons_menus" 
137 {
138   font_name = "sans 8"
139   fg[ACTIVE] = { 1.0, 1.0, 1.0 }
140   
141   bg[NORMAL] = { 0.35, 0.35, 0.35 }
142   bg[ACTIVE] = "#565690"
143   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
144   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
145   bg[SELECTED] = { 0.20, 0.20, 0.20 }   
146 }
147
148 style "very_small_button" = "default_buttons_menus"
149 {
150         font_name = "sans 7"
151         ythickness = 0
152         xthickness = 0
153 }
154
155 style "small_button" = "default_buttons_menus"
156 {
157 }
158
159 style "very_small_red_active_and_selected_button" = "very_small_button"
160 {
161         bg[ACTIVE] = { 1.0, 0, 0}
162         bg[SELECTED] = { 1.0, 0, 0}
163 }
164
165 style "small_red_active_and_selected_button" = "small_button"
166 {
167         fg[ACTIVE] = { 0, 0, 0 }
168         bg[ACTIVE] = { 1.0, 0, 0}
169         bg[SELECTED] = { 1.0, 0, 0}
170 }
171
172 style "track_rec_enable_button" = "small_button"
173 {
174         fg[SELECTED] = { 0.0, 0.0, 0.0 }
175         fg[ACTIVE] =   { 0.0, 0.0, 0.0 }
176         fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
177
178         bg[SELECTED] =   { 1.0, 0.0, 0.0 }
179         bg[ACTIVE] =   { 0.91, 0.68, 0.68}
180         bg[PRELIGHT] =   { 1.0, 0.0, 0.0 }
181 }
182
183 style "mixer_rec_enable_button" = "track_rec_enable_button"
184 {
185         font_name = "sans 7"
186         xthickness = 0
187         ythickness = 0
188 }
189
190 style "solo_button" = "small_button"
191 {
192         bg[PRELIGHT] = { 0, 1.0, 0 }
193         bg[ACTIVE] = { 0.66, 0.97, 0.19 }
194
195         fg[PRELIGHT] = { 0, 0, 0 }
196         fg[ACTIVE] = { 0, 0, 0 }
197 }
198
199 style "mixer_solo_button" = "solo_button"
200 {
201         font_name = "sans 7"
202         xthickness = 0
203         ythickness = 0
204
205 }
206
207
208 style "mute_button" = "small_button"
209 {
210         bg[PRELIGHT] = { 1.0, 0.65, 0.13 }
211         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
212         
213         fg[PRELIGHT] = { 0, 0, 0 }
214 }
215
216 style "mixer_mute_button" = "mute_button"
217 {
218         font_name = "sans 7"
219         xthickness = 0
220         ythickness = 0
221 }
222
223 style "track_loop_button" = "small_button"
224 {
225         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
226         bg[PRELIGHT] = { 1.0, 0.98, 0.53 }
227
228 }
229
230 style "mixer_red_active_button" = "very_small_button"
231 {
232         fg[ACTIVE] = { 0, 1.0, 1.0 }
233         bg[ACTIVE] = { 0.7, 0, 0 }
234
235         base[INSENSITIVE] = { 0.21, 0.21, 0.21 }
236         bg[INSENSITIVE] = { 0.21, 0.21, 0.21 }
237 }
238
239 style "time_button" = "default_buttons_menus"
240 {
241         font_name = "sans 8"
242 }
243
244 style "transport_button"
245 {
246         bg[ACTIVE] = { 0.50, 1.0, 0.50 }
247         fg[ACTIVE] = { 0, 0, 0 }
248 }
249
250 style "transport_rec_button"
251 {
252         bg[ACTIVE] = { 1.0, 0, 0 }
253         bg[PRELIGHT] = { 0.91, 0.68, 0.68 }             #blinking rec button color
254 }
255
256 style "shuttle_control" = "very_small_text"
257 {
258         fg[NORMAL] = { 0.85, 0.92, 0.98 }
259         fg[ACTIVE] = { 0.85, 0.92, 0.98 }
260         fg[PRELIGHT] = { 0.85, 0.92, 0.98 }
261         fg[SELECTED] = { 0.85, 0.92, 0.98 }
262         fg[INSENSITIVE] = { 0.85, 0.92, 0.98 }
263
264         bg[NORMAL] = { 0.31, 0.31, 0.31 }
265         bg[PRELIGHT] = { 0.31, 0.31, 0.31 }
266         bg[INSENSITIVE] = { 0.31, 0.31, 0.31 }
267         bg[ACTIVE] = { 0.50, 1.0, 0.50 }
268         bg[SELECTED] = { 1.0, 0.04, 0.04 }
269 }
270
271 style "ardour_adjusters" = "default_buttons_menus"
272 {
273         bg[NORMAL] = { 0.60, 0.60, 0.60 }
274         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
275         bg[ACTIVE] = { 0.06, 0.06, 0.06 }
276 }
277
278 style "ardour_progressbars" = "default_buttons_menus"
279
280   bg[NORMAL] = { 0, 0, 0 }
281   bg[PRELIGHT] = { 0.00, 0.36, 0.40 }
282 }
283
284 style "options_window"  = "default_base"
285 {
286         font_name = "sans 8"
287         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
288 }
289
290 style "option_entry"  = "default_base"
291 {
292         fg[NORMAL] = { 0.50, 1.0, 1.0 }
293         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
294         fg[INSENSITIVE] = { 0.80, 0.80, 0.80 }
295         
296         base[INSENSITIVE] = { 0.12, 0.12, 0.12 }
297         
298         bg[NORMAL] = { 0.40, 0.40, 0.40 }
299         bg[ACTIVE] = { 0.40, 0.40, 0.40 }
300 }
301
302 style "red_when_active" = "medium_text"
303 {
304         fg[NORMAL] = { 0.80, 0.80, 0.80 }
305         bg[NORMAL] = { 0.31, 0.31, 0.31 }
306
307         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
308         bg[ACTIVE] = { 1.0, 0, 0}
309 }
310
311 style "xrun_warn"  
312 {
313         font_name = "sans bold 18"
314
315         fg[NORMAL] = { 1.0, 1.0, 1.0 }
316         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
317         text[NORMAL] = { 1.0, 1.0, 1.0 }
318         text[ACTIVE] = { 1.0, 1.0, 1.0 }
319         base[NORMAL] = { 0.09, 0.48, 0.46 }
320         base[ACTIVE] = { 0.09, 0.48, 0.46 }
321         bg[NORMAL] = { 1.0, 0.48, 0.46 }
322         bg[ACTIVE] = { 0.09, 1.0, 0.46 }
323 }
324
325 style "menu_bar_base"
326 {
327   bg[NORMAL] = { 0, 0, 0 }      
328   bg[ACTIVE] = { 0, 0, 0 }
329   bg[PRELIGHT] = { 0, 0, 0 }
330   bg[INSENSITIVE] = { 0, 0, 0 }
331   bg[SELECTED] = { 0, 0, 0 }
332 }
333
334 style "fatal_message" = "medium_text"
335 {
336    fg[ACTIVE] = { 1.0, 0, 1.0 }
337    fg[NORMAL] = { 0.80, 0.80, 0.80 }
338    bg[ACTIVE] = { 0,0,0 }
339    bg[NORMAL] = { 0,0,0 }
340    base[ACTIVE] = { 0,0,0 }
341    base[NORMAL] = { 0,0,0 }
342 }
343
344 style "error_message" = "medium_text"
345 {
346    fg[ACTIVE] = { 1.0, 0, 0 }
347    fg[NORMAL] = { 0.80, 0.80, 0.80 }
348    bg[ACTIVE] = { 0,0,0 }
349    bg[NORMAL] = { 0,0,0 }
350    base[ACTIVE] = { 0,0,0 }
351    base[NORMAL] = { 0,0,0 }
352 }
353
354 style "info_message" = "medium_text"
355 {
356    fg[ACTIVE] = { 1.0, 0, 0 }
357    fg[NORMAL] = { 0.80, 0.80, 0.80 }
358    bg[ACTIVE] = { 0,0,0 }
359    bg[NORMAL] = { 0,0,0 }
360    base[ACTIVE] = { 0,0,0 }
361    base[NORMAL] = { 0,0,0 }
362 }
363
364 style "warning_message" = "medium_text"
365 {
366    fg[ACTIVE] = { 0.30,0.30, 1.0 }
367    fg[NORMAL] = { 0.80, 0.80, 0.80 }
368    bg[ACTIVE] = { 0, 0, 0 }
369    bg[NORMAL] = { 0, 0, 0 }
370    base[ACTIVE] = { 0, 0, 0 }
371    base[NORMAL] = { 0, 0, 0 }
372 }
373
374 style "medium_entry" = "medium_text"
375 {
376         fg[NORMAL] = { 0.50, 1.0, 1.0 }
377         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
378         fg[SELECTED] = { 0.50, 1.0, 0.50 }
379         
380         bg[NORMAL] = { 0.40, 0.40, 0.40 }
381         
382         base[NORMAL] = { 0, 0, 0 }
383         base[ACTIVE] = { 0, 0, 0 }
384         base[SELECTED] = { 0.5, 0.5, 1.0 }
385 }
386
387 style "medium_entry_noselection_fg" = "medium_entry"
388 {
389         fg[SELECTED] = { 0.50, 1.0, 0.50 }
390 }
391
392 style "medium_entry_noselection_bg" = "medium_entry"
393 {
394         bg[SELECTED] = { 0.50, 1.0, 1.0 }
395 }
396
397 style "medium_bold_entry"  = "medium_bold_text"
398 {
399         fg[NORMAL] = { 0.50, 1.0, 1.0 }
400         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
401         
402         bg[NORMAL] = { 0.40, 0.40, 0.40 }
403         
404         base[NORMAL] = { 0, 0, 0 }
405         base[ACTIVE] = { 0, 0, 0 }
406         base[SELECTED] = { 0, 0, 0 }
407 }
408
409
410 style "small_entry" = "small_text"
411 {
412         fg[NORMAL] = { 0.50, 1.0, 1.0 }
413         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
414         bg[NORMAL] = { 0.0, 0.0, 0.0 }
415         base[NORMAL] = { 0, 0, 0 }
416         base[ACTIVE] = { 0, 0, 0 }
417         base[SELECTED] = { 0, 0, 0 }
418 }
419
420 style "red_active_small_entry" = "small_entry"
421 {
422         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
423         fg[SELECTED] = { 1.0, 0, 0 }
424 }
425
426 style "small_bold_entry" = "small_bold_text"
427 {
428         fg[NORMAL] = { 0.50, 1.0, 1.0 }
429         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
430         
431         bg[NORMAL] = { 0.40, 0.40, 0.40 }
432         
433         base[NORMAL] = { 0, 0, 0 }
434         base[ACTIVE] = { 0, 0, 0 }
435         base[SELECTED] = { 0, 0, 0 }
436 }
437
438 style "small_red_on_black_entry"  = "small_bold_text"
439 {
440        fg[NORMAL] = { 1.0, 0, 0 }
441        fg[ACTIVE] = { 1.0, 0, 0 }
442        base[NORMAL] = { 0.0, 0.0, 0.0 }
443        base[ACTIVE] = { 0.0, 0.0, 0.0 }
444        bg[NORMAL] = { 0.0, 0.0, 0.0 }
445        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
446 }
447
448 style "big_clock_display" = "medium_entry"
449 {
450         font_name = "courier bold 34"
451 }
452
453 style "transport_clock_display"
454 {
455         font_name = "sans bold 14"
456         
457         fg[NORMAL] = { 0.50, 1.0, 0.50 }
458         fg[ACTIVE] = { 1.0, 0, 0.0 }
459         fg[SELECTED] = { 1.0, 0, 0 }
460         fg[PRELIGHT] = { 1.0, 0, 0.0 }
461         fg[INSENSITIVE] = { 1.0, 0, 0.0 }
462         
463         base[NORMAL] = { 0.0, 0.0, 0.0 }
464        base[ACTIVE] = { 0.0, 0.0, 0.0 }
465        bg[NORMAL] = { 0.0, 0.0, 0.0 }
466        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
467 }
468
469 style "tempo_meter_clock_display"
470 {
471         font_name = "sans 8"
472         fg[NORMAL] = { 1.0, 1.0, 1.0 }
473         fg[ACTIVE] = { 1.0, 1.0, 0.0 }
474         fg[SELECTED] = { 1.0, 0, 0 }
475         base[NORMAL] = { 0.0, 0.48, 1.0 }
476         base[ACTIVE] = { 0.09, 0.98, 0.46 }
477         bg[NORMAL] = { 0.0, 0.48, 1.0 }
478         bg[ACTIVE] = { 0.09, 0.98, 0.46 }
479 }
480
481 style "default_clock_display" = "medium text"
482 {
483         fg[NORMAL] = { 0.50, 1.0, 0.50 }
484         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
485         fg[SELECTED] = { 1.0, 0, 0 }
486         base[NORMAL] = { 0, 0, 0 }
487         base[ACTIVE] = { 0, 0, 0 }
488         bg[NORMAL] = { 0, 0, 0 }
489         bg[ACTIVE] = { 0, 0, 0 }
490 }
491
492 style "editor_time_ruler" = "small_text"
493 {
494         fg[NORMAL] = { 0.80, 0.80, 0.80 }
495         bg[NORMAL] = { 0.09, 0.09, 0.09 }
496 }
497
498 style "audio_track_base" = "default_base"
499 {
500   font_name = "sans 6"
501   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
502   bg[NORMAL] = { 0.18, 0.18, 0.22 }
503   bg[ACTIVE] = { 0.20, 0.20, 0.20 }     
504   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
505   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
506   bg[SELECTED] = { 0.20, 0.20, 0.20 }
507 }
508
509 style "audio_bus_base"
510 {
511   font_name = "sans 6"
512   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
513   fg[NORMAL] = { 0.7, 0.8, 0.2 }        
514   bg[NORMAL] = {0, 0.36, 0.40 } 
515 }
516
517 style "track_name_display"
518 {
519         font_name = "sans medium 8"
520         fg[NORMAL] = { 0.80, 0.80, 0.80 }
521         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
522
523         base[NORMAL] = { 0.06, 0.06, 0.06 }
524         base[ACTIVE] = { 0.26, 0.26, 0.26 }
525         bg[NORMAL] = { 0.26, 0.26, 0.26 }
526         bg[ACTIVE] = { 0.26, 0.26, 0.26 }
527 }
528
529 style "active_track_name_display"
530 {
531         font_name = "sans medium 8"
532         text[NORMAL] = { 0.26, 0.26, 0.26 }
533         base[NORMAL] = { 0.89, 0.89, 0.89 }
534 }
535
536 style "track_separator"
537 {
538         bg[NORMAL] = { 0.40, 0.40, 0.40 }
539 }
540
541 #
542 # Track edit groups. These styles define
543 # the colors that the "edit" button will
544 # use as a track is moved from
545 # track edit group to track edit group.
546 # There are 8 edit groups. Edit group 0
547 # is used for tracks that are not editable, 
548 # so we leave its style to the default.
549 #
550
551 style "edit_group_0"
552
553 {
554         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
555         bg[NORMAL] = { 0.31, 0.31, 0.31 }
556         fg[NORMAL] = { 0.82, 0.91, 0.99 }
557         fg[ACTIVE] = { 0, 0, 0 }
558 }
559
560 style "edit_group_1" 
561 {
562         fg[NORMAL] = { 0, 0, 0 }
563         fg[PRELIGHT] = { 0, 0, 0 }
564         fg[SELECTED] = { 0, 0, 0 }
565         bg[NORMAL] = { 0.93, 0.34, 0.08 }
566         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
567         bg[SELECTED] = { 0.93, 0.34, 0.08 }
568 }
569
570 style "edit_group_2" 
571 {
572         fg[NORMAL] = { 0, 0, 0 }
573         fg[PRELIGHT] = { 0, 0, 0 }
574         fg[SELECTED] = { 0, 0, 0 }
575         bg[NORMAL] = { 0.93, 0.34, 0.08 }
576         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
577         bg[SELECTED] = { 0.93, 0.34, 0.08 }
578 }
579
580 style "edit_group_3" 
581 {
582         fg[NORMAL] = { 0, 0, 0 }
583         fg[PRELIGHT] = { 0, 0, 0 }
584         fg[SELECTED] = { 0, 0, 0 }
585         bg[NORMAL] = { 0.93, 0.34, 0.08 }
586         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
587         bg[SELECTED] = { 0.93, 0.34, 0.08 }
588 }
589
590 style "region_list_display" = "small_bold_text"
591 {
592         fg[NORMAL] = { 0.80, 0.80, 0.80 }
593         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
594         fg[SELECTED] = { 0.50, 1.0, 1.0 }
595         bg[NORMAL] = { 0, 0, 0 }
596         bg[ACTIVE] = { 0, 0, 0 }
597         bg[SELECTED] = { 0, 0, 0 }
598         base[NORMAL] = { 0, 0, 0 }
599         base[ACTIVE] = { 0, 1, 0 }
600         base[INSENSITIVE] = { 0, 0, 0 }
601         base[SELECTED] = { 0.80, 0.80, 0.80 }
602 }
603
604 style "main_canvas_area"
605 {
606         bg[NORMAL] = { 0.38, 0.38, 0.38 }
607         bg[ACTIVE] = { 0.38, 0.38, 0.38 }
608         bg[INSENSITIVE] = { 0.38, 0.38, 0.38 }
609         bg[SELECTED] = { 0.38, 0.38, 0.38 }
610         bg[PRELIGHT] = { 0.38, 0.38, 0.38 }
611 }
612
613 style "track_controls_inactive"
614 {
615         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
616         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
617         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
618         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
619         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
620
621         font_name = "sans medium 10"
622         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
623 }
624
625 style "edit_controls_base_selected"
626 {
627         bg[NORMAL] = { 0.56, 0.56, 0.56 }
628         bg[ACTIVE] = { 0.56, 0.56, 0.56 }
629         bg[INSENSITIVE] = { 0.56, 0.56, 0.56 }
630         bg[SELECTED] = { 0.56, 0.56, 0.56 }
631         bg[PRELIGHT] = { 0.56, 0.56, 0.56 }
632 }
633
634 style "automation_track_controls_base"
635 {
636         bg[NORMAL] = { 0.22, 0.22, 0.29 }
637         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
638         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
639         bg[SELECTED] = { 0.22, 0.22, 0.29 }
640         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
641 }
642
643 # Plugin Editors
644 style "plugin_slider" 
645 {
646         font_name ="sans bold 10"
647
648         # the slider itself. the inactive part is INSENSITIVE,
649         # the active part is something else.
650
651         fg[NORMAL] = { 0.37, 0.43, 0.52 }
652         fg[ACTIVE] = { 0.37, 0.43, 0.52 }
653         fg[INSENSITIVE] = {0.40, 0.40, 0.40 } # matches default_base
654         fg[SELECTED] = { 0.37, 0.43, 0.52 }
655         fg[PRELIGHT] = { 0.37, 0.43, 0.52 }
656
657         # draws the outer rectangle around the slider
658
659         bg[NORMAL] = { 0.80, 0.80, 0.80 }
660         bg[ACTIVE] = { 0.80, 0.80, 0.80 }
661         bg[INSENSITIVE] = {0.80, 0.80, 0.80 }
662         bg[SELECTED] = { 0.80, 0.80, 0.80 }
663         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
664
665         # the numeric display
666
667         text[NORMAL] = { 0.80, 0.80, 0.80 }
668         text[ACTIVE] = { 0.80, 0.80, 0.80 }
669         text[INSENSITIVE] = { 0.80, 0.80, 0.80 }
670         text[SELECTED] = { 0.80, 0.80, 0.80 }
671         text[PRELIGHT] = { 0.80, 0.80, 0.80 }
672 }
673
674 style "track_list_display" = "small_bold_text"
675 {
676         text[NORMAL] = { 0.80, 0.80, 0.80 }
677         text[ACTIVE] = { 0.3, 0.3, 0.3 }
678         text[INSENSITIVE] = { 0, 0, 0 }
679         text[SELECTED] = { 0.8, 0.8, 0.8 }
680
681         base[NORMAL] = { 0, 0, 0 }
682         base[ACTIVE] = { 0, 0, 0 }
683         base[INSENSITIVE] = { 0, 0, 0 }
684         base[SELECTED] = { 0, 0, 0 }
685 }
686
687 style "inspector_track_list_display" = "track_list_display"
688 {
689         text[ACTIVE] = { 0.8, 0.8, 0.8 }
690
691         base[NORMAL] = { 0, 0, 0 }
692         base[ACTIVE] = { 0.2, 0.2, 0.2 }
693         base[INSENSITIVE] = { 0, 0, 0 }
694         base[SELECTED] = { 0.3, 0.3, 0.4 }
695 }
696
697 style "redirect_list_display"
698 {
699         GtkTreeView::horizontal-separator = 0
700         GtkTreeView::vertical-separator = 0
701
702         font_name = "sans 7"
703         text[NORMAL] = { 0.80, 0.80, 0.80 }
704         text[ACTIVE] = { 0.5, 0.5, 0.9 }
705         text[INSENSITIVE] = { 0, 0, 0 }
706         text[SELECTED] = { 0.9, 0.3, 0.3 }
707
708         base[NORMAL] = { 0, 0, 0 }
709         base[ACTIVE] = { 0, 0, 0 }
710         base[INSENSITIVE] = { 0, 0, 0 }
711         base[SELECTED] = { 0, 0, 0 }
712
713         # these two are explicitly used by the cell renderer for the
714         # text
715
716         fg[NORMAL] = { 0.5, 0.5, 0.5 }  # used for inactive
717         fg[ACTIVE] = { 0.5, 1.0, 1.0 }  # used for active
718 }
719
720 style "inspector_redirect_list_display" = "redirect_list_display"
721 {
722         base[SELECTED] = { 0.3, 0.3, 0.3 }
723 }
724
725 # MixerPanZone:
726 #
727 # the NORMAL fg color is used for the pan puck
728 # the ACTIVE fg color is used for the speaker boxes
729
730 style "pan_zone" = "default_base"
731 {
732         fg[NORMAL] = { 0.34, 0.95, 0.92 }
733         fg[ACTIVE] = { 0.95, 0.48, 0.11 }
734 }
735
736 style "wall_clock" = "medium_bold_text"
737 {
738         fg[NORMAL] = { 1.0, 1.0, 1.0 }
739         bg[NORMAL] = { 0, 0, 0 }
740 }
741
742 style "paler_red_when_active" = "medium_text"
743 {
744         fg[NORMAL] = { 0.80, 0.80, 0.80 }
745         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
746         bg[NORMAL] = { 0.31, 0.31, 0.31 }
747         bg[PRELIGHT] = { 0.31, 0.31, 0.31 }
748
749         fg[ACTIVE] = { 0.36, 0.46, 0.28 }
750         bg[ACTIVE] = { 1.00, 0.59, 0.59}
751 }
752
753 style "peak_display_peaked_entry" = "small_text"
754 {
755         fg[NORMAL] = { 1.0, 1.0, 1.0 }
756         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
757         fg[SELECTED] = { 1.0, 1.0, 1.0 }
758
759         bg[NORMAL] = {0.9, 0.0, 0.0 }   
760         bg[ACTIVE] = { 0.9, 0.0, 0.0 }  
761         bg[PRELIGHT] = { 0.9, 0.0, 0.0 }        
762         bg[INSENSITIVE] = { 0.9, 0.0, 0.0 }     
763         bg[SELECTED] = { 0.9, 0.0, 0.0 }        
764         base[NORMAL] = { 0.9, 0.0, 0.0 }        
765         base[ACTIVE] = { 0.9, 0.0, 0.0 }        
766         base[PRELIGHT] = { 0.9, 0.0, 0.0 }      
767         base[INSENSITIVE] = { 0.9, 0.0, 0.0 }   
768         base[SELECTED] = { 0.9, 0.0, 0.0 }      
769 }
770
771 style "selected_strip_frame"
772 {
773         fg[NORMAL] = { 0.74, 0.42, 0.47 }
774         bg[NORMAL] = { 0.79, 0.28, 0.18 }
775 }
776
777 style "flashing_alert" = "very_small_text"
778 {
779         fg[NORMAL] = { 0.80, 0.80, 0.80 }
780         bg[NORMAL] = { 0.31, 0.31, 0.31 }
781
782         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
783         bg[ACTIVE] = { 1.0, 0, 0}
784 }
785
786 style "selected_io_selector_port_list" = "medium_text"
787 {
788         fg[NORMAL] = { 0.50, 1.0, 1.0 }
789         fg[SELECTED] = { 0.50, 1.0, 1.0 }
790         base[NORMAL] = { 0, 0, 0 }
791         base[SELECTED] = { 0, 0, 0 }
792 }
793
794 style "io_selector_port_list" = "medium_text"
795 {
796         fg[NORMAL] = {0.80, 0.80, 0.70 }
797         fg[SELECTED] = {0.80, 0.80, 0.70 }
798         base[NORMAL] = { 0.26, 0.26, 0.26 }
799         base[SELECTED] = { 0.26, 0.26, 0.26 }
800 }
801
802 style "io_selector_notebook" = "default_base"
803 {
804         fg[NORMAL] = { 0.50, 1.0, 1.0 }
805         font_name ="sans bold 8"
806 }
807
808 style "tearoff_arrow" = "medium_bold_entry"
809 {
810         fg[NORMAL] = { 0.80, 0.80, 0.80 }
811         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
812         bg[NORMAL] = { 0.80, 0.80, 0.80 }
813         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
814 }
815
816 style "meter_metrics_strip" = "default_base"
817 {
818         font_name = "sans 4"
819         fg[NORMAL] = { 1.0, 0.8, 0.2 }  
820 }
821
822 style "location_row_button" = "default_buttons_menus"
823 {
824         font_name = "sans 10"
825 }
826
827 style "location_rows_clock" = "default_clock_display"
828 {
829         font_name = "sans 12"
830 }
831
832 style "pan_slider" 
833 {
834         font_name = "sans 8"
835
836         fg[NORMAL] = { 0.67, 0.23, 0.22 }
837         fg[ACTIVE] = { 0.67, 0.23, 0.22 }
838         fg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
839         fg[SELECTED] = { 0.67, 0.23, 0.22 }
840         fg[PRELIGHT] = { 0.67, 0.23, 0.22 }
841
842         bg[NORMAL] = { 0, 0, 0 }
843         bg[ACTIVE] = { 0, 0, 0 }
844         bg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
845         bg[SELECTED] = { 0, 0, 0 }
846         bg[PRELIGHT] = { 0, 0, 0 }
847
848         text[NORMAL] = { 0.85, 0.92, 0.98 }
849         text[ACTIVE] = { 0.85, 0.92, 0.98 }
850         text[INSENSITIVE] = { 0.85, 0.92, 0.98 }
851         text[SELECTED] = { 0.85, 0.92, 0.98 }
852         text[PRELIGHT] = { 0.85, 0.92, 0.98 }
853 }
854
855 style "region_list_whole_file"
856 {
857         fg[NORMAL] = { 0.4, 0.4, 0.9 }
858 }
859
860 style "ardour_button" ="default_buttons_menus"
861 {
862         xthickness = 1
863         ythickness = 1
864 }
865
866 #---------------------------------------------------------------
867 widget "*FirstActionMessage" style "first_action_message"
868 widget "*VerboseCanvasCursor" style "verbose_canvas_cursor"
869 widget "*MarkerText" style "marker_text"
870 widget "*TimeAxisViewItemName" style "time_axis_view_item_name"
871 #widget "*ExportProgress" style "default_buttons_menus"
872 widget "*ExportFileLabel" style "small_bold_text"
873 widget "*ExportFormatLabel" style "medium_bold_text"
874 widget "*ExportHeader" style "small_bold_text"
875 widget "*ExportFileDisplay" style "medium_entry"
876 widget "*ExportFormatDisplay" style "medium_entry"
877 widget "*ExportCheckbox" style "small_entry"
878 widget "*ExportTrackSelector*" style "medium_entry_noselection_bg"
879 widget "*EditModeSelector" style "medium_bold_entry"
880 widget "*SnapTypeSelector" style "medium_bold_entry"
881 widget "*SnapModeSelector" style "medium_bold_entry"
882 widget "*ZoomFocusSelector" style "medium_bold_entry"
883 widget "*ArdourContextMenu*" style "default_buttons_menus"
884 widget "*EditGroupTitleButton*" style "default_buttons_menus"
885 widget "*MixerGroupTitleButton*" style "default_buttons_menus"
886 widget "*ErrorLogCloseButton" style "default_buttons_menus"
887 widget "*EditorGTKButton*" style "default_buttons_menus" 
888 widget "*ToolbarButton" style "default_buttons_menus"
889 widget "*ToolbarButton*" style "default_buttons_menus"
890 widget "*CrossfadeEditButton" style "default_buttons_menus"
891 widget "*CrossfadeEditButton*" style "default_buttons_menus"
892 widget "*TrackHistoryButton*" style "default_buttons_menus"
893 widget "*TrackSizeButton*" style "default_buttons_menus"
894 widget "*TrackPlaylistButton*" style "default_buttons_menus"
895 widget "*TrackAutomationButton*" style "default_buttons_menus"
896 widget "*TrackGroupButton*" style "default_buttons_menus"
897 widget "*TrackMixButton*" style "default_buttons_menus"
898 widget "*TrackVisualButton*" style "default_buttons_menus"
899 widget "*TrackRemoveButton*" style "default_buttons_menus"
900 widget "*BaseButton" style "default_buttons_menus"
901 widget "*TakeButtonLabel" style "default_buttons_menus"
902 widget "*MixerWidthButton" style "default_buttons_menus"
903 widget "*MixerHideButton" style "default_buttons_menus"
904 widget "*MixerSendButton" style "default_buttons_menus"
905 widget "*MixerSendButtonLabel" style "default_buttons_menus"
906 widget "*MixerSendSwitch" style "default_buttons_menus"
907 widget "*MixerInsertButton" style "default_buttons_menus"
908 widget "*MixerInsertButtonLabel" style "default_buttons_menus"
909 widget "*MixerInsertSwitch" style "default_buttons_menus"
910 widget "*MixerMonitorInputButton*" style "very_small_button"
911 widget "*MixerMonitorInputButton.*" style "very_small_button"
912 widget "*MixerIOButton" style "very_small_button"
913 widget "*MixerIOButtonLabel" style "very_small_button"
914 widget "*AddRouteDialogSpinner" style "ardour_adjusters"
915 widget "*AddRouteDialogRadioButton*" style "options_window"
916 widget "*OptionsNotebook" style "options_window"
917 widget "*OptionEditorToggleButton*" style "options_window"
918 widget "*OptionsLabel" style "options_window"
919 widget "*OptionEditorAuditionerLabel" style "options_window"
920 widget "*OptionsEntry" style "option_entry"
921 widget "*InspectorNotebook" style "options_window"
922 widget "*NewSessionDialog" style "options_window"
923 widget "*NewSessionDialogButton*" style "options_window"
924 widget "*MixerSendSwitch*" style "very_small_red_active_and_selected_button"
925 widget "*OptionEditorToggleButton" style "small_red_active_and_selected_button"
926 widget "*NewSessionDialogButton" style "small_red_active_and_selected_button"
927 widget "*MixerRecordEnableButton" style "mixer_rec_enable_button"
928 widget "*MixerRecordEnableButton*" style "mixer_rec_enable_button"
929 widget "*TrackRecordEnableButton" style "track_rec_enable_button"
930 widget "*TrackRecordEnableButton*" style "track_rec_enable_button"
931 widget "*TrackMuteButton*" style "mute_button"
932 widget "*TrackLoopButton*" style "track_loop_button"
933 widget "*EditorTimeButton*" style "time_button"
934 widget "*EditorMixerButton*" style "default_buttons_menus"
935 widget "*SoloButton*" style "solo_button"
936 widget "*SoloButton.*" style "solo_button"
937 widget "*SafeSoloButton*" style "solo_button"
938 widget "*SafeSoloButton.*" style "solo_button"
939 widget "*MixerPhaseInvertButton*" style "very_small_button"
940 widget "*MixerPhaseInvertButton.*" style "very_small_button"
941 widget "*MixerAutomationRecordingButton*" style "very_small_button"
942 widget "*MixerAutomationRecordingButton.*" style "very_small_button"
943 widget "*MixerAutomationModeButton*" style "very_small_button"
944 widget "*MixerAutomationModeButton.*" style "very_small_button"
945 widget "*MixerAutomationPlaybackButton*" style "very_small_button"
946 widget "*MixerAutomationPlaybackButton.*" style "very_small_button"
947 widget "*MixerMuteButton*" style "mixer_mute_button"
948 widget "*MixerMuteButton.*" style "mixer_mute_button"
949 widget "*MixerSoloButton*" style "mixer_solo_button"
950 widget "*MixerSoloButton.*" style "mixer_solo_button"
951 widget "*MixerNameButton" style "very_small_button"
952 widget "*MixerNameButtonLabel" style "very_small_button"
953 widget "*MixerGroupButton" style "very_small_button"
954 widget "*MixerGroupButtonLabel" style "very_small_button"
955 widget "*MixerCommentButton" style "very_small_button"
956 widget "*MixerCommentButton*" style "very_small_button"
957 widget "*EditGroupButton" style "very_small_button"
958 widget "*EditGroupButtonLabel" style "very_small_button"
959 widget "*TransportButton" style "transport_button"
960 widget "*TransportButton*" style "transport_button"
961 widget "*ShuttleButton" style "transport_button"
962 widget "*ShuttleButton*" style "transport_button"
963 widget "*ShuttleDisplay" style "transport_button"
964 widget "*ShuttleDisplay*" style "transport_button"
965 widget "*ShuttleControl" style "shuttle_control"
966 widget "*TransportRecButton" style "transport_rec_button"
967 widget "*TransportRecButton*" style "transport_rec_button"
968 widget "*RecordingXrunWarningWindow" style "xrun_warn"
969 widget "*RecordingXrunWarningWindow*" style "xrun_warn"
970 widget "*MainMenuBar" style "menu_bar_base"
971 widget "*ErrorMessage" style "error_message"
972 widget "*FatalMessage" style "fatal_message"
973 widget "*InfoMessage" style "info_message"
974 widget "*WarningMessage" style "warning_message"
975 widget "*BigClockDisplay" style "big_clock_display"
976 widget "*TransportClockDisplay" style "transport_clock_display"
977 widget "*SecondaryClockDisplay" style "transport_clock_display"
978 widget "*BBTTempoLabel" style "tempo_meter_clock_display"
979 widget "*BBTMeterLabel" style "tempo_meter_clock_display"
980 widget "*SelectionStartClock" style "default_clock_display"
981 widget "*SelectionEndClock" style "default_clock_display"
982 widget "*EditCursorClock" style "default_clock_display"
983 widget "*PreRollClock" style "default_clock_display"
984 widget "*PostRollClock" style "default_clock_display"
985 widget "*NudgeClock" style "default_clock_display"
986 widget "*ZoomRangeClock" style "default_clock_display"
987 widget "*SMPTEOffsetClock" style "default_clock_display"
988 widget "*TransportLabel" style "small_bold_text"
989 widget "*TakeLabel" style "small_bold_text"
990 widget "*LocationLabel" style "small_bold_text"
991 widget "*WipeLabel" style "small_bold_text"
992 widget "*TakeTagLabel" style "small_bold_text"
993 widget "*ToolBarLabel" style "small_bold_text"
994 widget "*EditorDisplayLabel" style "small_bold_text"
995 widget "*NewSessionLabel" style "large_text"
996 widget "*GlobalButtonLabel" style "default_buttons_menus"
997 widget "*ClickButton" style "medium_entry"
998 widget "*RegionNameDisplay" style "medium_entry"
999 widget "*PluginDisplay" style "medium_entry"
1000 widget "*SelectionDisplay" style "medium_entry"
1001 widget "*HistorySelector" style "medium_entry"
1002 widget "*LocationSelector" style "medium_entry"
1003 widget "*TakeSelector" style "medium_entry"
1004 widget "*RegionSelector" style "medium_entry"
1005 widget "*SMPTERuler" style "editor_time_ruler"
1006 widget "*BBTRuler" style "editor_time_ruler"
1007 widget "*FramesRuler" style "editor_time_ruler"
1008 widget "*MinSecRuler" style "editor_time_ruler"
1009 widget "*BaseFrame" style "base_frame"
1010 widget "*AudioTrackStripBase" style "audio_track_base"
1011 widget "*TimeAxisViewControlsBaseUnselected" style "audio_track_base"
1012 widget "*AudioTrackControlsBaseUnselected" style "audio_track_base"
1013 widget "*AudioTrackFader" style "audio_track_base"
1014 widget "*AudioBusStripBase" style "audio_bus_base"
1015 widget "*BusControlsBaseUnselected" style "audio_bus_base"
1016 widget "*AudioBusFader" style "audio_bus_base"
1017 widget "*TrackSeparator" style "track_separator"
1018 widget "*TrackEditIndicator0*" style "edit_group_0"
1019 widget "*TrackEditIndicator1*" style "edit_group_1"
1020 widget "*TrackEditIndicator2*" style "edit_group_2"
1021 widget "*TrackEditIndicator3*" style "edit_group_3"
1022 widget "*TrackEditIndicator4*" style "edit_group_3"
1023 widget "*TrackEditIndicator5*" style "edit_group_3"
1024 widget "*TrackEditIndicator6*" style "edit_group_3"
1025 widget "*TrackEditIndicator7*" style "edit_group_3"
1026 widget "*EditorTrackNameDisplay" style "track_name_display"
1027 widget "*EditorTrackNameDisplay*" style "track_name_display"
1028 widget "*EditorActiveTrackNameDisplay" style "active_track_name_display"
1029 widget "*EditorActiveTrackNameDisplay*" style "active_track_name_display"
1030 widget "*EditorRegionList" style "region_list_display"
1031 widget "*CrossfadeEditAuditionButton" style "red_when_active"
1032 widget "*CrossfadeEditAuditionButton*" style "red_when_active"
1033 widget "*CrossfadeEditCurveButton" style "red_when_active"
1034 widget "*CrossfadeEditCurveButton*" style "red_when_active"
1035 widget "*CrossfadeEditLabel" style "medium_text"
1036 widget "*CrossfadeEditFrame" style "base_frame"
1037 widget "*MouseModeButton" style "default_buttons_menus"
1038 widget "*MouseModeButton*" style "default_buttons_menus"
1039 widget "*EditorMainCanvas" style "main_canvas_area"
1040 widget "*AudioTrackControlsBaseInactiveUnselected" style "track_controls_inactive"
1041 widget "*BusControlsBaseInactiveUnselected" style "track_controls_inactive"
1042 widget "*AutomationTrackControlsBaseInactiveUnselected" style "track_controls_inactive"
1043 widget "*AudioTrackControlsBaseInactiveSelected" style "track_controls_inactive"
1044 widget "*BusControlsBaseInactiveSelected" style "track_controls_inactive"
1045 widget "*AutomationTrackControlsBaseInactiveSelected" style "track_controls_inactive"
1046 widget "*AudioTrackStripBaseInactive" style "track_controls_inactive"
1047 widget "*AudioBusStripBaseInactive" style "track_controls_inactive"
1048 widget "*AudioTrackControlsBaseSelected" style "edit_controls_base_selected"
1049 widget "*BusControlsBaseSelected" style "edit_controls_base_selected"
1050 widget "*AutomationTrackControlsBase" style "automation_track_controls_base"
1051 widget "*AutomationTrackControlsBaseSelected" style "edit_controls_base_selected"
1052 widget "*EditorMenuBar*" style "black_mackie_menu_bar"
1053 widget "*MainMenuBar*" style "black_mackie_menu_bar"
1054 widget "*ZoomClickBox" style "medium_bold_entry"
1055 widget "*PluginParameterLabel" style "medium_text"
1056 widget "*PluginNameInfo" style "plugin_name_text"
1057 widget "*PluginMakerInfo" style "plugin_maker_text"
1058 widget "*PluginParameterInfo" style "medium_text"
1059 widget "*MotionControllerValue" style "medium_entry"
1060 widget "*ParameterValueDisplay" style "medium_bold_entry"
1061 widget "*PluginUIClickBox" style "medium_bold_entry"
1062 widget "*PluginUIClickBox*" style "medium_bold_entry"
1063 widget "*PluginSlider" style "plugin_slider"
1064 widget "*TrackListDisplay" style "track_list_display"
1065 widget "*TrackListDisplay.*" style "small_bold_text"
1066 widget "*EditGroupList" style "track_list_display"
1067 widget "*RegionListDisplay" style "small_bold_entry"
1068 widget "*RegionListDisplay.*" style "small_bold_text"
1069 widget "*RedirectSelector" style "redirect_list_display"
1070 widget "*RedirectSelector.*" style "redirect_list_display"
1071 widget "*MixerTrackCommentArea" style "option_entry"
1072 widget "*MixerPanZone" style "pan_zone"
1073 widget "*MixerTrackDisplayList" style "track_list_display"
1074 widget "*MixerSnapshotDisplayList" style "track_list_display"
1075 widget "*MixerAuxDisplayList" style "track_list_display"
1076 widget "*MixerGroupList" style "track_list_display"
1077 widget "*WallClock" style "wall_clock"
1078 widget "*CPULoad" style "wall_clock"
1079 widget "*RegionEditorLabel" style "medium_text"
1080 widget "*RegionEditorSmallLabel" style "small_text"
1081 widget "*RegionEditorEntry" style "medium_entry"
1082 widget "*RegionEditorClock" style "default_clock_display"
1083 widget "*RegionEditorToggleButton" style "paler_red_when_active"
1084 widget "*RegionEditorToggleButton*" style "paler_red_when_active"
1085 widget "*MixerStripSpeedBase" style "small_entry"
1086 widget "*MixerStripSpeedBase*" style "small_entry"
1087 widget "*MixerStripSpeedBaseNotOne" style "small_red_on_black_entry"
1088 widget "*MixerStripSpeedBaseNotOne*" style "small_red_on_black_entry"
1089 widget "*MixerStripGainDisplay" style "small_entry"
1090 widget "*MixerStripGainUnitButton" style "very_small_button"
1091 widget "*MixerStripGainUnitButton*" style "very_small_button"
1092 widget "*MixerStripMeterPreButton" style "very_small_button"
1093 widget "*MixerStripMeterPreButton*" style "very_small_button"
1094 widget "*MixerStripPeakDisplay*" style "red_active_small_entry"
1095 widget "*MixerStripPeakDisplayPeak*" style "peak_display_peaked_entry"
1096 widget "*MixerStripSelectedFrame" style "selected_strip_frame"
1097 widget "*MixerStripFrame" style "base_frame"
1098 widget "*HWMonitorButton" style "red_when_active"
1099 widget "*HWMonitorButton*" style "red_when_active"
1100 widget "*BypassButton" style "red_when_active"
1101 widget "*BypassButton*" style "red_when_active"
1102 widget "*TransportSoloAlert" style "flashing_alert"
1103 widget "*TransportSoloAlert.*" style "flashing_alert"
1104 widget "*TransportAuditioningAlert" style "flashing_alert"
1105 widget "*TransportAuditioningAlert.*" style "flashing_alert"
1106 widget "*FadeCurve" style "medium_bold_entry"
1107 widget "*FadeCurve*" style "medium_bold_entry"
1108 widget "*IOSelectorButton" style "default_buttons_menus"
1109 widget "*IOSelectorButton*" style "default_buttons_menus"
1110 widget "*IOSelectorList" style "medium_entry_noselection_fg"
1111 widget "*IOSelectorPortList" style "io_selector_port_list"
1112 widget "*IOSelectorPortListSelected" style "selected_io_selector_port_list"
1113 widget "*IOSelectorNotebook" style "io_selector_notebook"
1114 widget "*IOSelectorNotebookTab" style "io_selector_notebook"
1115 widget "*IOSelectorFrame" style "base_frame"
1116 widget "*ConnectionEditorButton" style "default_buttons_menus"
1117 widget "*ConnectionEditorButton*" style "default_buttons_menus"
1118 widget "*ConnectionEditorList" style "medium_entry_noselection_fg"
1119 widget "*ConnectionEditorConnectionList" style "medium_entry"
1120 widget "*ConnectionEditorPortList" style "io_selector_port_list"
1121 widget "*ConnectionEditorPortListSelected" style "selected_io_selector_port_list"
1122 widget "*ConnectionEditorNotebook" style "io_selector_notebook"
1123 widget "*ConnectionEditorNotebookTab" style "io_selector_notebook"
1124 widget "*ConnectionEditorFrame" style "base_frame"
1125 widget "*RouteParamsListDisplay" style "inspector_track_list_display"
1126 widget "*RouteParamsPreListDisplay" style "inspector_redirect_list_display"
1127 widget "*RouteParamsPostListDisplay" style "inspector_redirect_list_display"
1128 widget "*TearOffArrow" style "tearoff_arrow"
1129 widget "*RouteParamsTitleButton" style "medium_text"
1130 widget "*RouteParamsTitleLabel" style "medium_text"
1131 widget "*PluginAutomateRecordButton" style "small_red_active_and_selected_button"
1132 widget "*PluginAutomateRecordButton*" style "small_red_active_and_selected_button"
1133 widget "*PluginAutomatePlayButton" style "small_red_active_and_selected_button"
1134 widget "*PluginAutomatePlayButton*" style "small_red_active_and_selected_button"
1135 widget "*PluginAutomateButton" style "small_button"
1136 widget "*PluginAutomateButton*" style "small_button"
1137 widget "*PluginSaveButton" style "small_button"
1138 widget "*PluginSaveButton*" style "small_button"
1139 widget "*PluginLoadButton" style "small_button"
1140 widget "*PluginLoadButton*" style "small_button"
1141 widget "*FaderMetricsStrip" style "meter_metrics_strip"
1142 widget "*MeterMetricsStrip" style "meter_metrics_strip"
1143 widget "*MetricDialogFrame" style "base_frame"
1144 widget "*MetricEntry" style "medium_bold_entry"
1145 widget "*MetricButton" style "default_buttons_menus"
1146 widget "*MetricButton.*" style "default_buttons_menus"
1147 widget "*MetricLabel" style "medium_text"
1148 widget "*TimeStretchButton" style "default_buttons_menus"
1149 widget "*TimeStretchButton.*" style "default_buttons_menus"
1150 widget "*TimeStretchProgress" style "default_buttons_menus"
1151 widget "*ChoiceWindow" style "default_buttons_menus"
1152 widget "*ChoicePrompt" style "default_buttons_menus"
1153 widget "*ChoiceButton" style "default_buttons_menus"
1154 widget "*ChoiceButton*" style "default_buttons_menus"
1155 widget "*SelectionModeButton" style "default_buttons_menus"
1156 widget "*SelectionModeButton*" style "default_buttons_menus"
1157 widget "*TrackLabel" style "medium_text"
1158 widget "*TrackPlugName" style "medium_text"
1159 widget "*TrackParameterName" style "small_text"
1160 widget "*AddRouteDialog*" style "medium_text"
1161 widget "*AddRouteDialog.GtkLabel" style "medium_text"
1162 widget "*AddRouteDialogChannelChoice" style "medium_bold_entry"
1163 widget "*AddRouteDialogSpinner" style "medium_bold_entry"
1164 widget "*AddRouteDialogSpinner*" style "medium_bold_entry"
1165 widget "*AddRouteDialogRadioButton" style "red_when_active"
1166 widget "*AddRouteDialogButton" style "default_buttons_menus"
1167 widget "*AddRouteDialogNameTemplateEntry" style "medium_bold_entry"
1168 widget "*NewSessionIOLabel" style "larger_bold_text"
1169 widget "*NewSessionSR1Label" style "red_medium_text"
1170 widget "*NewSessionSR2Label" style "medium_text"
1171 widget "*NewSessionChannelChoice" style "medium_bold_entry"
1172 widget "*NewSessionMainButton" style "larger_bold_text"
1173 widget "*NewSessionMainButton*" style "larger_bold_text"
1174 widget "*NewSessionMainLabel" style "larger_bold_text"
1175 widget "*LocationEditRowClock" style "location_rows_clock"
1176 widget "*LocationEditNameLabel" style "medium_text"
1177 widget "*LocationEditSetButton" style "location_row_button"
1178 widget "*LocationEditSetButton*" style "location_row_button"
1179 widget "*LocationEditGoButton" style "location_row_button"
1180 widget "*LocationEditGoButton*" style "location_row_button"
1181 widget "*LocationEditCdButton" style "small_red_active_and_selected_button"
1182 widget "*LocationEditCdButton*" style "small_red_active_and_selected_button"
1183 widget "*LocationEditHideButton" style "small_red_active_and_selected_button"
1184 widget "*LocationEditHideButton*" style "small_red_active_and_selected_button"
1185 widget "*LocationEditNumberLabel" style "small_text"
1186 widget "*LocationLocEditorFrame" style "base_frame"
1187 widget "*LocationRangeEditorFrame" style "base_frame"
1188 widget "*LocationEditNameEntry" style "option_entry"
1189 widget "*LocationAddLocationButton" style "default_buttons_menus"
1190 widget "*LocationAddLocationButton*" style "default_buttons_menus"
1191 widget "*LocationAddRangeButton" style "default_buttons_menus"
1192 widget "*LocationAddRangeButton*" style "default_buttons_menus"
1193 widget "*LocationEditRemoveButton" style "location_row_button"
1194 widget "*LocationEditRemoveButton*" style "location_row_button"
1195 widget "*PanSlider" style "pan_slider"
1196 widget "*PanningLinkButton" style "mixer_red_active_button"
1197 widget "*PanningLinkButton.*" style "mixer_red_active_button"
1198 widget "*PanningLinkDirectionButton" style "very_small_button"
1199 widget "*PanningLinkDirectionButton.*" style "very_small_button"
1200 widget "*ChannelCountSelector" style "medium_bold_entry"
1201 widget "*ChannelCountSelector.GtkArrow" style "default_buttons_menus"
1202 widget "*RegionListWholeFile" style "region_list_whole_file"
1203
1204 class "GtkWidget" style "default_base"
1205 class "GtkScrollbar" style "ardour_adjusters"
1206 class "GtkLabel" style "default_buttons_menus"
1207 class "GtkButton" style "ardour_button"
1208 class "GtkArrow" style "tearoff_arrow"
1209 class "GtkProgressBar" style "ardour_progressbars"
1210