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