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