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