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