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