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