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