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