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