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