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