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