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