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