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