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