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