fixes to theme font issues, tweaks etc. still needs verification on the linux end.
[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.70, 0.70, 0.70 }
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 "options_window"  = "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_name_display"
741 {
742         font_name = "%FONT_NORMAL%"
743         fg[NORMAL] = { 0.80, 0.80, 0.80 }
744         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
745
746         base[NORMAL] = { 0.80, 0.80, 0.80 }
747         base[ACTIVE] = { 0.80, 0.80, 0.80 }
748         bg[NORMAL] = { 0.80, 0.80, 0.80 }
749         bg[ACTIVE] = { 0.80, 0.80, 0.80 }
750 }
751
752 style "active_track_name_display"
753 {
754         font_name = "%FONT_NORMAL%"
755         text[NORMAL] = { 0.26, 0.26, 0.26 }
756         base[NORMAL] = { 0.89, 0.89, 0.89 }
757 }
758
759 style "track_separator"
760 {
761         bg[NORMAL] = { 0.35, 0.35, 0.40 }
762 }
763
764 #
765 # Track edit groups. These styles define
766 # the colors that the "edit" button will
767 # use as a track is moved from
768 # track edit group to track edit group.
769 # There are 8 edit groups. Edit group 0
770 # is used for tracks that are not editable, 
771 # so we leave its style to the default.
772 #
773
774 style "edit_group_0"
775
776 {
777         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
778         bg[NORMAL] = { 0.31, 0.31, 0.31 }
779         fg[NORMAL] = { 0.82, 0.91, 0.99 }
780         fg[ACTIVE] = { 0, 0, 0 }
781 }
782
783 style "edit_group_1" 
784 {
785         fg[NORMAL] = { 0, 0, 0 }
786         fg[PRELIGHT] = { 0, 0, 0 }
787         fg[SELECTED] = { 0, 0, 0 }
788         bg[NORMAL] = { 0.93, 0.34, 0.08 }
789         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
790         bg[SELECTED] = { 0.93, 0.34, 0.08 }
791 }
792
793 style "edit_group_2" 
794 {
795         fg[NORMAL] = { 0, 0, 0 }
796         fg[PRELIGHT] = { 0, 0, 0 }
797         fg[SELECTED] = { 0, 0, 0 }
798         bg[NORMAL] = { 0.93, 0.34, 0.08 }
799         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
800         bg[SELECTED] = { 0.93, 0.34, 0.08 }
801 }
802
803 style "edit_group_3" 
804 {
805         fg[NORMAL] = { 0, 0, 0 }
806         fg[PRELIGHT] = { 0, 0, 0 }
807         fg[SELECTED] = { 0, 0, 0 }
808         bg[NORMAL] = { 0.93, 0.34, 0.08 }
809         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
810         bg[SELECTED] = { 0.93, 0.34, 0.08 }
811 }
812
813 style "treeview_parent_node"
814 {
815         # specifies *just* the color used for whole file rows when not selected
816         fg[NORMAL] = { 0.0, 0.0, 1.0 }
817 }
818
819 style "treeview_display" = "small_bold_text"
820 {
821         # expander arrow border and DnD "icon" text
822         fg[NORMAL] = { 0, 0, 0 } 
823
824         # background with no rows or no selection, plus
825         # expander arrow core and DnD "icon" background
826         base[NORMAL] = { 0.20, 0.20, 0.25 }
827
828         # selected row bg when window does not have focus (including during DnD)
829         base[ACTIVE] = { 0.0, 0.60, 0.60 }    
830
831         # selected row bg when window has focus
832         base[SELECTED] = { 0, 0.75, 0.75 }
833
834         # row text when in normal state and not a parent
835         text[NORMAL] = { 0, 0, 0 }
836
837         # selected row text with window focus
838         text[SELECTED] = { 0, 1.0, 1.0 }  
839
840         # selected row text without window focus (including during DnD)
841         text[ACTIVE] = { 0, 1.0, 1.0 }  
842 }
843
844 style "main_canvas_area"
845 {
846         bg[NORMAL] = { 0.40, 0.40, 0.40 }
847         bg[ACTIVE] = { 0.40, 0.40, 0.40 }
848         bg[INSENSITIVE] = { 0.40, 0.40, 0.40 }
849         bg[SELECTED] = { 0.40, 0.40, 0.40 }
850         bg[PRELIGHT] = { 0.40, 0.40, 0.40 }
851 }
852
853 style "track_controls_inactive"
854 {
855         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
856         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
857         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
858         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
859         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
860
861         font_name = "%FONT_LARGE%"
862         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
863 }
864
865 style "edit_controls_base_selected"
866 {
867         bg[NORMAL] = { 0.60, 0.54, 0.60 }
868         bg[ACTIVE] = { 0.60, 0.54, 0.60 }
869         bg[INSENSITIVE] = { 0.60, 0.54, 0.60 }
870         bg[SELECTED] = { 0.60, 0.54, 0.60 }
871         bg[PRELIGHT] = { 0.60, 0.54, 0.60 }
872 }
873
874 style "automation_track_controls_base"
875 {
876         bg[NORMAL] = { 0.22, 0.22, 0.29 }
877         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
878         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
879         bg[SELECTED] = { 0.22, 0.22, 0.29 }
880         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
881 }
882
883 # Plugin Editors
884 style "plugin_slider" 
885 {
886         font_name ="%FONT_BOLD_BIG%"
887
888         # the slider itself. the inactive part is INSENSITIVE,
889         # the active part is something else.
890
891         fg[NORMAL] = { 0.37, 0.43, 0.52 }
892         fg[ACTIVE] = { 0.37, 0.43, 0.52 }
893         fg[INSENSITIVE] = {0.35, 0.35, 0.40 } # matches default_base
894         fg[SELECTED] = { 0.37, 0.43, 0.52 }
895         fg[PRELIGHT] = { 0.37, 0.43, 0.52 }
896
897         # draws the outer rectangle around the slider
898
899         bg[NORMAL] = { 0.80, 0.80, 0.80 }
900         bg[ACTIVE] = { 0.80, 0.80, 0.80 }
901         bg[INSENSITIVE] = {0.80, 0.80, 0.80 }
902         bg[SELECTED] = { 0.80, 0.80, 0.80 }
903         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
904
905         # the numeric display
906
907         text[NORMAL] = { 0.80, 0.80, 0.80 }
908         text[ACTIVE] = { 0.80, 0.80, 0.80 }
909         text[INSENSITIVE] = { 0.80, 0.80, 0.80 }
910         text[SELECTED] = { 0.80, 0.80, 0.80 }
911         text[PRELIGHT] = { 0.80, 0.80, 0.80 }
912 }
913
914 style "track_list_display" = "small_bold_text"
915 {
916         text[NORMAL] = { 0.80, 0.80, 0.80 }
917         text[ACTIVE] = { 0.3, 0.3, 0.3 }
918         text[INSENSITIVE] = { 0, 0, 0 }
919         text[SELECTED] = { 0.8, 0.8, 0.8 }
920
921         base[NORMAL] = { 0.70, 0.70, 0.70 }
922         base[ACTIVE] = { 0.70, 0.70, 0.70 }
923         base[INSENSITIVE] = { 0.70, 0.70, 0.70 }
924         base[SELECTED] = { 0.70, 0.70, 0.70 }
925 }
926
927 style "inspector_track_list_display" = "track_list_display"
928 {
929         text[ACTIVE] = { 0.8, 0.8, 0.8 }
930
931         base[NORMAL] = { 0.70, 0.70, 0.70 }
932         base[ACTIVE] = { 0.2, 0.2, 0.2 }
933         base[INSENSITIVE] = { 0.70, 0.70, 0.70 }
934         base[SELECTED] = { 0.3, 0.3, 0.4 }
935 }
936
937 style "redirect_list_display"
938 {
939         GtkTreeView::horizontal-separator = 0
940         GtkTreeView::vertical-separator = 0
941
942         font_name = "%FONT_SMALL%"
943         text[NORMAL] = { 0.80, 0.80, 0.80 }
944         text[ACTIVE] = { 0.70, 0.70, 0.70 }
945         text[INSENSITIVE] = { 0, 0, 0 }
946         text[SELECTED] = { 0.9, 0.3, 0.3 }
947
948         base[NORMAL] = { 0.70, 0.70, 0.70 }
949         base[ACTIVE] = { 0.70, 0.70, 0.70 }
950         base[INSENSITIVE] = { 0.70, 0.70, 0.70 }
951         base[SELECTED] = { 0.70, 0.70, 0.70 }
952
953         # these two are explicitly used by the cell renderer for the
954         # text
955
956         fg[NORMAL] = { 0.5, 0.5, 0.5 }  # used for inactive
957         fg[ACTIVE] = { 0, 0, 0 }  # used for active
958 }
959
960 style "inspector_redirect_list_display" = "redirect_list_display"
961 {
962         base[SELECTED] = { 0.3, 0.3, 0.3 }
963 }
964
965 # MixerPanZone:
966 #
967 # the NORMAL fg color is used for the pan puck
968 # the ACTIVE fg color is used for the speaker boxes
969
970 style "pan_zone" = "default_base"
971 {
972         fg[NORMAL] = { 0.34, 0.95, 0.92 }
973         fg[ACTIVE] = { 0.95, 0.48, 0.11 }
974 }
975
976 style "paler_red_when_active" = "medium_text"
977 {
978         fg[NORMAL] = { 0.80, 0.80, 0.80 }
979         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
980         bg[NORMAL] = { 0.31, 0.31, 0.31 }
981         bg[PRELIGHT] = { 0.31, 0.31, 0.31 }
982
983         fg[ACTIVE] = { 0.36, 0.46, 0.28 }
984         bg[ACTIVE] = { 1.00, 0.59, 0.59}
985 }
986
987 style "peak_display_peaked_entry" = "small_text"
988 {
989         fg[NORMAL] = { 1.0, 1.0, 1.0 }
990         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
991         fg[SELECTED] = { 1.0, 1.0, 1.0 }
992
993         bg[NORMAL] = {0.9, 0.0, 0.0 }   
994         bg[ACTIVE] = { 0.9, 0.0, 0.0 }  
995         bg[PRELIGHT] = { 0.9, 0.0, 0.0 }        
996         bg[INSENSITIVE] = { 0.9, 0.0, 0.0 }     
997         bg[SELECTED] = { 0.9, 0.0, 0.0 }        
998         base[NORMAL] = { 0.9, 0.0, 0.0 }        
999         base[ACTIVE] = { 0.9, 0.0, 0.0 }        
1000         base[PRELIGHT] = { 0.9, 0.0, 0.0 }      
1001         base[INSENSITIVE] = { 0.9, 0.0, 0.0 }   
1002         base[SELECTED] = { 0.9, 0.0, 0.0 }      
1003 }
1004
1005 style "selected_strip_frame"
1006 {
1007         fg[NORMAL] = { 0.74, 0.42, 0.47 }
1008         bg[NORMAL] = { 0.79, 0.28, 0.18 }
1009 }
1010
1011 style "flashing_alert" = "very_small_text"
1012 {
1013         fg[NORMAL] = { 0, 0, 0 }
1014         bg[NORMAL] = { 0.80, 0.80, 0.80 }
1015
1016         fg[ACTIVE] = { 0, 0, 0 }
1017         bg[ACTIVE] = { 1.0, 0, 0}
1018 }
1019
1020 style "selected_io_selector_port_list" = "medium_bold_text"
1021 {
1022
1023         GtkTreeView::even-row-color = { 0.70, 0.70, 0.70 }
1024         GtkTreeView::odd-row-color = { 0.70, 0.70, 0.70 }
1025
1026 # fg is used to color the fg (text) of the column header button
1027
1028         fg[NORMAL] = { 0.30, 0.30, 0.35 }
1029         fg[SELECTED] = { 0.30, 0.30, 0.35 }
1030         fg[ACTIVE] = { 0.30, 0.30, 0.35 }
1031         fg[PRELIGHT] = { 0.30, 0.30, 0.35 }
1032         fg[INSENSITIVE] = { 0.30, 0.30, 0.35 }
1033
1034 # bg is used used to color the background of the column header button
1035
1036         bg[NORMAL] = { 0.80, 0.80, 0.80 }
1037         bg[ACTIVE] = { 0.80, 0.80, 0.80 }
1038         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
1039         bg[INSENSITIVE] = { 0.80, 0.80, 0.80 }
1040         bg[SELECTED] = { 0.80, 0.80, 0.80 }
1041
1042 # text is used to color the treeview row text
1043
1044         text[NORMAL] = { 0.30, 0.30, 0.35 }
1045         text[SELECTED] = { 0.30, 0.30, 0.35 }
1046
1047 # base is used to color a treeview with no rows
1048
1049         base[NORMAL] = { 0.70, 0.70, 0.70 }
1050         base[ACTIVE] = { 0.70, 0.70, 0.70 }
1051         base[PRELIGHT] = { 0.70, 0.70, 0.70 }
1052         base[INSENSITIVE] = { 0.70, 0.70, 0.70 }
1053         base[SELECTED] = { 0.70, 0.70, 0.70 }
1054
1055 }
1056
1057 style "io_selector_port_list" = "medium_text"
1058 {
1059         GtkTreeView::even-row-color = { 0.70, 0.70, 0.70 }
1060         GtkTreeView::odd-row-color = { 0.70, 0.70, 0.70 }
1061 # fg is used to color the fg (text) of the column header button
1062
1063         fg[NORMAL] = { 0.30, 0.30, 0.35 }
1064         fg[SELECTED] = { 0.30, 0.30, 0.35 }
1065         fg[ACTIVE] = { 0.30, 0.30, 0.35 }
1066         fg[PRELIGHT] = { 0.30, 0.30, 0.35 }
1067         fg[INSENSITIVE] = { 0.30, 0.30, 0.35 }
1068
1069 # bg is used used to color the background of the column header button
1070
1071         bg[NORMAL] = { 0.80, 0.80, 0.80 }
1072         bg[ACTIVE] = { 0.80, 0.80, 0.80 }
1073         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
1074         bg[INSENSITIVE] = { 0.80, 0.80, 0.80 }
1075         bg[SELECTED] = { 0.80, 0.80, 0.80 }
1076
1077 # text is used to color the treeview row text
1078
1079         text[NORMAL] = { 0.30, 0.30, 0.35 }
1080         text[SELECTED] = { 0.30, 0.30, 0.35 }
1081
1082 # base is used to color a treeview with no rows
1083
1084         base[NORMAL] = { 0.20, 0.20, 0.25 }
1085         base[ACTIVE] = { 0.20, 0.20, 0.25 }
1086         base[PRELIGHT] = { 0.20, 0.20, 0.25 }
1087         base[INSENSITIVE] = { 0.20, 0.20, 0.25 }
1088         base[SELECTED] = { 0.20, 0.20, 0.25 }
1089 }
1090
1091 style "io_selector_notebook" = "default_base"
1092 {
1093         fg[NORMAL] = { 1.0, 1.0, 1.0 }
1094         font_name ="%FONT_BOLD_NORMAL%"
1095 }
1096
1097 style "tearoff_arrow" = "medium_bold_entry"
1098 {
1099         fg[NORMAL] = { 0.80, 0.80, 0.80 }
1100         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
1101         bg[NORMAL] = { 0.80, 0.80, 0.80 }
1102         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
1103 }
1104
1105 style "meter_metrics_strip" = "audio_track_base"
1106 {
1107         font_name = "%FONT_TINY%"
1108         fg[NORMAL] = { 1.0, 0.8, 0.6 }
1109 }
1110
1111 style "location_row_button" = "default_buttons_menus"
1112 {
1113         font_name = "%FONT_SMALL%"
1114 }
1115
1116 style "location_rows_clock" = "default_clock_display"
1117 {
1118         font_name = "%FONT_BIG%"
1119 }
1120
1121 style "pan_slider" 
1122 {
1123         font_name = "%FONT_NORMAL%"
1124
1125         fg[NORMAL] = { 0.22, 0.73, 0.22 }
1126         fg[ACTIVE] = { 0.22, 0.73, 0.22 }
1127         fg[INSENSITIVE] = {0.22, 0.53, 0.22 } 
1128         fg[SELECTED] = { 0.67, 0.23, 0.22 }
1129         fg[PRELIGHT] = { 0.67, 0.23, 0.22 }
1130
1131         bg[NORMAL] = { 0.05, 0.05, 0.05 }
1132         bg[ACTIVE] = { 0, 0, 0 }
1133         bg[INSENSITIVE] = {0.12, 0.19, 0.25 } 
1134         bg[SELECTED] = { 0, 0, 0 }
1135         bg[PRELIGHT] = { 0, 0, 0 }
1136
1137         text[NORMAL] = { 0.70, 0.70, 0.70 }
1138         text[ACTIVE] = { 0.70, 0.70, 0.70 }
1139         text[INSENSITIVE] = { 0.70, 0.70, 0.70 }
1140         text[SELECTED] = { 0.70, 0.70, 0.70 }
1141         text[PRELIGHT] = { 0.70, 0.70, 0.70 }
1142
1143         # used to draw the triangular indicators 
1144
1145         base[NORMAL] = { 0.80, 0.80, 0.80 }
1146         base[ACTIVE] =  { 0.80, 0.80, 0.80 }
1147         base[INSENSITIVE] = {0.6, 0.6, 0.6 }
1148         base[SELECTED] = { 0.80, 0.80, 0.80 }
1149         base[PRELIGHT] = { 0.80, 0.80, 0.80 }
1150
1151 }
1152
1153 style "ardour_button" ="default_buttons_menus"
1154 {
1155         xthickness = 1
1156         ythickness = 1
1157 }
1158
1159 #---------------------------------------------------------------
1160
1161 class "GtkWidget" style:highest "default_base"
1162 class "GtkScrollbar" style:highest "ardour_adjusters"
1163 class "GtkLabel" style:highest "default_buttons_menus"
1164 class "GtkButton" style:highest "ardour_button"
1165 class "GtkArrow" style:highest "tearoff_arrow"
1166 class "GtkProgressBar" style:highest "ardour_progressbars"
1167
1168 widget "*FirstActionMessage" style:highest "first_action_message"
1169 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1170 widget "*MarkerText" style:highest "marker_text"
1171 widget "*TimeAxisViewItemName*" style:highest "time_axis_view_item_name"
1172 #widget "*ExportProgress" style:highest "default_buttons_menus"
1173 widget "*ExportFileLabel" style:highest "small_bold_text"
1174 widget "*ExportFormatLabel" style:highest "medium_bold_text"
1175 widget "*ExportHeader" style:highest "small_bold_text"
1176 widget "*ExportFileDisplay" style:highest "medium_entry"
1177 widget "*ExportFormatDisplay" style:highest "medium_entry"
1178 widget "*ExportCheckbox" style:highest "small_entry"
1179 widget "*ExportTrackSelector*" style:highest "medium_entry_noselection_bg"
1180 widget "*EditModeSelector" style:highest "medium_bold_entry"
1181 widget "*SnapTypeSelector" style:highest "medium_bold_entry"
1182 widget "*SnapModeSelector" style:highest "medium_bold_entry"
1183 widget "*ZoomFocusSelector" style:highest "medium_bold_entry"
1184 widget "*ArdourContextMenu*" style:highest "default_buttons_menus"
1185 widget "*EditGroupTitleButton*" style:highest "default_buttons_menus"
1186 widget "*MixerGroupTitleButton*" style:highest "default_buttons_menus"
1187 widget "*ErrorLogCloseButton" style:highest "default_buttons_menus"
1188 widget "*EditorGTKButton*" style:highest "default_buttons_menus" 
1189 widget "*ToolbarButton" style:highest "default_buttons_menus"
1190 widget "*ToolbarButton*" style:highest "default_buttons_menus"
1191 widget "*CrossfadeEditButton" style:highest "default_buttons_menus"
1192 widget "*CrossfadeEditButton*" style:highest "default_buttons_menus"
1193 widget "*TrackHistoryButton*" style:highest "default_buttons_menus"
1194 widget "*TrackSizeButton*" style:highest "default_buttons_menus"
1195 widget "*TrackPlaylistButton*" style:highest "default_buttons_menus"
1196 widget "*TrackAutomationButton*" style:highest "default_buttons_menus"
1197 widget "*TrackGroupButton*" style:highest "default_buttons_menus"
1198 widget "*TrackMixButton*" style:highest "default_buttons_menus"
1199 widget "*TrackVisualButton*" style:highest "default_buttons_menus"
1200 widget "*TrackRemoveButton*" style:highest "default_buttons_menus"
1201 widget "*BaseButton" style:highest "default_buttons_menus"
1202 widget "*TakeButtonLabel" style:highest "default_buttons_menus"
1203 widget "*MixerWidthButton" style:highest "default_buttons_menus"
1204 widget "*MixerHideButton" style:highest "default_buttons_menus"
1205 widget "*MixerSendButton" style:highest "default_buttons_menus"
1206 widget "*MixerSendButtonLabel" style:highest "default_buttons_menus"
1207 widget "*MixerSendSwitch" style:highest "default_buttons_menus"
1208 widget "*MixerInsertButton" style:highest "default_buttons_menus"
1209 widget "*MixerInsertButtonLabel" style:highest "default_buttons_menus"
1210 widget "*MixerInsertSwitch" style:highest "default_buttons_menus"
1211 widget "*MixerMonitorInputButton*" style:highest "very_small_button"
1212 widget "*MixerMonitorInputButton.*" style:highest "very_small_button"
1213 widget "*MixerIOButton" style:highest "very_small_button"
1214 widget "*MixerIOButtonLabel" style:highest "very_small_button"
1215 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1216 widget "*AddRouteDialogRadioButton*" style:highest "options_window"
1217 widget "*OptionsNotebook" style:highest "options_window"
1218 widget "*OptionEditorToggleButton*" style:highest "options_window"
1219 widget "*OptionsLabel" style:highest "options_window"
1220 widget "*OptionEditorAuditionerLabel" style:highest "options_window"
1221 widget "*OptionsEntry" style:highest "option_entry"
1222 widget "*InspectorNotebook" style:highest "options_window"
1223 widget "*NewSessionDialog" style:highest "options_window"
1224 widget "*NewSessionDialogButton*" style:highest "options_window"
1225 widget "*MixerSendSwitch*" style:highest "very_small_red_active_and_selected_button"
1226 widget "*OptionEditorToggleButton" style:highest "small_red_active_and_selected_button"
1227 widget "*NewSessionDialogButton" style:highest "small_red_active_and_selected_button"
1228 widget "*RecordEnableButton" style:highest "track_rec_enable_button"
1229 widget "*RecordEnableButton-active" style:highest "track_rec_enable_button_active"
1230 widget "*RecordEnableButton-alternate" style:highest "track_rec_enable_button_alternate"
1231 widget "*MixerRecordEnableButton" style:highest "mixer_track_rec_enable_button"
1232 widget "*MixerRecordEnableButton-active" style:highest "mixer_track_rec_enable_button_active"
1233 widget "*MixerRecordEnableButton-alternate" style:highest "mixer_track_rec_enable_button_alternate"
1234 widget "*MuteButton" style:highest "mute_button"
1235 widget "*MuteButton-alternate" style:highest "mute_button_alternate"
1236 widget "*MuteButton-active" style:highest "mute_button_active"
1237 widget "*MixerMuteButton" style:highest "mixer_mute_button"
1238 widget "*MixerMuteButton-alternate" style:highest "mixer_mute_button_alternate"
1239 widget "*MixerMuteButton-active" style:highest "mixer_mute_button_active"
1240 widget "*SoloButton" style:highest "solo_button"
1241 widget "*SoloButton-alternate" style:highest "solo_button_alternate"
1242 widget "*SoloButton-active" style:highest "solo_button_active"
1243 widget "*MixerSoloButton" style:highest "mixer_solo_button"
1244 widget "*MixerSoloButton-alternate" style:highest "mixer_solo_button_alternate"
1245 widget "*MixerSoloButton-active" style:highest "mixer_solo_button_active"
1246 widget "*TrackLoopButton*" style:highest "track_loop_button"
1247 widget "*PanAutomationLineSelector*" style:highest "multiline_combo"
1248 widget "*EditorTimeButton*" style:highest "time_button"
1249 widget "*MixerPhaseInvertButton*" style:highest "very_small_button"
1250 widget "*MixerPhaseInvertButton.*" style:highest "very_small_button"
1251 widget "*MixerAutomationRecordingButton*" style:highest "very_small_button"
1252 widget "*MixerAutomationRecordingButton.*" style:highest "very_small_button"
1253 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1254 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1255 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1256 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1257 widget "*MixerNameButton" style:highest "very_small_button"
1258 widget "*MixerNameButtonLabel" style:highest "very_small_button"
1259 widget "*MixerGroupButton" style:highest "very_small_button"
1260 widget "*MixerGroupButtonLabel" style:highest "very_small_button"
1261 widget "*MixerCommentButton" style:highest "very_small_button"
1262 widget "*MixerCommentButton*" style:highest "very_small_button"
1263 widget "*EditGroupButton" style:highest "very_small_button"
1264 widget "*EditGroupButtonLabel" style:highest "very_small_button"
1265 widget "*TransportButton" style:highest "transport_rec_button"
1266 widget "*TransportButton-active" style:highest "transport_button_active"
1267 widget "*ShuttleButton" style:highest "transport_button"
1268 widget "*ShuttleButton*" style:highest "transport_button"
1269 widget "*ShuttleDisplay" style:highest "transport_button"
1270 widget "*ShuttleDisplay*" style:highest "transport_button"
1271 widget "*ShuttleControl" style:highest "shuttle_control"
1272 widget "*TransportRecButton" style:highest "transport_rec_button"
1273 widget "*TransportRecButton*" style:highest "transport_rec_button"
1274 widget "*TransportRecButton-active" style:highest "transport_rec_button_active"
1275 widget "*TransportRecButton-active*" style:highest "transport_rec_button_active"
1276 widget "*TransportRecButton-alternate" style:highest "transport_rec_button_alternate"
1277 widget "*TransportRecButton-alternate*" style:highest "transport_rec_button_alternate"
1278 widget "*TransportRecButton*" style:highest "transport_rec_button"
1279 widget "*RecordingXrunWarningWindow" style:highest "xrun_warn"
1280 widget "*RecordingXrunWarningWindow*" style:highest "xrun_warn"
1281 /*widget "*MainMenuBar" style:highest "menu_bar_base"*/
1282 widget "*ErrorMessage" style:highest "error_message"
1283 widget "*FatalMessage" style:highest "fatal_message"
1284 widget "*InfoMessage" style:highest "info_message"
1285 widget "*WarningMessage" style:highest "warning_message"
1286 widget "*BigClockNonRecording" style:highest "non_recording_big_clock_display"
1287 widget "*BigClockRecording" style:highest "recording_big_clock_display"
1288 widget "*TransportClockDisplay" style:highest "transport_clock_display"
1289 widget "*SecondaryClockDisplay" style:highest "transport_clock_display"
1290 widget "*TransportClockDisplayDelta" style:highest "transport_clock_display_delta"
1291 widget "*SecondaryClockDisplayDelta" style:highest "transport_clock_display_delta"
1292 widget "*AudioClockFramesUpperInfo" style:highest "tempo_meter_clock_display"
1293 widget "*AudioClockFramesLowerInfo" style:highest "tempo_meter_clock_display"
1294 widget "*AudioClockSMPTEUpperInfo" style:highest "tempo_meter_clock_display"
1295 widget "*AudioClockSMPTELowerInfo" style:highest "tempo_meter_clock_display"
1296 widget "*AudioClockBBTUpperInfo" style:highest "tempo_meter_clock_display"
1297 widget "*AudioClockBBTLowerInfo" style:highest "tempo_meter_clock_display"
1298 widget "*SelectionStartClock" style:highest "default_clock_display"
1299 widget "*SelectionEndClock" style:highest "default_clock_display"
1300 widget "*EditCursorClock" style:highest "default_clock_display"
1301 widget "*PreRollClock" style:highest "default_clock_display"
1302 widget "*PostRollClock" style:highest "default_clock_display"
1303 widget "*NudgeClock" style:highest "default_clock_display"
1304 widget "*ZoomRangeClock" style:highest "default_clock_display"
1305 widget "*SMPTEOffsetClock" style:highest "default_clock_display"
1306 widget "*TransportLabel" style:highest "small_bold_text"
1307 widget "*TakeLabel" style:highest "small_bold_text"
1308 widget "*LocationLabel" style:highest "small_bold_text"
1309 widget "*WipeLabel" style:highest "small_bold_text"
1310 widget "*TakeTagLabel" style:highest "small_bold_text"
1311 widget "*ToolBarLabel" style:highest "small_bold_text"
1312 widget "*EditorDisplayLabel" style:highest "small_bold_text"
1313 widget "*NewSessionLabel" style:highest "large_text"
1314 widget "*GlobalButtonLabel" style:highest "default_buttons_menus"
1315 widget "*ClickButton" style:highest "medium_entry"
1316 widget "*RegionNameDisplay" style:highest "medium_entry"
1317 widget "*PluginDisplay" style:highest "medium_entry"
1318 widget "*SelectionDisplay" style:highest "medium_entry"
1319 widget "*HistorySelector" style:highest "medium_entry"
1320 widget "*LocationSelector" style:highest "medium_entry"
1321 widget "*TakeSelector" style:highest "medium_entry"
1322 widget "*RegionSelector" style:highest "medium_entry"
1323 widget "*SMPTERuler" style:highest "editor_time_ruler"
1324 widget "*BBTRuler" style:highest "editor_time_ruler"
1325 widget "*FramesRuler" style:highest "editor_time_ruler"
1326 widget "*MinSecRuler" style:highest "editor_time_ruler"
1327 widget "*BaseFrame" style:highest "base_frame"
1328 widget "*AudioTrackStripBase*" style:highest "audio_track_base"
1329 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
1330 widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base"
1331 widget "*AudioTrackFader" style:highest "gain_fader"
1332 widget "*AudioBusStripBase" style:highest "audio_bus_base"
1333 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
1334 widget "*AudioBusFader" style:highest "gain_fader"
1335 widget "*TrackSeparator" style:highest "track_separator"
1336 widget "*TrackEditIndicator0*" style:highest "edit_group_0"
1337 widget "*TrackEditIndicator1*" style:highest "edit_group_1"
1338 widget "*TrackEditIndicator2*" style:highest "edit_group_2"
1339 widget "*TrackEditIndicator3*" style:highest "edit_group_3"
1340 widget "*TrackEditIndicator4*" style:highest "edit_group_3"
1341 widget "*TrackEditIndicator5*" style:highest "edit_group_3"
1342 widget "*TrackEditIndicator6*" style:highest "edit_group_3"
1343 widget "*TrackEditIndicator7*" style:highest "edit_group_3"
1344 widget "*EditorTrackNameDisplay" style:highest "track_name_display"
1345 widget "*EditorTrackNameDisplay*" style:highest "track_name_display"
1346 widget "*EditorActiveTrackNameDisplay" style:highest "active_track_name_display"
1347 widget "*EditorActiveTrackNameDisplay*" style:highest "active_track_name_display"
1348 widget "*CrossfadeEditAuditionButton" style:highest "red_when_active"
1349 widget "*CrossfadeEditAuditionButton*" style:highest "red_when_active"
1350 widget "*CrossfadeEditCurveButton" style:highest "red_when_active"
1351 widget "*CrossfadeEditCurveButton*" style:highest "red_when_active"
1352 widget "*CrossfadeEditLabel" style:highest "medium_text"
1353 widget "*CrossfadeEditFrame" style:highest "base_frame"
1354 widget "*MouseModeButton" style:highest "default_buttons_menus"
1355 widget "*MouseModeButton*" style:highest "default_buttons_menus"
1356 widget "*EditorMainCanvas" style:highest "main_canvas_area"
1357 widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1358 widget "*BusControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1359 widget "*AutomationTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1360 widget "*AutomationTrackName" style:highest "automation_track_name"
1361 widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1362 widget "*BusControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1363 widget "*AutomationTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1364 widget "*AudioTrackStripBaseInactive" style:highest "track_controls_inactive"
1365 widget "*AudioBusStripBaseInactive" style:highest "track_controls_inactive"
1366 widget "*AudioTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1367 widget "*BusControlsBaseSelected" style:highest "edit_controls_base_selected"
1368 widget "*AutomationTrackControlsBase" style:highest "automation_track_controls_base"
1369 widget "*AutomationTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1370 /*widget "*EditorMenuBar*" style:highest "black_mackie_menu_bar"
1371 widget "*MainMenuBar*" style:highest "black_mackie_menu_bar"
1372 */
1373 widget "*ZoomClickBox" style:highest "medium_bold_entry"
1374 widget "*PluginParameterLabel" style:highest "medium_text"
1375 widget "*PluginNameInfo" style:highest "plugin_name_text"
1376 widget "*PluginMakerInfo" style:highest "plugin_maker_text"
1377 widget "*PluginParameterInfo" style:highest "medium_text"
1378 widget "*MotionControllerValue" style:highest "medium_entry"
1379 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
1380 widget "*PluginUIClickBox" style:highest "medium_bold_entry"
1381 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
1382 widget "*PluginSlider" style:highest "plugin_slider"
1383 widget "*RedirectSelector" style:highest "redirect_list_display"
1384 widget "*RedirectSelector.*" style:highest "redirect_list_display"
1385 widget "*EditGroupDisplay" style:highest "treeview_display"
1386 widget "*TrackListDisplay" style:highest "treeview_display"
1387 widget "*RegionListDisplay" style:highest "treeview_display"
1388 widget "*NamedSelectionDisplay" style:highest "treeview_display"
1389 widget "*SnapshotDisplay" style:highest "treeview_display"
1390 widget "*MixerTrackCommentArea" style:highest "option_entry"
1391 widget "*MixerPanZone" style:highest "pan_zone"
1392 widget "*MixerTrackDisplayList" style:highest "treeview_display"
1393 widget "*MixerSnapshotDisplayList" style:highest "treeview_display"
1394 widget "*MixerAuxDisplayList" style:highest "treeview_display"
1395 widget "*MixerGroupList" style:highest "treeview_display"
1396 widget "*RegionEditorLabel" style:highest "medium_text"
1397 widget "*RegionEditorSmallLabel" style:highest "small_text"
1398 widget "*RegionEditorEntry" style:highest "medium_entry"
1399 widget "*RegionEditorClock" style:highest "default_clock_display"
1400 widget "*RegionEditorToggleButton" style:highest "paler_red_when_active"
1401 widget "*RegionEditorToggleButton*" style:highest "paler_red_when_active"
1402 widget "*MixerStripSpeedBase" style:highest "small_entry"
1403 widget "*MixerStripSpeedBase*" style:highest "small_entry"
1404 widget "*MixerStripSpeedBaseNotOne" style:highest "small_red_on_black_entry"
1405 widget "*MixerStripSpeedBaseNotOne*" style:highest "small_red_on_black_entry"
1406 widget "*MixerStripGainDisplay" style:highest "small_entry"
1407 widget "*MixerStripGainDisplay*" style:highest "small_entry"
1408 widget "*MixerStripGainUnitButton" style:highest "very_small_button"
1409 widget "*MixerStripGainUnitButton*" style:highest "very_small_button"
1410 widget "*MixerStripMeterPreButton" style:highest "very_small_button"
1411 widget "*MixerStripMeterPreButton*" style:highest "very_small_button"
1412 widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry"
1413 widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry"
1414 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
1415 widget "*MixerStripFrame" style:highest "base_frame"
1416 widget "*HWMonitorButton" style:highest "red_when_active"
1417 widget "*HWMonitorButton*" style:highest "red_when_active"
1418 widget "*BypassButton" style:highest "red_when_active"
1419 widget "*BypassButton*" style:highest "red_when_active"
1420 widget "*TransportSoloAlert" style:highest "flashing_alert"
1421 widget "*TransportSoloAlert.*" style:highest "flashing_alert"
1422 widget "*TransportAuditioningAlert" style:highest "flashing_alert"
1423 widget "*TransportAuditioningAlert.*" style:highest "flashing_alert"
1424 widget "*FadeCurve" style:highest "medium_bold_entry"
1425 widget "*FadeCurve*" style:highest "medium_bold_entry"
1426 widget "*IOSelectorButton" style:highest "default_buttons_menus"
1427 widget "*IOSelectorButton*" style:highest "default_buttons_menus"
1428 widget "*IOSelectorList" style:highest "medium_entry_noselection_fg"
1429 widget "*IOSelectorPortList" style:highest "io_selector_port_list"
1430 widget "*IOSelectorPortList.*" style:highest "io_selector_port_list"
1431 widget "*IOSelectorPortListSelected" style:highest "selected_io_selector_port_list"
1432 widget "*IOSelectorPortListSelected.*" style:highest "selected_io_selector_port_list"
1433 widget "*IOSelectorNotebook" style:highest "io_selector_notebook"
1434 widget "*IOSelectorNotebookTab" style:highest "io_selector_notebook"
1435 widget "*IOSelectorFrame" style:highest "base_frame"
1436 widget "*ConnectionEditorButton" style:highest "default_buttons_menus"
1437 widget "*ConnectionEditorButton*" style:highest "default_buttons_menus"
1438 widget "*ConnectionEditorList" style:highest "medium_entry_noselection_fg"
1439 widget "*ConnectionEditorConnectionList" style:highest "medium_entry"
1440 widget "*ConnectionEditorPortList" style:highest "io_selector_port_list"
1441 widget "*ConnectionEditorPortListSelected" style:highest "selected_io_selector_port_list"
1442 widget "*ConnectionEditorNotebook" style:highest "io_selector_notebook"
1443 widget "*ConnectionEditorNotebookTab" style:highest "io_selector_notebook"
1444 widget "*ConnectionEditorFrame" style:highest "base_frame"
1445 widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
1446 widget "*RouteParamsPreListDisplay" style:highest "inspector_redirect_list_display"
1447 widget "*RouteParamsPostListDisplay" style:highest "inspector_redirect_list_display"
1448 widget "*TearOffArrow" style:highest "tearoff_arrow"
1449 widget "*RouteParamsTitleButton" style:highest "medium_text"
1450 widget "*RouteParamsTitleLabel" style:highest "medium_text"
1451 widget "*PluginAutomateRecordButton" style:highest "small_red_active_and_selected_button"
1452 widget "*PluginAutomateRecordButton*" style:highest "small_red_active_and_selected_button"
1453 widget "*PluginAutomatePlayButton" style:highest "small_red_active_and_selected_button"
1454 widget "*PluginAutomatePlayButton*" style:highest "small_red_active_and_selected_button"
1455 widget "*PluginAutomateButton" style:highest "small_button"
1456 widget "*PluginAutomateButton*" style:highest "small_button"
1457 widget "*PluginSaveButton" style:highest "small_button"
1458 widget "*PluginSaveButton*" style:highest "small_button"
1459 widget "*PluginLoadButton" style:highest "small_button"
1460 widget "*PluginLoadButton*" style:highest "small_button"
1461 widget "*FaderMetricsStrip" style:highest "meter_metrics_strip"
1462 widget "*MeterMetricsStrip" style:highest "meter_metrics_strip"
1463 widget "*MetricDialogFrame" style:highest "base_frame"
1464 widget "*MetricEntry" style:highest "medium_bold_entry"
1465 widget "*MetricButton" style:highest "default_buttons_menus"
1466 widget "*MetricButton.*" style:highest "default_buttons_menus"
1467 widget "*MetricLabel" style:highest "medium_text"
1468 widget "*TimeStretchButton" style:highest "default_buttons_menus"
1469 widget "*TimeStretchButton.*" style:highest "default_buttons_menus"
1470 widget "*TimeStretchProgress" style:highest "default_buttons_menus"
1471 widget "*ChoiceWindow" style:highest "default_buttons_menus"
1472 widget "*ChoicePrompt" style:highest "default_buttons_menus"
1473 widget "*ChoiceButton" style:highest "default_buttons_menus"
1474 widget "*ChoiceButton*" style:highest "default_buttons_menus"
1475 widget "*SelectionModeButton" style:highest "default_buttons_menus"
1476 widget "*SelectionModeButton*" style:highest "default_buttons_menus"
1477 widget "*TrackLabel" style:highest "medium_text"
1478 widget "*TrackPlugName" style:highest "medium_text"
1479 widget "*TrackParameterName" style:highest "small_text"
1480 widget "*AddRouteDialog*" style:highest "medium_text"
1481 widget "*AddRouteDialog.GtkLabel" style:highest "medium_text"
1482 widget "*AddRouteDialogChannelChoice" style:highest "medium_bold_entry"
1483 widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
1484 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
1485 widget "*AddRouteDialogRadioButton" style:highest "red_when_active"
1486 widget "*AddRouteDialogButton" style:highest "default_buttons_menus"
1487 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
1488 widget "*NewSessionIOLabel" style:highest "larger_bold_text"
1489 widget "*NewSessionSR1Label" style:highest "red_medium_text"
1490 widget "*NewSessionSR2Label" style:highest "medium_text"
1491 widget "*NewSessionChannelChoice" style:highest "medium_bold_entry"
1492 widget "*NewSessionMainButton" style:highest "larger_bold_text"
1493 widget "*NewSessionMainButton*" style:highest "larger_bold_text"
1494 widget "*NewSessionMainLabel" style:highest "larger_bold_text"
1495 widget "*LocationEditRowClock" style:highest "location_rows_clock"
1496 widget "*LocationEditNameLabel" style:highest "medium_text"
1497 widget "*LocationEditSetButton" style:highest "location_row_button"
1498 widget "*LocationEditSetButton*" style:highest "location_row_button"
1499 widget "*LocationEditGoButton" style:highest "location_row_button"
1500 widget "*LocationEditGoButton*" style:highest "location_row_button"
1501 widget "*LocationEditCdButton" style:highest "small_red_active_and_selected_button"
1502 widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button"
1503 widget "*LocationEditHideButton" style:highest "small_red_active_and_selected_button"
1504 widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button"
1505 widget "*LocationEditNumberLabel" style:highest "small_text"
1506 widget "*LocationLocEditorFrame" style:highest "base_frame"
1507 widget "*LocationRangeEditorFrame" style:highest "base_frame"
1508 widget "*LocationEditNameEntry" style:highest "option_entry"
1509 widget "*LocationAddLocationButton" style:highest "default_buttons_menus"
1510 widget "*LocationAddLocationButton*" style:highest "default_buttons_menus"
1511 widget "*LocationAddRangeButton" style:highest "default_buttons_menus"
1512 widget "*LocationAddRangeButton*" style:highest "default_buttons_menus"
1513 widget "*LocationEditRemoveButton" style:highest "location_row_button"
1514 widget "*LocationEditRemoveButton*" style:highest "location_row_button"
1515 widget "*PanSlider" style:highest "pan_slider"
1516 widget "*PanningLinkButton" style:highest "mixer_red_active_button"
1517 widget "*PanningLinkButton.*" style:highest "mixer_red_active_button"
1518 widget "*PanningLinkDirectionButton" style:highest "very_small_button"
1519 widget "*PanningLinkDirectionButton.*" style:highest "very_small_button"
1520 widget "*ChannelCountSelector" style:highest "medium_bold_entry"
1521 widget "*ChannelCountSelector.GtkArrow" style:highest "default_buttons_menus"
1522 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
1523 widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
1524