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