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