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