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