again, remove valgrind debugging hack
[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      = 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       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         fg[ACTIVE] = { 0, 0, 0 }
221 }
222
223
224 style "multiline_combo" = "small_button"
225 {
226         font_name = "sans 8"
227         xthickness = 0
228         ythickness = 0
229 }
230
231 style "mixer_mute_button" = "mute_button"
232 {
233         font_name = "sans 7"
234         xthickness = 0
235         ythickness = 0
236 }
237
238 style "track_loop_button" = "small_button"
239 {
240         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
241         bg[PRELIGHT] = { 1.0, 0.98, 0.53 }
242
243 }
244
245 style "mixer_red_active_button" = "very_small_button"
246 {
247         fg[ACTIVE] = { 0, 1.0, 1.0 }
248         bg[ACTIVE] = { 0.7, 0, 0 }
249
250         base[INSENSITIVE] = { 0.21, 0.21, 0.21 }
251         bg[INSENSITIVE] = { 0.21, 0.21, 0.21 }
252 }
253
254 style "time_button" = "default_buttons_menus"
255 {
256         font_name = "sans 8"
257 }
258
259 style "transport_button"
260 {
261         bg[ACTIVE] = { 0.50, 1.0, 0.50 }
262         fg[ACTIVE] = { 0, 0, 0 }
263 }
264
265 style "transport_rec_button"
266 {
267         bg[ACTIVE] = { 1.0, 0, 0 }
268         bg[PRELIGHT] = { 0.91, 0.68, 0.68 }             #blinking rec button color
269 }
270
271 style "shuttle_control" = "very_small_text"
272 {
273         fg[NORMAL] = { 0.85, 0.92, 0.98 }
274         fg[ACTIVE] = { 0.85, 0.92, 0.98 }
275         fg[PRELIGHT] = { 0.85, 0.92, 0.98 }
276         fg[SELECTED] = { 0.85, 0.92, 0.98 }
277         fg[INSENSITIVE] = { 0.85, 0.92, 0.98 }
278
279         bg[NORMAL] = { 0.31, 0.31, 0.31 }
280         bg[PRELIGHT] = { 0.31, 0.31, 0.31 }
281         bg[INSENSITIVE] = { 0.31, 0.31, 0.31 }
282         bg[ACTIVE] = { 0.50, 1.0, 0.50 }
283         bg[SELECTED] = { 1.0, 0.04, 0.04 }
284 }
285
286 style "ardour_adjusters" = "default_buttons_menus"
287 {
288         bg[NORMAL] = { 0.60, 0.60, 0.60 }
289         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
290         bg[ACTIVE] = { 0.06, 0.06, 0.06 }
291 }
292
293 style "ardour_progressbars" = "default_buttons_menus"
294
295   bg[NORMAL] = { 0, 0, 0 }
296   bg[PRELIGHT] = { 0.00, 0.36, 0.40 }
297 }
298
299 style "options_window"  = "default_base"
300 {
301         font_name = "sans 8"
302         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
303 }
304
305 style "option_entry"  = "default_base"
306 {
307         fg[NORMAL] = { 0.50, 1.0, 1.0 }
308         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
309         fg[INSENSITIVE] = { 0.80, 0.80, 0.80 }
310         
311         base[INSENSITIVE] = { 0.12, 0.12, 0.12 }
312         
313         bg[NORMAL] = { 0.40, 0.40, 0.40 }
314         bg[ACTIVE] = { 0.40, 0.40, 0.40 }
315 }
316
317 style "red_when_active" = "medium_text"
318 {
319         fg[NORMAL] = { 0.80, 0.80, 0.80 }
320         bg[NORMAL] = { 0.31, 0.31, 0.31 }
321
322         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
323         bg[ACTIVE] = { 1.0, 0, 0}
324 }
325
326 style "xrun_warn"  
327 {
328         font_name = "sans bold 18"
329
330         fg[NORMAL] = { 1.0, 1.0, 1.0 }
331         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
332         text[NORMAL] = { 1.0, 1.0, 1.0 }
333         text[ACTIVE] = { 1.0, 1.0, 1.0 }
334         base[NORMAL] = { 0.09, 0.48, 0.46 }
335         base[ACTIVE] = { 0.09, 0.48, 0.46 }
336         bg[NORMAL] = { 1.0, 0.48, 0.46 }
337         bg[ACTIVE] = { 0.09, 1.0, 0.46 }
338 }
339
340 style "menu_bar_base"
341 {
342   bg[NORMAL] = { 0, 0, 0 }      
343   bg[ACTIVE] = { 0, 0, 0 }
344   bg[PRELIGHT] = { 0, 0, 0 }
345   bg[INSENSITIVE] = { 0, 0, 0 }
346   bg[SELECTED] = { 0, 0, 0 }
347 }
348
349 style "fatal_message" = "medium_text"
350 {
351    fg[ACTIVE] = { 1.0, 0, 1.0 }
352    fg[NORMAL] = { 0.80, 0.80, 0.80 }
353    bg[ACTIVE] = { 0,0,0 }
354    bg[NORMAL] = { 0,0,0 }
355    base[ACTIVE] = { 0,0,0 }
356    base[NORMAL] = { 0,0,0 }
357 }
358
359 style "error_message" = "medium_text"
360 {
361    fg[ACTIVE] = { 1.0, 0, 0 }
362    fg[NORMAL] = { 0.80, 0.80, 0.80 }
363    bg[ACTIVE] = { 0,0,0 }
364    bg[NORMAL] = { 0,0,0 }
365    base[ACTIVE] = { 0,0,0 }
366    base[NORMAL] = { 0,0,0 }
367 }
368
369 style "info_message" = "medium_text"
370 {
371    fg[ACTIVE] = { 1.0, 0, 0 }
372    fg[NORMAL] = { 0.80, 0.80, 0.80 }
373    bg[ACTIVE] = { 0,0,0 }
374    bg[NORMAL] = { 0,0,0 }
375    base[ACTIVE] = { 0,0,0 }
376    base[NORMAL] = { 0,0,0 }
377 }
378
379 style "warning_message" = "medium_text"
380 {
381    fg[ACTIVE] = { 0.30,0.30, 1.0 }
382    fg[NORMAL] = { 0.80, 0.80, 0.80 }
383    bg[ACTIVE] = { 0, 0, 0 }
384    bg[NORMAL] = { 0, 0, 0 }
385    base[ACTIVE] = { 0, 0, 0 }
386    base[NORMAL] = { 0, 0, 0 }
387 }
388
389 style "medium_entry" = "medium_text"
390 {
391         fg[NORMAL] = { 0.50, 1.0, 1.0 }
392         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
393         fg[SELECTED] = { 0.50, 1.0, 0.50 }
394         
395         bg[NORMAL] = { 0.40, 0.40, 0.40 }
396         
397         base[NORMAL] = { 0, 0, 0 }
398         base[ACTIVE] = { 0, 0, 0 }
399         base[SELECTED] = { 0.5, 0.5, 1.0 }
400 }
401
402 style "medium_entry_noselection_fg" = "medium_entry"
403 {
404         fg[SELECTED] = { 0.50, 1.0, 0.50 }
405 }
406
407 style "medium_entry_noselection_bg" = "medium_entry"
408 {
409         bg[SELECTED] = { 0.50, 1.0, 1.0 }
410 }
411
412 style "medium_bold_entry"  = "medium_bold_text"
413 {
414         fg[NORMAL] = { 0.50, 1.0, 1.0 }
415         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
416         
417         bg[NORMAL] = { 0.40, 0.40, 0.40 }
418         
419         base[NORMAL] = { 0, 0, 0 }
420         base[ACTIVE] = { 0, 0, 0 }
421         base[SELECTED] = { 0, 0, 0 }
422 }
423
424
425 style "small_entry" = "small_text"
426 {
427         fg[NORMAL] = { 0.50, 1.0, 1.0 }
428         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
429         bg[NORMAL] = { 0.0, 0.0, 0.0 }
430         base[NORMAL] = { 0, 0, 0 }
431         base[ACTIVE] = { 0, 0, 0 }
432         base[SELECTED] = { 0, 0, 0 }
433 }
434
435 style "red_active_small_entry" = "small_entry"
436 {
437         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
438         fg[SELECTED] = { 1.0, 0, 0 }
439 }
440
441 style "small_bold_entry" = "small_bold_text"
442 {
443         fg[NORMAL] = { 0.50, 1.0, 1.0 }
444         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
445         
446         bg[NORMAL] = { 0.40, 0.40, 0.40 }
447         
448         base[NORMAL] = { 0, 0, 0 }
449         base[ACTIVE] = { 0, 0, 0 }
450         base[SELECTED] = { 0, 0, 0 }
451 }
452
453 style "small_red_on_black_entry"  = "small_bold_text"
454 {
455        fg[NORMAL] = { 1.0, 0, 0 }
456        fg[ACTIVE] = { 1.0, 0, 0 }
457        base[NORMAL] = { 0.0, 0.0, 0.0 }
458        base[ACTIVE] = { 0.0, 0.0, 0.0 }
459        bg[NORMAL] = { 0.0, 0.0, 0.0 }
460        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
461 }
462
463 style "big_clock_display" = "medium_entry"
464 {
465         font_name = "courier bold 34"
466 }
467
468 style "transport_clock_display"
469 {
470         font_name = "sans bold 14"
471         
472         fg[NORMAL] = { 0.50, 1.0, 0.50 }
473         fg[ACTIVE] = { 1.0, 0, 0.0 }
474         fg[SELECTED] = { 1.0, 0, 0 }
475         fg[PRELIGHT] = { 1.0, 0, 0.0 }
476         fg[INSENSITIVE] = { 1.0, 0, 0.0 }
477         
478         base[NORMAL] = { 0.0, 0.0, 0.0 }
479        base[ACTIVE] = { 0.0, 0.0, 0.0 }
480        bg[NORMAL] = { 0.0, 0.0, 0.0 }
481        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
482 }
483
484 style "tempo_meter_clock_display"
485 {
486         font_name = "sans 8"
487         fg[NORMAL] = { 1.0, 1.0, 1.0 }
488         fg[ACTIVE] = { 1.0, 1.0, 0.0 }
489         fg[SELECTED] = { 1.0, 0, 0 }
490         base[NORMAL] = { 0.0, 0.48, 1.0 }
491         base[ACTIVE] = { 0.09, 0.98, 0.46 }
492         bg[NORMAL] = { 0.0, 0.48, 1.0 }
493         bg[ACTIVE] = { 0.09, 0.98, 0.46 }
494 }
495
496 style "default_clock_display" = "medium text"
497 {
498         fg[NORMAL] = { 0.50, 1.0, 0.50 }
499         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
500         fg[SELECTED] = { 1.0, 0, 0 }
501         base[NORMAL] = { 0, 0, 0 }
502         base[ACTIVE] = { 0, 0, 0 }
503         bg[NORMAL] = { 0, 0, 0 }
504         bg[ACTIVE] = { 0, 0, 0 }
505 }
506
507 style "editor_time_ruler" = "small_text"
508 {
509         fg[NORMAL] = { 0.80, 0.80, 0.80 }
510         bg[NORMAL] = { 0.09, 0.09, 0.09 }
511 }
512
513 style "audio_track_base" = "default_base"
514 {
515   font_name = "sans 6"
516   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
517   bg[NORMAL] = { 0.18, 0.18, 0.22 }
518   bg[ACTIVE] = { 0.20, 0.20, 0.20 }     
519   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
520   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
521   bg[SELECTED] = { 0.20, 0.20, 0.20 }
522 }
523
524 style "audio_bus_base"
525 {
526   font_name = "sans 6"
527   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
528   fg[NORMAL] = { 0.7, 0.8, 0.2 }        
529   bg[NORMAL] = {0, 0.36, 0.40 } 
530 }
531
532 style "track_name_display"
533 {
534         font_name = "sans medium 8"
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 8"
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 7"
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 8"
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 4"
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_buttons_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 "*PanAutomationLineSelector*" style "multiline_combo"
949 widget "*EditorTimeButton*" style "time_button"
950 widget "*EditorMixerButton*" style "default_buttons_menus"
951 widget "*SoloButton*" style "solo_button"
952 widget "*SoloButton.*" style "solo_button"
953 widget "*SafeSoloButton*" style "solo_button"
954 widget "*SafeSoloButton.*" style "solo_button"
955 widget "*MixerPhaseInvertButton*" style "very_small_button"
956 widget "*MixerPhaseInvertButton.*" style "very_small_button"
957 widget "*MixerAutomationRecordingButton*" style "very_small_button"
958 widget "*MixerAutomationRecordingButton.*" style "very_small_button"
959 widget "*MixerAutomationModeButton*" style "very_small_button"
960 widget "*MixerAutomationModeButton.*" style "very_small_button"
961 widget "*MixerAutomationPlaybackButton*" style "very_small_button"
962 widget "*MixerAutomationPlaybackButton.*" style "very_small_button"
963 widget "*MixerMuteButton*" style "mixer_mute_button"
964 widget "*MixerMuteButton.*" style "mixer_mute_button"
965 widget "*MixerSoloButton*" style "mixer_solo_button"
966 widget "*MixerSoloButton.*" style "mixer_solo_button"
967 widget "*MixerNameButton" style "very_small_button"
968 widget "*MixerNameButtonLabel" style "very_small_button"
969 widget "*MixerGroupButton" style "very_small_button"
970 widget "*MixerGroupButtonLabel" style "very_small_button"
971 widget "*MixerCommentButton" style "very_small_button"
972 widget "*MixerCommentButton*" style "very_small_button"
973 widget "*EditGroupButton" style "very_small_button"
974 widget "*EditGroupButtonLabel" style "very_small_button"
975 widget "*TransportButton" style "transport_button"
976 widget "*TransportButton*" style "transport_button"
977 widget "*ShuttleButton" style "transport_button"
978 widget "*ShuttleButton*" style "transport_button"
979 widget "*ShuttleDisplay" style "transport_button"
980 widget "*ShuttleDisplay*" style "transport_button"
981 widget "*ShuttleControl" style "shuttle_control"
982 widget "*TransportRecButton" style "transport_rec_button"
983 widget "*TransportRecButton*" style "transport_rec_button"
984 widget "*RecordingXrunWarningWindow" style "xrun_warn"
985 widget "*RecordingXrunWarningWindow*" style "xrun_warn"
986 widget "*MainMenuBar" style "menu_bar_base"
987 widget "*ErrorMessage" style "error_message"
988 widget "*FatalMessage" style "fatal_message"
989 widget "*InfoMessage" style "info_message"
990 widget "*WarningMessage" style "warning_message"
991 widget "*BigClockDisplay" style "big_clock_display"
992 widget "*TransportClockDisplay" style "transport_clock_display"
993 widget "*SecondaryClockDisplay" style "transport_clock_display"
994 widget "*BBTTempoLabel" style "tempo_meter_clock_display"
995 widget "*BBTMeterLabel" style "tempo_meter_clock_display"
996 widget "*SelectionStartClock" style "default_clock_display"
997 widget "*SelectionEndClock" style "default_clock_display"
998 widget "*EditCursorClock" style "default_clock_display"
999 widget "*PreRollClock" style "default_clock_display"
1000 widget "*PostRollClock" style "default_clock_display"
1001 widget "*NudgeClock" style "default_clock_display"
1002 widget "*ZoomRangeClock" style "default_clock_display"
1003 widget "*SMPTEOffsetClock" style "default_clock_display"
1004 widget "*TransportLabel" style "small_bold_text"
1005 widget "*TakeLabel" style "small_bold_text"
1006 widget "*LocationLabel" style "small_bold_text"
1007 widget "*WipeLabel" style "small_bold_text"
1008 widget "*TakeTagLabel" style "small_bold_text"
1009 widget "*ToolBarLabel" style "small_bold_text"
1010 widget "*EditorDisplayLabel" style "small_bold_text"
1011 widget "*NewSessionLabel" style "large_text"
1012 widget "*GlobalButtonLabel" style "default_buttons_menus"
1013 widget "*ClickButton" style "medium_entry"
1014 widget "*RegionNameDisplay" style "medium_entry"
1015 widget "*PluginDisplay" style "medium_entry"
1016 widget "*SelectionDisplay" style "medium_entry"
1017 widget "*HistorySelector" style "medium_entry"
1018 widget "*LocationSelector" style "medium_entry"
1019 widget "*TakeSelector" style "medium_entry"
1020 widget "*RegionSelector" style "medium_entry"
1021 widget "*SMPTERuler" style "editor_time_ruler"
1022 widget "*BBTRuler" style "editor_time_ruler"
1023 widget "*FramesRuler" style "editor_time_ruler"
1024 widget "*MinSecRuler" style "editor_time_ruler"
1025 widget "*BaseFrame" style "base_frame"
1026 widget "*AudioTrackStripBase" style "audio_track_base"
1027 widget "*TimeAxisViewControlsBaseUnselected" style "audio_track_base"
1028 widget "*AudioTrackControlsBaseUnselected" style "audio_track_base"
1029 widget "*AudioTrackFader" style "audio_track_base"
1030 widget "*AudioBusStripBase" style "audio_bus_base"
1031 widget "*BusControlsBaseUnselected" style "audio_bus_base"
1032 widget "*AudioBusFader" style "audio_bus_base"
1033 widget "*TrackSeparator" style "track_separator"
1034 widget "*TrackEditIndicator0*" style "edit_group_0"
1035 widget "*TrackEditIndicator1*" style "edit_group_1"
1036 widget "*TrackEditIndicator2*" style "edit_group_2"
1037 widget "*TrackEditIndicator3*" style "edit_group_3"
1038 widget "*TrackEditIndicator4*" style "edit_group_3"
1039 widget "*TrackEditIndicator5*" style "edit_group_3"
1040 widget "*TrackEditIndicator6*" style "edit_group_3"
1041 widget "*TrackEditIndicator7*" style "edit_group_3"
1042 widget "*EditorTrackNameDisplay" style "track_name_display"
1043 widget "*EditorTrackNameDisplay*" style "track_name_display"
1044 widget "*EditorActiveTrackNameDisplay" style "active_track_name_display"
1045 widget "*EditorActiveTrackNameDisplay*" style "active_track_name_display"
1046 widget "*EditorRegionList" style "region_list_display"
1047 widget "*CrossfadeEditAuditionButton" style "red_when_active"
1048 widget "*CrossfadeEditAuditionButton*" style "red_when_active"
1049 widget "*CrossfadeEditCurveButton" style "red_when_active"
1050 widget "*CrossfadeEditCurveButton*" style "red_when_active"
1051 widget "*CrossfadeEditLabel" style "medium_text"
1052 widget "*CrossfadeEditFrame" style "base_frame"
1053 widget "*MouseModeButton" style "default_buttons_menus"
1054 widget "*MouseModeButton*" style "default_buttons_menus"
1055 widget "*EditorMainCanvas" style "main_canvas_area"
1056 widget "*AudioTrackControlsBaseInactiveUnselected" style "track_controls_inactive"
1057 widget "*BusControlsBaseInactiveUnselected" style "track_controls_inactive"
1058 widget "*AutomationTrackControlsBaseInactiveUnselected" style "track_controls_inactive"
1059 widget "*AudioTrackControlsBaseInactiveSelected" style "track_controls_inactive"
1060 widget "*BusControlsBaseInactiveSelected" style "track_controls_inactive"
1061 widget "*AutomationTrackControlsBaseInactiveSelected" style "track_controls_inactive"
1062 widget "*AudioTrackStripBaseInactive" style "track_controls_inactive"
1063 widget "*AudioBusStripBaseInactive" style "track_controls_inactive"
1064 widget "*AudioTrackControlsBaseSelected" style "edit_controls_base_selected"
1065 widget "*BusControlsBaseSelected" style "edit_controls_base_selected"
1066 widget "*AutomationTrackControlsBase" style "automation_track_controls_base"
1067 widget "*AutomationTrackControlsBaseSelected" style "edit_controls_base_selected"
1068 widget "*EditorMenuBar*" style "black_mackie_menu_bar"
1069 widget "*MainMenuBar*" style "black_mackie_menu_bar"
1070 widget "*ZoomClickBox" style "medium_bold_entry"
1071 widget "*PluginParameterLabel" style "medium_text"
1072 widget "*PluginNameInfo" style "plugin_name_text"
1073 widget "*PluginMakerInfo" style "plugin_maker_text"
1074 widget "*PluginParameterInfo" style "medium_text"
1075 widget "*MotionControllerValue" style "medium_entry"
1076 widget "*ParameterValueDisplay" style "medium_bold_entry"
1077 widget "*PluginUIClickBox" style "medium_bold_entry"
1078 widget "*PluginUIClickBox*" style "medium_bold_entry"
1079 widget "*PluginSlider" style "plugin_slider"
1080 widget "*TrackListDisplay" style "track_list_display"
1081 widget "*TrackListDisplay.*" style "small_bold_text"
1082 widget "*EditGroupList" style "track_list_display"
1083 widget "*RegionListDisplay" style "small_bold_entry"
1084 widget "*RegionListDisplay.*" style "small_bold_text"
1085 widget "*RedirectSelector" style "redirect_list_display"
1086 widget "*RedirectSelector.*" style "redirect_list_display"
1087 widget "*MixerTrackCommentArea" style "option_entry"
1088 widget "*MixerPanZone" style "pan_zone"
1089 widget "*MixerTrackDisplayList" style "track_list_display"
1090 widget "*MixerSnapshotDisplayList" style "track_list_display"
1091 widget "*MixerAuxDisplayList" style "track_list_display"
1092 widget "*MixerGroupList" style "track_list_display"
1093 widget "*WallClock" style "wall_clock"
1094 widget "*CPULoad" style "wall_clock"
1095 widget "*RegionEditorLabel" style "medium_text"
1096 widget "*RegionEditorSmallLabel" style "small_text"
1097 widget "*RegionEditorEntry" style "medium_entry"
1098 widget "*RegionEditorClock" style "default_clock_display"
1099 widget "*RegionEditorToggleButton" style "paler_red_when_active"
1100 widget "*RegionEditorToggleButton*" style "paler_red_when_active"
1101 widget "*MixerStripSpeedBase" style "small_entry"
1102 widget "*MixerStripSpeedBase*" style "small_entry"
1103 widget "*MixerStripSpeedBaseNotOne" style "small_red_on_black_entry"
1104 widget "*MixerStripSpeedBaseNotOne*" style "small_red_on_black_entry"
1105 widget "*MixerStripGainDisplay" style "small_entry"
1106 widget "*MixerStripGainUnitButton" style "very_small_button"
1107 widget "*MixerStripGainUnitButton*" style "very_small_button"
1108 widget "*MixerStripMeterPreButton" style "very_small_button"
1109 widget "*MixerStripMeterPreButton*" style "very_small_button"
1110 widget "*MixerStripPeakDisplay*" style "red_active_small_entry"
1111 widget "*MixerStripPeakDisplayPeak*" style "peak_display_peaked_entry"
1112 widget "*MixerStripSelectedFrame" style "selected_strip_frame"
1113 widget "*MixerStripFrame" style "base_frame"
1114 widget "*HWMonitorButton" style "red_when_active"
1115 widget "*HWMonitorButton*" style "red_when_active"
1116 widget "*BypassButton" style "red_when_active"
1117 widget "*BypassButton*" style "red_when_active"
1118 widget "*TransportSoloAlert" style "flashing_alert"
1119 widget "*TransportSoloAlert.*" style "flashing_alert"
1120 widget "*TransportAuditioningAlert" style "flashing_alert"
1121 widget "*TransportAuditioningAlert.*" style "flashing_alert"
1122 widget "*FadeCurve" style "medium_bold_entry"
1123 widget "*FadeCurve*" style "medium_bold_entry"
1124 widget "*IOSelectorButton" style "default_buttons_menus"
1125 widget "*IOSelectorButton*" style "default_buttons_menus"
1126 widget "*IOSelectorList" style "medium_entry_noselection_fg"
1127 widget "*IOSelectorPortList" style "io_selector_port_list"
1128 widget "*IOSelectorPortListSelected" style "selected_io_selector_port_list"
1129 widget "*IOSelectorNotebook" style "io_selector_notebook"
1130 widget "*IOSelectorNotebookTab" style "io_selector_notebook"
1131 widget "*IOSelectorFrame" style "base_frame"
1132 widget "*ConnectionEditorButton" style "default_buttons_menus"
1133 widget "*ConnectionEditorButton*" style "default_buttons_menus"
1134 widget "*ConnectionEditorList" style "medium_entry_noselection_fg"
1135 widget "*ConnectionEditorConnectionList" style "medium_entry"
1136 widget "*ConnectionEditorPortList" style "io_selector_port_list"
1137 widget "*ConnectionEditorPortListSelected" style "selected_io_selector_port_list"
1138 widget "*ConnectionEditorNotebook" style "io_selector_notebook"
1139 widget "*ConnectionEditorNotebookTab" style "io_selector_notebook"
1140 widget "*ConnectionEditorFrame" style "base_frame"
1141 widget "*RouteParamsListDisplay" style "inspector_track_list_display"
1142 widget "*RouteParamsPreListDisplay" style "inspector_redirect_list_display"
1143 widget "*RouteParamsPostListDisplay" style "inspector_redirect_list_display"
1144 widget "*TearOffArrow" style "tearoff_arrow"
1145 widget "*RouteParamsTitleButton" style "medium_text"
1146 widget "*RouteParamsTitleLabel" style "medium_text"
1147 widget "*PluginAutomateRecordButton" style "small_red_active_and_selected_button"
1148 widget "*PluginAutomateRecordButton*" style "small_red_active_and_selected_button"
1149 widget "*PluginAutomatePlayButton" style "small_red_active_and_selected_button"
1150 widget "*PluginAutomatePlayButton*" style "small_red_active_and_selected_button"
1151 widget "*PluginAutomateButton" style "small_button"
1152 widget "*PluginAutomateButton*" style "small_button"
1153 widget "*PluginSaveButton" style "small_button"
1154 widget "*PluginSaveButton*" style "small_button"
1155 widget "*PluginLoadButton" style "small_button"
1156 widget "*PluginLoadButton*" style "small_button"
1157 widget "*FaderMetricsStrip" style "meter_metrics_strip"
1158 widget "*MeterMetricsStrip" style "meter_metrics_strip"
1159 widget "*MetricDialogFrame" style "base_frame"
1160 widget "*MetricEntry" style "medium_bold_entry"
1161 widget "*MetricButton" style "default_buttons_menus"
1162 widget "*MetricButton.*" style "default_buttons_menus"
1163 widget "*MetricLabel" style "medium_text"
1164 widget "*TimeStretchButton" style "default_buttons_menus"
1165 widget "*TimeStretchButton.*" style "default_buttons_menus"
1166 widget "*TimeStretchProgress" style "default_buttons_menus"
1167 widget "*ChoiceWindow" style "default_buttons_menus"
1168 widget "*ChoicePrompt" style "default_buttons_menus"
1169 widget "*ChoiceButton" style "default_buttons_menus"
1170 widget "*ChoiceButton*" style "default_buttons_menus"
1171 widget "*SelectionModeButton" style "default_buttons_menus"
1172 widget "*SelectionModeButton*" style "default_buttons_menus"
1173 widget "*TrackLabel" style "medium_text"
1174 widget "*TrackPlugName" style "medium_text"
1175 widget "*TrackParameterName" style "small_text"
1176 widget "*AddRouteDialog*" style "medium_text"
1177 widget "*AddRouteDialog.GtkLabel" style "medium_text"
1178 widget "*AddRouteDialogChannelChoice" style "medium_bold_entry"
1179 widget "*AddRouteDialogSpinner" style "medium_bold_entry"
1180 widget "*AddRouteDialogSpinner*" style "medium_bold_entry"
1181 widget "*AddRouteDialogRadioButton" style "red_when_active"
1182 widget "*AddRouteDialogButton" style "default_buttons_menus"
1183 widget "*AddRouteDialogNameTemplateEntry" style "medium_bold_entry"
1184 widget "*NewSessionIOLabel" style "larger_bold_text"
1185 widget "*NewSessionSR1Label" style "red_medium_text"
1186 widget "*NewSessionSR2Label" style "medium_text"
1187 widget "*NewSessionChannelChoice" style "medium_bold_entry"
1188 widget "*NewSessionMainButton" style "larger_bold_text"
1189 widget "*NewSessionMainButton*" style "larger_bold_text"
1190 widget "*NewSessionMainLabel" style "larger_bold_text"
1191 widget "*LocationEditRowClock" style "location_rows_clock"
1192 widget "*LocationEditNameLabel" style "medium_text"
1193 widget "*LocationEditSetButton" style "location_row_button"
1194 widget "*LocationEditSetButton*" style "location_row_button"
1195 widget "*LocationEditGoButton" style "location_row_button"
1196 widget "*LocationEditGoButton*" style "location_row_button"
1197 widget "*LocationEditCdButton" style "small_red_active_and_selected_button"
1198 widget "*LocationEditCdButton*" style "small_red_active_and_selected_button"
1199 widget "*LocationEditHideButton" style "small_red_active_and_selected_button"
1200 widget "*LocationEditHideButton*" style "small_red_active_and_selected_button"
1201 widget "*LocationEditNumberLabel" style "small_text"
1202 widget "*LocationLocEditorFrame" style "base_frame"
1203 widget "*LocationRangeEditorFrame" style "base_frame"
1204 widget "*LocationEditNameEntry" style "option_entry"
1205 widget "*LocationAddLocationButton" style "default_buttons_menus"
1206 widget "*LocationAddLocationButton*" style "default_buttons_menus"
1207 widget "*LocationAddRangeButton" style "default_buttons_menus"
1208 widget "*LocationAddRangeButton*" style "default_buttons_menus"
1209 widget "*LocationEditRemoveButton" style "location_row_button"
1210 widget "*LocationEditRemoveButton*" style "location_row_button"
1211 widget "*PanSlider" style "pan_slider"
1212 widget "*PanningLinkButton" style "mixer_red_active_button"
1213 widget "*PanningLinkButton.*" style "mixer_red_active_button"
1214 widget "*PanningLinkDirectionButton" style "very_small_button"
1215 widget "*PanningLinkDirectionButton.*" style "very_small_button"
1216 widget "*ChannelCountSelector" style "medium_bold_entry"
1217 widget "*ChannelCountSelector.GtkArrow" style "default_buttons_menus"
1218 widget "*RegionListWholeFile" style "region_list_whole_file"
1219
1220 class "GtkWidget" style "default_base"
1221 class "GtkScrollbar" style "ardour_adjusters"
1222 class "GtkLabel" style "default_buttons_menus"
1223 class "GtkButton" style "ardour_button"
1224 class "GtkArrow" style "tearoff_arrow"
1225 class "GtkProgressBar" style "ardour_progressbars"
1226