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