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