5422a63b8bc37dc1e5ee5c0b9b68509fe18f5da0
[ardour.git] / gtk2_ardour / ardour2_ui.rc
1 #
2 # This is the GTK style file for Ardour
3 #
4 #
5
6 style "very_small_text"
7 {
8         font_name = "sans 7"
9 }
10
11 style "small_text"
12 {
13         font_name = "sans 8"
14 }
15
16 style "small_bold_text"
17 {
18         font_name = "sans bold 8"
19 }
20
21 style "medium_bold_text"
22 {
23         font_name = "sans bold 8"
24 }
25
26 style "medium_text"
27 {
28         font_name = "sans 8"
29 }
30
31 style "red_medium_text" = "medium_text"
32 {       
33         fg[NORMAL] = { 1.0, 0, 0 }
34         fg[ACTIVE] = { 1.0, 0, 0 }
35         fg[SELECTED] = { 1.0, 0, 0 }
36 }
37
38
39 style "large_text"
40 {
41         font_name = "sans 18"
42 }
43
44 style "larger_bold_text"
45 {
46         font_name = "sans bold 14"
47 }
48
49 style "plugin_name_text"
50 {
51         font_name = "sans bold 25"
52         fg[NORMAL] = { 0.80, 0.80, 0.80 }
53 }
54
55 style "plugin_maker_text"
56 {
57         font_name = "sans bold 14"
58         fg[NORMAL] = { 0.80, 0.80, 0.80 }
59 }
60
61 style "first_action_message" 
62 {
63         font_name = "sans medium 34"
64 }
65
66 style "verbose_canvas_cursor"
67 {
68         font_name = "sans bold 24"
69 }
70
71 style "marker_text" 
72 {
73         font_name = "sans 8"
74 }
75
76 style "time_axis_view_item_name"
77 {
78         font_name = "sans medium 8"
79 }
80
81 style "default_base" = "medium_text"
82 {
83   GtkWidget::cursor_color =  {1.0, 1.0, 1.0 }
84   GtkButton::default_border = { 0, 0, 0, 0 }
85   GtkButton::default_outside_border = { 0, 0, 0, 0 }
86   GtkTreeView::vertical-padding = 0
87   GtkTreeView::horizontal-padding = 0
88   
89   fg[NORMAL] = { 0.80, 0.80, 0.80 }     
90   fg[ACTIVE] = { 0.80, 0.80, 0.80 }     
91   fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
92   fg[INSENSITIVE] = { 0.80, 0.80, 0.80 }        
93   fg[SELECTED] = { 0.80, 0.80, 0.80 }   
94   
95   bg[NORMAL] = { 0.40, 0.40, 0.40 }
96   bg[ACTIVE] = { 0.40, 0.40, 0.40 }
97   bg[PRELIGHT] = "#565690"
98   bg[INSENSITIVE] = { 0.10, 0.10, 0.10 }
99   bg[SELECTED] = { 0, 0.40, 0.60 }
100   
101   text[NORMAL] = { 0.80, 0.80, 0.80 }   
102   text[ACTIVE] = { 0.80, 0.80, 0.80 }   
103   text[PRELIGHT] = { 0.80, 0.80, 0.80 } 
104   text[INSENSITIVE] = { 0.80, 0.80, 0.80}       
105   text[SELECTED] = { 1.0, 1.0, 1.0 }
106   
107   base[ACTIVE]     = "#2f272f"
108   base[NORMAL]      =  "#1c1e21"
109   base[PRELIGHT]     = { 0.20, 0.20, 0.20 }
110   base[INSENSITIVE]  = "#4c5159"
111   base[SELECTED]     = { 0.25, 0.25, 0.25 }
112   
113   engine "clearlooks"  {
114     menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
115     menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
116     listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
117     progressbarstyle  = 0       # 0 = candy bar, 1 = flat
118   }
119 }
120
121 style "base_frame"
122 {
123         fg[NORMAL] = { 0.80, 0.80, 0.80 }
124         bg[NORMAL] = { 0.40, 0.40, 0.40 }
125 }
126
127 style "transport_base" = "medium_bold_text"
128 {
129   bg[NORMAL] = { 0.10, 0.10, 0.10 }
130   bg[ACTIVE] = { 0, 0, 0 }
131   bg[PRELIGHT] = { 0, 0, 0 }
132   bg[INSENSITIVE] = { 0, 0, 0 }
133   bg[SELECTED] = { 0, 0, 0 }
134 }
135
136 style "black_mackie_menu_bar" = "medium_bold_text"
137 {
138       fg[NORMAL] = { 1.0, 1.0, 1.0 }
139       bg[NORMAL] = { 0, 0, 0 }
140 }
141
142 style "default_buttons_menus" 
143 {
144   font_name = "sans 8"
145   fg[ACTIVE] = { 1.0, 1.0, 1.0 }
146   
147   bg[NORMAL] = { 0.35, 0.35, 0.35 }
148   bg[ACTIVE] = "#565690"
149   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
150   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
151   bg[SELECTED] = { 0.20, 0.20, 0.20 }   
152 }
153
154 style "very_small_button" = "default_buttons_menus"
155 {
156         font_name = "sans 7"
157         ythickness = 0
158         xthickness = 0
159 }
160
161 style "small_button" = "default_buttons_menus"
162 {
163 }
164
165 style "very_small_red_active_and_selected_button" = "very_small_button"
166 {
167         bg[ACTIVE] = { 1.0, 0, 0}
168         bg[SELECTED] = { 1.0, 0, 0}
169 }
170
171 style "small_red_active_and_selected_button" = "small_button"
172 {
173         fg[ACTIVE] = { 0, 0, 0 }
174         bg[ACTIVE] = { 1.0, 0, 0}
175         bg[SELECTED] = { 1.0, 0, 0}
176 }
177
178 style "track_rec_enable_button" = "small_button"
179 {
180         fg[SELECTED] = { 0.0, 0.0, 0.0 }
181         fg[ACTIVE] =   { 0.0, 0.0, 0.0 }
182         fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
183
184         bg[SELECTED] =   { 1.0, 0.0, 0.0 }
185         bg[ACTIVE] =   { 0.91, 0.68, 0.68}
186         bg[PRELIGHT] =   { 1.0, 0.0, 0.0 }
187 }
188
189 style "mixer_rec_enable_button" = "track_rec_enable_button"
190 {
191         font_name = "sans 7"
192         xthickness = 0
193         ythickness = 0
194 }
195
196 style "solo_button" = "small_button"
197 {
198         bg[PRELIGHT] = { 0, 1.0, 0 }
199         bg[ACTIVE] = { 0.66, 0.97, 0.19 }
200
201         fg[PRELIGHT] = { 0, 0, 0 }
202         fg[ACTIVE] = { 0, 0, 0 }
203 }
204
205 style "mixer_solo_button" = "solo_button"
206 {
207         font_name = "sans 7"
208         xthickness = 0
209         ythickness = 0
210
211 }
212
213
214 style "mute_button" = "small_button"
215 {
216         bg[PRELIGHT] = { 1.0, 0.65, 0.13 }
217         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
218         
219         fg[PRELIGHT] = { 0, 0, 0 }
220 }
221
222
223 style "multiline_combo" = "small_button"
224 {
225         font_name = "sans 8"
226         xthickness = 0
227         ythickness = 0
228 }
229
230 style "mixer_mute_button" = "mute_button"
231 {
232         font_name = "sans 7"
233         xthickness = 0
234         ythickness = 0
235 }
236
237 style "track_loop_button" = "small_button"
238 {
239         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
240         bg[PRELIGHT] = { 1.0, 0.98, 0.53 }
241
242 }
243
244 style "mixer_red_active_button" = "very_small_button"
245 {
246         fg[ACTIVE] = { 0, 1.0, 1.0 }
247         bg[ACTIVE] = { 0.7, 0, 0 }
248
249         base[INSENSITIVE] = { 0.21, 0.21, 0.21 }
250         bg[INSENSITIVE] = { 0.21, 0.21, 0.21 }
251 }
252
253 style "time_button" = "default_buttons_menus"
254 {
255         font_name = "sans 8"
256 }
257
258 style "transport_button"
259 {
260         bg[ACTIVE] = { 0.50, 1.0, 0.50 }
261         fg[ACTIVE] = { 0, 0, 0 }
262 }
263
264 style "transport_rec_button"
265 {
266         bg[ACTIVE] = { 1.0, 0, 0 }
267         bg[PRELIGHT] = { 0.91, 0.68, 0.68 }             #blinking rec button color
268 }
269
270 style "shuttle_control" = "very_small_text"
271 {
272         fg[NORMAL] = { 0.85, 0.92, 0.98 }
273         fg[ACTIVE] = { 0.85, 0.92, 0.98 }
274         fg[PRELIGHT] = { 0.85, 0.92, 0.98 }
275         fg[SELECTED] = { 0.85, 0.92, 0.98 }
276         fg[INSENSITIVE] = { 0.85, 0.92, 0.98 }
277
278         bg[NORMAL] = { 0.31, 0.31, 0.31 }
279         bg[PRELIGHT] = { 0.31, 0.31, 0.31 }
280         bg[INSENSITIVE] = { 0.31, 0.31, 0.31 }
281         bg[ACTIVE] = { 0.50, 1.0, 0.50 }
282         bg[SELECTED] = { 1.0, 0.04, 0.04 }
283 }
284
285 style "ardour_adjusters" = "default_buttons_menus"
286 {
287         bg[NORMAL] = { 0.60, 0.60, 0.60 }
288         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
289         bg[ACTIVE] = { 0.06, 0.06, 0.06 }
290 }
291
292 style "ardour_progressbars" = "default_buttons_menus"
293
294   bg[NORMAL] = { 0, 0, 0 }
295   bg[PRELIGHT] = { 0.00, 0.36, 0.40 }
296 }
297
298 style "options_window"  = "default_base"
299 {
300         font_name = "sans 8"
301         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
302 }
303
304 style "option_entry"  = "default_base"
305 {
306         fg[NORMAL] = { 0.50, 1.0, 1.0 }
307         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
308         fg[INSENSITIVE] = { 0.80, 0.80, 0.80 }
309         
310         base[INSENSITIVE] = { 0.12, 0.12, 0.12 }
311         
312         bg[NORMAL] = { 0.40, 0.40, 0.40 }
313         bg[ACTIVE] = { 0.40, 0.40, 0.40 }
314 }
315
316 style "red_when_active" = "medium_text"
317 {
318         fg[NORMAL] = { 0.80, 0.80, 0.80 }
319         bg[NORMAL] = { 0.31, 0.31, 0.31 }
320
321         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
322         bg[ACTIVE] = { 1.0, 0, 0}
323 }
324
325 style "xrun_warn"  
326 {
327         font_name = "sans bold 18"
328
329         fg[NORMAL] = { 1.0, 1.0, 1.0 }
330         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
331         text[NORMAL] = { 1.0, 1.0, 1.0 }
332         text[ACTIVE] = { 1.0, 1.0, 1.0 }
333         base[NORMAL] = { 0.09, 0.48, 0.46 }
334         base[ACTIVE] = { 0.09, 0.48, 0.46 }
335         bg[NORMAL] = { 1.0, 0.48, 0.46 }
336         bg[ACTIVE] = { 0.09, 1.0, 0.46 }
337 }
338
339 style "menu_bar_base"
340 {
341   bg[NORMAL] = { 0, 0, 0 }      
342   bg[ACTIVE] = { 0, 0, 0 }
343   bg[PRELIGHT] = { 0, 0, 0 }
344   bg[INSENSITIVE] = { 0, 0, 0 }
345   bg[SELECTED] = { 0, 0, 0 }
346 }
347
348 style "fatal_message" = "medium_text"
349 {
350    fg[ACTIVE] = { 1.0, 0, 1.0 }
351    fg[NORMAL] = { 0.80, 0.80, 0.80 }
352    bg[ACTIVE] = { 0,0,0 }
353    bg[NORMAL] = { 0,0,0 }
354    base[ACTIVE] = { 0,0,0 }
355    base[NORMAL] = { 0,0,0 }
356 }
357
358 style "error_message" = "medium_text"
359 {
360    fg[ACTIVE] = { 1.0, 0, 0 }
361    fg[NORMAL] = { 0.80, 0.80, 0.80 }
362    bg[ACTIVE] = { 0,0,0 }
363    bg[NORMAL] = { 0,0,0 }
364    base[ACTIVE] = { 0,0,0 }
365    base[NORMAL] = { 0,0,0 }
366 }
367
368 style "info_message" = "medium_text"
369 {
370    fg[ACTIVE] = { 1.0, 0, 0 }
371    fg[NORMAL] = { 0.80, 0.80, 0.80 }
372    bg[ACTIVE] = { 0,0,0 }
373    bg[NORMAL] = { 0,0,0 }
374    base[ACTIVE] = { 0,0,0 }
375    base[NORMAL] = { 0,0,0 }
376 }
377
378 style "warning_message" = "medium_text"
379 {
380    fg[ACTIVE] = { 0.30,0.30, 1.0 }
381    fg[NORMAL] = { 0.80, 0.80, 0.80 }
382    bg[ACTIVE] = { 0, 0, 0 }
383    bg[NORMAL] = { 0, 0, 0 }
384    base[ACTIVE] = { 0, 0, 0 }
385    base[NORMAL] = { 0, 0, 0 }
386 }
387
388 style "medium_entry" = "medium_text"
389 {
390         fg[NORMAL] = { 0.50, 1.0, 1.0 }
391         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
392         fg[SELECTED] = { 0.50, 1.0, 0.50 }
393         
394         bg[NORMAL] = { 0.40, 0.40, 0.40 }
395         
396         base[NORMAL] = { 0, 0, 0 }
397         base[ACTIVE] = { 0, 0, 0 }
398         base[SELECTED] = { 0.5, 0.5, 1.0 }
399 }
400
401 style "medium_entry_noselection_fg" = "medium_entry"
402 {
403         fg[SELECTED] = { 0.50, 1.0, 0.50 }
404 }
405
406 style "medium_entry_noselection_bg" = "medium_entry"
407 {
408         bg[SELECTED] = { 0.50, 1.0, 1.0 }
409 }
410
411 style "medium_bold_entry"  = "medium_bold_text"
412 {
413         fg[NORMAL] = { 0.50, 1.0, 1.0 }
414         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
415         
416         bg[NORMAL] = { 0.40, 0.40, 0.40 }
417         
418         base[NORMAL] = { 0, 0, 0 }
419         base[ACTIVE] = { 0, 0, 0 }
420         base[SELECTED] = { 0, 0, 0 }
421 }
422
423
424 style "small_entry" = "small_text"
425 {
426         fg[NORMAL] = { 0.50, 1.0, 1.0 }
427         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
428         bg[NORMAL] = { 0.0, 0.0, 0.0 }
429         base[NORMAL] = { 0, 0, 0 }
430         base[ACTIVE] = { 0, 0, 0 }
431         base[SELECTED] = { 0, 0, 0 }
432 }
433
434 style "red_active_small_entry" = "small_entry"
435 {
436         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
437         fg[SELECTED] = { 1.0, 0, 0 }
438 }
439
440 style "small_bold_entry" = "small_bold_text"
441 {
442         fg[NORMAL] = { 0.50, 1.0, 1.0 }
443         fg[ACTIVE] = { 0.50, 1.0, 1.0 }
444         
445         bg[NORMAL] = { 0.40, 0.40, 0.40 }
446         
447         base[NORMAL] = { 0, 0, 0 }
448         base[ACTIVE] = { 0, 0, 0 }
449         base[SELECTED] = { 0, 0, 0 }
450 }
451
452 style "small_red_on_black_entry"  = "small_bold_text"
453 {
454        fg[NORMAL] = { 1.0, 0, 0 }
455        fg[ACTIVE] = { 1.0, 0, 0 }
456        base[NORMAL] = { 0.0, 0.0, 0.0 }
457        base[ACTIVE] = { 0.0, 0.0, 0.0 }
458        bg[NORMAL] = { 0.0, 0.0, 0.0 }
459        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
460 }
461
462 style "big_clock_display" = "medium_entry"
463 {
464         font_name = "courier bold 34"
465 }
466
467 style "transport_clock_display"
468 {
469         font_name = "sans bold 14"
470         
471         fg[NORMAL] = { 0.50, 1.0, 0.50 }
472         fg[ACTIVE] = { 1.0, 0, 0.0 }
473         fg[SELECTED] = { 1.0, 0, 0 }
474         fg[PRELIGHT] = { 1.0, 0, 0.0 }
475         fg[INSENSITIVE] = { 1.0, 0, 0.0 }
476         
477         base[NORMAL] = { 0.0, 0.0, 0.0 }
478        base[ACTIVE] = { 0.0, 0.0, 0.0 }
479        bg[NORMAL] = { 0.0, 0.0, 0.0 }
480        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
481 }
482
483 style "tempo_meter_clock_display"
484 {
485         font_name = "sans 8"
486         fg[NORMAL] = { 1.0, 1.0, 1.0 }
487         fg[ACTIVE] = { 1.0, 1.0, 0.0 }
488         fg[SELECTED] = { 1.0, 0, 0 }
489         base[NORMAL] = { 0.0, 0.48, 1.0 }
490         base[ACTIVE] = { 0.09, 0.98, 0.46 }
491         bg[NORMAL] = { 0.0, 0.48, 1.0 }
492         bg[ACTIVE] = { 0.09, 0.98, 0.46 }
493 }
494
495 style "default_clock_display" = "medium text"
496 {
497         fg[NORMAL] = { 0.50, 1.0, 0.50 }
498         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
499         fg[SELECTED] = { 1.0, 0, 0 }
500         base[NORMAL] = { 0, 0, 0 }
501         base[ACTIVE] = { 0, 0, 0 }
502         bg[NORMAL] = { 0, 0, 0 }
503         bg[ACTIVE] = { 0, 0, 0 }
504 }
505
506 style "editor_time_ruler" = "small_text"
507 {
508         fg[NORMAL] = { 0.80, 0.80, 0.80 }
509         bg[NORMAL] = { 0.09, 0.09, 0.09 }
510 }
511
512 style "audio_track_base" = "default_base"
513 {
514   font_name = "sans 6"
515   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
516   bg[NORMAL] = { 0.18, 0.18, 0.22 }
517   bg[ACTIVE] = { 0.20, 0.20, 0.20 }     
518   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
519   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
520   bg[SELECTED] = { 0.20, 0.20, 0.20 }
521 }
522
523 style "audio_bus_base"
524 {
525   font_name = "sans 6"
526   fg[NORMAL] = { 0.77, 0.77, 0.72 }     
527   fg[NORMAL] = { 0.7, 0.8, 0.2 }        
528   bg[NORMAL] = {0, 0.36, 0.40 } 
529 }
530
531 style "track_name_display"
532 {
533         font_name = "sans medium 8"
534         fg[NORMAL] = { 0.80, 0.80, 0.80 }
535         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
536
537         base[NORMAL] = { 0.06, 0.06, 0.06 }
538         base[ACTIVE] = { 0.26, 0.26, 0.26 }
539         bg[NORMAL] = { 0.26, 0.26, 0.26 }
540         bg[ACTIVE] = { 0.26, 0.26, 0.26 }
541 }
542
543 style "active_track_name_display"
544 {
545         font_name = "sans medium 8"
546         text[NORMAL] = { 0.26, 0.26, 0.26 }
547         base[NORMAL] = { 0.89, 0.89, 0.89 }
548 }
549
550 style "track_separator"
551 {
552         bg[NORMAL] = { 0.40, 0.40, 0.40 }
553 }
554
555 #
556 # Track edit groups. These styles define
557 # the colors that the "edit" button will
558 # use as a track is moved from
559 # track edit group to track edit group.
560 # There are 8 edit groups. Edit group 0
561 # is used for tracks that are not editable, 
562 # so we leave its style to the default.
563 #
564
565 style "edit_group_0"
566
567 {
568         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
569         bg[NORMAL] = { 0.31, 0.31, 0.31 }
570         fg[NORMAL] = { 0.82, 0.91, 0.99 }
571         fg[ACTIVE] = { 0, 0, 0 }
572 }
573
574 style "edit_group_1" 
575 {
576         fg[NORMAL] = { 0, 0, 0 }
577         fg[PRELIGHT] = { 0, 0, 0 }
578         fg[SELECTED] = { 0, 0, 0 }
579         bg[NORMAL] = { 0.93, 0.34, 0.08 }
580         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
581         bg[SELECTED] = { 0.93, 0.34, 0.08 }
582 }
583
584 style "edit_group_2" 
585 {
586         fg[NORMAL] = { 0, 0, 0 }
587         fg[PRELIGHT] = { 0, 0, 0 }
588         fg[SELECTED] = { 0, 0, 0 }
589         bg[NORMAL] = { 0.93, 0.34, 0.08 }
590         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
591         bg[SELECTED] = { 0.93, 0.34, 0.08 }
592 }
593
594 style "edit_group_3" 
595 {
596         fg[NORMAL] = { 0, 0, 0 }
597         fg[PRELIGHT] = { 0, 0, 0 }
598         fg[SELECTED] = { 0, 0, 0 }
599         bg[NORMAL] = { 0.93, 0.34, 0.08 }
600         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
601         bg[SELECTED] = { 0.93, 0.34, 0.08 }
602 }
603
604 style "region_list_display" = "small_bold_text"
605 {
606         fg[NORMAL] = { 0.80, 0.80, 0.80 }
607         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
608         fg[SELECTED] = { 0.50, 1.0, 1.0 }
609         bg[NORMAL] = { 0, 0, 0 }
610         bg[ACTIVE] = { 0, 0, 0 }
611         bg[SELECTED] = { 0, 0, 0 }
612         base[NORMAL] = { 0, 0, 0 }
613         base[ACTIVE] = { 0, 1, 0 }
614         base[INSENSITIVE] = { 0, 0, 0 }
615         base[SELECTED] = { 0.80, 0.80, 0.80 }
616 }
617
618 style "main_canvas_area"
619 {
620         bg[NORMAL] = { 0.38, 0.38, 0.38 }
621         bg[ACTIVE] = { 0.38, 0.38, 0.38 }
622         bg[INSENSITIVE] = { 0.38, 0.38, 0.38 }
623         bg[SELECTED] = { 0.38, 0.38, 0.38 }
624         bg[PRELIGHT] = { 0.38, 0.38, 0.38 }
625 }
626
627 style "track_controls_inactive"
628 {
629         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
630         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
631         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
632         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
633         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
634
635         font_name = "sans medium 10"
636         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
637 }
638
639 style "edit_controls_base_selected"
640 {
641         bg[NORMAL] = { 0.56, 0.56, 0.56 }
642         bg[ACTIVE] = { 0.56, 0.56, 0.56 }
643         bg[INSENSITIVE] = { 0.56, 0.56, 0.56 }
644         bg[SELECTED] = { 0.56, 0.56, 0.56 }
645         bg[PRELIGHT] = { 0.56, 0.56, 0.56 }
646 }
647
648 style "automation_track_controls_base"
649 {
650         bg[NORMAL] = { 0.22, 0.22, 0.29 }
651         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
652         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
653         bg[SELECTED] = { 0.22, 0.22, 0.29 }
654         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
655 }
656
657 # Plugin Editors
658 style "plugin_slider" 
659 {
660         font_name ="sans bold 10"
661
662         # the slider itself. the inactive part is INSENSITIVE,
663         # the active part is something else.
664
665         fg[NORMAL] = { 0.37, 0.43, 0.52 }
666         fg[ACTIVE] = { 0.37, 0.43, 0.52 }
667         fg[INSENSITIVE] = {0.40, 0.40, 0.40 } # matches default_base
668         fg[SELECTED] = { 0.37, 0.43, 0.52 }
669         fg[PRELIGHT] = { 0.37, 0.43, 0.52 }
670
671         # draws the outer rectangle around the slider
672
673         bg[NORMAL] = { 0.80, 0.80, 0.80 }
674         bg[ACTIVE] = { 0.80, 0.80, 0.80 }
675         bg[INSENSITIVE] = {0.80, 0.80, 0.80 }
676         bg[SELECTED] = { 0.80, 0.80, 0.80 }
677         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
678
679         # the numeric display
680
681         text[NORMAL] = { 0.80, 0.80, 0.80 }
682         text[ACTIVE] = { 0.80, 0.80, 0.80 }
683         text[INSENSITIVE] = { 0.80, 0.80, 0.80 }
684         text[SELECTED] = { 0.80, 0.80, 0.80 }
685         text[PRELIGHT] = { 0.80, 0.80, 0.80 }
686 }
687
688 style "track_list_display" = "small_bold_text"
689 {
690         text[NORMAL] = { 0.80, 0.80, 0.80 }
691         text[ACTIVE] = { 0.3, 0.3, 0.3 }
692         text[INSENSITIVE] = { 0, 0, 0 }
693         text[SELECTED] = { 0.8, 0.8, 0.8 }
694
695         base[NORMAL] = { 0, 0, 0 }
696         base[ACTIVE] = { 0, 0, 0 }
697         base[INSENSITIVE] = { 0, 0, 0 }
698         base[SELECTED] = { 0, 0, 0 }
699 }
700
701 style "inspector_track_list_display" = "track_list_display"
702 {
703         text[ACTIVE] = { 0.8, 0.8, 0.8 }
704
705         base[NORMAL] = { 0, 0, 0 }
706         base[ACTIVE] = { 0.2, 0.2, 0.2 }
707         base[INSENSITIVE] = { 0, 0, 0 }
708         base[SELECTED] = { 0.3, 0.3, 0.4 }
709 }
710
711 style "redirect_list_display"
712 {
713         GtkTreeView::horizontal-separator = 0
714         GtkTreeView::vertical-separator = 0
715
716         font_name = "sans 7"
717         text[NORMAL] = { 0.80, 0.80, 0.80 }
718         text[ACTIVE] = { 0.5, 0.5, 0.9 }
719         text[INSENSITIVE] = { 0, 0, 0 }
720         text[SELECTED] = { 0.9, 0.3, 0.3 }
721
722         base[NORMAL] = { 0, 0, 0 }
723         base[ACTIVE] = { 0, 0, 0 }
724         base[INSENSITIVE] = { 0, 0, 0 }
725         base[SELECTED] = { 0, 0, 0 }
726
727         # these two are explicitly used by the cell renderer for the
728         # text
729
730         fg[NORMAL] = { 0.5, 0.5, 0.5 }  # used for inactive
731         fg[ACTIVE] = { 0.5, 1.0, 1.0 }  # used for active
732 }
733
734 style "inspector_redirect_list_display" = "redirect_list_display"
735 {
736         base[SELECTED] = { 0.3, 0.3, 0.3 }
737 }
738
739 # MixerPanZone:
740 #
741 # the NORMAL fg color is used for the pan puck
742 # the ACTIVE fg color is used for the speaker boxes
743
744 style "pan_zone" = "default_base"
745 {
746         fg[NORMAL] = { 0.34, 0.95, 0.92 }
747         fg[ACTIVE] = { 0.95, 0.48, 0.11 }
748 }
749
750 style "wall_clock" = "medium_bold_text"
751 {
752         fg[NORMAL] = { 1.0, 1.0, 1.0 }
753         bg[NORMAL] = { 0, 0, 0 }
754 }
755
756 style "paler_red_when_active" = "medium_text"
757 {
758         fg[NORMAL] = { 0.80, 0.80, 0.80 }
759         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
760         bg[NORMAL] = { 0.31, 0.31, 0.31 }
761         bg[PRELIGHT] = { 0.31, 0.31, 0.31 }
762
763         fg[ACTIVE] = { 0.36, 0.46, 0.28 }
764         bg[ACTIVE] = { 1.00, 0.59, 0.59}
765 }
766
767 style "peak_display_peaked_entry" = "small_text"
768 {
769         fg[NORMAL] = { 1.0, 1.0, 1.0 }
770         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
771         fg[SELECTED] = { 1.0, 1.0, 1.0 }
772
773         bg[NORMAL] = {0.9, 0.0, 0.0 }   
774         bg[ACTIVE] = { 0.9, 0.0, 0.0 }  
775         bg[PRELIGHT] = { 0.9, 0.0, 0.0 }        
776         bg[INSENSITIVE] = { 0.9, 0.0, 0.0 }     
777         bg[SELECTED] = { 0.9, 0.0, 0.0 }        
778         base[NORMAL] = { 0.9, 0.0, 0.0 }        
779         base[ACTIVE] = { 0.9, 0.0, 0.0 }        
780         base[PRELIGHT] = { 0.9, 0.0, 0.0 }      
781         base[INSENSITIVE] = { 0.9, 0.0, 0.0 }   
782         base[SELECTED] = { 0.9, 0.0, 0.0 }      
783 }
784
785 style "selected_strip_frame"
786 {
787         fg[NORMAL] = { 0.74, 0.42, 0.47 }
788         bg[NORMAL] = { 0.79, 0.28, 0.18 }
789 }
790
791 style "flashing_alert" = "very_small_text"
792 {
793         fg[NORMAL] = { 0.80, 0.80, 0.80 }
794         bg[NORMAL] = { 0.31, 0.31, 0.31 }
795
796         fg[ACTIVE] = { 0.80, 0.80, 0.80 }
797         bg[ACTIVE] = { 1.0, 0, 0}
798 }
799
800 style "selected_io_selector_port_list" = "medium_text"
801 {
802         fg[NORMAL] = { 0.50, 1.0, 1.0 }
803         fg[SELECTED] = { 0.50, 1.0, 1.0 }
804         base[NORMAL] = { 0, 0, 0 }
805         base[SELECTED] = { 0, 0, 0 }
806 }
807
808 style "io_selector_port_list" = "medium_text"
809 {
810         fg[NORMAL] = {0.80, 0.80, 0.70 }
811         fg[SELECTED] = {0.80, 0.80, 0.70 }
812         base[NORMAL] = { 0.26, 0.26, 0.26 }
813         base[SELECTED] = { 0.26, 0.26, 0.26 }
814 }
815
816 style "io_selector_notebook" = "default_base"
817 {
818         fg[NORMAL] = { 0.50, 1.0, 1.0 }
819         font_name ="sans bold 8"
820 }
821
822 style "tearoff_arrow" = "medium_bold_entry"
823 {
824         fg[NORMAL] = { 0.80, 0.80, 0.80 }
825         fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
826         bg[NORMAL] = { 0.80, 0.80, 0.80 }
827         bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
828 }
829
830 style "meter_metrics_strip" = "default_base"
831 {
832         font_name = "sans 4"
833         fg[NORMAL] = { 1.0, 0.8, 0.2 }  
834 }
835
836 style "location_row_button" = "default_buttons_menus"
837 {
838         font_name = "sans 10"
839 }
840
841 style "location_rows_clock" = "default_clock_display"
842 {
843         font_name = "sans 12"
844 }
845
846 style "pan_slider" 
847 {
848         font_name = "sans 8"
849
850         fg[NORMAL] = { 0.67, 0.23, 0.22 }
851         fg[ACTIVE] = { 0.67, 0.23, 0.22 }
852         fg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
853         fg[SELECTED] = { 0.67, 0.23, 0.22 }
854         fg[PRELIGHT] = { 0.67, 0.23, 0.22 }
855
856         bg[NORMAL] = { 0, 0, 0 }
857         bg[ACTIVE] = { 0, 0, 0 }
858         bg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
859         bg[SELECTED] = { 0, 0, 0 }
860         bg[PRELIGHT] = { 0, 0, 0 }
861
862         text[NORMAL] = { 0.85, 0.92, 0.98 }
863         text[ACTIVE] = { 0.85, 0.92, 0.98 }
864         text[INSENSITIVE] = { 0.85, 0.92, 0.98 }
865         text[SELECTED] = { 0.85, 0.92, 0.98 }
866         text[PRELIGHT] = { 0.85, 0.92, 0.98 }
867 }
868
869 style "region_list_whole_file"
870 {
871         fg[NORMAL] = { 0.4, 0.4, 0.9 }
872 }
873
874 style "ardour_button" ="default_buttons_menus"
875 {
876         xthickness = 1
877         ythickness = 1
878 }
879
880 #---------------------------------------------------------------
881 widget "*FirstActionMessage" style "first_action_message"
882 widget "*VerboseCanvasCursor" style "verbose_canvas_cursor"
883 widget "*MarkerText" style "marker_text"
884 widget "*TimeAxisViewItemName" style "time_axis_view_item_name"
885 #widget "*ExportProgress" style "default_buttons_menus"
886 widget "*ExportFileLabel" style "small_bold_text"
887 widget "*ExportFormatLabel" style "medium_bold_text"
888 widget "*ExportHeader" style "small_bold_text"
889 widget "*ExportFileDisplay" style "medium_entry"
890 widget "*ExportFormatDisplay" style "medium_entry"
891 widget "*ExportCheckbox" style "small_entry"
892 widget "*ExportTrackSelector*" style "medium_entry_noselection_bg"
893 widget "*EditModeSelector" style "medium_bold_entry"
894 widget "*SnapTypeSelector" style "medium_bold_entry"
895 widget "*SnapModeSelector" style "medium_bold_entry"
896 widget "*ZoomFocusSelector" style "medium_bold_entry"
897 widget "*ArdourContextMenu*" style "default_buttons_menus"
898 widget "*EditGroupTitleButton*" style "default_buttons_menus"
899 widget "*MixerGroupTitleButton*" style "default_buttons_menus"
900 widget "*ErrorLogCloseButton" style "default_buttons_menus"
901 widget "*EditorGTKButton*" style "default_buttons_menus" 
902 widget "*ToolbarButton" style "default_buttons_menus"
903 widget "*ToolbarButton*" style "default_buttons_menus"
904 widget "*CrossfadeEditButton" style "default_buttons_menus"
905 widget "*CrossfadeEditButton*" style "default_buttons_menus"
906 widget "*TrackHistoryButton*" style "default_buttons_menus"
907 widget "*TrackSizeButton*" style "default_buttons_menus"
908 widget "*TrackPlaylistButton*" style "default_buttons_menus"
909 widget "*TrackAutomationButton*" style "default_buttons_menus"
910 widget "*TrackGroupButton*" style "default_buttons_menus"
911 widget "*TrackMixButton*" style "default_buttons_menus"
912 widget "*TrackVisualButton*" style "default_buttons_menus"
913 widget "*TrackRemoveButton*" style "default_buttons_menus"
914 widget "*BaseButton" style "default_buttons_menus"
915 widget "*TakeButtonLabel" style "default_buttons_menus"
916 widget "*MixerWidthButton" style "default_buttons_menus"
917 widget "*MixerHideButton" style "default_buttons_menus"
918 widget "*MixerSendButton" style "default_buttons_menus"
919 widget "*MixerSendButtonLabel" style "default_buttons_menus"
920 widget "*MixerSendSwitch" style "default_buttons_menus"
921 widget "*MixerInsertButton" style "default_buttons_menus"
922 widget "*MixerInsertButtonLabel" style "default_buttons_menus"
923 widget "*MixerInsertSwitch" style "default_buttons_menus"
924 widget "*MixerMonitorInputButton*" style "very_small_button"
925 widget "*MixerMonitorInputButton.*" style "very_small_button"
926 widget "*MixerIOButton" style "very_small_button"
927 widget "*MixerIOButtonLabel" style "very_small_button"
928 widget "*AddRouteDialogSpinner" style "ardour_adjusters"
929 widget "*AddRouteDialogRadioButton*" style "options_window"
930 widget "*OptionsNotebook" style "options_window"
931 widget "*OptionEditorToggleButton*" style "options_window"
932 widget "*OptionsLabel" style "options_window"
933 widget "*OptionEditorAuditionerLabel" style "options_window"
934 widget "*OptionsEntry" style "option_entry"
935 widget "*InspectorNotebook" style "options_window"
936 widget "*NewSessionDialog" style "options_window"
937 widget "*NewSessionDialogButton*" style "options_window"
938 widget "*MixerSendSwitch*" style "very_small_red_active_and_selected_button"
939 widget "*OptionEditorToggleButton" style "small_red_active_and_selected_button"
940 widget "*NewSessionDialogButton" style "small_red_active_and_selected_button"
941 widget "*MixerRecordEnableButton" style "mixer_rec_enable_button"
942 widget "*MixerRecordEnableButton*" style "mixer_rec_enable_button"
943 widget "*TrackRecordEnableButton" style "track_rec_enable_button"
944 widget "*TrackRecordEnableButton*" style "track_rec_enable_button"
945 widget "*TrackMuteButton*" style "mute_button"
946 widget "*TrackLoopButton*" style "track_loop_button"
947 widget "*PanAutomationLineSelector*" style "multiline_combo"
948 widget "*EditorTimeButton*" style "time_button"
949 widget "*EditorMixerButton*" style "default_buttons_menus"
950 widget "*SoloButton*" style "solo_button"
951 widget "*SoloButton.*" style "solo_button"
952 widget "*SafeSoloButton*" style "solo_button"
953 widget "*SafeSoloButton.*" style "solo_button"
954 widget "*MixerPhaseInvertButton*" style "very_small_button"
955 widget "*MixerPhaseInvertButton.*" style "very_small_button"
956 widget "*MixerAutomationRecordingButton*" style "very_small_button"
957 widget "*MixerAutomationRecordingButton.*" style "very_small_button"
958 widget "*MixerAutomationModeButton*" style "very_small_button"
959 widget "*MixerAutomationModeButton.*" style "very_small_button"
960 widget "*MixerAutomationPlaybackButton*" style "very_small_button"
961 widget "*MixerAutomationPlaybackButton.*" style "very_small_button"
962 widget "*MixerMuteButton*" style "mixer_mute_button"
963 widget "*MixerMuteButton.*" style "mixer_mute_button"
964 widget "*MixerSoloButton*" style "mixer_solo_button"
965 widget "*MixerSoloButton.*" style "mixer_solo_button"
966 widget "*MixerNameButton" style "very_small_button"
967 widget "*MixerNameButtonLabel" style "very_small_button"
968 widget "*MixerGroupButton" style "very_small_button"
969 widget "*MixerGroupButtonLabel" style "very_small_button"
970 widget "*MixerCommentButton" style "very_small_button"
971 widget "*MixerCommentButton*" style "very_small_button"
972 widget "*EditGroupButton" style "very_small_button"
973 widget "*EditGroupButtonLabel" style "very_small_button"
974 widget "*TransportButton" style "transport_button"
975 widget "*TransportButton*" style "transport_button"
976 widget "*ShuttleButton" style "transport_button"
977 widget "*ShuttleButton*" style "transport_button"
978 widget "*ShuttleDisplay" style "transport_button"
979 widget "*ShuttleDisplay*" style "transport_button"
980 widget "*ShuttleControl" style "shuttle_control"
981 widget "*TransportRecButton" style "transport_rec_button"
982 widget "*TransportRecButton*" style "transport_rec_button"
983 widget "*RecordingXrunWarningWindow" style "xrun_warn"
984 widget "*RecordingXrunWarningWindow*" style "xrun_warn"
985 widget "*MainMenuBar" style "menu_bar_base"
986 widget "*ErrorMessage" style "error_message"
987 widget "*FatalMessage" style "fatal_message"
988 widget "*InfoMessage" style "info_message"
989 widget "*WarningMessage" style "warning_message"
990 widget "*BigClockDisplay" style "big_clock_display"
991 widget "*TransportClockDisplay" style "transport_clock_display"
992 widget "*SecondaryClockDisplay" style "transport_clock_display"
993 widget "*BBTTempoLabel" style "tempo_meter_clock_display"
994 widget "*BBTMeterLabel" style "tempo_meter_clock_display"
995 widget "*SelectionStartClock" style "default_clock_display"
996 widget "*SelectionEndClock" style "default_clock_display"
997 widget "*EditCursorClock" style "default_clock_display"
998 widget "*PreRollClock" style "default_clock_display"
999 widget "*PostRollClock" style "default_clock_display"
1000 widget "*NudgeClock" style "default_clock_display"
1001 widget "*ZoomRangeClock" style "default_clock_display"
1002 widget "*SMPTEOffsetClock" style "default_clock_display"
1003 widget "*TransportLabel" style "small_bold_text"
1004 widget "*TakeLabel" style "small_bold_text"
1005 widget "*LocationLabel" style "small_bold_text"
1006 widget "*WipeLabel" style "small_bold_text"
1007 widget "*TakeTagLabel" style "small_bold_text"
1008 widget "*ToolBarLabel" style "small_bold_text"
1009 widget "*EditorDisplayLabel" style "small_bold_text"
1010 widget "*NewSessionLabel" style "large_text"
1011 widget "*GlobalButtonLabel" style "default_buttons_menus"
1012 widget "*ClickButton" style "medium_entry"
1013 widget "*RegionNameDisplay" style "medium_entry"
1014 widget "*PluginDisplay" style "medium_entry"
1015 widget "*SelectionDisplay" style "medium_entry"
1016 widget "*HistorySelector" style "medium_entry"
1017 widget "*LocationSelector" style "medium_entry"
1018 widget "*TakeSelector" style "medium_entry"
1019 widget "*RegionSelector" style "medium_entry"
1020 widget "*SMPTERuler" style "editor_time_ruler"
1021 widget "*BBTRuler" style "editor_time_ruler"
1022 widget "*FramesRuler" style "editor_time_ruler"
1023 widget "*MinSecRuler" style "editor_time_ruler"
1024 widget "*BaseFrame" style "base_frame"
1025 widget "*AudioTrackStripBase" style "audio_track_base"
1026 widget "*TimeAxisViewControlsBaseUnselected" style "audio_track_base"
1027 widget "*AudioTrackControlsBaseUnselected" style "audio_track_base"
1028 widget "*AudioTrackFader" style "audio_track_base"
1029 widget "*AudioBusStripBase" style "audio_bus_base"
1030 widget "*BusControlsBaseUnselected" style "audio_bus_base"
1031 widget "*AudioBusFader" style "audio_bus_base"
1032 widget "*TrackSeparator" style "track_separator"
1033 widget "*TrackEditIndicator0*" style "edit_group_0"
1034 widget "*TrackEditIndicator1*" style "edit_group_1"
1035 widget "*TrackEditIndicator2*" style "edit_group_2"
1036 widget "*TrackEditIndicator3*" style "edit_group_3"
1037 widget "*TrackEditIndicator4*" style "edit_group_3"
1038 widget "*TrackEditIndicator5*" style "edit_group_3"
1039 widget "*TrackEditIndicator6*" style "edit_group_3"
1040 widget "*TrackEditIndicator7*" style "edit_group_3"
1041 widget "*EditorTrackNameDisplay" style "track_name_display"
1042 widget "*EditorTrackNameDisplay*" style "track_name_display"
1043 widget "*EditorActiveTrackNameDisplay" style "active_track_name_display"
1044 widget "*EditorActiveTrackNameDisplay*" style "active_track_name_display"
1045 widget "*EditorRegionList" style "region_list_display"
1046 widget "*CrossfadeEditAuditionButton" style "red_when_active"
1047 widget "*CrossfadeEditAuditionButton*" style "red_when_active"
1048 widget "*CrossfadeEditCurveButton" style "red_when_active"
1049 widget "*CrossfadeEditCurveButton*" style "red_when_active"
1050 widget "*CrossfadeEditLabel" style "medium_text"
1051 widget "*CrossfadeEditFrame" style "base_frame"
1052 widget "*MouseModeButton" style "default_buttons_menus"
1053 widget "*MouseModeButton*" style "default_buttons_menus"
1054 widget "*EditorMainCanvas" style "main_canvas_area"
1055 widget "*AudioTrackControlsBaseInactiveUnselected" style "track_controls_inactive"
1056 widget "*BusControlsBaseInactiveUnselected" style "track_controls_inactive"
1057 widget "*AutomationTrackControlsBaseInactiveUnselected" style "track_controls_inactive"
1058 widget "*AudioTrackControlsBaseInactiveSelected" style "track_controls_inactive"
1059 widget "*BusControlsBaseInactiveSelected" style "track_controls_inactive"
1060 widget "*AutomationTrackControlsBaseInactiveSelected" style "track_controls_inactive"
1061 widget "*AudioTrackStripBaseInactive" style "track_controls_inactive"
1062 widget "*AudioBusStripBaseInactive" style "track_controls_inactive"
1063 widget "*AudioTrackControlsBaseSelected" style "edit_controls_base_selected"
1064 widget "*BusControlsBaseSelected" style "edit_controls_base_selected"
1065 widget "*AutomationTrackControlsBase" style "automation_track_controls_base"
1066 widget "*AutomationTrackControlsBaseSelected" style "edit_controls_base_selected"
1067 widget "*EditorMenuBar*" style "black_mackie_menu_bar"
1068 widget "*MainMenuBar*" style "black_mackie_menu_bar"
1069 widget "*ZoomClickBox" style "medium_bold_entry"
1070 widget "*PluginParameterLabel" style "medium_text"
1071 widget "*PluginNameInfo" style "plugin_name_text"
1072 widget "*PluginMakerInfo" style "plugin_maker_text"
1073 widget "*PluginParameterInfo" style "medium_text"
1074 widget "*MotionControllerValue" style "medium_entry"
1075 widget "*ParameterValueDisplay" style "medium_bold_entry"
1076 widget "*PluginUIClickBox" style "medium_bold_entry"
1077 widget "*PluginUIClickBox*" style "medium_bold_entry"
1078 widget "*PluginSlider" style "plugin_slider"
1079 widget "*TrackListDisplay" style "track_list_display"
1080 widget "*TrackListDisplay.*" style "small_bold_text"
1081 widget "*EditGroupList" style "track_list_display"
1082 widget "*RegionListDisplay" style "small_bold_entry"
1083 widget "*RegionListDisplay.*" style "small_bold_text"
1084 widget "*RedirectSelector" style "redirect_list_display"
1085 widget "*RedirectSelector.*" style "redirect_list_display"
1086 widget "*MixerTrackCommentArea" style "option_entry"
1087 widget "*MixerPanZone" style "pan_zone"
1088 widget "*MixerTrackDisplayList" style "track_list_display"
1089 widget "*MixerSnapshotDisplayList" style "track_list_display"
1090 widget "*MixerAuxDisplayList" style "track_list_display"
1091 widget "*MixerGroupList" style "track_list_display"
1092 widget "*WallClock" style "wall_clock"
1093 widget "*CPULoad" style "wall_clock"
1094 widget "*RegionEditorLabel" style "medium_text"
1095 widget "*RegionEditorSmallLabel" style "small_text"
1096 widget "*RegionEditorEntry" style "medium_entry"
1097 widget "*RegionEditorClock" style "default_clock_display"
1098 widget "*RegionEditorToggleButton" style "paler_red_when_active"
1099 widget "*RegionEditorToggleButton*" style "paler_red_when_active"
1100 widget "*MixerStripSpeedBase" style "small_entry"
1101 widget "*MixerStripSpeedBase*" style "small_entry"
1102 widget "*MixerStripSpeedBaseNotOne" style "small_red_on_black_entry"
1103 widget "*MixerStripSpeedBaseNotOne*" style "small_red_on_black_entry"
1104 widget "*MixerStripGainDisplay" style "small_entry"
1105 widget "*MixerStripGainUnitButton" style "very_small_button"
1106 widget "*MixerStripGainUnitButton*" style "very_small_button"
1107 widget "*MixerStripMeterPreButton" style "very_small_button"
1108 widget "*MixerStripMeterPreButton*" style "very_small_button"
1109 widget "*MixerStripPeakDisplay*" style "red_active_small_entry"
1110 widget "*MixerStripPeakDisplayPeak*" style "peak_display_peaked_entry"
1111 widget "*MixerStripSelectedFrame" style "selected_strip_frame"
1112 widget "*MixerStripFrame" style "base_frame"
1113 widget "*HWMonitorButton" style "red_when_active"
1114 widget "*HWMonitorButton*" style "red_when_active"
1115 widget "*BypassButton" style "red_when_active"
1116 widget "*BypassButton*" style "red_when_active"
1117 widget "*TransportSoloAlert" style "flashing_alert"
1118 widget "*TransportSoloAlert.*" style "flashing_alert"
1119 widget "*TransportAuditioningAlert" style "flashing_alert"
1120 widget "*TransportAuditioningAlert.*" style "flashing_alert"
1121 widget "*FadeCurve" style "medium_bold_entry"
1122 widget "*FadeCurve*" style "medium_bold_entry"
1123 widget "*IOSelectorButton" style "default_buttons_menus"
1124 widget "*IOSelectorButton*" style "default_buttons_menus"
1125 widget "*IOSelectorList" style "medium_entry_noselection_fg"
1126 widget "*IOSelectorPortList" style "io_selector_port_list"
1127 widget "*IOSelectorPortListSelected" style "selected_io_selector_port_list"
1128 widget "*IOSelectorNotebook" style "io_selector_notebook"
1129 widget "*IOSelectorNotebookTab" style "io_selector_notebook"
1130 widget "*IOSelectorFrame" style "base_frame"
1131 widget "*ConnectionEditorButton" style "default_buttons_menus"
1132 widget "*ConnectionEditorButton*" style "default_buttons_menus"
1133 widget "*ConnectionEditorList" style "medium_entry_noselection_fg"
1134 widget "*ConnectionEditorConnectionList" style "medium_entry"
1135 widget "*ConnectionEditorPortList" style "io_selector_port_list"
1136 widget "*ConnectionEditorPortListSelected" style "selected_io_selector_port_list"
1137 widget "*ConnectionEditorNotebook" style "io_selector_notebook"
1138 widget "*ConnectionEditorNotebookTab" style "io_selector_notebook"
1139 widget "*ConnectionEditorFrame" style "base_frame"
1140 widget "*RouteParamsListDisplay" style "inspector_track_list_display"
1141 widget "*RouteParamsPreListDisplay" style "inspector_redirect_list_display"
1142 widget "*RouteParamsPostListDisplay" style "inspector_redirect_list_display"
1143 widget "*TearOffArrow" style "tearoff_arrow"
1144 widget "*RouteParamsTitleButton" style "medium_text"
1145 widget "*RouteParamsTitleLabel" style "medium_text"
1146 widget "*PluginAutomateRecordButton" style "small_red_active_and_selected_button"
1147 widget "*PluginAutomateRecordButton*" style "small_red_active_and_selected_button"
1148 widget "*PluginAutomatePlayButton" style "small_red_active_and_selected_button"
1149 widget "*PluginAutomatePlayButton*" style "small_red_active_and_selected_button"
1150 widget "*PluginAutomateButton" style "small_button"
1151 widget "*PluginAutomateButton*" style "small_button"
1152 widget "*PluginSaveButton" style "small_button"
1153 widget "*PluginSaveButton*" style "small_button"
1154 widget "*PluginLoadButton" style "small_button"
1155 widget "*PluginLoadButton*" style "small_button"
1156 widget "*FaderMetricsStrip" style "meter_metrics_strip"
1157 widget "*MeterMetricsStrip" style "meter_metrics_strip"
1158 widget "*MetricDialogFrame" style "base_frame"
1159 widget "*MetricEntry" style "medium_bold_entry"
1160 widget "*MetricButton" style "default_buttons_menus"
1161 widget "*MetricButton.*" style "default_buttons_menus"
1162 widget "*MetricLabel" style "medium_text"
1163 widget "*TimeStretchButton" style "default_buttons_menus"
1164 widget "*TimeStretchButton.*" style "default_buttons_menus"
1165 widget "*TimeStretchProgress" style "default_buttons_menus"
1166 widget "*ChoiceWindow" style "default_buttons_menus"
1167 widget "*ChoicePrompt" style "default_buttons_menus"
1168 widget "*ChoiceButton" style "default_buttons_menus"
1169 widget "*ChoiceButton*" style "default_buttons_menus"
1170 widget "*SelectionModeButton" style "default_buttons_menus"
1171 widget "*SelectionModeButton*" style "default_buttons_menus"
1172 widget "*TrackLabel" style "medium_text"
1173 widget "*TrackPlugName" style "medium_text"
1174 widget "*TrackParameterName" style "small_text"
1175 widget "*AddRouteDialog*" style "medium_text"
1176 widget "*AddRouteDialog.GtkLabel" style "medium_text"
1177 widget "*AddRouteDialogChannelChoice" style "medium_bold_entry"
1178 widget "*AddRouteDialogSpinner" style "medium_bold_entry"
1179 widget "*AddRouteDialogSpinner*" style "medium_bold_entry"
1180 widget "*AddRouteDialogRadioButton" style "red_when_active"
1181 widget "*AddRouteDialogButton" style "default_buttons_menus"
1182 widget "*AddRouteDialogNameTemplateEntry" style "medium_bold_entry"
1183 widget "*NewSessionIOLabel" style "larger_bold_text"
1184 widget "*NewSessionSR1Label" style "red_medium_text"
1185 widget "*NewSessionSR2Label" style "medium_text"
1186 widget "*NewSessionChannelChoice" style "medium_bold_entry"
1187 widget "*NewSessionMainButton" style "larger_bold_text"
1188 widget "*NewSessionMainButton*" style "larger_bold_text"
1189 widget "*NewSessionMainLabel" style "larger_bold_text"
1190 widget "*LocationEditRowClock" style "location_rows_clock"
1191 widget "*LocationEditNameLabel" style "medium_text"
1192 widget "*LocationEditSetButton" style "location_row_button"
1193 widget "*LocationEditSetButton*" style "location_row_button"
1194 widget "*LocationEditGoButton" style "location_row_button"
1195 widget "*LocationEditGoButton*" style "location_row_button"
1196 widget "*LocationEditCdButton" style "small_red_active_and_selected_button"
1197 widget "*LocationEditCdButton*" style "small_red_active_and_selected_button"
1198 widget "*LocationEditHideButton" style "small_red_active_and_selected_button"
1199 widget "*LocationEditHideButton*" style "small_red_active_and_selected_button"
1200 widget "*LocationEditNumberLabel" style "small_text"
1201 widget "*LocationLocEditorFrame" style "base_frame"
1202 widget "*LocationRangeEditorFrame" style "base_frame"
1203 widget "*LocationEditNameEntry" style "option_entry"
1204 widget "*LocationAddLocationButton" style "default_buttons_menus"
1205 widget "*LocationAddLocationButton*" style "default_buttons_menus"
1206 widget "*LocationAddRangeButton" style "default_buttons_menus"
1207 widget "*LocationAddRangeButton*" style "default_buttons_menus"
1208 widget "*LocationEditRemoveButton" style "location_row_button"
1209 widget "*LocationEditRemoveButton*" style "location_row_button"
1210 widget "*PanSlider" style "pan_slider"
1211 widget "*PanningLinkButton" style "mixer_red_active_button"
1212 widget "*PanningLinkButton.*" style "mixer_red_active_button"
1213 widget "*PanningLinkDirectionButton" style "very_small_button"
1214 widget "*PanningLinkDirectionButton.*" style "very_small_button"
1215 widget "*ChannelCountSelector" style "medium_bold_entry"
1216 widget "*ChannelCountSelector.GtkArrow" style "default_buttons_menus"
1217 widget "*RegionListWholeFile" style "region_list_whole_file"
1218
1219 class "GtkWidget" style "default_base"
1220 class "GtkScrollbar" style "ardour_adjusters"
1221 class "GtkLabel" style "default_buttons_menus"
1222 class "GtkButton" style "ardour_button"
1223 class "GtkArrow" style "tearoff_arrow"
1224 class "GtkProgressBar" style "ardour_progressbars"
1225