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