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