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