ad456c305f9b395121e40c65858c2a190ec65e25
[ardour.git] / tools / osx_packaging / ardour2_mac_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 9"
9 }
10
11 style "small_text"
12 {
13         font_name = "sans 10"
14 }
15
16 style "small_bold_text"
17 {
18         font_name = "sans bold 10"
19 }
20
21 style "medium_bold_text"
22 {
23         font_name = "sans bold 11"
24 }
25
26 style "medium_text"
27 {
28         font_name = "sans 11"
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 9"
79 }
80
81 style "time_axis_view_item_name"
82 {
83         font_name = "sans medium 10"
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" = "medium_bold_text"
145 {
146       font_name = "sans bold 11"
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 11"
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 8"
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 8"
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 8"
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 8"
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 10"
289 }
290
291 style "transport_button"
292 {
293         font_name = "sans 9"
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 11"
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 "non_recording_big_clock_display" = "medium_entry"
502 {
503         font_name = "sans 60"
504
505         fg[NORMAL] = { 0.50, 1.0, 0.50 }
506         fg[ACTIVE] = { 1.0, 0, 0.0 }
507         fg[SELECTED] = { 1.0, 0, 0 }
508         fg[PRELIGHT] = { 1.0, 0, 0.0 }
509         fg[INSENSITIVE] = { 1.0, 0, 0.0 }
510         
511         base[NORMAL] = { 0.0, 0.0, 0.0 }
512         base[ACTIVE] = { 0.0, 0.0, 0.0 }
513         bg[NORMAL] = { 0.0, 0.0, 0.0 }
514         bg[ACTIVE] = { 0.7, 0.0, 0.0 }  
515 }
516
517 style "recording_big_clock_display" = "non_recording_big_clock_display"
518 {
519         fg[NORMAL] = { 1.0, 0, 0 }
520 }
521
522 style "transport_clock_display"
523 {
524         font_name = "sans bold 14"
525         
526         fg[NORMAL] = { 0.50, 1.0, 0.50 }
527         fg[ACTIVE] = { 1.0, 0, 0.0 }
528         fg[SELECTED] = { 1.0, 0, 0 }
529         fg[PRELIGHT] = { 1.0, 0, 0.0 }
530         fg[INSENSITIVE] = { 1.0, 0, 0.0 }
531         
532         base[NORMAL] = { 0.0, 0.0, 0.0 }
533        base[ACTIVE] = { 0.0, 0.0, 0.0 }
534        bg[NORMAL] = { 0.0, 0.0, 0.0 }
535        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
536 }
537
538 style "tempo_meter_clock_display"
539 {
540         font_name = "sans 9"
541         fg[NORMAL] = { 1.0, 1.0, 1.0 }
542         fg[ACTIVE] = { 1.0, 1.0, 0.0 }
543         fg[SELECTED] = { 1.0, 0, 0 }
544         base[NORMAL] = { 0.0, 0.48, 1.0 }
545         base[ACTIVE] = { 0.09, 0.98, 0.46 }
546         bg[NORMAL] = { 0.0, 0.48, 1.0 }
547         bg[ACTIVE] = { 0.09, 0.98, 0.46 }
548 }
549
550 style "default_clock_display" = "medium text"
551 {
552         font_name = "sans 10"
553         fg[NORMAL] = { 0.50, 1.0, 0.50 }
554         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
555         fg[SELECTED] = { 1.0, 0, 0 }
556         base[NORMAL] = { 0, 0, 0 }
557         base[ACTIVE] = { 0, 0, 0 }
558         bg[NORMAL] = { 0, 0, 0 }
559         bg[ACTIVE] = { 0, 0, 0 }
560 }
561
562 style "editor_time_ruler" = "small_text"
563 {
564         fg[NORMAL] = { 0.80, 0.80, 0.80 }
565         bg[NORMAL] = { 0.09, 0.09, 0.09 }
566 }
567
568 style "audio_track_base" = "default_base"
569 {
570   font_name = "sans 8"
571   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
572   bg[NORMAL] = { 0.18, 0.19, 0.22 }
573   bg[ACTIVE] = { 0.20, 0.20, 0.20 }     
574   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
575   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
576   bg[SELECTED] = { 0.20, 0.20, 0.20 }
577 }
578
579 style "audio_bus_base"
580 {
581   font_name = "sans 8"
582   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
583   fg[NORMAL] = { 0.7, 0.8, 0.2 }        
584   #bg[NORMAL] = {0, 0.36, 0.40 }
585   bg[NORMAL] = "#444466"        
586 }
587
588 style "track_name_display"
589 {
590         font_name = "sans medium 11"
591         fg[NORMAL] = { 0.80, 0.80, 0.80 }
592         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
593
594         base[NORMAL] = { 0.06, 0.06, 0.06 }
595         base[ACTIVE] = { 0.26, 0.26, 0.26 }
596         bg[NORMAL] = { 0.26, 0.26, 0.26 }
597         bg[ACTIVE] = { 0.26, 0.26, 0.26 }
598 }
599
600 style "active_track_name_display"
601 {
602         font_name = "sans medium 11"
603         text[NORMAL] = { 0.26, 0.26, 0.26 }
604         base[NORMAL] = { 0.89, 0.89, 0.89 }
605 }
606
607 style "track_separator"
608 {
609         bg[NORMAL] = { 0.35, 0.35, 0.40 }
610 }
611
612 #
613 # Track edit groups. These styles define
614 # the colors that the "edit" button will
615 # use as a track is moved from
616 # track edit group to track edit group.
617 # There are 8 edit groups. Edit group 0
618 # is used for tracks that are not editable, 
619 # so we leave its style to the default.
620 #
621
622 style "edit_group_0"
623
624 {
625         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
626         bg[NORMAL] = { 0.31, 0.31, 0.31 }
627         fg[NORMAL] = { 0.82, 0.91, 0.99 }
628         fg[ACTIVE] = { 0, 0, 0 }
629 }
630
631 style "edit_group_1" 
632 {
633         fg[NORMAL] = { 0, 0, 0 }
634         fg[PRELIGHT] = { 0, 0, 0 }
635         fg[SELECTED] = { 0, 0, 0 }
636         bg[NORMAL] = { 0.93, 0.34, 0.08 }
637         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
638         bg[SELECTED] = { 0.93, 0.34, 0.08 }
639 }
640
641 style "edit_group_2" 
642 {
643         fg[NORMAL] = { 0, 0, 0 }
644         fg[PRELIGHT] = { 0, 0, 0 }
645         fg[SELECTED] = { 0, 0, 0 }
646         bg[NORMAL] = { 0.93, 0.34, 0.08 }
647         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
648         bg[SELECTED] = { 0.93, 0.34, 0.08 }
649 }
650
651 style "edit_group_3" 
652 {
653         fg[NORMAL] = { 0, 0, 0 }
654         fg[PRELIGHT] = { 0, 0, 0 }
655         fg[SELECTED] = { 0, 0, 0 }
656         bg[NORMAL] = { 0.93, 0.34, 0.08 }
657         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
658         bg[SELECTED] = { 0.93, 0.34, 0.08 }
659 }
660
661 style "region_list_display" = "small_bold_text"
662 {
663         fg[NORMAL] = { 0.80, 0.80, 0.80 }
664         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
665         fg[SELECTED] = { 0.70, 0.70, 0.70 }
666         bg[NORMAL] = { 0, 0, 0 }
667         bg[ACTIVE] = { 0, 0, 0 }
668         bg[SELECTED] = { 0, 0, 0 }
669         base[NORMAL] = { 0, 0, 0 }
670         base[ACTIVE] = { 0, 1, 0 }
671         base[INSENSITIVE] = { 0, 0, 0 }
672         base[SELECTED] = { 0.80, 0.80, 0.80 }
673 }
674
675 style "main_canvas_area"
676 {
677         bg[NORMAL] = { 0.20, 0.20, 0.25 }
678         bg[ACTIVE] = { 0.20, 0.20, 0.25 }
679         bg[INSENSITIVE] = { 0.20, 0.20, 0.25 }
680         bg[SELECTED] = { 0.20, 0.20, 0.25 }
681         bg[PRELIGHT] = { 0.20, 0.20, 0.25 }
682 }
683
684 style "track_controls_inactive"
685 {
686         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
687         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
688         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
689         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
690         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
691
692         font_name = "sans medium 10"
693         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
694 }
695
696 style "edit_controls_base_selected"
697 {
698         bg[NORMAL] = { 0.56, 0.56, 0.56 }
699         bg[ACTIVE] = { 0.56, 0.56, 0.56 }
700         bg[INSENSITIVE] = { 0.56, 0.56, 0.56 }
701         bg[SELECTED] = { 0.56, 0.56, 0.56 }
702         bg[PRELIGHT] = { 0.56, 0.56, 0.56 }
703 }
704
705 style "automation_track_controls_base"
706 {
707         bg[NORMAL] = { 0.22, 0.22, 0.29 }
708         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
709         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
710         bg[SELECTED] = { 0.22, 0.22, 0.29 }
711         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
712 }
713
714 # Plugin Editors
715 style "plugin_slider" 
716 {
717         font_name ="sans bold 10"
718
719         # the slider itself. the inactive part is INSENSITIVE,
720         # the active part is something else.
721
722         fg[NORMAL] = { 0.37, 0.43, 0.52 }
723         fg[ACTIVE] = { 0.37, 0.43, 0.52 }
724         fg[INSENSITIVE] = {0.35, 0.35, 0.40 } # matches default_base
725         fg[SELECTED] = { 0.37, 0.43, 0.52 }
726         fg[PRELIGHT] = { 0.37, 0.43, 0.52 }
727
728         # draws the outer rectangle around the slider
729
730         bg[NORMAL] = { 0.80, 0.80, 0.80 }
731         bg[ACTIVE] = { 0.80, 0.80, 0.80 }
732         bg[INSENSITIVE] = {0.80, 0.80, 0.80 }
733         bg[SELECTED] = { 0.80, 0.80, 0.80 }
734         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
735
736         # the numeric display
737
738         text[NORMAL] = { 0.80, 0.80, 0.80 }
739         text[ACTIVE] = { 0.80, 0.80, 0.80 }
740         text[INSENSITIVE] = { 0.80, 0.80, 0.80 }
741         text[SELECTED] = { 0.80, 0.80, 0.80 }
742         text[PRELIGHT] = { 0.80, 0.80, 0.80 }
743 }
744
745 style "track_list_display" = "small_bold_text"
746 {
747         text[NORMAL] = { 0.80, 0.80, 0.80 }
748         text[ACTIVE] = { 0.3, 0.3, 0.3 }
749         text[INSENSITIVE] = { 0, 0, 0 }
750         text[SELECTED] = { 0.8, 0.8, 0.8 }
751
752         base[NORMAL] = { 0, 0, 0 }
753         base[ACTIVE] = { 0, 0, 0 }
754         base[INSENSITIVE] = { 0, 0, 0 }
755         base[SELECTED] = { 0, 0, 0 }
756 }
757
758 style "inspector_track_list_display" = "track_list_display"
759 {
760         text[ACTIVE] = { 0.8, 0.8, 0.8 }
761
762         base[NORMAL] = { 0, 0, 0 }
763         base[ACTIVE] = { 0.2, 0.2, 0.2 }
764         base[INSENSITIVE] = { 0, 0, 0 }
765         base[SELECTED] = { 0.3, 0.3, 0.4 }
766 }
767
768 style "redirect_list_display"
769 {
770         GtkTreeView::horizontal-separator = 0
771         GtkTreeView::vertical-separator = 0
772
773         font_name = "sans 10"
774         text[NORMAL] = { 0.80, 0.80, 0.80 }
775         text[ACTIVE] = { 0.70, 0.70, 0.70 }
776         text[INSENSITIVE] = { 0, 0, 0 }
777         text[SELECTED] = { 0.9, 0.3, 0.3 }
778
779         base[NORMAL] = { 0, 0, 0 }
780         base[ACTIVE] = { 0, 0, 0 }
781         base[INSENSITIVE] = { 0, 0, 0 }
782         base[SELECTED] = { 0, 0, 0 }
783
784         # these two are explicitly used by the cell renderer for the
785         # text
786
787         fg[NORMAL] = { 0.5, 0.5, 0.5 }  # used for inactive
788         fg[ACTIVE] = { 1.0, 1.0, 1.0 }  # used for active
789 }
790
791 style "inspector_redirect_list_display" = "redirect_list_display"
792 {
793         base[SELECTED] = { 0.3, 0.3, 0.3 }
794 }
795
796 # MixerPanZone:
797 #
798 # the NORMAL fg color is used for the pan puck
799 # the ACTIVE fg color is used for the speaker boxes
800
801 style "pan_zone" = "default_base"
802 {
803         fg[NORMAL] = { 0.34, 0.95, 0.92 }
804         fg[ACTIVE] = { 0.95, 0.48, 0.11 }
805 }
806
807 style "paler_red_when_active" = "medium_text"
808 {
809         fg[NORMAL] = { 0.80, 0.80, 0.80 }
810         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
811         bg[NORMAL] = { 0.31, 0.31, 0.31 }
812         bg[PRELIGHT] = { 0.31, 0.31, 0.31 }
813
814         fg[ACTIVE] = { 0.36, 0.46, 0.28 }
815         bg[ACTIVE] = { 1.00, 0.59, 0.59}
816 }
817
818 style "peak_display_peaked_entry" = "small_text"
819 {
820         fg[NORMAL] = { 1.0, 1.0, 1.0 }
821         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
822         fg[SELECTED] = { 1.0, 1.0, 1.0 }
823
824         bg[NORMAL] = {0.9, 0.0, 0.0 }   
825         bg[ACTIVE] = { 0.9, 0.0, 0.0 }  
826         bg[PRELIGHT] = { 0.9, 0.0, 0.0 }        
827         bg[INSENSITIVE] = { 0.9, 0.0, 0.0 }     
828         bg[SELECTED] = { 0.9, 0.0, 0.0 }        
829         base[NORMAL] = { 0.9, 0.0, 0.0 }        
830         base[ACTIVE] = { 0.9, 0.0, 0.0 }        
831         base[PRELIGHT] = { 0.9, 0.0, 0.0 }      
832         base[INSENSITIVE] = { 0.9, 0.0, 0.0 }   
833         base[SELECTED] = { 0.9, 0.0, 0.0 }      
834 }
835
836 style "selected_strip_frame"
837 {
838         fg[NORMAL] = { 0.74, 0.42, 0.47 }
839         bg[NORMAL] = { 0.79, 0.28, 0.18 }
840 }
841
842 style "flashing_alert" = "very_small_text"
843 {
844         fg[NORMAL] = { 0.80, 0.80, 0.80 }
845         bg[NORMAL] = { 0.26, 0.26, 0.31 }
846
847         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
848         bg[ACTIVE] = { 1.0, 0, 0}
849 }
850
851 style "selected_io_selector_port_list" = "medium_bold_text"
852 {
853
854         GtkTreeView::even-row-color = { 0, 0, 0 }
855         GtkTreeView::odd-row-color = { 0, 0, 0 }
856
857 # fg is used to color the fg (text) of the column header button
858
859         fg[NORMAL] = { 0.85, 0.85, 0.85 }
860         fg[SELECTED] = { 0.85, 0.85, 0.85 }
861         fg[ACTIVE] = { 0.85, 0.85, 0.85 }
862         fg[PRELIGHT] = { 0.85, 0.85, 0.85 }
863         fg[INSENSITIVE] = { 0.85, 0.85, 0.85 }
864
865 # bg is used used to color the background of the column header button
866
867         bg[NORMAL] = { 0.30, 0.30, 0.35 }
868         bg[ACTIVE] = { 0.30, 0.30, 0.35 }
869         bg[PRELIGHT] = { 0.30, 0.30, 0.35 }
870         bg[INSENSITIVE] = { 0.30, 0.30, 0.35 }
871         bg[SELECTED] = { 0.30, 0.30, 0.35 }
872
873 # text is used to color the treeview row text
874
875         text[NORMAL] = { 0.85, 0.85, 0.85 }
876         text[SELECTED] = { 0.85, 0.85, 0.85 }
877
878 # base is used to color a treeview with no rows
879
880         base[NORMAL] = { 0.20, 0.20, 0.25 }
881         base[ACTIVE] = { 0.20, 0.20, 0.25 }
882         base[PRELIGHT] = { 0.20, 0.20, 0.25 }
883         base[INSENSITIVE] = { 0.20, 0.20, 0.25 }
884         base[SELECTED] = { 0.20, 0.20, 0.25 }
885
886 }
887
888 style "io_selector_port_list" = "medium_text"
889 {
890         GtkTreeView::even-row-color = { 0.20, 0.20, 0.25 }
891         GtkTreeView::odd-row-color = { 0.20, 0.20, 0.25 }
892 # fg is used to color the fg (text) of the column header button
893
894         fg[NORMAL] = { 0.70, 0.70, 0.70 }
895         fg[SELECTED] = { 0.70, 0.70, 0.70 }
896         fg[ACTIVE] = { 0.70, 0.70, 0.70 }
897         fg[PRELIGHT] = { 0.70, 0.70, 0.70 }
898         fg[INSENSITIVE] = { 0.70, 0.70, 0.70 }
899
900 # bg is used used to color the background of the column header button
901
902         bg[NORMAL] = { 0.30, 0.30, 0.35 }
903         bg[ACTIVE] = { 0.30, 0.30, 0.35 }
904         bg[PRELIGHT] = { 0.30, 0.30, 0.35 }
905         bg[INSENSITIVE] = { 0.30, 0.30, 0.35 }
906         bg[SELECTED] = { 0.30, 0.30, 0.35 }
907
908 # text is used to color the treeview row text
909
910         text[NORMAL] = { 0.80, 0.80, 0.80 }
911         text[SELECTED] = { 0.80, 0.80, 0.80 }
912
913 # base is used to color a treeview with no rows
914
915         base[NORMAL] = { 0.20, 0.20, 0.25 }
916         base[ACTIVE] = { 0.20, 0.20, 0.25 }
917         base[PRELIGHT] = { 0.20, 0.20, 0.25 }
918         base[INSENSITIVE] = { 0.20, 0.20, 0.25 }
919         base[SELECTED] = { 0.20, 0.20, 0.25 }
920 }
921
922 style "io_selector_notebook" = "default_base"
923 {
924         fg[NORMAL] = { 1.0, 1.0, 1.0 }
925         font_name ="sans bold 8"
926 }
927
928 style "tearoff_arrow" = "medium_bold_entry"
929 {
930         fg[NORMAL] = { 0.80, 0.80, 0.80 }
931         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
932         bg[NORMAL] = { 0.80, 0.80, 0.80 }
933         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
934 }
935
936 style "meter_metrics_strip" = "default_base"
937 {
938         font_name = "sans 5"
939         fg[NORMAL] = { 1.0, 0.8, 0.2 }  
940 }
941
942 style "location_row_button" = "default_buttons_menus"
943 {
944         font_name = "sans 10"
945 }
946
947 style "location_rows_clock" = "default_clock_display"
948 {
949         font_name = "sans 12"
950 }
951
952 style "pan_slider" 
953 {
954         font_name = "sans 8"
955
956         fg[NORMAL] = { 0.22, 0.73, 0.22 }
957         fg[ACTIVE] = { 0.22, 0.73, 0.22 }
958         fg[INSENSITIVE] = {0.22, 0.53, 0.22 }
959         fg[SELECTED] = { 0.67, 0.23, 0.22 }
960         fg[PRELIGHT] = { 0.67, 0.23, 0.22 }
961
962         bg[NORMAL] = { 0.05, 0.05, 0.05 }
963         bg[ACTIVE] = { 0, 0, 0 }
964         bg[INSENSITIVE] = {0.12, 0.19, 0.25 }
965         bg[SELECTED] = { 0, 0, 0 }
966         bg[PRELIGHT] = { 0, 0, 0 }
967
968         text[NORMAL] = { 0.70, 0.70, 0.70 }
969         text[ACTIVE] = { 0.70, 0.70, 0.70 }
970         text[INSENSITIVE] = { 0.70, 0.70, 0.70 }
971         text[SELECTED] = { 0.70, 0.70, 0.70 }
972         text[PRELIGHT] = { 0.70, 0.70, 0.70 }
973
974         # used to draw the triangular indicators 
975
976         base[NORMAL] = { 0.80, 0.80, 0.80 }
977         base[ACTIVE] =  { 0.80, 0.80, 0.80 }
978         base[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
979         base[SELECTED] = { 0.80, 0.80, 0.80 }
980         base[PRELIGHT] = { 0.80, 0.80, 0.80 }
981
982 }
983
984 style "region_list_whole_file"
985 {
986         fg[NORMAL] = { 0.4, 0.4, 0.9 }
987 }
988
989 style "ardour_button" ="default_buttons_menus"
990 {
991         xthickness = 1
992         ythickness = 1
993 }
994
995 #---------------------------------------------------------------
996 widget "*FirstActionMessage" style "first_action_message"
997 widget "*VerboseCanvasCursor" style "verbose_canvas_cursor"
998 widget "*MarkerText" style "marker_text"
999 widget "*TimeAxisViewItemName*" style "time_axis_view_item_name"
1000 #widget "*ExportProgress" style "default_buttons_menus"
1001 widget "*ExportFileLabel" style "small_bold_text"
1002 widget "*ExportFormatLabel" style "medium_bold_text"
1003 widget "*ExportHeader" style "small_bold_text"
1004 widget "*ExportFileDisplay" style "medium_entry"
1005 widget "*ExportFormatDisplay" style "medium_entry"
1006 widget "*ExportCheckbox" style "small_entry"
1007 widget "*ExportTrackSelector*" style "medium_entry_noselection_bg"
1008 widget "*EditModeSelector" style "medium_bold_entry"
1009 widget "*SnapTypeSelector" style "medium_bold_entry"
1010 widget "*SnapModeSelector" style "medium_bold_entry"
1011 widget "*ZoomFocusSelector" style "medium_bold_entry"
1012 widget "*ArdourContextMenu*" style "default_buttons_menus"
1013 widget "*EditGroupTitleButton*" style "default_buttons_menus"
1014 widget "*MixerGroupTitleButton*" style "default_buttons_menus"
1015 widget "*ErrorLogCloseButton" style "default_buttons_menus"
1016 widget "*EditorGTKButton*" style "default_buttons_menus" 
1017 widget "*ToolbarButton" style "default_buttons_menus"
1018 widget "*ToolbarButton*" style "default_buttons_menus"
1019 widget "*CrossfadeEditButton" style "default_buttons_menus"
1020 widget "*CrossfadeEditButton*" style "default_buttons_menus"
1021 widget "*TrackHistoryButton*" style "default_buttons_menus"
1022 widget "*TrackSizeButton*" style "default_buttons_menus"
1023 widget "*TrackPlaylistButton*" style "default_buttons_menus"
1024 widget "*TrackAutomationButton*" style "default_buttons_menus"
1025 widget "*TrackGroupButton*" style "default_buttons_menus"
1026 widget "*TrackMixButton*" style "default_buttons_menus"
1027 widget "*TrackVisualButton*" style "default_buttons_menus"
1028 widget "*TrackRemoveButton*" style "default_buttons_menus"
1029 widget "*BaseButton" style "default_buttons_menus"
1030 widget "*TakeButtonLabel" style "default_buttons_menus"
1031 widget "*MixerWidthButton" style "default_buttons_menus"
1032 widget "*MixerHideButton" style "default_buttons_menus"
1033 widget "*MixerSendButton" style "default_buttons_menus"
1034 widget "*MixerSendButtonLabel" style "default_buttons_menus"
1035 widget "*MixerSendSwitch" style "default_buttons_menus"
1036 widget "*MixerInsertButton" style "default_buttons_menus"
1037 widget "*MixerInsertButtonLabel" style "default_buttons_menus"
1038 widget "*MixerInsertSwitch" style "default_buttons_menus"
1039 widget "*MixerMonitorInputButton*" style "very_small_button"
1040 widget "*MixerMonitorInputButton.*" style "very_small_button"
1041 widget "*MixerIOButton" style "very_small_button"
1042 widget "*MixerIOButtonLabel" style "very_small_button"
1043 widget "*AddRouteDialogSpinner" style "ardour_adjusters"
1044 widget "*AddRouteDialogRadioButton*" style "options_window"
1045 widget "*OptionsNotebook" style "options_window"
1046 widget "*OptionEditorToggleButton*" style "options_window"
1047 widget "*OptionsLabel" style "options_window"
1048 widget "*OptionEditorAuditionerLabel" style "options_window"
1049 widget "*OptionsEntry" style "option_entry"
1050 widget "*InspectorNotebook" style "options_window"
1051 widget "*NewSessionDialog" style "options_window"
1052 widget "*NewSessionDialogButton*" style "options_window"
1053 widget "*MixerSendSwitch*" style "very_small_red_active_and_selected_button"
1054 widget "*OptionEditorToggleButton" style "small_red_active_and_selected_button"
1055 widget "*NewSessionDialogButton" style "small_red_active_and_selected_button"
1056 widget "*MixerRecordEnableButton" style "mixer_rec_enable_button"
1057 widget "*MixerRecordEnableButton*" style "mixer_rec_enable_button"
1058 widget "*TrackRecordEnableButton" style "track_rec_enable_button"
1059 widget "*TrackRecordEnableButton*" style "track_rec_enable_button"
1060 widget "*TrackMuteButton*" style "mute_button"
1061 widget "*TrackLoopButton*" style "track_loop_button"
1062 widget "*PanAutomationLineSelector*" style "multiline_combo"
1063 widget "*EditorTimeButton*" style "time_button"
1064 widget "*EditorMixerButton*" style "default_buttons_menus"
1065 widget "*SoloButton*" style "solo_button"
1066 widget "*SoloButton.*" style "solo_button"
1067 widget "*SafeSoloButton*" style "safe_solo_button"
1068 widget "*SafeSoloButton.*" style "safe_solo_button"
1069 widget "*MixerPhaseInvertButton*" style "very_small_button"
1070 widget "*MixerPhaseInvertButton.*" style "very_small_button"
1071 widget "*MixerAutomationRecordingButton*" style "very_small_button"
1072 widget "*MixerAutomationRecordingButton.*" style "very_small_button"
1073 widget "*MixerAutomationModeButton*" style "very_small_button"
1074 widget "*MixerAutomationModeButton.*" style "very_small_button"
1075 widget "*MixerAutomationPlaybackButton*" style "very_small_button"
1076 widget "*MixerAutomationPlaybackButton.*" style "very_small_button"
1077 widget "*MixerMuteButton*" style "mixer_mute_button"
1078 widget "*MixerMuteButton.*" style "mixer_mute_button"
1079 widget "*MixerSoloButton*" style "mixer_solo_button"
1080 widget "*MixerSoloButton.*" style "mixer_solo_button"
1081 widget "*MixerNameButton" style "very_small_button"
1082 widget "*MixerNameButtonLabel" style "very_small_button"
1083 widget "*MixerGroupButton" style "very_small_button"
1084 widget "*MixerGroupButtonLabel" style "very_small_button"
1085 widget "*MixerCommentButton" style "very_small_button"
1086 widget "*MixerCommentButton*" style "very_small_button"
1087 widget "*EditGroupButton" style "very_small_button"
1088 widget "*EditGroupButtonLabel" style "very_small_button"
1089 widget "*TransportButton" style "transport_button"
1090 widget "*TransportButton*" style "transport_button"
1091 widget "*ShuttleButton" style "transport_button"
1092 widget "*ShuttleButton*" style "transport_button"
1093 widget "*ShuttleDisplay" style "transport_button"
1094 widget "*ShuttleDisplay*" style "transport_button"
1095 widget "*ShuttleControl" style "shuttle_control"
1096 widget "*TransportRecButton" style "transport_rec_button"
1097 widget "*TransportRecButton*" style "transport_rec_button"
1098 widget "*RecordingXrunWarningWindow" style "xrun_warn"
1099 widget "*RecordingXrunWarningWindow*" style "xrun_warn"
1100 widget "*MainMenuBar" style "menu_bar_base"
1101 widget "*ErrorMessage" style "error_message"
1102 widget "*FatalMessage" style "fatal_message"
1103 widget "*InfoMessage" style "info_message"
1104 widget "*WarningMessage" style "warning_message"
1105 widget "*BigClockNonRecording" style "non_recording_big_clock_display"
1106 widget "*BigClockRecording" style "recording_big_clock_display"
1107 widget "*TransportClockDisplay" style "transport_clock_display"
1108 widget "*SecondaryClockDisplay" style "transport_clock_display"
1109 widget "*AudioClockFramesUpperInfo" style "tempo_meter_clock_display"
1110 widget "*AudioClockFramesLowerInfo" style "tempo_meter_clock_display"
1111 widget "*AudioClockSMPTEUpperInfo" style "tempo_meter_clock_display"
1112 widget "*AudioClockSMPTELowerInfo" style "tempo_meter_clock_display"
1113 widget "*AudioClockBBTUpperInfo" style "tempo_meter_clock_display"
1114 widget "*AudioClockBBTLowerInfo" style "tempo_meter_clock_display"
1115 widget "*SelectionStartClock" style "default_clock_display"
1116 widget "*SelectionEndClock" style "default_clock_display"
1117 widget "*EditCursorClock" style "default_clock_display"
1118 widget "*PreRollClock" style "default_clock_display"
1119 widget "*PostRollClock" style "default_clock_display"
1120 widget "*NudgeClock" style "default_clock_display"
1121 widget "*ZoomRangeClock" style "default_clock_display"
1122 widget "*SMPTEOffsetClock" style "default_clock_display"
1123 widget "*TransportLabel" style "small_bold_text"
1124 widget "*TakeLabel" style "small_bold_text"
1125 widget "*LocationLabel" style "small_bold_text"
1126 widget "*WipeLabel" style "small_bold_text"
1127 widget "*TakeTagLabel" style "small_bold_text"
1128 widget "*ToolBarLabel" style "small_bold_text"
1129 widget "*EditorDisplayLabel" style "small_bold_text"
1130 widget "*NewSessionLabel" style "large_text"
1131 widget "*GlobalButtonLabel" style "default_buttons_menus"
1132 widget "*ClickButton" style "medium_entry"
1133 widget "*RegionNameDisplay" style "medium_entry"
1134 widget "*PluginDisplay" style "medium_entry"
1135 widget "*SelectionDisplay" style "medium_entry"
1136 widget "*HistorySelector" style "medium_entry"
1137 widget "*LocationSelector" style "medium_entry"
1138 widget "*TakeSelector" style "medium_entry"
1139 widget "*RegionSelector" style "medium_entry"
1140 widget "*SMPTERuler" style "editor_time_ruler"
1141 widget "*BBTRuler" style "editor_time_ruler"
1142 widget "*FramesRuler" style "editor_time_ruler"
1143 widget "*MinSecRuler" style "editor_time_ruler"
1144 widget "*BaseFrame" style "base_frame"
1145 widget "*AudioTrackStripBase" style "audio_track_base"
1146 widget "*TimeAxisViewControlsBaseUnselected" style "audio_track_base"
1147 widget "*AudioTrackControlsBaseUnselected" style "audio_track_base"
1148 widget "*AudioTrackFader" style "gain_fader"
1149 widget "*AudioBusStripBase" style "audio_bus_base"
1150 widget "*BusControlsBaseUnselected" style "audio_bus_base"
1151 widget "*AudioBusFader" style "gain_fader"
1152 widget "*TrackSeparator" style "track_separator"
1153 widget "*TrackEditIndicator0*" style "edit_group_0"
1154 widget "*TrackEditIndicator1*" style "edit_group_1"
1155 widget "*TrackEditIndicator2*" style "edit_group_2"
1156 widget "*TrackEditIndicator3*" style "edit_group_3"
1157 widget "*TrackEditIndicator4*" style "edit_group_3"
1158 widget "*TrackEditIndicator5*" style "edit_group_3"
1159 widget "*TrackEditIndicator6*" style "edit_group_3"
1160 widget "*TrackEditIndicator7*" style "edit_group_3"
1161 widget "*EditorTrackNameDisplay" style "track_name_display"
1162 widget "*EditorTrackNameDisplay*" style "track_name_display"
1163 widget "*EditorActiveTrackNameDisplay" style "active_track_name_display"
1164 widget "*EditorActiveTrackNameDisplay*" style "active_track_name_display"
1165 widget "*EditorRegionList" style "region_list_display"
1166 widget "*CrossfadeEditAuditionButton" style "red_when_active"
1167 widget "*CrossfadeEditAuditionButton*" style "red_when_active"
1168 widget "*CrossfadeEditCurveButton" style "red_when_active"
1169 widget "*CrossfadeEditCurveButton*" style "red_when_active"
1170 widget "*CrossfadeEditLabel" style "medium_text"
1171 widget "*CrossfadeEditFrame" style "base_frame"
1172 widget "*MouseModeButton" style "default_buttons_menus"
1173 widget "*MouseModeButton*" style "default_buttons_menus"
1174 widget "*EditorMainCanvas" style "main_canvas_area"
1175 widget "*AudioTrackControlsBaseInactiveUnselected" style "track_controls_inactive"
1176 widget "*BusControlsBaseInactiveUnselected" style "track_controls_inactive"
1177 widget "*AutomationTrackControlsBaseInactiveUnselected" style "track_controls_inactive"
1178 widget "*AutomationTrackName" style "automation_track_name"
1179 widget "*AudioTrackControlsBaseInactiveSelected" style "track_controls_inactive"
1180 widget "*BusControlsBaseInactiveSelected" style "track_controls_inactive"
1181 widget "*AutomationTrackControlsBaseInactiveSelected" style "track_controls_inactive"
1182 widget "*AudioTrackStripBaseInactive" style "track_controls_inactive"
1183 widget "*AudioBusStripBaseInactive" style "track_controls_inactive"
1184 widget "*AudioTrackControlsBaseSelected" style "edit_controls_base_selected"
1185 widget "*BusControlsBaseSelected" style "edit_controls_base_selected"
1186 widget "*AutomationTrackControlsBase" style "automation_track_controls_base"
1187 widget "*AutomationTrackControlsBaseSelected" style "edit_controls_base_selected"
1188 widget "*EditorMenuBar*" style "black_mackie_menu_bar"
1189 widget "*MainMenuBar*" style "black_mackie_menu_bar"
1190 widget "*ZoomClickBox" style "medium_bold_entry"
1191 widget "*PluginParameterLabel" style "medium_text"
1192 widget "*PluginNameInfo" style "plugin_name_text"
1193 widget "*PluginMakerInfo" style "plugin_maker_text"
1194 widget "*PluginParameterInfo" style "medium_text"
1195 widget "*MotionControllerValue" style "medium_entry"
1196 widget "*ParameterValueDisplay" style "medium_bold_entry"
1197 widget "*PluginUIClickBox" style "medium_bold_entry"
1198 widget "*PluginUIClickBox*" style "medium_bold_entry"
1199 widget "*PluginSlider" style "plugin_slider"
1200 widget "*TrackListDisplay" style "track_list_display"
1201 widget "*TrackListDisplay.*" style "small_bold_text"
1202 widget "*EditGroupList" style "track_list_display"
1203 widget "*RegionListDisplay" style "small_bold_entry"
1204 widget "*RegionListDisplay.*" style "small_bold_text"
1205 widget "*RedirectSelector" style "redirect_list_display"
1206 widget "*RedirectSelector.*" style "redirect_list_display"
1207 widget "*MixerTrackCommentArea" style "option_entry"
1208 widget "*MixerPanZone" style "pan_zone"
1209 widget "*MixerTrackDisplayList" style "track_list_display"
1210 widget "*MixerSnapshotDisplayList" style "track_list_display"
1211 widget "*MixerAuxDisplayList" style "track_list_display"
1212 widget "*MixerGroupList" style "track_list_display"
1213 widget "*RegionEditorLabel" style "medium_text"
1214 widget "*RegionEditorSmallLabel" style "small_text"
1215 widget "*RegionEditorEntry" style "medium_entry"
1216 widget "*RegionEditorClock" style "default_clock_display"
1217 widget "*RegionEditorToggleButton" style "paler_red_when_active"
1218 widget "*RegionEditorToggleButton*" style "paler_red_when_active"
1219 widget "*MixerStripSpeedBase" style "small_entry"
1220 widget "*MixerStripSpeedBase*" style "small_entry"
1221 widget "*MixerStripSpeedBaseNotOne" style "small_red_on_black_entry"
1222 widget "*MixerStripSpeedBaseNotOne*" style "small_red_on_black_entry"
1223 widget "*MixerStripGainDisplay" style "small_entry"
1224 widget "*MixerStripGainDisplay*" style "small_entry"
1225 widget "*MixerStripGainUnitButton" style "very_small_button"
1226 widget "*MixerStripGainUnitButton*" style "very_small_button"
1227 widget "*MixerStripMeterPreButton" style "very_small_button"
1228 widget "*MixerStripMeterPreButton*" style "very_small_button"
1229 widget "*MixerStripPeakDisplay*" style "red_active_small_entry"
1230 widget "*MixerStripPeakDisplayPeak*" style "peak_display_peaked_entry"
1231 widget "*MixerStripSelectedFrame" style "selected_strip_frame"
1232 widget "*MixerStripFrame" style "base_frame"
1233 widget "*HWMonitorButton" style "red_when_active"
1234 widget "*HWMonitorButton*" style "red_when_active"
1235 widget "*BypassButton" style "red_when_active"
1236 widget "*BypassButton*" style "red_when_active"
1237 widget "*TransportSoloAlert" style "flashing_alert"
1238 widget "*TransportSoloAlert.*" style "flashing_alert"
1239 widget "*TransportAuditioningAlert" style "flashing_alert"
1240 widget "*TransportAuditioningAlert.*" style "flashing_alert"
1241 widget "*FadeCurve" style "medium_bold_entry"
1242 widget "*FadeCurve*" style "medium_bold_entry"
1243 widget "*IOSelectorButton" style "default_buttons_menus"
1244 widget "*IOSelectorButton*" style "default_buttons_menus"
1245 widget "*IOSelectorList" style "medium_entry_noselection_fg"
1246 widget "*IOSelectorPortList" style "io_selector_port_list"
1247 widget "*IOSelectorPortList.*" style "io_selector_port_list"
1248 widget "*IOSelectorPortListSelected" style "selected_io_selector_port_list"
1249 widget "*IOSelectorPortListSelected.*" style "selected_io_selector_port_list"
1250 widget "*IOSelectorNotebook" style "io_selector_notebook"
1251 widget "*IOSelectorNotebookTab" style "io_selector_notebook"
1252 widget "*IOSelectorFrame" style "base_frame"
1253 widget "*ConnectionEditorButton" style "default_buttons_menus"
1254 widget "*ConnectionEditorButton*" style "default_buttons_menus"
1255 widget "*ConnectionEditorList" style "medium_entry_noselection_fg"
1256 widget "*ConnectionEditorConnectionList" style "medium_entry"
1257 widget "*ConnectionEditorPortList" style "io_selector_port_list"
1258 widget "*ConnectionEditorPortListSelected" style "selected_io_selector_port_list"
1259 widget "*ConnectionEditorNotebook" style "io_selector_notebook"
1260 widget "*ConnectionEditorNotebookTab" style "io_selector_notebook"
1261 widget "*ConnectionEditorFrame" style "base_frame"
1262 widget "*RouteParamsListDisplay" style "inspector_track_list_display"
1263 widget "*RouteParamsPreListDisplay" style "inspector_redirect_list_display"
1264 widget "*RouteParamsPostListDisplay" style "inspector_redirect_list_display"
1265 widget "*TearOffArrow" style "tearoff_arrow"
1266 widget "*RouteParamsTitleButton" style "medium_text"
1267 widget "*RouteParamsTitleLabel" style "medium_text"
1268 widget "*PluginAutomateRecordButton" style "small_red_active_and_selected_button"
1269 widget "*PluginAutomateRecordButton*" style "small_red_active_and_selected_button"
1270 widget "*PluginAutomatePlayButton" style "small_red_active_and_selected_button"
1271 widget "*PluginAutomatePlayButton*" style "small_red_active_and_selected_button"
1272 widget "*PluginAutomateButton" style "small_button"
1273 widget "*PluginAutomateButton*" style "small_button"
1274 widget "*PluginSaveButton" style "small_button"
1275 widget "*PluginSaveButton*" style "small_button"
1276 widget "*PluginLoadButton" style "small_button"
1277 widget "*PluginLoadButton*" style "small_button"
1278 widget "*FaderMetricsStrip" style "meter_metrics_strip"
1279 widget "*MeterMetricsStrip" style "meter_metrics_strip"
1280 widget "*MetricDialogFrame" style "base_frame"
1281 widget "*MetricEntry" style "medium_bold_entry"
1282 widget "*MetricButton" style "default_buttons_menus"
1283 widget "*MetricButton.*" style "default_buttons_menus"
1284 widget "*MetricLabel" style "medium_text"
1285 widget "*TimeStretchButton" style "default_buttons_menus"
1286 widget "*TimeStretchButton.*" style "default_buttons_menus"
1287 widget "*TimeStretchProgress" style "default_buttons_menus"
1288 widget "*ChoiceWindow" style "default_buttons_menus"
1289 widget "*ChoicePrompt" style "default_buttons_menus"
1290 widget "*ChoiceButton" style "default_buttons_menus"
1291 widget "*ChoiceButton*" style "default_buttons_menus"
1292 widget "*SelectionModeButton" style "default_buttons_menus"
1293 widget "*SelectionModeButton*" style "default_buttons_menus"
1294 widget "*TrackLabel" style "medium_text"
1295 widget "*TrackPlugName" style "medium_text"
1296 widget "*TrackParameterName" style "small_text"
1297 widget "*AddRouteDialog*" style "medium_text"
1298 widget "*AddRouteDialog.GtkLabel" style "medium_text"
1299 widget "*AddRouteDialogChannelChoice" style "medium_bold_entry"
1300 widget "*AddRouteDialogSpinner" style "medium_bold_entry"
1301 widget "*AddRouteDialogSpinner*" style "medium_bold_entry"
1302 widget "*AddRouteDialogRadioButton" style "red_when_active"
1303 widget "*AddRouteDialogButton" style "default_buttons_menus"
1304 widget "*AddRouteDialogNameTemplateEntry" style "medium_bold_entry"
1305 widget "*NewSessionIOLabel" style "larger_bold_text"
1306 widget "*NewSessionSR1Label" style "red_medium_text"
1307 widget "*NewSessionSR2Label" style "medium_text"
1308 widget "*NewSessionChannelChoice" style "medium_bold_entry"
1309 widget "*NewSessionMainButton" style "larger_bold_text"
1310 widget "*NewSessionMainButton*" style "larger_bold_text"
1311 widget "*NewSessionMainLabel" style "larger_bold_text"
1312 widget "*LocationEditRowClock" style "location_rows_clock"
1313 widget "*LocationEditNameLabel" style "medium_text"
1314 widget "*LocationEditSetButton" style "location_row_button"
1315 widget "*LocationEditSetButton*" style "location_row_button"
1316 widget "*LocationEditGoButton" style "location_row_button"
1317 widget "*LocationEditGoButton*" style "location_row_button"
1318 widget "*LocationEditCdButton" style "small_red_active_and_selected_button"
1319 widget "*LocationEditCdButton*" style "small_red_active_and_selected_button"
1320 widget "*LocationEditHideButton" style "small_red_active_and_selected_button"
1321 widget "*LocationEditHideButton*" style "small_red_active_and_selected_button"
1322 widget "*LocationEditNumberLabel" style "small_text"
1323 widget "*LocationLocEditorFrame" style "base_frame"
1324 widget "*LocationRangeEditorFrame" style "base_frame"
1325 widget "*LocationEditNameEntry" style "option_entry"
1326 widget "*LocationAddLocationButton" style "default_buttons_menus"
1327 widget "*LocationAddLocationButton*" style "default_buttons_menus"
1328 widget "*LocationAddRangeButton" style "default_buttons_menus"
1329 widget "*LocationAddRangeButton*" style "default_buttons_menus"
1330 widget "*LocationEditRemoveButton" style "location_row_button"
1331 widget "*LocationEditRemoveButton*" style "location_row_button"
1332 widget "*PanSlider" style "pan_slider"
1333 widget "*PanningLinkButton" style "mixer_red_active_button"
1334 widget "*PanningLinkButton.*" style "mixer_red_active_button"
1335 widget "*PanningLinkDirectionButton" style "very_small_button"
1336 widget "*PanningLinkDirectionButton.*" style "very_small_button"
1337 widget "*ChannelCountSelector" style "medium_bold_entry"
1338 widget "*ChannelCountSelector.GtkArrow" style "default_buttons_menus"
1339 widget "*RegionListWholeFile" style "region_list_whole_file"
1340
1341 class "GtkWidget" style "default_base"
1342 class "GtkScrollbar" style "ardour_adjusters"
1343 class "GtkLabel" style "default_buttons_menus"
1344 class "GtkButton" style "ardour_button"
1345 class "GtkArrow" style "tearoff_arrow"
1346 class "GtkProgressBar" style "ardour_progressbars"
1347