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