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