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