69996038735584986e47a2f8cf0b3a15dcfdca87
[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_toggle_button" = "small_button"
422 {
423         font_name = "@FONT_SMALLER@"
424         ythickness = 0
425         xthickness = 0
426         bg[ACTIVE] = { 1.0, 0.749, 0.247 }
427         fg[ACTIVE] = { 0, 0, 0 }
428 }
429
430 style "mixer_solo_button" = "solo_button"
431 {
432         font_name = "@FONT_SMALLER@"
433         xthickness = 0
434         ythickness = 0
435 }
436
437 style "mixer_solo_button_alternate" = "solo_button_alternate"
438 {
439         font_name = "@FONT_SMALLER@"
440         xthickness = 0
441         ythickness = 0
442 }
443
444 style "mixer_solo_button_alternate2" = "solo_button_alternate2"
445 {
446         font_name = "@FONT_SMALLER@"
447         xthickness = 0
448         ythickness = 0
449 }
450
451
452 style "mixer_solo_button_active" = "solo_button_active"
453 {
454         font_name = "@FONT_SMALLER@"
455         xthickness = 0
456         ythickness = 0
457 }
458
459 style "monitor_opt_button" = "small_button"
460 {
461         font_name = "@FONT_SMALLER@"
462         bg[ACTIVE] = { 1.0, 0.749, 0.247 }
463         fg[ACTIVE] = { 0, 0, 0 }
464 }
465
466 style "monitor_mono_button" = "small_button"
467 {
468         bg[ACTIVE] = { 0.725, 0.925, 0.949 }
469         fg[ACTIVE] = { 0, 0, 0 }
470 }
471
472 style "monitor_invert_button" = "small_button"
473 {
474         bg[ACTIVE] = { 1.0, 0.749, 0.247 }
475         fg[ACTIVE] = { 0, 0, 0 }
476 }
477
478 style "monitor_mute_button" = "small_button"
479 {
480         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
481         fg[ACTIVE] = { 0, 0, 0 }
482 }
483
484 style "monitor_dim_button" = "small_button"
485 {
486         bg[ACTIVE] = { 0.90, 0.89, 0.73 }
487         fg[ACTIVE] = { 0, 0, 0 }
488 }
489
490 style "monitor_iso_button" = "small_button"
491 {
492         font_name = "@FONT_SMALLER@"
493         bg[ACTIVE] = { 0.725, 0.925, 0.949 }
494         fg[ACTIVE] = { 0, 0, 0 }
495 }
496
497 style "mute_button" = "small_button"
498 {
499         bg[ACTIVE] = { 0.90, 0.89, 0.73 }
500         fg[ACTIVE] = { 0, 0, 0 }
501 }
502
503 style "mute_button_alternate" = "small_button"
504 {
505         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
506         bg[NORMAL] = { 1.0, 0.98, 0.53 }
507         bg[SELECTED] = { 1.0, 0.98, 0.53 }
508         bg[PRELIGHT] = { 1.0, 0.98, 0.53 }
509
510         fg[SELECTED] = { 0, 0, 0 }
511         fg[ACTIVE] = { 0, 0, 0 }
512         fg[NORMAL] = { 0, 0, 0 }
513         fg[PRELIGHT] = { 0, 0, 0 }
514 }
515
516 style "mute_button_active" = "small_button"
517 {
518         bg[NORMAL] = { 0.90, 0.89, 0.73 }
519         bg[ACTIVE] = { 0.90, 0.89, 0.73 }
520         bg[PRELIGHT] = { 0.90, 0.89, 0.73 }
521         bg[SELECTED] = { 0.90, 0.89, 0.73 }
522
523         fg[SELECTED] = { 0, 0, 0 }
524         fg[ACTIVE] = { 0, 0, 0 }
525         fg[NORMAL] = { 0, 0, 0 }
526         fg[PRELIGHT] = { 0, 0, 0 }
527 }
528
529 style "mixer_mute_button" = "mute_button"
530 {
531         font_name = "@FONT_SMALLER@"
532         xthickness = 0
533         ythickness = 0
534 }
535
536 style "mixer_mute_button_alternate" = "mute_button_alternate"
537 {
538         font_name = "@FONT_SMALLER@"
539         xthickness = 0
540         ythickness = 0
541 }
542
543 style "mixer_mute_button_active" = "mute_button_active"
544 {
545         font_name = "@FONT_SMALLER@"
546         xthickness = 0
547         ythickness = 0
548 }
549
550 style "multiline_combo" = "small_button"
551 {
552         font_name = "@FONT_NORMAL@"
553         xthickness = 0
554         ythickness = 0
555 }
556
557
558 style "track_loop_button" = "small_button"
559 {
560         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
561         bg[PRELIGHT] = { 1.0, 0.98, 0.53 }
562
563 }
564
565 style "mixer_red_active_button" = "very_small_button"
566 {
567         fg[ACTIVE] = { 0, 1.0, 1.0 }
568         bg[ACTIVE] = { 0.7, 0, 0 }
569
570         base[INSENSITIVE] = { 0.16, 0.16, 0.21 }
571         bg[INSENSITIVE] = { 0.16, 0.16, 0.21 }
572 }
573
574 style "time_button" = "default_button"
575 {
576         font_name = "@FONT_SMALL@"
577 }
578
579 style "transport_button"
580 {
581         bg[ACTIVE] = { 0.50, 1.0, 0.50 }
582         fg[ACTIVE] = { 0, 0, 0 }
583 }
584
585 style "transport_button_active"
586 {
587         bg[NORMAL] = { 0.50, 1.0, 0.50 }
588         bg[ACTIVE] = { 0.50, 1.0, 0.50 }
589         bg[SELECTED] = { 0.50, 1.0, 0.50 }
590         bg[PRELIGHT] = { 0.50, 1.0, 0.50 }
591
592         fg[NORMAL] = { 0, 0, 0 }
593         fg[PRELIGHT] = { 0, 0, 0 }
594         fg[SELECTED] = { 0, 0, 0 }
595         fg[ACTIVE] = { 0, 0, 0 }
596 }
597
598 style "transport_button_alternate_two"
599 {
600         fg[SELECTED] = { 0.0, 0.0, 0.0 }
601         fg[ACTIVE] =   { 0.0, 0.0, 0.0 }
602         fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
603         fg[NORMAL] = { 0.0, 0.0, 0.0 }
604
605         bg[NORMAL] =   { 0.91, 0.68, 0.00 }
606         bg[ACTIVE] =   { 0.91, 0.68, 0.00 }
607         bg[SELECTED] =   { 0.91, 0.68, 0.00 }
608         bg[PRELIGHT] =   { 0.91, 0.68, 0.00 }
609 }
610
611 style "transport_rec_button"
612 {
613
614 }
615
616 style "transport_rec_button_active"
617 {
618         bg[ACTIVE] = { 1.0, 0, 0 }
619         bg[NORMAL] = { 1.0, 0, 0 }
620         bg[SELECTED] = { 1.0, 0, 0 }
621         bg[PRELIGHT] = { 1.0, 0, 0 }
622 }
623
624 style "transport_rec_button_alternate"
625 {
626         bg[PRELIGHT] = { 0.91, 0.68, 0.68 }
627         bg[NORMAL] = { 0.91, 0.68, 0.68 }
628         bg[SELECTED] = { 0.91, 0.68, 0.68 }
629         bg[ACTIVE] = { 0.91, 0.68, 0.68 }
630 }
631
632 style "shuttle_control" = "very_small_text"
633 {
634         fg[NORMAL] = { 0.85, 0.92, 0.98 }
635         fg[ACTIVE] = { 0.85, 0.92, 0.98 }
636         fg[PRELIGHT] = { 0.85, 0.92, 0.98 }
637         fg[SELECTED] = { 0.85, 0.92, 0.98 }
638         fg[INSENSITIVE] = { 0.85, 0.92, 0.98 }
639
640         bg[NORMAL] = { 0.26, 0.26, 0.31 }
641         bg[PRELIGHT] = { 0.26, 0.26, 0.31 }
642         bg[INSENSITIVE] = { 0.26, 0.26, 0.31 }
643         bg[ACTIVE] = { 0.70, 0.70, 0.70 }
644         bg[SELECTED] = { 1.0, 0.04, 0.04 }
645 }
646
647 style "ardour_adjusters" = "default_generic"
648 {
649         bg[NORMAL] = { 0.60, 0.60, 0.60 }
650         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
651         bg[ACTIVE] = { 0.06, 0.06, 0.06 }
652 }
653
654 style "editor_hscrollbar" = "ardour_adjusters"
655 {
656         #
657         # special case: we want this scrollbar to be as tall as the
658         # zoom focus selector combobox. scrollbars don't expand to
659         # fill the space available to them, so we have to explicitly
660         # make it bigger.
661         # 
662         GtkRange::slider_width = 27
663         GtkScrollbar::slider_width = 27
664 }
665
666 style "ardour_progressbars" = "default_generic"
667
668   # Clearlooks always uses black for the advancing bar, sigh
669   # so this is just a contrasting color for the trough
670   bg[NORMAL] = { 0.654, 0.654, 0.654 }
671 }
672
673 style "preferences"  = "default_base"
674 {
675         font_name = "@FONT_NORMAL@"
676         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
677 }
678
679 style "option_entry"  = "default_base"
680 {
681         fg[NORMAL] = { 1.0, 1.0, 1.0 }
682         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
683         fg[INSENSITIVE] = { 0.80, 0.80, 0.80 }
684         
685         base[INSENSITIVE] = { 0.07, 0.07, 0.12 }
686         
687         bg[NORMAL] = { 0.35, 0.35, 0.40 }
688         bg[ACTIVE] = { 0.35, 0.35, 0.40 }
689 }
690
691 style "red_when_active" = "medium_text"
692 {
693         fg[NORMAL] = { 0.80, 0.80, 0.80 }
694         bg[NORMAL] = { 0.26, 0.26, 0.31 }
695
696         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
697         bg[ACTIVE] = { 1.0, 0, 0}
698 }
699
700 style "xrun_warn"  
701 {
702         font_name = "@FONT_BOLD_LARGE@"
703
704         fg[NORMAL] = { 1.0, 1.0, 1.0 }
705         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
706         text[NORMAL] = { 1.0, 1.0, 1.0 }
707         text[ACTIVE] = { 1.0, 1.0, 1.0 }
708         base[NORMAL] = { 0.09, 0.48, 0.46 }
709         base[ACTIVE] = { 0.09, 0.48, 0.46 }
710         bg[NORMAL] = { 1.0, 0.48, 0.46 }
711         bg[ACTIVE] = { 0.09, 1.0, 0.46 }
712 }
713 /*
714 style "menu_bar_base" = "default_base"
715 {
716         bg[NORMAL] = { 0.2, 0.2, 0.3 }
717         bg[ACTIVE] = { 0, 0, 0 }
718         bg[PRELIGHT] = { 0, 0, 0 }
719         bg[INSENSITIVE] = { 0, 0, 0 }
720         bg[SELECTED] = { 0, 0, 0 }
721 }
722 */
723 style "fatal_message" = "medium_text"
724 {
725    fg[ACTIVE] = { 1.0, 0.20, 0.20 }
726    fg[NORMAL] = { 1.0, 0.20, 0.20 }
727    bg[ACTIVE]   = "#1a1e24"
728    bg[NORMAL]   = "#1a1e24"
729    base[NORMAL] = "#1a1e24"
730    base[NORMAL] = "#1a1e24"
731 }
732
733 style "error_message" = "medium_text"
734 {
735    fg[ACTIVE] = { 1.0, 0.20, 0.20 }
736    fg[NORMAL] = { 1.0, 0.20, 0.20 }
737    bg[ACTIVE]   = "#1a1e24"
738    bg[NORMAL]   = "#1a1e24"
739    base[NORMAL] = "#1a1e24"
740    base[NORMAL] = "#1a1e24"
741 }
742
743 style "info_message" = "medium_text"
744 {
745    fg[ACTIVE]   = { 0.20, 0.80, 0.20 }
746    fg[NORMAL]   = { 0.20, 0.80, 0.20 }
747    bg[ACTIVE]   = "#1a1e24"
748    bg[NORMAL]   = "#1a1e24"
749    base[NORMAL] = "#1a1e24"
750    base[NORMAL] = "#1a1e24"
751 }
752
753 style "warning_message" = "medium_text"
754 {
755    fg[ACTIVE] = { 0.80, 0.80, 0.20 }
756    fg[NORMAL] = { 0.80, 0.80, 0.20 }
757    bg[ACTIVE]   = "#1a1e24"
758    bg[NORMAL]   = "#1a1e24"
759    base[NORMAL] = "#1a1e24"
760    base[NORMAL] = "#1a1e24"
761 }
762
763 style "medium_entry" = "medium_text"
764 {
765         fg[NORMAL] = { 0.70, 0.70, 0.70 }
766         fg[ACTIVE] = { 0.70, 0.70, 0.70 }
767         fg[SELECTED] = { 1.0, 1.0, 1.0 }
768         
769         bg[NORMAL] = { 0.35, 0.35, 0.40 }
770         
771         base[NORMAL] = { 0, 0, 0 }
772         base[ACTIVE] = { 0, 0, 0 }
773         base[SELECTED] = { 0.70, 0.70, 0.70 }
774 }
775
776 style "medium_entry_noselection_fg" = "medium_entry"
777 {
778         fg[SELECTED] = { 0.50, 1.0, 0.50 }
779 }
780
781 style "medium_entry_noselection_bg" = "medium_entry"
782 {
783         bg[SELECTED] = { 1.0, 1.0, 1.0 }
784 }
785
786 style "medium_bold_entry"  = "medium_bold_text"
787 {
788         fg[NORMAL] = { 0.70, 0.70, 0.70 }
789         fg[ACTIVE] = { 0.70, 0.70, 0.70 }
790         
791         bg[NORMAL] = { 0.35, 0.35, 0.40 }
792         
793         base[NORMAL] = { 0, 0, 0 }
794         base[ACTIVE] = { 0, 0, 0 }
795         base[SELECTED] = { 0, 0, 0 }
796 }
797
798 style "small_entry" = "small_text"
799 {
800         fg[NORMAL] = { 0.70, 0.70, 0.70 }
801         fg[ACTIVE] = { 0, 1.0, 0 }
802         fg[SELECTED] = { 0, 1.0, 0 }
803         text[NORMAL] = { 0.70, 0.70, 0.70 }
804         text[ACTIVE] = { 0, 1.0, 0 }
805         text[SELECTED] = { 0, 1.0, 0 }
806         bg[NORMAL] = { 0.0, 0.0, 0.0 }
807         bg[SELECTED] = { 0.0, 0.0, 0.0 }
808         bg[SELECTED] = { 0.0, 0.0, 0.0 }
809         base[NORMAL] = { 0, 0, 0 }
810         base[ACTIVE] = { 0, 0, 0 }
811         base[SELECTED] = { 0, 0, 0 }
812 }
813
814 style "red_active_small_entry" = "small_entry"
815 {
816         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
817         fg[SELECTED] = { 1.0, 0, 0 }
818 }
819
820 style "small_bold_entry" = "small_bold_text"
821 {
822         fg[NORMAL] = { 0.70, 0.70, 0.70 }
823         fg[ACTIVE] = { 0.70, 0.70, 0.70 }
824         
825         bg[NORMAL] = { 0.35, 0.35, 0.40 }
826         
827         base[NORMAL] = { 0, 0, 0 }
828         base[ACTIVE] = { 0, 0, 0 }
829         base[SELECTED] = { 0, 0, 0 }
830 }
831
832 style "small_red_on_black_entry"  = "small_bold_text"
833 {
834        fg[NORMAL] = { 1.0, 0, 0 }
835        fg[ACTIVE] = { 1.0, 0, 0 }
836        base[NORMAL] = { 0.0, 0.0, 0.0 }
837        base[ACTIVE] = { 0.0, 0.0, 0.0 }
838        bg[NORMAL] = { 0.0, 0.0, 0.0 }
839        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
840 }
841
842 style "non_recording_big_clock_display" = "medium_entry"
843 {
844         font_name = "@FONT_MASSIVE@"
845
846         fg[NORMAL] = { 0.50, 1.0, 0.50 }
847         fg[ACTIVE] = { 1.0, 0, 0.0 }
848         fg[SELECTED] = { 1.0, 0, 0 }
849         fg[PRELIGHT] = { 1.0, 0, 0.0 }
850         fg[INSENSITIVE] = { 1.0, 0, 0.0 }
851         
852         base[NORMAL] = { 0.0, 0.0, 0.0 }
853         base[ACTIVE] = { 0.0, 0.0, 0.0 }
854         bg[NORMAL] = { 0.0, 0.0, 0.0 }
855         bg[ACTIVE] = { 0.7, 0.0, 0.0 }  
856 }
857
858 style "recording_big_clock_display" = "non_recording_big_clock_display"
859 {
860         fg[NORMAL] = { 1.0, 0, 0 }
861 }
862
863 style "transport_clock_display"
864 {
865         font_name = "@FONT_BOLD_BIGGER@"
866         
867         fg[NORMAL] = { 0.50, 1.0, 0.50 }
868         fg[ACTIVE] = { 1.0, 0, 0.0 }
869         fg[SELECTED] = { 1.0, 0, 0 }
870         fg[PRELIGHT] = { 1.0, 0, 0.0 }
871         fg[INSENSITIVE] = { 1.0, 0, 0.0 }
872         
873         base[NORMAL] = { 0.0, 0.0, 0.0 }
874        base[ACTIVE] = { 0.0, 0.0, 0.0 }
875        bg[NORMAL] = { 0.0, 0.0, 0.0 }
876        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
877 }
878
879 style "transport_clock_display_delta" = "transport_clock_display"
880 {
881         fg[NORMAL] = { 0.30, 0.30, 1.0 }
882 }
883
884 style "tempo_meter_clock_display"
885 {
886         font_name = "@FONT_SMALLER@"
887         fg[NORMAL] = { 1.0, 1.0, 1.0 }
888         fg[ACTIVE] = { 1.0, 1.0, 0.0 }
889         fg[SELECTED] = { 1.0, 0, 0 }
890         base[NORMAL] = { 0.0, 0.48, 1.0 }
891         base[ACTIVE] = { 0.09, 0.98, 0.46 }
892         bg[NORMAL] = { 0.0, 0.48, 1.0 }
893         bg[ACTIVE] = { 0.09, 0.98, 0.46 }
894 }
895
896 style "default_clock_display" = "medium text"
897 {
898         fg[NORMAL] = { 0.50, 1.0, 0.50 }
899         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
900         fg[SELECTED] = { 1.0, 0, 0 }
901         base[NORMAL] = { 0, 0, 0 }
902         base[ACTIVE] = { 0, 0, 0 }
903         bg[NORMAL] = { 0, 0, 0 }
904         bg[ACTIVE] = { 0, 0, 0 }
905 }
906
907
908 style "white_on_black_clock_display" = "medium text"
909 {
910         fg[NORMAL] = { 1.0, 1.0, 1.0 }
911         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
912         fg[SELECTED] = { 1.0, 0, 0 }
913         base[NORMAL] = { 0, 0, 0 }
914         base[ACTIVE] = { 0, 0, 0 }
915         bg[NORMAL] = { 0, 0, 0 }
916         bg[ACTIVE] = { 0, 0, 0 }
917 }
918
919 style "editor_time_ruler" = "small_text"
920 {
921         fg[NORMAL] = { 0.80, 0.80, 0.80 }
922         bg[NORMAL] = { 0.09, 0.09, 0.09 }
923 }
924
925 style "audio_bus_base"
926 {
927   font_name = "@FONT_SMALLER@"
928   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
929   fg[NORMAL] = { 0.7, 0.8, 0.2 }        
930   bg[NORMAL] = "#363c45"
931 }
932
933 style "send_strip_base" = "default_base"
934 {
935   font_name = "@FONT_SMALLER@"
936   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
937   bg[NORMAL] = { 0.19, 0.97, 0.69 }     
938   bg[ACTIVE] = { 0.19, 0.97, 0.69 }     
939   bg[PRELIGHT] = { 0.19, 0.97, 0.69 }   
940   bg[INSENSITIVE] = { 0.19, 0.97, 0.69 }        
941   bg[SELECTED] = { 0.19, 0.97, 0.69 }   
942 }
943
944 style "audio_track_base" = "default_base"
945 {
946   font_name = "@FONT_SMALLER@"
947   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
948   bg[NORMAL] = "#43546e"
949   bg[ACTIVE] = { 0.20, 0.20, 0.20 }     
950   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
951   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
952   bg[SELECTED] = { 0.20, 0.20, 0.20 }
953 }
954
955 style "midi_track_base" = "default_base"
956 {
957   font_name = "@FONT_SMALLER@"
958   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
959   bg[NORMAL] = "#546e43"
960   bg[ACTIVE] = { 0.20, 0.20, 0.20 }     
961   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
962   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
963   bg[SELECTED] = { 0.20, 0.20, 0.20 }
964 }
965
966 style "track_controls_inactive" 
967 {
968         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
969         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
970         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
971         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
972         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
973
974         #font_name = "sans 18"
975         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
976 }
977
978 style "audio_track_metrics" = "audio_track_base"
979 {
980         font_name = "@FONT_TINY@"
981 }
982
983 style "audio_bus_metrics" = "audio_bus_base"
984 {
985         font_name = "@FONT_TINY@"
986 }
987
988 style "audio_track_metrics_inactive" = "track_controls_inactive"
989 {
990         font_name = "@FONT_TINY@"
991 }
992
993 style "audio_bus_metrics_inactive" = "track_controls_inactive"
994 {
995         font_name = "@FONT_TINY@"
996 }
997
998 style "track_name_display"
999 {
1000         font_name = "@FONT_NORMAL@"
1001         fg[NORMAL] = { 0.80, 0.80, 0.80 }
1002         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
1003
1004         base[NORMAL] = { 0.06, 0.06, 0.06 }
1005         base[ACTIVE] = { 0.26, 0.26, 0.26 }
1006         bg[NORMAL] = { 0.26, 0.26, 0.26 }
1007         bg[ACTIVE] = { 0.26, 0.26, 0.26 }
1008 }
1009
1010 style "active_track_name_display"
1011 {
1012         font_name = "@FONT_NORMAL@"
1013         GtkWidget::cursor_color =  {0, 0, 0 }
1014         text[NORMAL] = { 0.26, 0.26, 0.26 }
1015         base[NORMAL] = { 0.89, 0.89, 0.89 }
1016 }
1017
1018 style "track_separator"
1019 {
1020         bg[NORMAL] = { 0.35, 0.35, 0.40 }
1021 }
1022
1023 #
1024 # Track edit groups. These styles define
1025 # the colors that the "edit" button will
1026 # use as a track is moved from
1027 # track edit group to track edit group.
1028 # There are 8 edit groups. Edit group 0
1029 # is used for tracks that are not editable, 
1030 # so we leave its style to the default.
1031 #
1032
1033 style "edit_group_0"
1034
1035 {
1036         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
1037         bg[NORMAL] = { 0.31, 0.31, 0.31 }
1038         fg[NORMAL] = { 0.82, 0.91, 0.99 }
1039         fg[ACTIVE] = { 0, 0, 0 }
1040 }
1041
1042 style "edit_group_1" 
1043 {
1044         fg[NORMAL] = { 0, 0, 0 }
1045         fg[PRELIGHT] = { 0, 0, 0 }
1046         fg[SELECTED] = { 0, 0, 0 }
1047         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1048         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1049         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1050 }
1051
1052 style "edit_group_2" 
1053 {
1054         fg[NORMAL] = { 0, 0, 0 }
1055         fg[PRELIGHT] = { 0, 0, 0 }
1056         fg[SELECTED] = { 0, 0, 0 }
1057         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1058         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1059         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1060 }
1061
1062 style "edit_group_3" 
1063 {
1064         fg[NORMAL] = { 0, 0, 0 }
1065         fg[PRELIGHT] = { 0, 0, 0 }
1066         fg[SELECTED] = { 0, 0, 0 }
1067         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1068         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1069         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1070 }
1071
1072 style "treeview_parent_node"
1073 {
1074         # specifies *just* the color used for whole file rows when not selected
1075         
1076         fg[NORMAL] = { 0.0, 0.6, 0.85 }
1077 }
1078
1079 style "treeview_display" = "small_bold_text"
1080 {
1081         GtkWidget::focus-line-width = 0
1082
1083         # expander arrow border and DnD "icon" text
1084         fg[NORMAL] = { 0.8, 0.8, 0.8 } 
1085
1086         bg[NORMAL] = { 0.8, 0.8, 0.8 }
1087
1088         # background with no rows or no selection, plus
1089         # expander arrow core and DnD "icon" background
1090         base[NORMAL] = { 0.20, 0.20, 0.25 }
1091
1092         # selected row bg when window does not have focus (including during DnD)
1093         base[ACTIVE] = { 0.0, 0.75, 0.75 }    
1094
1095         # selected row bg when window has focus
1096         base[SELECTED] = { 0, 0.75, 0.75 }
1097
1098         # row text when in normal state and not a parent
1099         text[NORMAL] = { 0.80, 0.80, 0.80 }
1100
1101         # selected row text with window focus
1102         text[SELECTED] = { 1.0, 1.0, 1.0 }  
1103
1104         # selected row text without window focus (including during DnD)
1105         text[ACTIVE] = { 1.0, 1.0, 1.0 }  
1106 }
1107
1108 style "main_canvas_area"
1109 {
1110         bg[NORMAL] = { 0.30, 0.30, 0.34 }
1111         bg[ACTIVE] = { 0.30, 0.30, 0.34 }
1112         bg[INSENSITIVE] = { 0.30, 0.30, 0.34 }
1113         bg[SELECTED] = { 0.30, 0.30, 0.34 }
1114         bg[PRELIGHT] = { 0.30, 0.30, 0.34 }
1115 }
1116
1117 style "track_controls_inactive"
1118 {
1119         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
1120         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
1121         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
1122         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
1123         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
1124
1125         font_name = "@FONT_LARGE@"
1126         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
1127 }
1128
1129 style "edit_controls_base_selected"
1130 {
1131         bg[NORMAL] = { 0.32, 0.32, 0.54 }
1132         bg[ACTIVE] = { 0.32, 0.32, 0.54 }
1133         bg[INSENSITIVE] = { 0.32, 0.32, 0.54 }
1134         bg[SELECTED] = { 0.32, 0.32, 0.54 }
1135         bg[PRELIGHT] = { 0.32, 0.32, 0.54 }
1136 }
1137
1138 style "automation_track_controls_base"
1139 {
1140         bg[NORMAL] = { 0.22, 0.22, 0.29 }
1141         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
1142         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
1143         bg[SELECTED] = { 0.22, 0.22, 0.29 }
1144         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
1145 }
1146
1147 # Fader used for sends in processor boxes
1148 style "send_fader"
1149 {
1150         bg[NORMAL] = { 0.0, 0.0, 0.0 }
1151         bg[ACTIVE] = { 0.0, 0.0, 0.0 }
1152 }
1153
1154 # Plugin Editors
1155 style "plugin_slider" 
1156 {
1157         font_name ="@FONT_BOLD_BIG@"
1158
1159         # the slider itself. the inactive part is INSENSITIVE,
1160         # the active part is something else.
1161
1162         fg[NORMAL] = { 0.37, 0.43, 0.52 }
1163         fg[ACTIVE] = { 0.37, 0.43, 0.52 }
1164         fg[INSENSITIVE] = {0.35, 0.35, 0.40 } # matches default_base
1165         fg[SELECTED] = { 0.37, 0.43, 0.52 }
1166         fg[PRELIGHT] = { 0.37, 0.43, 0.52 }
1167
1168         # draws the outer rectangle around the slider
1169
1170         bg[NORMAL] = { 0.80, 0.80, 0.80 }
1171         bg[ACTIVE] = { 0.80, 0.80, 0.80 }
1172         bg[INSENSITIVE] = {0.80, 0.80, 0.80 }
1173         bg[SELECTED] = { 0.80, 0.80, 0.80 }
1174         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
1175
1176         # the numeric display
1177
1178         text[NORMAL] = { 0.80, 0.80, 0.80 }
1179         text[ACTIVE] = { 0.80, 0.80, 0.80 }
1180         text[INSENSITIVE] = { 0.80, 0.80, 0.80 }
1181         text[SELECTED] = { 0.80, 0.80, 0.80 }
1182         text[PRELIGHT] = { 0.80, 0.80, 0.80 }
1183 }
1184
1185 style "track_list_display" = "small_bold_text"
1186 {
1187         text[NORMAL] = { 0.80, 0.80, 0.80 }
1188         text[ACTIVE] = { 0.3, 0.3, 0.3 }
1189         text[INSENSITIVE] = { 0, 0, 0 }
1190         text[SELECTED] = { 0.8, 0.8, 0.8 }
1191
1192         base[NORMAL] = { 0, 0, 0 }
1193         base[ACTIVE] = { 0, 0, 0 }
1194         base[INSENSITIVE] = { 0, 0, 0 }
1195         base[SELECTED] = { 0, 0, 0 }
1196 }
1197
1198 style "inspector_track_list_display" = "track_list_display"
1199 {
1200         text[ACTIVE] = { 0.8, 0.8, 0.8 }
1201
1202         base[NORMAL] = { 0, 0, 0 }
1203         base[ACTIVE] = { 0.2, 0.2, 0.2 }
1204         base[INSENSITIVE] = { 0, 0, 0 }
1205         base[SELECTED] = { 0.3, 0.3, 0.4 }
1206 }
1207
1208 style "processor_list"
1209 {
1210         font_name = "@FONT_SMALLER@"
1211
1212         # Basic background colour
1213         bg[NORMAL] = { 0, 0, 0 }
1214
1215         # Colours for sends whose level is being controller by the fader
1216         bg[ACTIVE] = { 0.19, 0.97, 0.69 }
1217         fg[ACTIVE] = { 0.0, 0.0, 0.0 }
1218
1219         GtkCheckButton::indicator-size = 10
1220         GtkCheckButton::indicator-spacing = 0
1221 }
1222
1223 # Colour of a processor frame when it is selected
1224 style "processor_frame_selected"
1225 {
1226         bg[NORMAL] = { 0.9, 0.8, 0.2 }
1227 }
1228
1229 # Colour of a processor frame when it is a send whose level is being controller by the fader
1230 style "processor_frame_active_send"
1231 {
1232         bg[NORMAL] = { 0.19, 0.97, 0.69 }
1233 }
1234
1235 # Fader processor's background
1236 style "processor_fader"
1237 {
1238         bg[NORMAL] = { 0.4, 0.4, 0.4 }
1239 }
1240
1241 # Fader processor's frame
1242 style "processor_fader_frame"
1243 {
1244         bg[NORMAL] = { 0.5, 0.5, 0.5 }
1245 }
1246
1247 # Pre-fader processor's background
1248 style "processor_prefader"
1249 {
1250         bg[NORMAL] = { 0.3, 0.0, 0.0 }
1251 }
1252
1253 # Pre-fader processor's frame
1254 style "processor_prefader_frame"
1255 {
1256         bg[NORMAL] = { 0.5, 0.0, 0.0 }
1257 }
1258
1259 # Post-fader processor's background
1260 style "processor_postfader"
1261 {
1262         bg[NORMAL] = { 0.1, 0.3, 0.1 }
1263 }
1264
1265 # Post-fader processor's frame
1266 style "processor_postfader_frame"
1267 {
1268         bg[NORMAL] = { 0.1, 0.5, 0.1 }
1269 }
1270
1271 # MixerPanZone:
1272 #
1273 # the NORMAL fg color is used for the pan puck
1274 # the ACTIVE fg color is used for the speaker boxes
1275
1276 style "pan_zone" = "default_base"
1277 {
1278         fg[NORMAL] = { 0.34, 0.95, 0.92 }
1279         fg[ACTIVE] = { 0.95, 0.48, 0.11 }
1280 }
1281
1282 style "paler_red_when_active" = "medium_text"
1283 {
1284         fg[NORMAL] = { 0.80, 0.80, 0.80 }
1285         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
1286         bg[NORMAL] = { 0.31, 0.31, 0.31 }
1287         bg[PRELIGHT] = { 0.31, 0.31, 0.31 }
1288
1289         fg[ACTIVE] = { 0.36, 0.46, 0.28 }
1290         bg[ACTIVE] = { 1.00, 0.59, 0.59}
1291 }
1292
1293 style "peak_display_peaked_entry" = "small_text"
1294 {
1295         fg[NORMAL] = { 1.0, 1.0, 1.0 }
1296         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
1297         fg[SELECTED] = { 1.0, 1.0, 1.0 }
1298
1299         bg[NORMAL] = {0.9, 0.0, 0.0 }   
1300         bg[ACTIVE] = { 0.9, 0.0, 0.0 }  
1301         bg[PRELIGHT] = { 0.9, 0.0, 0.0 }        
1302         bg[INSENSITIVE] = { 0.9, 0.0, 0.0 }     
1303         bg[SELECTED] = { 0.9, 0.0, 0.0 }        
1304         base[NORMAL] = { 0.9, 0.0, 0.0 }        
1305         base[ACTIVE] = { 0.9, 0.0, 0.0 }        
1306         base[PRELIGHT] = { 0.9, 0.0, 0.0 }      
1307         base[INSENSITIVE] = { 0.9, 0.0, 0.0 }   
1308         base[SELECTED] = { 0.9, 0.0, 0.0 }      
1309 }
1310
1311 style "selected_strip_frame"
1312 {
1313         fg[NORMAL] = { 0.74, 0.42, 0.47 }
1314         bg[NORMAL] = { 0.79, 0.28, 0.18 }
1315 }
1316
1317 style "flashing_alert" = "very_small_text"
1318 {
1319         fg[NORMAL] = { 0.80, 0.80, 0.80 }
1320         bg[NORMAL] = { 0.26, 0.26, 0.31 }
1321         
1322         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
1323         bg[ACTIVE] = { 1.0, 0, 0}
1324 }
1325
1326
1327 style "green_flashing_alert" = "very_small_text"
1328 {
1329         fg[NORMAL] = { 0.80, 0.80, 0.80 }
1330         bg[NORMAL] = { 0.26, 0.26, 0.31 }
1331
1332         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
1333         bg[ACTIVE] = { 0.52, 1.0, 0}
1334 }
1335
1336 style "sync_alert"
1337 {
1338         #
1339         # this is used when the sync button is indicating that sync is
1340         # active, and alternates with another style if sync is active
1341         # but we are not locked
1342         #
1343         bg[ACTIVE] = { 0.98, 0.4, 0}
1344         bg[PRELIGHT] = { 0.98, 0.4, 0}
1345         bg[SELECTED] = { 0.98, 0.4, 0}
1346         bg[NORMAL] = { 0.98, 0.4, 0}
1347         
1348         fg[NORMAL] = { 0, 0, 0 }
1349         fg[PRELIGHT] = { 0, 0, 0 }
1350         fg[SELECTED] = { 0, 0, 0 }
1351         fg[ACTIVE] = { 0, 0, 0 }
1352 }
1353
1354 style "selected_io_selector_port_list" = "medium_bold_text"
1355 {
1356
1357         GtkTreeView::even-row-color = { 0, 0, 0 }
1358         GtkTreeView::odd-row-color = { 0, 0, 0 }
1359
1360 # fg is used to color the fg (text) of the column header button
1361
1362         fg[NORMAL] = { 0.85, 0.85, 0.85 }
1363         fg[SELECTED] = { 0.85, 0.85, 0.85 }
1364         fg[ACTIVE] = { 0.85, 0.85, 0.85 }
1365         fg[PRELIGHT] = { 0.85, 0.85, 0.85 }
1366         fg[INSENSITIVE] = { 0.85, 0.85, 0.85 }
1367
1368 # bg is used used to color the background of the column header button
1369
1370         bg[NORMAL] = { 0.30, 0.30, 0.35 }
1371         bg[ACTIVE] = { 0.30, 0.30, 0.35 }
1372         bg[PRELIGHT] = { 0.30, 0.30, 0.35 }
1373         bg[INSENSITIVE] = { 0.30, 0.30, 0.35 }
1374         bg[SELECTED] = { 0.30, 0.30, 0.35 }
1375
1376 # text is used to color the treeview row text
1377
1378         text[NORMAL] = { 0.85, 0.85, 0.85 }
1379         text[SELECTED] = { 0.85, 0.85, 0.85 }
1380
1381 # base is used to color a treeview with no rows
1382
1383         base[NORMAL] = { 0.20, 0.20, 0.25 }
1384         base[ACTIVE] = { 0.20, 0.20, 0.25 }
1385         base[PRELIGHT] = { 0.20, 0.20, 0.25 }
1386         base[INSENSITIVE] = { 0.20, 0.20, 0.25 }
1387         base[SELECTED] = { 0.20, 0.20, 0.25 }
1388
1389 }
1390
1391 style "io_selector_port_list" = "medium_text"
1392 {
1393         GtkTreeView::even-row-color = { 0.20, 0.20, 0.25 }
1394         GtkTreeView::odd-row-color = { 0.20, 0.20, 0.25 }
1395 # fg is used to color the fg (text) of the column header button
1396
1397         fg[NORMAL] = { 0.70, 0.70, 0.70 }
1398         fg[SELECTED] = { 0.70, 0.70, 0.70 }
1399         fg[ACTIVE] = { 0.70, 0.70, 0.70 }
1400         fg[PRELIGHT] = { 0.70, 0.70, 0.70 }
1401         fg[INSENSITIVE] = { 0.70, 0.70, 0.70 }
1402
1403 # bg is used used to color the background of the column header button
1404
1405         bg[NORMAL] = { 0.30, 0.30, 0.35 }
1406         bg[ACTIVE] = { 0.30, 0.30, 0.35 }
1407         bg[PRELIGHT] = { 0.30, 0.30, 0.35 }
1408         bg[INSENSITIVE] = { 0.30, 0.30, 0.35 }
1409         bg[SELECTED] = { 0.30, 0.30, 0.35 }
1410
1411 # text is used to color the treeview row text
1412
1413         text[NORMAL] = { 0.80, 0.80, 0.80 }
1414         text[SELECTED] = { 0.80, 0.80, 0.80 }
1415
1416 # base is used to color a treeview with no rows
1417
1418         base[NORMAL] = { 0.20, 0.20, 0.25 }
1419         base[ACTIVE] = { 0.20, 0.20, 0.25 }
1420         base[PRELIGHT] = { 0.20, 0.20, 0.25 }
1421         base[INSENSITIVE] = { 0.20, 0.20, 0.25 }
1422         base[SELECTED] = { 0.20, 0.20, 0.25 }
1423 }
1424
1425 style "io_selector_notebook" = "default_base"
1426 {
1427         fg[NORMAL] = { 1.0, 1.0, 1.0 }
1428         font_name ="@FONT_BOLD_NORMAL@"
1429 }
1430
1431 style "tearoff_arrow" = "medium_bold_entry"
1432 {
1433         fg[NORMAL] = { 0.80, 0.80, 0.80 }
1434         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
1435         bg[NORMAL] = { 0.80, 0.80, 0.80 }
1436         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
1437 }
1438
1439 style "location_row_button" = "default_button"
1440 {
1441         font_name = "@FONT_NORMAL@"
1442 }
1443
1444 style "location_rows_clock" = "default_clock_display"
1445 {
1446         font_name = "@FONT_NORMAL@"
1447 }
1448
1449 style "pan_slider" 
1450 {
1451         font_name = "@FONT_SMALLER@"
1452
1453         fg[NORMAL] = { 0.22, 0.73, 0.22 }
1454         fg[ACTIVE] = { 0.22, 0.73, 0.22 }
1455         fg[INSENSITIVE] = {0.22, 0.53, 0.22 } 
1456         fg[SELECTED] = { 0.67, 0.23, 0.22 }
1457         fg[PRELIGHT] = { 0.67, 0.23, 0.22 }
1458
1459         bg[NORMAL] = { 0.05, 0.05, 0.05 }
1460         bg[ACTIVE] = { 0, 0, 0 }
1461         bg[INSENSITIVE] = {0.12, 0.19, 0.25 } 
1462         bg[SELECTED] = { 0, 0, 0 }
1463         bg[PRELIGHT] = { 0, 0, 0 }
1464
1465         text[NORMAL] = { 0.70, 0.70, 0.70 }
1466         text[ACTIVE] = { 0.70, 0.70, 0.70 }
1467         text[INSENSITIVE] = { 0.70, 0.70, 0.70 }
1468         text[SELECTED] = { 0.70, 0.70, 0.70 }
1469         text[PRELIGHT] = { 0.70, 0.70, 0.70 }
1470
1471         # used to draw the triangular indicators 
1472
1473         base[NORMAL] = { 0.80, 0.80, 0.80 }
1474         base[ACTIVE] =  { 0.80, 0.80, 0.80 }
1475         base[INSENSITIVE] = {0.6, 0.6, 0.6 }
1476         base[SELECTED] = { 0.80, 0.80, 0.80 }
1477         base[PRELIGHT] = { 0.80, 0.80, 0.80 }
1478
1479 }
1480
1481 style "ardour_button" ="default_button"
1482 {
1483         xthickness = 1
1484         ythickness = 1
1485 }
1486
1487 style "padded_button" = "default_button"
1488 {
1489         xthickness = 8
1490 }
1491
1492 style "odd_port_groups"
1493 {
1494         fg[NORMAL] = { 0.6, 0.6, 0.6 }
1495 }
1496
1497 style "even_port_groups"
1498 {
1499         fg[NORMAL] = { 0.3, 0.3, 0.3 }
1500 }
1501
1502 #---------------------------------------------------------------
1503
1504 class "GtkWidget" style:highest "default_base"
1505 class "GtkScrollbar" style:highest "ardour_adjusters"
1506 class "GtkLabel" style:highest "default_generic"
1507 class "GtkButton" style:highest "ardour_button"
1508 class "GtkArrow" style:highest "tearoff_arrow"
1509 class "GtkProgressBar" style:highest "ardour_progressbars"
1510
1511 widget "*PaddedButton" style:highest "padded_button"
1512 widget "*FirstActionMessage" style:highest "first_action_message"
1513 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1514 widget "*SilenceText" style:highest "silence_text"
1515 widget "*MarkerText" style:highest "marker_text"
1516 widget "*TimeAxisViewItemName*" style:highest "time_axis_view_item_name"
1517 widget "*EditModeSelector" style:highest "medium_bold_entry"
1518 widget "*SnapTypeSelector" style:highest "medium_bold_entry"
1519 widget "*SnapModeSelector" style:highest "medium_bold_entry"
1520 widget "*ZoomFocusSelector" style:highest "medium_bold_entry"
1521 widget "*ArdourContextMenu*" style:highest "default_menu"
1522 widget "*EditGroupTitleButton*" style:highest "default_button"
1523 widget "*MixerGroupTitleButton*" style:highest "default_button"
1524 widget "*ErrorLogCloseButton" style:highest "default_button"
1525 widget "*EditorGTKButton*" style:highest "default_button" 
1526 widget "*ToolbarButton" style:highest "default_button"
1527 widget "*ToolbarButton*" style:highest "default_button"
1528 widget "*CrossfadeEditButton" style:highest "default_button"
1529 widget "*CrossfadeEditButton*" style:highest "default_button"
1530 widget "*TrackHistoryButton*" style:highest "default_button"
1531 widget "*TrackSizeButton*" style:highest "default_button"
1532 widget "*TrackPlaylistButton*" style:highest "default_button"
1533 widget "*TrackAutomationButton*" style:highest "default_button"
1534 widget "*TrackGroupButton*" style:highest "default_button"
1535 widget "*TrackMixButton*" style:highest "default_button"
1536 widget "*TrackVisualButton*" style:highest "default_button"
1537 widget "*TrackRemoveButton*" style:highest "default_button"
1538 widget "*BaseButton" style:highest "default_button"
1539 widget "*TakeButtonLabel" style:highest "default_button"
1540 widget "*MixerWidthButton" style:highest "default_button"
1541 widget "*MixerHideButton" style:highest "default_button"
1542 widget "*MixerSendButton" style:highest "default_button"
1543 widget "*MixerSendButtonLabel" style:highest "default_button"
1544 widget "*MixerSendSwitch" style:highest "default_button"
1545 widget "*MixerInsertButton" style:highest "default_button"
1546 widget "*MixerInsertButtonLabel" style:highest "default_button"
1547 widget "*MixerInsertSwitch" style:highest "default_button"
1548 widget "*MixerMonitorInputButton*" style:highest "very_small_button"
1549 widget "*MixerMonitorInputButton.*" style:highest "very_small_button"
1550 widget "*MixerIOButton" style:highest "very_small_button"
1551 widget "*MixerIOButtonLabel" style:highest "very_small_button"
1552 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1553 widget "*AddRouteDialogRadioButton*" style:highest "preferences"
1554 widget "*OptionsNotebook" style:highest "preferences"
1555 widget "*OptionEditorToggleButton*" style:highest "preferences"
1556 widget "*OptionsLabel" style:highest "preferences"
1557 widget "*OptionEditorAuditionerLabel" style:highest "preferences"
1558 widget "*OptionsEntry" style:highest "option_entry"
1559 widget "*InspectorNotebook" style:highest "preferences"
1560 widget "*NewSessionDialog" style:highest "preferences"
1561 widget "*NewSessionDialogButton*" style:highest "preferences"
1562 widget "*MixerSendSwitch*" style:highest "very_small_red_active_and_selected_button"
1563 widget "*OptionEditorToggleButton" style:highest "small_red_active_and_selected_button"
1564 widget "*NewSessionDialogButton" style:highest "small_red_active_and_selected_button"
1565 widget "*RecordEnableButton" style:highest "track_rec_enable_button"
1566 widget "*RecordEnableButton-active" style:highest "track_rec_enable_button_active"
1567 widget "*RecordEnableButton-alternate" style:highest "track_rec_enable_button_alternate"
1568 widget "*RecordEnableButton-alternate2" style:highest "track_rec_enable_button_alternate_two"
1569 widget "*MixerRecordEnableButton" style:highest "mixer_track_rec_enable_button"
1570 widget "*MixerRecordEnableButton-active" style:highest "mixer_track_rec_enable_button_active"
1571 widget "*MixerRecordEnableButton-alternate" style:highest "mixer_track_rec_enable_button_alternate"
1572 widget "*MuteButton" style:highest "mute_button"
1573 widget "*MuteButton-alternate" style:highest "mute_button_alternate"
1574 widget "*MuteButton-active" style:highest "mute_button_active"
1575 widget "*MixerMuteButton" style:highest "mixer_mute_button"
1576 widget "*MixerMuteButton-alternate" style:highest "mixer_mute_button_alternate"
1577 widget "*MixerMuteButton-active" style:highest "mixer_mute_button_active"
1578 widget "*SoloButton" style:highest "solo_button"
1579 widget "*SoloButton-alternate" style:highest "solo_button_alternate"
1580 widget "*SoloButton-alternate2" style:highest "solo_button_alternate2"
1581 widget "*SoloButton-active" style:highest "solo_button_active"
1582 widget "*MixerSoloButton" style:highest "mixer_solo_button"
1583 widget "*MixerSoloButton-alternate" style:highest "mixer_solo_button_alternate"
1584 widget "*MixerSoloButton-alternate2" style:highest "mixer_solo_button_alternate2"
1585 widget "*MixerSoloButton-active" style:highest "mixer_solo_button_active"
1586 widget "*TrackLoopButton*" style:highest "track_loop_button"
1587 widget "*PanAutomationLineSelector*" style:highest "multiline_combo"
1588 widget "*EditorTimeButton*" style:highest "time_button"
1589 widget "*MixerInvertButton*" style:highest "mixer_toggle_button"
1590 widget "*MixerInvertButton.*" style:highest "mixer_toggle_button"
1591 widget "*MixerAutomationRecordingButton*" style:highest "very_small_button"
1592 widget "*MixerAutomationRecordingButton.*" style:highest "very_small_button"
1593 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1594 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1595 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1596 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1597 widget "*MixerNameButton" style:highest "very_small_button"
1598 widget "*MixerNameButtonLabel" style:highest "very_small_button"
1599 widget "*MixerGroupButton" style:highest "very_small_button"
1600 widget "*MixerGroupButtonLabel" style:highest "very_small_button"
1601 widget "*MixerCommentButton" style:highest "very_small_button"
1602 widget "*MixerCommentButton*" style:highest "very_small_button"
1603 widget "*MixerMonoButton*" style:highest "mixer_toggle_button"
1604 widget "*EditGroupButton" style:highest "very_small_button"
1605 widget "*EditGroupButtonLabel" style:highest "very_small_button"
1606 widget "*TransportButton" style:highest "transport_button"
1607 widget "*TransportButton-active" style:highest "transport_button_active"
1608 widget "*TransportButton-alternate2" style:highest "transport_button_alternate_two"
1609 widget "*TransportSyncButton" style:highest "transport_button"
1610 widget "*TransportSyncButton*" style:highest "transport_button"
1611 widget "*TransportSyncButton-active" style:highest "sync_alert"
1612 widget "*TransportSyncButton-active*" style:highest "sync_alert"
1613 widget "*ShuttleButton" style:highest "transport_button"
1614 widget "*ShuttleButton*" style:highest "transport_button"
1615 widget "*ShuttleDisplay" style:highest "transport_button"
1616 widget "*ShuttleDisplay*" style:highest "transport_button"
1617 widget "*ShuttleControl" style:highest "shuttle_control"
1618 widget "*TransportRecButton" style:highest "transport_rec_button"
1619 widget "*TransportRecButton*" style:highest "transport_rec_button"
1620 widget "*TransportRecButton-active" style:highest "transport_rec_button_active"
1621 widget "*TransportRecButton-active*" style:highest "transport_rec_button_active"
1622 widget "*TransportRecButton-alternate" style:highest "transport_rec_button_alternate"
1623 widget "*TransportRecButton-alternate*" style:highest "transport_rec_button_alternate"
1624 widget "*TransportRecButton*" style:highest "transport_rec_button"
1625 widget "*RecordingXrunWarningWindow" style:highest "xrun_warn"
1626 widget "*RecordingXrunWarningWindow*" style:highest "xrun_warn"
1627 #widget "*MainMenuBar" style:highest "menu_bar_base"
1628 widget "*ErrorMessage" style:highest "error_message"
1629 widget "*FatalMessage" style:highest "fatal_message"
1630 widget "*InfoMessage" style:highest "info_message"
1631 widget "*WarningMessage" style:highest "warning_message"
1632 widget "*BigClockNonRecording" style:highest "non_recording_big_clock_display"
1633 widget "*BigClockRecording" style:highest "recording_big_clock_display"
1634 widget "*TransportClockDisplay" style:highest "transport_clock_display"
1635 widget "*SecondaryClockDisplay" style:highest "transport_clock_display"
1636 widget "*TransportClockDisplayDelta" style:highest "transport_clock_display_delta"
1637 widget "*SecondaryClockDisplayDelta" style:highest "transport_clock_display_delta"
1638 widget "*AudioClockFramesUpperInfo" style:highest "tempo_meter_clock_display"
1639 widget "*AudioClockFramesLowerInfo" style:highest "tempo_meter_clock_display"
1640 widget "*AudioClockSMPTEUpperInfo" style:highest "tempo_meter_clock_display"
1641 widget "*AudioClockSMPTELowerInfo" style:highest "tempo_meter_clock_display"
1642 widget "*AudioClockBBTUpperInfo" style:highest "tempo_meter_clock_display"
1643 widget "*AudioClockBBTLowerInfo" style:highest "tempo_meter_clock_display"
1644 widget "*SelectionStartClock" style:highest "default_clock_display"
1645 widget "*SelectionEndClock" style:highest "default_clock_display"
1646 widget "*SilenceDurationClock" style:highest "white_on_black_clock_display"
1647 widget "*EditPointClock" style:highest "default_clock_display"
1648 widget "*PreRollClock" style:highest "default_clock_display"
1649 widget "*PostRollClock" style:highest "default_clock_display"
1650 widget "*NudgeClock" style:highest "default_clock_display"
1651 widget "*MenuBarClock" style:highest "default_clock_display"
1652 widget "*ZoomRangeClock" style:highest "default_clock_display"
1653 widget "*SMPTEOffsetClock" style:highest "default_clock_display"
1654 widget "*TransportLabel" style:highest "small_bold_text"
1655 widget "*TakeLabel" style:highest "small_bold_text"
1656 widget "*LocationLabel" style:highest "small_bold_text"
1657 widget "*WipeLabel" style:highest "small_bold_text"
1658 widget "*TakeTagLabel" style:highest "small_bold_text"
1659 widget "*ToolBarLabel" style:highest "small_bold_text"
1660 widget "*EditorDisplayLabel" style:highest "small_bold_text"
1661 widget "*NewSessionLabel" style:highest "large_text"
1662 widget "*GlobalButtonLabel" style:highest "default_generic"
1663 widget "*ClickButton" style:highest "medium_entry"
1664 widget "*RegionNameDisplay" style:highest "medium_entry"
1665 widget "*PluginDisplay" style:highest "medium_entry"
1666 widget "*SelectionDisplay" style:highest "medium_entry"
1667 widget "*HistorySelector" style:highest "medium_entry"
1668 widget "*LocationSelector" style:highest "medium_entry"
1669 widget "*TakeSelector" style:highest "medium_entry"
1670 widget "*RegionSelector" style:highest "medium_entry"
1671 widget "*SMPTERuler" style:highest "editor_time_ruler"
1672 widget "*BBTRuler" style:highest "editor_time_ruler"
1673 widget "*SamplesRuler" style:highest "editor_time_ruler"
1674 widget "*MinSecRuler" style:highest "editor_time_ruler"
1675 widget "*TimecodeRuler" style:highest "editor_time_ruler"
1676 widget "*BaseFrame" style:highest "base_frame"
1677
1678 widget "*SendStripBase" style:highest "send_strip_base"
1679 widget "*AudioTrackStripBase" style:highest "audio_track_base"
1680 widget "*AudioBusStripBase" style:highest "audio_bus_base"
1681 widget "*MidiTrackStripBase" style:highest "midi_track_base"
1682 widget "*AudioTrackStripBaseInactive" style:highest "track_controls_inactive"
1683 widget "*AudioBusStripBaseInactive" style:highest "track_controls_inactive"
1684 widget "*MidiTrackStripBaseInactive" style:highest "track_controls_inactive"
1685 widget "*FaderMetricsStrip" style:highest "audio_track_metrics"
1686 widget "*AudioTrackMetrics" style:highest "audio_track_metrics"
1687 widget "*AudioBusMetrics" style:highest "audio_bus_metrics"
1688 widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive"
1689 widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive"
1690
1691 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
1692 widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base"
1693 widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base"
1694 widget "*AudioTrackFader" style:highest "gain_fader"
1695
1696 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
1697 widget "*AudioBusFader" style:highest "gain_fader"
1698 widget "*TrackSeparator" style:highest "track_separator"
1699 widget "*TrackEditIndicator0*" style:highest "edit_group_0"
1700 widget "*TrackEditIndicator1*" style:highest "edit_group_1"
1701 widget "*TrackEditIndicator2*" style:highest "edit_group_2"
1702 widget "*TrackEditIndicator3*" style:highest "edit_group_3"
1703 widget "*TrackEditIndicator4*" style:highest "edit_group_3"
1704 widget "*TrackEditIndicator5*" style:highest "edit_group_3"
1705 widget "*TrackEditIndicator6*" style:highest "edit_group_3"
1706 widget "*TrackEditIndicator7*" style:highest "edit_group_3"
1707 widget "*EditorTrackNameDisplay" style:highest "track_name_display"
1708 widget "*EditorTrackNameDisplay*" style:highest "track_name_display"
1709 widget "*EditorActiveTrackNameDisplay" style:highest "active_track_name_display"
1710 widget "*EditorActiveTrackNameDisplay*" style:highest "active_track_name_display"
1711 widget "*CrossfadeEditAuditionButton" style:highest "red_when_active"
1712 widget "*CrossfadeEditAuditionButton*" style:highest "red_when_active"
1713 widget "*CrossfadeEditCurveButton" style:highest "red_when_active"
1714 widget "*CrossfadeEditCurveButton*" style:highest "red_when_active"
1715 widget "*CrossfadeEditLabel" style:highest "medium_text"
1716 widget "*CrossfadeEditFrame" style:highest "base_frame"
1717 widget "*MouseModeButton" style:highest "default_button"
1718 widget "*MouseModeButton*" style:highest "default_button"
1719 widget "*EditorMainCanvas" style:highest "main_canvas_area"
1720 widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1721 widget "*BusControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1722 widget "*AutomationTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1723 widget "*AutomationTrackName" style:highest "automation_track_name"
1724 widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1725 widget "*BusControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1726 widget "*AutomationTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1727 widget "*AudioTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1728 widget "*MidiTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1729 widget "*BusControlsBaseSelected" style:highest "edit_controls_base_selected"
1730 widget "*AutomationTrackControlsBase" style:highest "automation_track_controls_base"
1731 widget "*AutomationTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1732 #widget "*EditorMenuBar*" style:highest "black_mackie_menu_bar"
1733 #widget "*MainMenuBar*" style:highest "black_mackie_menu_bar"
1734 widget "*ZoomClickBox" style:highest "medium_bold_entry"
1735 widget "*PluginParameterLabel" style:highest "medium_text"
1736 widget "*PluginNameInfo" style:highest "plugin_name_text"
1737 widget "*PluginMakerInfo" style:highest "plugin_maker_text"
1738 widget "*PluginParameterInfo" style:highest "medium_text"
1739 widget "*MotionControllerValue" style:highest "medium_entry"
1740 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
1741 widget "*PluginUIClickBox" style:highest "medium_bold_entry"
1742 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
1743 widget "*PluginSlider" style:highest "plugin_slider"
1744 widget "*EditGroupDisplay" style:highest "treeview_display"
1745 widget "*TrackListDisplay" style:highest "treeview_display"
1746 widget "*RegionListDisplay" style:highest "treeview_display"
1747 widget "*NamedSelectionDisplay" style:highest "treeview_display"
1748 widget "*SnapshotDisplay" style:highest "treeview_display"
1749 widget "*MixerTrackCommentArea" style:highest "option_entry"
1750 widget "*MixerPanZone" style:highest "pan_zone"
1751 widget "*MixerTrackDisplayList" style:highest "treeview_display"
1752 widget "*MixerSnapshotDisplayList" style:highest "treeview_display"
1753 widget "*MixerAuxDisplayList" style:highest "treeview_display"
1754 widget "*MixerGroupList" style:highest "treeview_display"
1755 widget "*RegionEditorLabel" style:highest "medium_text"
1756 widget "*RegionEditorSmallLabel" style:highest "small_text"
1757 widget "*RegionEditorEntry" style:highest "medium_entry"
1758 widget "*RegionEditorClock" style:highest "default_clock_display"
1759 widget "*RegionEditorToggleButton" style:highest "paler_red_when_active"
1760 widget "*RegionEditorToggleButton*" style:highest "paler_red_when_active"
1761 widget "*MixerStripSpeedBase" style:highest "small_entry"
1762 widget "*MixerStripSpeedBase*" style:highest "small_entry"
1763 widget "*MixerStripSpeedBaseNotOne" style:highest "small_red_on_black_entry"
1764 widget "*MixerStripSpeedBaseNotOne*" style:highest "small_red_on_black_entry"
1765 widget "*MixerStripGainDisplay" style:highest "small_entry"
1766 widget "*MixerStripGainDisplay*" style:highest "small_entry"
1767 widget "*MixerStripGainUnitButton" style:highest "very_small_button"
1768 widget "*MixerStripGainUnitButton*" style:highest "very_small_button"
1769 widget "*MixerStripMeterPreButton" style:highest "very_small_button"
1770 widget "*MixerStripMeterPreButton*" style:highest "very_small_button"
1771 widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry"
1772 widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry"
1773 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
1774 widget "*MixerStripFrame" style:highest "base_frame"
1775 widget "*HWMonitorButton" style:highest "red_when_active"
1776 widget "*HWMonitorButton*" style:highest "red_when_active"
1777 widget "*MonitorInvertButton" style:highest "monitor_invert_button"
1778 widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
1779 widget "*MonitorMuteButton" style:highest "monitor_mute_button"
1780 widget "*MonitorMuteButton*" style:highest "monitor_mute_button"
1781 widget "*MonitorDimButton" style:highest "monitor_dim_button"
1782 widget "*MonitorDimButton*" style:highest "monitor_dim_button"
1783 widget "*MonitorMonoButton" style:highest "monitor_mono_button"
1784 widget "*MonitorMonoButton*" style:highest "monitor_mono_button"
1785 widget "*MonitorInvertButton" style:highest "monitor_invert_button"
1786 widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
1787 widget "*MonitorOptButton" style:highest "monitor_opt_button"
1788 widget "*MonitorOptButton*" style:highest "monitor_opt_button"
1789 widget "*MonitorIsoAlert" style:highest "monitor_iso_button"
1790 widget "*MonitorIsoAlert*" style:highest "monitor_iso_button"
1791 widget "*BypassButton" style:highest "red_when_active"
1792 widget "*BypassButton*" style:highest "red_when_active"
1793 widget "*TransportSoloAlert" style:highest "flashing_alert"
1794 widget "*TransportSoloAlert.*" style:highest "flashing_alert"
1795 widget "*TransportSoloAlert-active" style:highest "flashing_alert"
1796 widget "*TransportSoloAlert-alternate" style:highest "flashing_alert"
1797 widget "*SendAlert" style:highest "green_flashing_alert"
1798 widget "*SendAlert.*" style:highest "green_flashing_alert"
1799 widget "*TransportAuditioningAlert" style:highest "flashing_alert"
1800 widget "*TransportAuditioningAlert.*" style:highest "flashing_alert"
1801 widget "*FadeCurve" style:highest "medium_bold_entry"
1802 widget "*FadeCurve*" style:highest "medium_bold_entry"
1803 widget "*IOSelectorButton" style:highest "default_button"
1804 widget "*IOSelectorButton*" style:highest "default_button"
1805 widget "*IOSelectorList" style:highest "medium_entry_noselection_fg"
1806 widget "*IOSelectorPortList" style:highest "io_selector_port_list"
1807 widget "*IOSelectorPortList.*" style:highest "io_selector_port_list"
1808 widget "*IOSelectorPortListSelected" style:highest "selected_io_selector_port_list"
1809 widget "*IOSelectorPortListSelected.*" style:highest "selected_io_selector_port_list"
1810 widget "*IOSelectorNotebook" style:highest "io_selector_notebook"
1811 widget "*IOSelectorNotebookTab" style:highest "io_selector_notebook"
1812 widget "*IOSelectorFrame" style:highest "base_frame"
1813 widget "*ConnectionEditorButton" style:highest "default_button"
1814 widget "*ConnectionEditorButton*" style:highest "default_button"
1815 widget "*ConnectionEditorList" style:highest "medium_entry_noselection_fg"
1816 widget "*ConnectionEditorConnectionList" style:highest "medium_entry"
1817 widget "*ConnectionEditorPortList" style:highest "io_selector_port_list"
1818 widget "*ConnectionEditorPortListSelected" style:highest "selected_io_selector_port_list"
1819 widget "*ConnectionEditorNotebook" style:highest "io_selector_notebook"
1820 widget "*ConnectionEditorNotebookTab" style:highest "io_selector_notebook"
1821 widget "*ConnectionEditorFrame" style:highest "base_frame"
1822 widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
1823 widget "*TearOffArrow" style:highest "tearoff_arrow"
1824 widget "*RouteParamsTitleButton" style:highest "medium_text"
1825 widget "*RouteParamsTitleLabel" style:highest "medium_text"
1826 widget "*PluginAutomateRecordButton" style:highest "small_red_active_and_selected_button"
1827 widget "*PluginAutomateRecordButton*" style:highest "small_red_active_and_selected_button"
1828 widget "*PluginAutomatePlayButton" style:highest "small_red_active_and_selected_button"
1829 widget "*PluginAutomatePlayButton*" style:highest "small_red_active_and_selected_button"
1830 widget "*PluginAutomateButton" style:highest "small_button"
1831 widget "*PluginAutomateButton*" style:highest "small_button"
1832 widget "*PluginAddButton*" style:highest "small_button"
1833 widget "*PluginSaveButton" style:highest "small_button"
1834 widget "*PluginSaveButton*" style:highest "small_button"
1835 widget "*PluginDeleteButton*" style:highest "small_button"
1836 widget "*PluginLoadButton" style:highest "small_button"
1837 widget "*PluginLoadButton*" style:highest "small_button"
1838
1839 widget "*MetricDialogFrame" style:highest "base_frame"
1840 widget "*MetricEntry" style:highest "medium_bold_entry"
1841 widget "*MetricButton" style:highest "default_button"
1842 widget "*MetricButton.*" style:highest "default_button"
1843 widget "*MetricLabel" style:highest "medium_text"
1844 widget "*TimeStretchButton" style:highest "default_button"
1845 widget "*TimeStretchButton.*" style:highest "default_button"
1846 widget "*ChoiceWindow" style:highest "default_generic"
1847 widget "*ChoicePrompt" style:highest "default_generic"
1848 widget "*ChoiceButton" style:highest "default_button"
1849 widget "*ChoiceButton*" style:highest "default_button"
1850 widget "*SelectionModeButton" style:highest "default_button"
1851 widget "*SelectionModeButton*" style:highest "default_button"
1852 widget "*TrackLabel" style:highest "medium_text"
1853 widget "*TrackPlugName" style:highest "medium_text"
1854 widget "*TrackParameterName" style:highest "small_text"
1855 widget "*AddRouteDialog*" style:highest "medium_text"
1856 widget "*AddRouteDialog.GtkLabel" style:highest "medium_text"
1857 widget "*AddRouteDialogChannelChoice" style:highest "medium_bold_entry"
1858 widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
1859 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
1860 widget "*AddRouteDialogRadioButton" style:highest "red_when_active"
1861 widget "*AddRouteDialogButton" style:highest "default_button"
1862 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
1863 widget "*NewSessionIOLabel" style:highest "larger_bold_text"
1864 widget "*NewSessionSR1Label" style:highest "red_medium_text"
1865 widget "*NewSessionSR2Label" style:highest "medium_text"
1866 widget "*NewSessionChannelChoice" style:highest "medium_bold_entry"
1867 widget "*NewSessionMainButton" style:highest "larger_bold_text"
1868 widget "*NewSessionMainButton*" style:highest "larger_bold_text"
1869 widget "*NewSessionMainLabel" style:highest "larger_bold_text"
1870 widget "*LocationEditRowClock" style:highest "location_rows_clock"
1871 widget "*LocationEditNameLabel" style:highest "medium_text"
1872 widget "*LocationEditSetButton" style:highest "location_row_button"
1873 widget "*LocationEditSetButton*" style:highest "location_row_button"
1874 widget "*LocationEditGoButton" style:highest "location_row_button"
1875 widget "*LocationEditGoButton*" style:highest "location_row_button"
1876 widget "*LocationEditCdButton" style:highest "small_red_active_and_selected_button"
1877 widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button"
1878 widget "*LocationEditHideButton" style:highest "small_red_active_and_selected_button"
1879 widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button"
1880 widget "*LocationEditLockButton*" style:highest "small_red_active_and_selected_button"
1881 widget "*LocationEditGlueButton*" style:highest "small_red_active_and_selected_button"
1882 widget "*LocationEditNumberLabel" style:highest "small_text"
1883 widget "*LocationLocEditorFrame" style:highest "base_frame"
1884 widget "*LocationRangeEditorFrame" style:highest "base_frame"
1885 widget "*LocationEditNameEntry" style:highest "option_entry"
1886 widget "*LocationAddLocationButton" style:highest "default_button"
1887 widget "*LocationAddLocationButton*" style:highest "default_button"
1888 widget "*LocationAddRangeButton" style:highest "default_button"
1889 widget "*LocationAddRangeButton*" style:highest "default_button"
1890 widget "*LocationEditRemoveButton" style:highest "location_row_button"
1891 widget "*LocationEditRemoveButton*" style:highest "location_row_button"
1892 widget "*PanSlider" style:highest "pan_slider"
1893 widget "*PanSlider*" style:highest "pan_slider"
1894 widget "*PanningLinkButton" style:highest "mixer_red_active_button"
1895 widget "*PanningLinkButton.*" style:highest "mixer_red_active_button"
1896 widget "*PanningLinkDirectionButton" style:highest "very_small_button"
1897 widget "*PanningLinkDirectionButton.*" style:highest "very_small_button"
1898 widget "*ChannelCountSelector" style:highest "medium_bold_entry"
1899 widget "*ChannelCountSelector.GtkArrow" style:highest "default_generic"
1900 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
1901 widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
1902 widget "*OddPortGroups" style:highest "odd_port_groups"
1903 widget "*EvenPortGroups" style:highest "even_port_groups"
1904 widget "*MidiListView*" style:highest "white_tree_view"
1905 widget "*ProcessorList*" style:highest "processor_list"
1906 widget "*ProcessorFrameSelected" style:highest "processor_frame_selected"
1907 widget "*ProcessorFrameActiveSend" style:highest "processor_frame_active_send"
1908 widget "*ProcessorFaderFrame" style:highest "processor_fader_frame"
1909 widget "*ProcessorPreFader" style:highest "processor_prefader"
1910 widget "*ProcessorPreFaderFrame" style:highest "processor_prefader_frame"
1911 widget "*ProcessorFader" style:highest "processor_fader"
1912 widget "*ProcessorPostFader" style:highest "processor_postfader"
1913 widget "*ProcessorPostFaderFrame" style:highest "processor_postfader_frame"
1914 widget "*PortMatrixLabel*" style:highest "small_text"
1915 widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
1916 widget "*SoloIsolatedLED" style:highest "solo_isolate_led"
1917 widget "*SoloSafeLED" style:highest "solo_safe_led"
1918 widget "*SoloLEDLabel" style:highest "very_small_text"
1919
1920 widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
1921 widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
1922 widget "*SendFader*" style:highest "send_fader"