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