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