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