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