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