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