the usual blob of fixes. note the requirement for ComboBoxText::set_active_text()
[ardour.git] / gtk2_ardour / ardour_ui.rc
1 #
2 # This is the GTK style file for Ardour
3 #
4 #
5
6 style "very_small_text"
7 {
8         font ="sans-8"
9 }
10
11 style "small_text"
12 {
13         font ="sans-10"
14 }
15
16 style "small_bold_text"
17 {
18         font="sans-bold-10"
19 }
20
21 style "medium_bold_text"
22 {
23         font ="sans-bold-12"
24 }
25
26 style "medium_text"
27 {
28         font="sans-12"
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 ="sans-18"
42 }
43
44 style "larger_bold_text"
45 {
46         font ="sans-14"
47 }
48
49 style "plugin_name_text"
50 {
51         font="sans-bold-25"
52         fg[NORMAL] = { 0.80, 0.80, 0.70 }
53 }
54
55 style "plugin_maker_text"
56 {
57         font="sans-bold-14"
58         fg[NORMAL] = { 0.80, 0.80, 0.70 }
59 }
60
61 style "first_action_message" 
62 {
63         font="mono-35"
64         fontset="mono-35"
65 }
66
67 style "verbose_canvas_cursor"
68 {
69         font="sans-24"
70         fontset="sans-24"
71 }
72
73 style "marker_text" 
74 {
75         font="sans-10"
76         fontset="sans-10"
77 }
78
79 style "time_axis_view_item_name"
80 {
81         font="sans-10"
82         fontset="sans-10"
83 }
84
85 style "default_base" = "medium_text"
86 {
87   fg[NORMAL] = { 0.80, 0.80, 0.70 }     
88   fg[ACTIVE] = { 0.80, 0.80, 0.70 }     
89   fg[PRELIGHT] = { 0.98, 0.76, 0.14 }
90   fg[INSENSITIVE] = { 0.80, 0.80, 0.70 }        
91   fg[SELECTED] = {0.20, 0.90,.20 }
92   
93   bg[NORMAL] = { 0.20, 0.20, 0.20 }
94   bg[ACTIVE] = { 0.20, 0.20, 0.20 }
95   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
96   bg[INSENSITIVE] = { 0.10, 0.10, 0.10 }
97   bg[SELECTED] = { 0, 0.40, 0.60 }
98   
99   text[NORMAL] = { 0.80, 0.80, 0.70 }   
100   text[ACTIVE] = { 0.80, 0.80, 0.70 }   
101   text[PRELIGHT] = { 0, 0.80, 0 }       
102   text[INSENSITIVE] = { 0.80, 0.80, 0.70 }      
103   text[SELECTED] = { 0, 1.0, 0 }
104   
105   base[NORMAL] = { 0.0, 0.0, 0.0 }
106   base[ACTIVE] = { 0.0, 0.0, 0.0 }
107   base[PRELIGHT] = { 0.0, 0.0, 0.0 }
108   base[INSENSITIVE] = { 0.0, 0.0, 0.0 }
109   base[SELECTED] = { 0.0, 0.0, 0.0 }
110 }
111
112 style "ardour_frames" = "medium_text"
113 {
114   fg[NORMAL] = { 0.80, 0.80, 0.70 }     
115   fg[ACTIVE] = { 0.80, 0.80, 0.70 }     
116   fg[PRELIGHT] = { 0.98, 0.76, 0.14 }
117   fg[INSENSITIVE] = { 0.80, 0.80, 0.70 }        
118   fg[SELECTED] = { 0.80, 0.80, 0.70 }   
119   
120   bg[NORMAL] = { 0.80, 0.80, 0.70 }     
121   bg[ACTIVE] = { 0.80, 0.80, 0.70 }     
122   bg[PRELIGHT] = { 0.98, 0.76, 0.14 }
123   bg[INSENSITIVE] = { 0.80, 0.80, 0.70 }        
124   bg[SELECTED] = { 0.80, 0.80, 0.70 }
125   
126   text[NORMAL] = { 0.80, 0.80, 0.70 }   
127   text[ACTIVE] = { 0.80, 0.80, 0.70 }   
128   text[PRELIGHT] = { 0.80, 0.80, 0.70 } 
129   text[INSENSITIVE] = { 0.80, 0.80, 0.70 }      
130   text[SELECTED] = { 0, 0, 0 }
131   
132   base[NORMAL] = { 0.00, 0.00, 0.00 }
133   base[ACTIVE] = { 0.00, 0.00, 0.00 }
134   base[PRELIGHT] = { 0.00, 0.00, 0.00 }
135   base[INSENSITIVE] = { 0.00, 0.00, 0.00 }
136   base[SELECTED] = { 0.00, 0.00, 0.00 }
137 }
138
139 style "base_frame"
140 {
141         fg[NORMAL] = { 0.80, 0.80, 0.70 }
142         bg[NORMAL] = { 0.40, 0.40, 0.40 }
143 }
144
145 style "transport_base" = "medium_bold_text"
146 {
147   bg[NORMAL] = { 0.10, 0.10, 0.10 }
148   bg[ACTIVE] = { 0, 0, 0 }
149   bg[PRELIGHT] = { 0, 0, 0 }
150   bg[INSENSITIVE] = { 0, 0, 0 }
151   bg[SELECTED] = { 0, 0, 0 }
152 }
153
154 style "black_mackie_menu_bar" = "medium_bold_text"
155 {
156       fg[NORMAL] = { 1.0, 1.0, 1.0 }
157       bg[NORMAL] = { 0, 0, 0 }
158 }
159
160 style "default_buttons_menus" = "default_base"
161 {
162   fontset="sans-12"
163   font ="sans-12"
164         
165   fg[ACTIVE] = { 0, 0, 0 }
166   
167   bg[NORMAL] = { 0.35, 0.35, 0.35 }
168   bg[ACTIVE] = { 0.98, 0.76, 0.14 }
169   bg[PRELIGHT] = { 0.25, 0.25, 0.25 }
170   bg[INSENSITIVE] = { 0.10, 0.10, 0.10 }
171   bg[SELECTED] = { 0.06, 0.06, 0.06 }   
172 }
173
174 style "very_small_button" = "default_buttons_menus"
175 {
176         fontset="sans-8"
177         font ="sans-8"
178 }
179
180 style "small_button" = "default_buttons_menus"
181 {
182         fontset="sans-10"
183         font ="sans-10"
184 }
185
186 style "very_small_red_active_and_selected_button" = "very_small_button"
187 {
188         bg[ACTIVE] = { 1.0, 0, 0}
189         bg[SELECTED] = { 1.0, 0, 0}
190 }
191
192 style "small_red_active_and_selected_button" = "small_button"
193 {
194         fg[ACTIVE] = { 0, 0, 0 }
195         bg[ACTIVE] = { 1.0, 0, 0}
196         bg[SELECTED] = { 1.0, 0, 0}
197 }
198
199 style "track_rec_enable_button" = "small_button"
200 {
201         fg[SELECTED] = { 0.0, 0.0, 0.0 }
202         fg[ACTIVE] =   { 0.0, 0.0, 0.0 }
203         fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
204
205         bg[SELECTED] =   { 1.0, 0.0, 0.0 }
206         bg[ACTIVE] =   { 0.91, 0.68, 0.68}
207         bg[PRELIGHT] =   { 1.0, 0.0, 0.0 }
208 }
209
210 style "mixer_rec_enable_button" = "track_rec_enable_button"
211 {
212         fontset="sans-8"
213         font ="sans-8"
214 }
215
216 style "solo_button" = "small_button"
217 {
218         bg[PRELIGHT] = { 0, 1.0, 0 }
219         bg[ACTIVE] = { 0.66, 0.97, 0.19 }
220
221         fg[PRELIGHT] = { 0, 0, 0 }
222         fg[ACTIVE] = { 0, 0, 0 }
223 }
224
225 style "mixer_solo_button" = "solo_button"
226 {
227         fontset="sans-8"
228         font ="sans-8"
229 }
230
231
232 style "mute_button" = "small_button"
233 {
234         bg[PRELIGHT] = { 1.0, 0.65, 0.13 }
235         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
236         
237         fg[PRELIGHT] = { 0, 0, 0 }
238 }
239
240 style "mixer_mute_button" = "mute_button"
241 {
242         fontset="sans-8"
243         font ="sans-8"
244 }
245
246 style "track_loop_button" = "small_button"
247 {
248         bg[ACTIVE] = { 1.0, 0.98, 0.53 }
249         bg[PRELIGHT] = { 1.0, 0.98, 0.53 }
250
251 }
252
253 style "mixer_red_active_button" = "very_small_button"
254 {
255         fg[ACTIVE] = { 0, 1.0, 1.0 }
256         bg[ACTIVE] = { 0.7, 0, 0 }
257
258         base[INSENSITIVE] = { 0.21, 0.21, 0.21 }
259         bg[INSENSITIVE] = { 0.21, 0.21, 0.21 }
260 }
261
262 style "time_button" = "default_buttons_menus"
263 {
264         fontset="sans-8"
265         font ="sans-8"
266 }
267
268 style "transport_button" = "very_small_button"
269 {
270         bg[ACTIVE] = { 0.66, 0.97, 0.18 }
271         bg[SELECTED] = { 1.0, 0.04, 0.04 }
272 }
273
274 style "transport_rec_button" = "very_small_button"
275 {
276         bg[ACTIVE] = { 0.82, 0.02, 0.02 }
277         bg[SELECTED] = { 1.0, 0.04, 0.04 }
278 }
279
280 style "shuttle_control" = "very_small_text"
281 {
282         fg[NORMAL] = { 0.85, 0.92, 0.98 }
283         fg[ACTIVE] = { 0.85, 0.92, 0.98 }
284         fg[PRELIGHT] = { 0.85, 0.92, 0.98 }
285         fg[SELECTED] = { 0.85, 0.92, 0.98 }
286         fg[INSENSITIVE] = { 0.85, 0.92, 0.98 }
287
288         bg[NORMAL] = { 0.31, 0.31, 0.31 }
289         bg[PRELIGHT] = { 0.31, 0.31, 0.31 }
290         bg[INSENSITIVE] = { 0.31, 0.31, 0.31 }
291         bg[ACTIVE] = { 0.66, 0.97, 0.18 }
292         bg[SELECTED] = { 1.0, 0.04, 0.04 }
293 }
294
295 style "ardour_adjusters" = "default_buttons_menus"
296 {
297         bg[NORMAL] = { 0.60, 0.60, 0.60 }
298         bg[PRELIGHT] = { 0.80, 0.80, 0.70 }
299         bg[ACTIVE] = { 0.18, 0.18, 0.22 }
300 }
301
302 style "ardour_progressbars" = "default_buttons_menus"
303
304   bg[NORMAL] = { 0, 0, 0 }
305   bg[PRELIGHT] = { 0.00, 0.36, 0.40 }
306 }
307
308 style "options_window"  = "default_base"
309 {
310         fontset="sans-bold-12"
311         font ="sans-bold-12"
312         fg[PRELIGHT] = { 0.80, 0.80, 0.70 }
313 }
314
315 style "option_entry"  = "default_base"
316 {
317         fg[NORMAL] = { 0.98, 0.76, 0.14 }
318         fg[ACTIVE] = { 0.98, 0.76, 0.14 }
319         fg[INSENSITIVE] = { 0.80, 0.80, 0.70 }
320         
321         base[INSENSITIVE] = { 0.12, 0.12, 0.12 }
322         
323         bg[NORMAL] = { 0.40, 0.40, 0.40 }
324         bg[ACTIVE] = { 0.40, 0.40, 0.40 }
325 }
326
327 style "red_when_active" = "medium_text"
328 {
329         fg[NORMAL] = { 0.80, 0.80, 0.70 }
330         bg[NORMAL] = { 0.31, 0.31, 0.31 }
331
332         fg[ACTIVE] = { 0.80, 0.80, 0.70 }
333         bg[ACTIVE] = { 1.0, 0, 0}
334 }
335
336 style "xrun_warn"  
337 {
338         font ="sans-bold-18"
339         fontset="sans-bold-18"
340
341         fg[NORMAL] = { 1.0, 1.0, 1.0 }
342         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
343         text[NORMAL] = { 1.0, 1.0, 1.0 }
344         text[ACTIVE] = { 1.0, 1.0, 1.0 }
345         base[NORMAL] = { 0.09, 0.48, 0.46 }
346         base[ACTIVE] = { 0.09, 0.48, 0.46 }
347         bg[NORMAL] = { 1.0, 0.48, 0.46 }
348         bg[ACTIVE] = { 0.09, 1.0, 0.46 }
349 }
350
351 style "menu_bar_base"
352 {
353   bg[NORMAL] = { 0, 0, 0 }      
354   bg[ACTIVE] = { 0, 0, 0 }
355   bg[PRELIGHT] = { 0, 0, 0 }
356   bg[INSENSITIVE] = { 0, 0, 0 }
357   bg[SELECTED] = { 0, 0, 0 }
358 }
359
360 style "fatal_message" = "medium_text"
361 {
362    fg[ACTIVE] = { 1.0, 0, 1.0 }
363    fg[NORMAL] = { 0.80, 0.80, 0.70 }
364    bg[ACTIVE] = { 0,0,0 }
365    bg[NORMAL] = { 0,0,0 }
366    base[ACTIVE] = { 0,0,0 }
367    base[NORMAL] = { 0,0,0 }
368 }
369
370 style "error_message" = "medium_text"
371 {
372    fg[ACTIVE] = { 1.0, 0, 0 }
373    fg[NORMAL] = { 0.80, 0.80, 0.70 }
374    bg[ACTIVE] = { 0,0,0 }
375    bg[NORMAL] = { 0,0,0 }
376    base[ACTIVE] = { 0,0,0 }
377    base[NORMAL] = { 0,0,0 }
378 }
379
380 style "info_message" = "medium_text"
381 {
382    fg[ACTIVE] = { 1.0, 0, 0 }
383    fg[NORMAL] = { 0.80, 0.80, 0.70 }
384    bg[ACTIVE] = { 0,0,0 }
385    bg[NORMAL] = { 0,0,0 }
386    base[ACTIVE] = { 0,0,0 }
387    base[NORMAL] = { 0,0,0 }
388 }
389
390 style "warning_message" = "medium_text"
391 {
392    fg[ACTIVE] = { 0.30,0.30, 1.0 }
393    fg[NORMAL] = { 0.80, 0.80, 0.70 }
394    bg[ACTIVE] = { 0, 0, 0 }
395    bg[NORMAL] = { 0, 0, 0 }
396    base[ACTIVE] = { 0, 0, 0 }
397    base[NORMAL] = { 0, 0, 0 }
398 }
399
400 style "medium_entry" = "medium_text"
401 {
402         fg[NORMAL] = { 0.98, 0.76, 0.14 }
403         fg[ACTIVE] = { 0.98, 0.76, 0.14 }
404         fg[SELECTED] = { 0.66, 0.97, 0.18 }
405         
406         bg[NORMAL] = { 0.40, 0.40, 0.40 }
407         
408         base[NORMAL] = { 0, 0, 0 }
409         base[ACTIVE] = { 0, 0, 0 }
410         base[SELECTED] = { 0, 0, 0 }
411 }
412
413 style "medium_entry_noselection_fg" = "medium_entry"
414 {
415         fg[SELECTED] = { 0.98, 0.76, 0.14 }
416 }
417
418 style "medium_entry_noselection_bg" = "medium_entry"
419 {
420         bg[SELECTED] = { 0, 0, 0 }
421 }
422
423 style "medium_bold_entry"  = "medium_bold_text"
424 {
425         fg[NORMAL] = { 0.98, 0.76, 0.14 }
426         fg[ACTIVE] = { 0.98, 0.76, 0.14 }
427         
428         bg[NORMAL] = { 0.40, 0.40, 0.40 }
429         
430         base[NORMAL] = { 0, 0, 0 }
431         base[ACTIVE] = { 0, 0, 0 }
432         base[SELECTED] = { 0, 0, 0 }
433 }
434
435
436 style "small_entry" = "small_text"
437 {
438         fg[NORMAL] = { 0.98, 0.76, 0.14 }
439         fg[ACTIVE] = { 0.98, 0.76, 0.14 }
440         bg[NORMAL] = { 0.0, 0.0, 0.0 }
441         base[NORMAL] = { 0, 0, 0 }
442         base[ACTIVE] = { 0, 0, 0 }
443         base[SELECTED] = { 0, 0, 0 }
444 }
445
446 style "red_active_small_entry" = "small_entry"
447 {
448         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
449         fg[SELECTED] = { 1.0, 0, 0 }
450 }
451
452 style "small_bold_entry" = "small_bold_text"
453 {
454         fg[NORMAL] = { 0.98, 0.76, 0.14 }
455         fg[ACTIVE] = { 0.98, 0.76, 0.14 }
456         
457         bg[NORMAL] = { 0.40, 0.40, 0.40 }
458         
459         base[NORMAL] = { 0, 0, 0 }
460         base[ACTIVE] = { 0, 0, 0 }
461         base[SELECTED] = { 0, 0, 0 }
462 }
463
464 style "small_red_on_black_entry"  = "small_bold_text"
465 {
466        fg[NORMAL] = { 1.0, 0, 0 }
467        fg[ACTIVE] = { 1.0, 0, 0 }
468        base[NORMAL] = { 0.0, 0.0, 0.0 }
469        base[ACTIVE] = { 0.0, 0.0, 0.0 }
470        bg[NORMAL] = { 0.0, 0.0, 0.0 }
471        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
472 }
473
474 style "big_clock_display" = "medium_entry"
475 {
476         fontset = "sans-34"
477         font = "sans-34"
478 }
479
480 style "transport_clock_display"
481 {
482         fontset = "sans-bold-18"
483         font = "sans-bold-18"
484         
485         fg[NORMAL] = { 0.66, 0.97, 0.18 }
486         fg[ACTIVE] = { 1.0, 0, 0.0 }
487         fg[SELECTED] = { 1.0, 0, 0 }
488         fg[PRELIGHT] = { 1.0, 0, 0.0 }
489         fg[INSENSITIVE] = { 1.0, 0, 0.0 }
490         
491         base[NORMAL] = { 0.0, 0.0, 0.0 }
492        base[ACTIVE] = { 0.0, 0.0, 0.0 }
493        bg[NORMAL] = { 0.0, 0.0, 0.0 }
494        bg[ACTIVE] = { 0.0, 0.0, 0.0 }
495 }
496
497 style "tempo_meter_clock_display"
498 {
499         fontset = "sans-bold-8"
500         font = "sans-bold-8"
501         fg[NORMAL] = { 1.0, 1.0, 1.0 }
502         fg[ACTIVE] = { 1.0, 1.0, 0.0 }
503         fg[SELECTED] = { 1.0, 0, 0 }
504         base[NORMAL] = { 0.0, 0.48, 1.0 }
505         base[ACTIVE] = { 0.09, 0.98, 0.46 }
506         bg[NORMAL] = { 0.0, 0.48, 1.0 }
507         bg[ACTIVE] = { 0.09, 0.98, 0.46 }
508 }
509
510 style "default_clock_display" = "medium text"
511 {
512         fg[NORMAL] = { 0.98, 0.76, 0.14 }
513         fg[ACTIVE] = { 1.0, 0.0, 0.0 }
514         fg[SELECTED] = { 1.0, 0, 0 }
515         base[NORMAL] = { 0, 0, 0 }
516         base[ACTIVE] = { 0, 0, 0 }
517         bg[NORMAL] = { 0, 0, 0 }
518         bg[ACTIVE] = { 0, 0, 0 }
519 }
520
521 style "editor_time_ruler" = "small_text"
522 {
523         fg[NORMAL] = { 0.80, 0.80, 0.70 }
524         bg[NORMAL] = { 0.09, 0.09, 0.09 }
525 }
526
527 style "audio_track_base" = "default_base"
528 {
529   font = "-*-courier-medium-r-*-*-*-100-*-*-*-*-*-*"
530   fg[NORMAL] = { 0.80, 0.80, 0.70 }     
531   bg[NORMAL] = { 0.18, 0.18, 0.22 }
532   bg[ACTIVE] = { 0.20, 0.20, 0.20 }     
533   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
534   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
535   bg[SELECTED] = { 0.20, 0.20, 0.20 }
536 }
537
538 style "audio_bus_base"
539 {
540   font = "-*-courier-medium-r-*-*-*-100-*-*-*-*-*-*"
541   fg[NORMAL] = { 0.7, 0.8, 0.2 }        
542   bg[NORMAL] = {0, 0.36, 0.40 } 
543 }
544
545 style "track_name_display"
546 {
547         font = "-*-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*"
548         fg[NORMAL] = { 0.80, 0.80, 0.70 }
549         fg[ACTIVE] = { 0.80, 0.80, 0.70 }
550
551         base[NORMAL] = { 0.06, 0.06, 0.06 }
552         base[ACTIVE] = { 0.26, 0.26, 0.26 }
553         bg[NORMAL] = { 0.26, 0.26, 0.26 }
554         bg[ACTIVE] = { 0.26, 0.26, 0.26 }
555 }
556
557 style "track_separator"
558 {
559         bg[NORMAL] = { 0.40, 0.40, 0.40 }
560 }
561
562 #
563 # Track edit groups. These styles define
564 # the colors that the "edit" button will
565 # use as a track is moved from
566 # track edit group to track edit group.
567 # There are 8 edit groups. Edit group 0
568 # is used for tracks that are not editable, 
569 # so we leave its style to the default.
570 #
571
572 style "edit_group_0"
573
574 {
575         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
576         bg[NORMAL] = { 0.31, 0.31, 0.31 }
577         fg[NORMAL] = { 0.82, 0.91, 0.99 }
578         fg[ACTIVE] = { 0, 0, 0 }
579 }
580
581 style "edit_group_1" 
582 {
583         fg[NORMAL] = { 0, 0, 0 }
584         fg[PRELIGHT] = { 0, 0, 0 }
585         fg[SELECTED] = { 0, 0, 0 }
586         bg[NORMAL] = { 0.93, 0.34, 0.08 }
587         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
588         bg[SELECTED] = { 0.93, 0.34, 0.08 }
589 }
590
591 style "edit_group_2" 
592 {
593         fg[NORMAL] = { 0, 0, 0 }
594         fg[PRELIGHT] = { 0, 0, 0 }
595         fg[SELECTED] = { 0, 0, 0 }
596         bg[NORMAL] = { 0.93, 0.34, 0.08 }
597         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
598         bg[SELECTED] = { 0.93, 0.34, 0.08 }
599 }
600
601 style "edit_group_3" 
602 {
603         fg[NORMAL] = { 0, 0, 0 }
604         fg[PRELIGHT] = { 0, 0, 0 }
605         fg[SELECTED] = { 0, 0, 0 }
606         bg[NORMAL] = { 0.93, 0.34, 0.08 }
607         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
608         bg[SELECTED] = { 0.93, 0.34, 0.08 }
609 }
610
611 style "region_list_display" = "small_bold_text"
612 {
613         fg[NORMAL] = { 0.80, 0.80, 0.70 }
614         fg[ACTIVE] = { 0.80, 0.80, 0.70 }
615         fg[SELECTED] = { 0.98, 0.76, 0.14 }
616         bg[NORMAL] = { 0, 0, 0 }
617         bg[ACTIVE] = { 0, 0, 0 }
618         bg[SELECTED] = { 0, 0, 0 }
619         base[NORMAL] = { 0, 0, 0 }
620         base[ACTIVE] = { 0, 1, 0 }
621         base[INSENSITIVE] = { 0, 0, 0 }
622         base[SELECTED] = { 0.80, 0.80, 0.70 }
623 }
624
625 style "main_canvas_area"
626 {
627         bg[NORMAL] = { 0.38, 0.38, 0.38 }
628         bg[ACTIVE] = { 0.38, 0.38, 0.38 }
629         bg[INSENSITIVE] = { 0.38, 0.38, 0.38 }
630         bg[SELECTED] = { 0.38, 0.38, 0.38 }
631         bg[PRELIGHT] = { 0.38, 0.38, 0.38 }
632 }
633
634 style "track_controls_inactive"
635 {
636         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
637         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
638         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
639         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
640         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
641
642         font = "-*-courier-medium-r-*-*-*-100-*-*-*-*-*-*"
643         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
644 }
645
646 style "edit_controls_base_selected"
647 {
648         bg[NORMAL] = { 0.56, 0.56, 0.56 }
649         bg[ACTIVE] = { 0.56, 0.56, 0.56 }
650         bg[INSENSITIVE] = { 0.56, 0.56, 0.56 }
651         bg[SELECTED] = { 0.56, 0.56, 0.56 }
652         bg[PRELIGHT] = { 0.56, 0.56, 0.56 }
653 }
654
655 style "automation_track_controls_base"
656 {
657         bg[NORMAL] = { 0.22, 0.22, 0.29 }
658         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
659         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
660         bg[SELECTED] = { 0.22, 0.22, 0.29 }
661         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
662 }
663
664 # Plugin Editors
665 style "plugin_slider" 
666 {
667         fontset="-*-helvetica-medium-r-normal-*-10-*-*-*-p-*-*-*"
668         font ="-*-helvetica-medium-r-normal-*-*-100-*-*-p-*-*"
669
670         fg[NORMAL] = { 0.45, 0.45, 0.45 }
671         fg[ACTIVE] = { 0.45, 0.45, 0.45 }
672         fg[INSENSITIVE] = {0.0, 0.0, 0.0 } # matches default_base
673         fg[SELECTED] = { 0.45, 0.45, 0.45 }
674         fg[PRELIGHT] = { 0.45, 0.45, 0.45 }
675
676         text[NORMAL] = { 0.80, 0.80, 0.70 }
677         text[ACTIVE] = { 0.80, 0.80, 0.70 }
678         text[INSENSITIVE] = { 0.80, 0.80, 0.70 }
679         text[SELECTED] = { 0.80, 0.80, 0.70 }
680         text[PRELIGHT] = { 0.80, 0.80, 0.70 }
681 }
682
683 style "track_list_display" = "small_bold_text"
684 {
685         fg[NORMAL] = { 0.80, 0.80, 0.70 }
686         fg[ACTIVE] = { 0.80, 0.80, 0.70 }
687         fg[SELECTED] = { 0.98, 0.76, 0.14 }
688         bg[NORMAL] = { 0, 0, 0 }
689         bg[ACTIVE] = { 0, 0, 0 }
690         bg[SELECTED] = { 0, 0, 0 }
691         base[NORMAL] = { 0, 0, 0 }
692         base[ACTIVE] = { 0, 0, 0 }
693         base[INSENSITIVE] = { 0, 0, 0 }
694         base[SELECTED] = { 0, 0, 0 }
695 }
696
697 style "region_list_display" = "small_bold_text"
698 {
699         fg[NORMAL] = { 0.98, 0.76, 0.14 }
700         fg[ACTIVE] = { 0.98, 0.76, 0.14 }
701         fg[SELECTED] = { 0.66, 0.97, 0.18 }
702         bg[NORMAL] = { 0, 0, 0 }
703         bg[ACTIVE] = { 0, 0, 0 }
704         bg[SELECTED] = { 0, 0, 0 }
705         base[NORMAL] = { 1, 0, 0 }
706         base[ACTIVE] = { 0, 0, 0 }
707         base[INSENSITIVE] = { 0, 0, 0 }
708         base[SELECTED] = { 0, 0, 0 }
709 }
710
711 # MixerPanZone:
712 #
713 # the NORMAL fg color is used for the pan puck
714 # the ACTIVE fg color is used for the speaker boxes
715
716 style "pan_zone" = "default_base"
717 {
718         fg[NORMAL] = { 0.34, 0.95, 0.92 }
719         fg[ACTIVE] = { 0.95, 0.48, 0.11 }
720 }
721
722 style "wall_clock" = "medium_bold_text"
723 {
724         fg[NORMAL] = { 1.0, 1.0, 1.0 }
725         bg[NORMAL] = { 0, 0, 0 }
726 }
727
728 style "paler_red_when_active" = "medium_text"
729 {
730         fg[NORMAL] = { 0.80, 0.80, 0.70 }
731         fg[PRELIGHT] = { 0.80, 0.80, 0.70 }
732         bg[NORMAL] = { 0.31, 0.31, 0.31 }
733         bg[PRELIGHT] = { 0.31, 0.31, 0.31 }
734
735         fg[ACTIVE] = { 0.36, 0.46, 0.28 }
736         bg[ACTIVE] = { 1.00, 0.59, 0.59}
737 }
738
739 style "peak_display_peaked_entry" = "small_text"
740 {
741         fg[NORMAL] = { 1.0, 1.0, 1.0 }
742         fg[ACTIVE] = { 1.0, 1.0, 1.0 }
743         fg[SELECTED] = { 1.0, 1.0, 1.0 }
744
745         bg[NORMAL] = {0.9, 0.0, 0.0 }   
746         bg[ACTIVE] = { 0.9, 0.0, 0.0 }  
747         bg[PRELIGHT] = { 0.9, 0.0, 0.0 }        
748         bg[INSENSITIVE] = { 0.9, 0.0, 0.0 }     
749         bg[SELECTED] = { 0.9, 0.0, 0.0 }        
750         base[NORMAL] = { 0.9, 0.0, 0.0 }        
751         base[ACTIVE] = { 0.9, 0.0, 0.0 }        
752         base[PRELIGHT] = { 0.9, 0.0, 0.0 }      
753         base[INSENSITIVE] = { 0.9, 0.0, 0.0 }   
754         base[SELECTED] = { 0.9, 0.0, 0.0 }      
755 }
756
757 style "selected_strip_frame"
758 {
759         fg[NORMAL] = { 0.74, 0.42, 0.47 }
760         bg[NORMAL] = { 0.79, 0.28, 0.18 }
761 }
762
763 style "flashing_alert" = "very_small_text"
764 {
765         fg[NORMAL] = { 0.80, 0.80, 0.70 }
766         bg[NORMAL] = { 0.31, 0.31, 0.31 }
767
768         fg[ACTIVE] = { 0.80, 0.80, 0.70 }
769         bg[ACTIVE] = { 1.0, 0, 0}
770 }
771
772 style "selected_io_selector_port_list" = "medium_text"
773 {
774         fg[NORMAL] = { 0.98, 0.76, 0.14 }
775         fg[SELECTED] = { 0.98, 0.76, 0.14 }
776         base[NORMAL] = { 0, 0, 0 }
777         base[SELECTED] = { 0, 0, 0 }
778 }
779
780 style "io_selector_port_list" = "medium_text"
781 {
782         fg[NORMAL] = {0.80, 0.80, 0.70 }
783         fg[SELECTED] = {0.80, 0.80, 0.70 }
784         base[NORMAL] = { 0.26, 0.26, 0.26 }
785         base[SELECTED] = { 0.26, 0.26, 0.26 }
786 }
787
788 style "io_selector_notebook" = "default_base"
789 {
790         fg[NORMAL] = { 0.98, 0.76, 0.14 }
791         font ="-*-helvetica-bold-r-normal-*-*-140-*-*-p-*-*"
792 }
793
794 style "tearoff_arrow" = "medium_bold_entry"
795 {
796         bg[NORMAL] = { 0.80, 0.80, 0.70 }
797         bg[PRELIGHT] = { 0.98, 0.76, 0.14 }
798 }
799
800 style "meter_metrics_strip" = "default_base"
801 {
802         font = "-*-courier-medium-r-*-*-*-100-*-*-*-*-*-*"
803         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
804 }
805
806 style "no_session_msg" 
807 {
808         font = "sans-34"
809 }
810
811 style "location_row_button" = "default_buttons_menus"
812 {
813         fontset="-*-helvetica-medium-r-normal-*-10-*-*-*-p-*-*-*"
814         font ="-*-helvetica-medium-r-normal-*-*-100-*-*-p-*-*"
815 }
816
817 style "location_rows_clock" = "default_clock_display"
818 {
819         fontset="-*-helvetica-medium-r-normal-*-12-*-*-*-p-*-*-*"
820         font ="-*-helvetica-medium-r-normal-*-*-120-*-*-p-*-*"
821 }
822
823 style "pan_slider" 
824 {
825         fontset="-*-helvetica-medium-r-normal-*-8-*-*-*-p-*-*-*"
826         font ="-*-helvetica-medium-r-normal-*-*-80-*-*-p-*-*"
827
828         fg[NORMAL] = { 0.67, 0.23, 0.22 }
829         fg[ACTIVE] = { 0.67, 0.23, 0.22 }
830         fg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
831         fg[SELECTED] = { 0.67, 0.23, 0.22 }
832         fg[PRELIGHT] = { 0.67, 0.23, 0.22 }
833
834         bg[NORMAL] = { 0, 0, 0 }
835         bg[ACTIVE] = { 0, 0, 0 }
836         bg[INSENSITIVE] = {0.32, 0.39, 0.45 } # matches default_base
837         bg[SELECTED] = { 0, 0, 0 }
838         bg[PRELIGHT] = { 0, 0, 0 }
839
840         text[NORMAL] = { 0.85, 0.92, 0.98 }
841         text[ACTIVE] = { 0.85, 0.92, 0.98 }
842         text[INSENSITIVE] = { 0.85, 0.92, 0.98 }
843         text[SELECTED] = { 0.85, 0.92, 0.98 }
844         text[PRELIGHT] = { 0.85, 0.92, 0.98 }
845 }
846
847 #---------------------------------------------------------------
848 widget "*FirstActionMessage" style "first_action_message"
849 widget "*VerboseCanvasCursor" style "verbose_canvas_cursor"
850 widget "*MarkerText" style "marker_text"
851 widget "*TimeAxisViewItemName" style "time_axis_view_item_name"
852 widget "EditorBase" style "default_base"
853 widget "*TimebarLabelBase" style "default_base"
854 widget "*WipeWindow" style "default_base"
855 widget "*TakeWindow" style "default_base"
856 widget "*TrackCanvasScroller" style "default_base"
857 widget "*TimeCanvasScroller" style "default_base"
858 widget "*SendUIWindow" style "default_base"
859 widget "*SendUIFrame" style "default_base"
860 widget "*MouseModeBase" style "default_base"
861 widget "*SelectionModeBase" style "default_base"
862 widget  "*MeterBridgeWindow"    style "default_base"
863 widget  "*ControlWindow"        style "default_base"
864 widget "*RegionWindow"          style "default_base"
865 widget "*ClickWindow" style "default_base"
866 widget "*RegionRenameWindow" style "default_base"
867 widget "*BackupRecoveryWindow" style "default_base"
868 widget "*PluginDisplayWindow" style "default_base"
869 widget "*ExportWindow" style "default_base"
870 #widget "*ExportProgress" style "default_buttons_menus"
871 widget "*ExportFileLabel" style "small_bold_text"
872 widget "*ExportFormatLabel" style "medium_bold_text"
873 widget "*ExportHeader" style "small_bold_text"
874 widget "*ExportFileDisplay" style "medium_entry"
875 widget "*ExportFormatDisplay" style "medium_entry"
876 widget "*ExportCheckbox" style "small_entry"
877 widget "*ExportTrackSelector" style "medium_entry_noselection_bg"
878 widget "*MeterScrollBase" style "default_base"
879 widget "*MixerWindow" style "default_base"
880 widget "*RegionEditorWindow" style "default_base"
881 widget "*AudioEngineControl" style "default_base"
882 widget "*PeakFileWaitWindow" style "default_base"
883 widget "*OptionsWindow" style "default_base"
884 widget "*TimeStretchDialog" style "default_base"
885 widget "*ChoiceWindow" style "default_base"
886 widget "*PluginManagerWindow" style "default_base"
887 widget "*CrossfadeEditWindow" style "default_base"
888 widget "*ErrorText" style "default_base"
889 widget "*LocationWindow" style "default_base"
890 widget "*EditControlsBase" style "default_base"
891 widget "*ToolBar" style "default_base"
892 widget "*EditModeSelector" style "medium_bold_entry"
893 widget "*SnapTypeSelector" style "medium_bold_entry"
894 widget "*SnapModeSelector" style "medium_bold_entry"
895 widget "*ZoomFocusSelector" style "medium_bold_entry"
896 widget "*BigClockBase" style "default_base"
897 widget "*AboveMeterZone" style "default_base"
898 widget "*BelowMeterZone" style "default_base"
899 widget "*ButtonTable" style "default_base"
900 widget "*AdjusterTable" style "default_base"
901 widget "*PluginEditor" style "default_base"
902 widget "*PluginNameBox" style "default_base"
903 widget "*IOSelectorWindow" style "default_base"
904 widget "*ConnectionEditorWindow" style "default_base"
905 widget "*RouteParamsWindow" style "default_base"
906 widget "*RouteParamsBaseFrame" style "default_base"
907 widget "*MetricDialog" style "default_base"
908 widget "AddRouteDialog" style "default_base"
909 widget "*LocationLocRowsScroller*" style "default_base"
910 widget "*LocationRangeRowsScroller*" style "default_base"
911 widget "*LocationRangeRows" style "default_base"
912 widget "*LocationLocRows" style "default_base"
913 widget "*LocationFrameBox" style "default_base"
914 widget "*PanScrollerBase" style "default_base"
915 widget "*ArdourContextMenu*" style "default_buttons_menus"
916 widget "*EditGroupTitleButton*" style "default_buttons_menus"
917 widget "*MixerGroupTitleButton*" style "default_buttons_menus"
918 widget "*ErrorLogCloseButton" style "default_buttons_menus"
919 widget "*EditorGTKButton*" style "default_buttons_menus" 
920 widget "*ToolbarButton" style "default_buttons_menus"
921 widget "*ToolbarButton*" style "default_buttons_menus"
922 widget "*CrossfadeEditButton" style "default_buttons_menus"
923 widget "*CrossfadeEditButton*" style "default_buttons_menus"
924 widget "*TrackHistoryButton*" style "default_buttons_menus"
925 widget "*TrackSizeButton*" style "default_buttons_menus"
926 widget "*TrackPlaylistButton*" style "default_buttons_menus"
927 widget "*TrackAutomationButton*" style "default_buttons_menus"
928 widget "*TrackGroupButton*" style "default_buttons_menus"
929 widget "*TrackMixButton*" style "default_buttons_menus"
930 widget "*TrackVisualButton*" style "default_buttons_menus"
931 widget "*TrackRemoveButton*" style "default_buttons_menus"
932 widget "*BaseButton" style "default_buttons_menus"
933 widget "*TakeButtonLabel" style "default_buttons_menus"
934 widget "*MixerWidthButton" style "default_buttons_menus"
935 widget "*MixerHideButton" style "default_buttons_menus"
936 widget "*MixerSendButton" style "default_buttons_menus"
937 widget "*MixerSendButtonLabel" style "default_buttons_menus"
938 widget "*MixerSendSwitch" style "default_buttons_menus"
939 widget "*MixerInsertButton" style "default_buttons_menus"
940 widget "*MixerInsertButtonLabel" style "default_buttons_menus"
941 widget "*MixerInsertSwitch" style "default_buttons_menus"
942 widget "*MixerMonitorInputButton*" style "very_small_button"
943 widget "*MixerMonitorInputButton.*" style "very_small_button"
944 widget "*MixerIOButton" style "very_small_button"
945 widget "*MixerIOButtonLabel" style "very_small_button"
946 widget "*AddRouteDialogSpinner" style "ardour_adjusters"
947 widget "*AddRouteDialogRadioButton*" style "options_window"
948 widget "*OptionsNotebook" style "options_window"
949 widget "*OptionEditorToggleButton*" style "options_window"
950 widget "*OptionsLabel" style "options_window"
951 widget "*OptionEditorAuditionerLabel" style "options_window"
952 widget "*OptionsEntry" style "option_entry"
953 widget "*InspectorNotebook" style "options_window"
954 widget "*NewSessionDialog" style "options_window"
955 widget "*NewSessionDialogButton*" style "options_window"
956 widget "*MixerSendSwitch*" style "very_small_red_active_and_selected_button"
957 widget "*OptionEditorToggleButton" style "small_red_active_and_selected_button"
958 widget "*NewSessionDialogButton" style "small_red_active_and_selected_button"
959 widget "*MixerRecordEnableButton" style "mixer_rec_enable_button"
960 widget "*MixerRecordEnableButton*" style "mixer_rec_enable_button"
961 widget "*TrackRecordEnableButton" style "track_rec_enable_button"
962 widget "*TrackRecordEnableButton*" style "track_rec_enable_button"
963 widget "*TrackMuteButton*" style "mute_button"
964 widget "*TrackLoopButton*" style "track_loop_button"
965 widget "*EditorTimeButton*" style "time_button"
966 widget "*EditorMixerButton*" style "default_buttons_menus"
967 widget "*SoloButton*" style "solo_button"
968 widget "*SoloButton.*" style "solo_button"
969 widget "*SafeSoloButton*" style "solo_button"
970 widget "*SafeSoloButton.*" style "solo_button"
971 widget "*MixerPhaseInvertButton*" style "very_small_button"
972 widget "*MixerPhaseInvertButton.*" style "very_small_button"
973 widget "*MixerAutomationRecordingButton*" style "very_small_button"
974 widget "*MixerAutomationRecordingButton.*" style "very_small_button"
975 widget "*MixerAutomationModeButton*" style "very_small_button"
976 widget "*MixerAutomationModeButton.*" style "very_small_button"
977 widget "*MixerAutomationPlaybackButton*" style "very_small_button"
978 widget "*MixerAutomationPlaybackButton.*" style "very_small_button"
979 widget "*MixerMuteButton*" style "mixer_mute_button"
980 widget "*MixerMuteButton.*" style "mixer_mute_button"
981 widget "*MixerSoloButton*" style "mixer_solo_button"
982 widget "*MixerSoloButton.*" style "mixer_solo_button"
983 widget "*MixerNameButton" style "very_small_button"
984 widget "*MixerNameButtonLabel" style "very_small_button"
985 widget "*MixerGroupButton" style "very_small_button"
986 widget "*MixerGroupButtonLabel" style "very_small_button"
987 widget "*MixerCommentButton" style "very_small_button"
988 widget "*MixerCommentButton*" style "very_small_button"
989 widget "*EditGroupButton" style "very_small_button"
990 widget "*EditGroupButtonLabel" style "very_small_button"
991 widget "*TransportButton" style "transport_button"
992 widget "*TransportButton*" style "transport_button"
993 widget "*ShuttleButton" style "transport_button"
994 widget "*ShuttleButton*" style "transport_button"
995 widget "*ShuttleDisplay" style "transport_button"
996 widget "*ShuttleDisplay*" style "transport_button"
997 widget "*ShuttleControl" style "shuttle_control"
998 widget "*TransportRecButton" style "transport_rec_button"
999 widget "*TransportRecButton*" style "transport_rec_button"
1000 widget "*TransportBase" style "default_base"
1001 widget "*TransportWindow" style "default_base"
1002 widget "*RecordingXrunWarningWindow" style "xrun_warn"
1003 widget "*RecordingXrunWarningWindow*" style "xrun_warn"
1004 widget "*MainMenuBar" style "menu_bar_base"
1005 widget "*ErrorMessage" style "error_message"
1006 widget "*FatalMessage" style "fatal_message"
1007 widget "*InfoMessage" style "info_message"
1008 widget "*WarningMessage" style "warning_message"
1009 widget "*BigClockDisplay" style "big_clock_display"
1010 widget "*TransportClockDisplay" style "transport_clock_display"
1011 widget "*SecondaryClockDisplay" style "transport_clock_display"
1012 widget "*BBTTempoLabel" style "tempo_meter_clock_display"
1013 widget "*BBTMeterLabel" style "tempo_meter_clock_display"
1014 widget "*SelectionStartClock" style "default_clock_display"
1015 widget "*SelectionEndClock" style "default_clock_display"
1016 widget "*EditCursorClock" style "default_clock_display"
1017 widget "*PreRollClock" style "default_clock_display"
1018 widget "*PostRollClock" style "default_clock_display"
1019 widget "*NudgeClock" style "default_clock_display"
1020 widget "*ZoomRangeClock" style "default_clock_display"
1021 widget "*SMPTEOffsetClock" style "default_clock_display"
1022 widget "*TransportLabel" style "small_bold_text"
1023 widget "*TakeLabel" style "small_bold_text"
1024 widget "*LocationLabel" style "small_bold_text"
1025 widget "*WipeLabel" style "small_bold_text"
1026 widget "*TakeTagLabel" style "small_bold_text"
1027 widget "*ToolBarLabel" style "small_bold_text"
1028 widget "*EditorDisplayLabel" style "small_bold_text"
1029 widget "*NewSessionLabel" style "large_text"
1030 widget "*GlobalButtonLabel" style "default_buttons_menus"
1031 widget "*ClickButton" style "medium_entry"
1032 widget "*RegionNameDisplay" style "medium_entry"
1033 widget "*PluginDisplay" style "medium_entry"
1034 widget "*SelectionDisplay" style "medium_entry"
1035 widget "*HistorySelector" style "medium_entry"
1036 widget "*LocationSelector" style "medium_entry"
1037 widget "*TakeSelector" style "medium_entry"
1038 widget "*RegionSelector" style "medium_entry"
1039 widget "*SMPTERuler" style "editor_time_ruler"
1040 widget "*BBTRuler" style "editor_time_ruler"
1041 widget "*FramesRuler" style "editor_time_ruler"
1042 widget "*MinSecRuler" style "editor_time_ruler"
1043 widget "*BaseFrame" style "base_frame"
1044 widget "*AudioTrackStripBase" style "audio_track_base"
1045 widget "*TimeAxisViewControlsBaseUnselected" style "audio_track_base"
1046 widget "*AudioTrackControlsBaseUnselected" style "audio_track_base"
1047 widget "*AudioTrackFader" style "audio_track_base"
1048 widget "*AudioBusStripBase" style "audio_bus_base"
1049 widget "*BusControlsBaseUnselected" style "audio_bus_base"
1050 widget "*AudioBusFader" style "audio_bus_base"
1051 widget "*TrackSeparator" style "track_separator"
1052 widget "*TrackEditIndicator0*" style "edit_group_0"
1053 widget "*TrackEditIndicator1*" style "edit_group_1"
1054 widget "*TrackEditIndicator2*" style "edit_group_2"
1055 widget "*TrackEditIndicator3*" style "edit_group_3"
1056 widget "*TrackEditIndicator4*" style "edit_group_3"
1057 widget "*TrackEditIndicator5*" style "edit_group_3"
1058 widget "*TrackEditIndicator6*" style "edit_group_3"
1059 widget "*TrackEditIndicator7*" style "edit_group_3"
1060 widget "*EditorTrackNameDisplay" style "track_name_display"
1061 widget "*EditorTrackNameDisplay*" style "track_name_display"
1062 widget "*EditorRegionList" style "region_list_display"
1063 widget "*CrossfadeEditAuditionButton" style "red_when_active"
1064 widget "*CrossfadeEditAuditionButton*" style "red_when_active"
1065 widget "*CrossfadeEditCurveButton" style "red_when_active"
1066 widget "*CrossfadeEditCurveButton*" style "red_when_active"
1067 widget "*CrossfadeEditLabel" style "medium_text"
1068 widget "*CrossfadeEditFrame" style "base_frame"
1069 widget "*MouseModeButton" style "default_buttons_menus"
1070 widget "*MouseModeButton*" style "default_buttons_menus"
1071 widget "*EditorWindow" style "default_base"
1072 widget "*EditorMainCanvas" style "main_canvas_area"
1073 widget "*AudioTrackControlsBaseInactiveUnselected" style "track_controls_inactive"
1074 widget "*BusControlsBaseInactiveUnselected" style "track_controls_inactive"
1075 widget "*AutomationTrackControlsBaseInactiveUnselected" style "track_controls_inactive"
1076 widget "*AudioTrackControlsBaseInactiveSelected" style "track_controls_inactive"
1077 widget "*BusControlsBaseInactiveSelected" style "track_controls_inactive"
1078 widget "*AutomationTrackControlsBaseInactiveSelected" style "track_controls_inactive"
1079 widget "*AudioTrackStripBaseInactive" style "track_controls_inactive"
1080 widget "*AudioBusStripBaseInactive" style "track_controls_inactive"
1081 widget "*AudioTrackControlsBaseSelected" style "edit_controls_base_selected"
1082 widget "*BusControlsBaseSelected" style "edit_controls_base_selected"
1083 widget "*AutomationTrackControlsBase" style "automation_track_controls_base"
1084 widget "*AutomationTrackControlsBaseSelected" style "edit_controls_base_selected"
1085 widget "*EditorMenuBar*" style "black_mackie_menu_bar"
1086 widget "*MainMenuBar*" style "black_mackie_menu_bar"
1087 widget "*ZoomClickBox" style "medium_bold_entry"
1088 widget "*PluginParameterLabel" style "medium_text"
1089 widget "*PluginNameInfo" style "plugin_name_text"
1090 widget "*PluginMakerInfo" style "plugin_maker_text"
1091 widget "*PluginParameterInfo" style "medium_text"
1092 widget "*MotionControllerValue" style "medium_entry"
1093 widget "*ParameterValueDisplay" style "medium_bold_entry"
1094 widget "*PluginUIClickBox" style "medium_bold_entry"
1095 widget "*PluginUIClickBox*" style "medium_bold_entry"
1096 widget "*PluginSlider" style "plugin_slider"
1097 widget "*TrackListDisplay" style "track_list_display"
1098 widget "*TrackListDisplay.*" style "small_bold_text"
1099 widget "*RegionListDisplay" style "small_bold_entry"
1100 widget "*RegionListDisplay.*" style "small_bold_text"
1101 widget "*MixerRedirectSelector" style "small_bold_entry"
1102 widget "*MixerRedirectSelector.*" style "small_bold_text"
1103 widget "*MixerTrackNameArea" style "default_base"
1104 widget "*MixerTrackCommentArea" style "option_entry"
1105 widget "*MixerPanZone" style "pan_zone"
1106 widget "*MixerTrackDisplayList" style "track_list_display"
1107 widget "*MixerSnapshotDisplayList" style "track_list_display"
1108 widget "*MixerAuxDisplayList" style "track_list_display"
1109 widget "*MixerGroupList" style "track_list_display"
1110 widget "*WallClock" style "wall_clock"
1111 widget "*CPULoad" style "wall_clock"
1112 widget "*RegionEditorLabel" style "medium_text"
1113 widget "*RegionEditorSmallLabel" style "small_text"
1114 widget "*RegionEditorEntry" style "medium_entry"
1115 widget "*RegionEditorClock" style "default_clock_display"
1116 widget "*RegionEditorToggleButton" style "paler_red_when_active"
1117 widget "*RegionEditorToggleButton*" style "paler_red_when_active"
1118 widget "*MixerStripSpeedBase" style "small_entry"
1119 widget "*MixerStripSpeedBase*" style "small_entry"
1120 widget "*MixerStripSpeedBaseNotOne" style "small_red_on_black_entry"
1121 widget "*MixerStripSpeedBaseNotOne*" style "small_red_on_black_entry"
1122 widget "*MixerStripGainDisplay" style "small_entry"
1123 widget "*MixerStripGainUnitButton" style "very_small_button"
1124 widget "*MixerStripGainUnitButton*" style "very_small_button"
1125 widget "*MixerStripMeterPreButton" style "very_small_button"
1126 widget "*MixerStripMeterPreButton*" style "very_small_button"
1127 widget "*MixerStripPeakDisplay*" style "red_active_small_entry"
1128 widget "*MixerStripPeakDisplayPeak*" style "peak_display_peaked_entry"
1129 widget "*MixerStripSelectedFrame" style "selected_strip_frame"
1130 widget "*MixerStripFrame" style "base_frame"
1131 widget "*HWMonitorButton" style "red_when_active"
1132 widget "*HWMonitorButton*" style "red_when_active"
1133 widget "*BypassButton" style "red_when_active"
1134 widget "*BypassButton*" style "red_when_active"
1135 widget "*TransportSoloAlert" style "flashing_alert"
1136 widget "*TransportSoloAlert.*" style "flashing_alert"
1137 widget "*TransportAuditioningAlert" style "flashing_alert"
1138 widget "*TransportAuditioningAlert.*" style "flashing_alert"
1139 widget "*Prompter" style "default_base"
1140 widget "*PrompterLabel" style "default_base"
1141 widget "*CleanupDialog" style "default_base"
1142 widget "*CleanupDialog*" style "default_base"
1143 widget "*FadeCurve" style "medium_bold_entry"
1144 widget "*FadeCurve*" style "medium_bold_entry"
1145 widget "*IOSelectorButton" style "default_buttons_menus"
1146 widget "*IOSelectorButton*" style "default_buttons_menus"
1147 widget "*IOSelectorList" style "medium_entry_noselection_fg"
1148 widget "*IOSelectorPortList" style "io_selector_port_list"
1149 widget "*IOSelectorPortListSelected" style "selected_io_selector_port_list"
1150 widget "*IOSelectorNotebook" style "io_selector_notebook"
1151 widget "*IOSelectorNotebookTab" style "io_selector_notebook"
1152 widget "*IOSelectorFrame" style "base_frame"
1153 widget "*ConnectionEditorButton" style "default_buttons_menus"
1154 widget "*ConnectionEditorButton*" style "default_buttons_menus"
1155 widget "*ConnectionEditorList" style "medium_entry_noselection_fg"
1156 widget "*ConnectionEditorConnectionList" style "medium_entry"
1157 widget "*ConnectionEditorPortList" style "io_selector_port_list"
1158 widget "*ConnectionEditorPortListSelected" style "selected_io_selector_port_list"
1159 widget "*ConnectionEditorNotebook" style "io_selector_notebook"
1160 widget "*ConnectionEditorNotebookTab" style "io_selector_notebook"
1161 widget "*ConnectionEditorFrame" style "base_frame"
1162 widget "*RouteParamsListDisplay" style "track_list_display"
1163 widget "*RouteParamsPreListDisplay" style "track_list_display"
1164 widget "*RouteParamsPostListDisplay" style "track_list_display"
1165 widget "*TearOffArrow" style "tearoff_arrow"
1166 widget "*RouteParamsTitleButton" style "medium_text"
1167 widget "*RouteParamsTitleLabel" style "medium_text"
1168 widget "*PluginAutomateRecordButton" style "small_red_active_and_selected_button"
1169 widget "*PluginAutomateRecordButton*" style "small_red_active_and_selected_button"
1170 widget "*PluginAutomatePlayButton" style "small_red_active_and_selected_button"
1171 widget "*PluginAutomatePlayButton*" style "small_red_active_and_selected_button"
1172 widget "*PluginAutomateButton" style "small_button"
1173 widget "*PluginAutomateButton*" style "small_button"
1174 widget "*PluginSaveButton" style "small_button"
1175 widget "*PluginSaveButton*" style "small_button"
1176 widget "*PluginLoadButton" style "small_button"
1177 widget "*PluginLoadButton*" style "small_button"
1178 widget "*FaderMetricsStrip" style "meter_metrics_strip"
1179 widget "*MeterMetricsStrip" style "meter_metrics_strip"
1180 widget "*NoSessionMessage" style "no_session_msg"
1181 widget "*MetricDialogFrame" style "base_frame"
1182 widget "*MetricEntry" style "medium_bold_entry"
1183 widget "*MetricButton" style "default_buttons_menus"
1184 widget "*MetricButton.*" style "default_buttons_menus"
1185 widget "*MetricLabel" style "medium_text"
1186 widget "*TimeStretchButton" style "default_buttons_menus"
1187 widget "*TimeStretchButton.*" style "default_buttons_menus"
1188 widget "*TimeStretchProgress" style "default_buttons_menus"
1189 widget "*ChoiceWindow" style "default_buttons_menus"
1190 widget "*ChoicePrompt" style "default_buttons_menus"
1191 widget "*ChoiceButton" style "default_buttons_menus"
1192 widget "*ChoiceButton*" style "default_buttons_menus"
1193 widget "*SelectionModeButton" style "default_buttons_menus"
1194 widget "*SelectionModeButton*" style "default_buttons_menus"
1195 widget "*TrackLabel" style "medium_text"
1196 widget "*TrackPlugName" style "medium_text"
1197 widget "*TrackParameterName" style "small_text"
1198 widget "*AddRouteDialog*" style "medium_text"
1199 widget "*AddRouteDialog.GtkLabel" style "medium_text"
1200 widget "*AddRouteDialogChannelChoice" style "medium_bold_entry"
1201 widget "*AddRouteDialogSpinner" style "medium_bold_entry"
1202 widget "*AddRouteDialogSpinner*" style "medium_bold_entry"
1203 widget "*AddRouteDialogRadioButton" style "red_when_active"
1204 widget "*AddRouteDialogButton" style "default_buttons_menus"
1205 widget "*AddRouteDialogNameTemplateEntry" style "medium_bold_entry"
1206 widget "*NewSessionIOLabel" style "larger_bold_text"
1207 widget "*NewSessionSR1Label" style "red_medium_text"
1208 widget "*NewSessionSR2Label" style "medium_text"
1209 widget "*NewSessionChannelChoice" style "medium_bold_entry"
1210 widget "*NewSessionMainButton" style "larger_bold_text"
1211 widget "*NewSessionMainButton*" style "larger_bold_text"
1212 widget "*NewSessionMainLabel" style "larger_bold_text"
1213 widget "*LocationEditRowClock" style "location_rows_clock"
1214 widget "*LocationEditNameLabel" style "medium_text"
1215 widget "*LocationEditSetButton" style "location_row_button"
1216 widget "*LocationEditSetButton*" style "location_row_button"
1217 widget "*LocationEditGoButton" style "location_row_button"
1218 widget "*LocationEditGoButton*" style "location_row_button"
1219 widget "*LocationEditCdButton" style "small_red_active_and_selected_button"
1220 widget "*LocationEditCdButton*" style "small_red_active_and_selected_button"
1221 widget "*LocationEditHideButton" style "small_red_active_and_selected_button"
1222 widget "*LocationEditHideButton*" style "small_red_active_and_selected_button"
1223 widget "*LocationEditNumberLabel" style "small_text"
1224 widget "*LocationLocEditorFrame" style "base_frame"
1225 widget "*LocationRangeEditorFrame" style "base_frame"
1226 widget "*LocationEditNameEntry" style "option_entry"
1227 widget "*LocationAddLocationButton" style "default_buttons_menus"
1228 widget "*LocationAddLocationButton*" style "default_buttons_menus"
1229 widget "*LocationAddRangeButton" style "default_buttons_menus"
1230 widget "*LocationAddRangeButton*" style "default_buttons_menus"
1231 widget "*LocationEditRemoveButton" style "location_row_button"
1232 widget "*LocationEditRemoveButton*" style "location_row_button"
1233 widget "*PanSlider" style "pan_slider"
1234 widget "*PanningLinkButton" style "mixer_red_active_button"
1235 widget "*PanningLinkButton.*" style "mixer_red_active_button"
1236 widget "*PanningLinkDirectionButton" style "very_small_button"
1237 widget "*PanningLinkDirectionButton.*" style "very_small_button"
1238 widget "*ChannelCountSelector" style "medium_bold_entry"
1239 widget "*ChannelCountSelector.GtkArrow" style "default_buttons_menus"
1240
1241 class "GtkWidget" style "default_base"
1242 class "GtkScrollbar" style "ardour_adjusters"
1243 class "GtkLabel" style "default_buttons_menus"
1244 class "GtkButton" style "default_buttons_menus"
1245 class "GtkArrow" style "tearoff_arrow"
1246 class "GtkProgressBar" style "ardour_progressbars"
1247
1248
1249 #
1250 #----------------------------------------------------------------------
1251 #
1252 # Below this point, all styles refer to colors used by canvas items
1253 # not actual widgets. The "red" value of the active state is used
1254 # to define the "alpha" value for the RGBA value. Other color values
1255 # for the active state are ignored.
1256 #
1257
1258 style "cWaveForm" 
1259 {
1260       fg[NORMAL] = { 0.0, 0.0, 0.0 }
1261       fg[ACTIVE] = { 0.80, 0, 0 }
1262 }
1263 widget "*cWaveForm" style "cWaveForm"
1264
1265 style "cMutedWaveForm" 
1266 {
1267       fg[NORMAL] = { 0.35, 0.35, 0.35 }
1268       #fg[NORMAL] = { 0.80, 0.80, 0.70 }
1269       fg[ACTIVE] = { 1.0, 0, 0 }
1270 }
1271 widget "*cMutedWaveForm" style "cMutedWaveForm"
1272
1273 style "cSelectedFrameBase"
1274 {
1275         fg[NORMAL] = { 0.71, 0.57, 0.66 }
1276         #fg[NORMAL] = { 0.10, 0.10, 0.10 }
1277         fg[ACTIVE] = { 1.0, 0, 0 } # Not used, opacity set by region editor
1278 }
1279 widget "*cSelectedFrameBase" style "cSelectedFrameBase"
1280
1281 style "cFrameBase"
1282 {
1283         fg[NORMAL] = { 0.75, 0.75, 0.76 }
1284         fg[ACTIVE] = { 1.0, 0, 0 } # Not used, opacity set by region editor
1285 }
1286 widget "*cFrameBase" style "cFrameBase"
1287
1288 style "cAudioTrackBase"
1289 {
1290         fg[NORMAL] = { 0.79, 0.80, 0.85 }
1291         #fg[NORMAL] = { 0, 0, 0 }
1292         fg[ACTIVE] = { 0.41, 0, 0 }
1293         #fg[ACTIVE] = { 0.70, 0, 0 }
1294 }
1295 widget "*cAudioTrackBase" style "cAudioTrackBase"
1296
1297 style "cAudioTrackOutline"
1298 {
1299         fg[NORMAL] = { 0.00, 0.00, 0.00 }
1300         fg[ACTIVE] = { 1.00, 0, 0 }
1301 }
1302 widget "*cAudioTrackOutline" style "cAudioTrackOutline"
1303
1304 style "cAudioBusBase"
1305 {
1306         fg[NORMAL] = { 0.90, 0.82, 0.90 }
1307         fg[ACTIVE] = { 0.41, 0, 0 }
1308 }
1309 widget "*cAudioBusBase" style "cAudioBusBase"
1310
1311 style "cTempoBar"
1312 {
1313         fg[NORMAL] = { 0.64, 0.64, 0.62 }
1314         fg[ACTIVE] = { 1.0, 0, 0 }
1315 }
1316 widget "*TempoBar" style "cTempoBar"
1317
1318 style "cMeterBar"
1319 {
1320         fg[NORMAL] = { 0.75, 0.75, 0.73 }
1321         fg[ACTIVE] = { 1.0, 0, 0 }
1322 }
1323 widget "*cMeterBar" style "cMeterBar"
1324
1325 style "cMarkerBar"
1326 {
1327         fg[NORMAL] = { 0.54, 0.54, 0.52 }
1328         fg[ACTIVE] = { 1.0, 0, 0 }
1329 }
1330 widget "*cMarkerBar" style "cMarkerBar"
1331
1332 style "cRangeMarkerBar"
1333 {
1334         fg[NORMAL] = { 0.48, 0.48, 0.46 }
1335         fg[ACTIVE] = { 1.0, 0, 0 }
1336 }
1337 widget "*cRangeMarkerBar" style "cRangeMarkerBar"
1338
1339 style "cTransportMarkerBar"
1340 {
1341         fg[NORMAL] = { 0.40, 0.40, 0.38  }
1342         fg[ACTIVE] = { 1.0, 0, 0 }
1343 }
1344 widget "*cTransportMarkerBar" style "cTransportMarkerBar"
1345
1346 style "cTimeStretchFill"
1347 {
1348         fg[NORMAL] = { 0.89, 0.71, 0.71  }
1349         fg[ACTIVE] = { 0.59, 0, 0 }
1350 }
1351 widget "*cTimeStretchFill" style "cTimeStretchFill"
1352
1353 style "cTimeStretchOutline"
1354 {
1355         fg[NORMAL] = { 0.39, 0.39, 0.39  }
1356         fg[ACTIVE] = { 0.59, 0, 0 }
1357 }
1358 widget "*cTimeStretchOutline" style "cTimeStretchOutline"
1359
1360 style "cAutomationLine"
1361 {
1362         fg[NORMAL] = { 0.27, 0.74, 0.35  }
1363         fg[ACTIVE] = { 1.0, 0, 0 }
1364 }
1365 widget "*cAutomationLine" style "cAutomationLine"
1366
1367 style "cLeftPanAutomationLine"
1368 {
1369         fg[NORMAL] = { 0.77, 0.24, 0.01  }
1370         fg[ACTIVE] = { 1.0, 0, 0 }
1371 }
1372 widget "*cLeftPanAutomationLine" style "cLeftPanAutomationLine"
1373
1374 style "cRightPanAutomationLine"
1375 {
1376         fg[NORMAL] = { 0.03, 0.26, 0.73 }
1377         fg[ACTIVE] = { 1.0, 0, 0 }
1378 }
1379 widget "*cRightPanAutomationLine" style "cRightPanAutomationLine"
1380
1381 style "cRedirectAutomationLine"
1382 {
1383         fg[NORMAL] = { 0.28, 0.34, 0.74  }
1384         fg[ACTIVE] = { 1.0, 0, 0 }
1385 }
1386 widget "*cRedirectAutomationLine" style "cRedirectAutomationLine"
1387
1388 style "cControlPointFill"
1389 {
1390         fg[NORMAL] = { 0, 0, 0 }
1391         fg[ACTIVE] = { 1.0, 0, 0 }
1392 }
1393 widget "*cControlPointFill" style "cControlPointFill"
1394
1395 style "cControlPointOutline"
1396 {
1397         fg[NORMAL] = { 0, 0, 0 }
1398         fg[ACTIVE] = { 1.0, 0, 0 }
1399 }
1400 widget "*cControlPointOutline" style "cControlPointOutline"
1401
1402 style "cEnteredControlPointOutline"
1403 {
1404         fg[NORMAL] = { 1.0, 0.21, 0.21  }
1405         fg[ACTIVE] = { 1.0, 0, 0 }
1406 }
1407 widget "*cEnteredControlPointOutline" style "cEnteredControlPointOutline"
1408
1409 style "cEnteredControlPointSelected"
1410 {
1411         fg[NORMAL] = { 0.00, 1.00, 0.00 }
1412         fg[ACTIVE] = { 1.00, 0, 0 }
1413 }
1414 widget "*cEnteredControlPointSelected" style "cEnteredControlPointSelected"
1415
1416 style "cEnteredControlPoint"
1417 {
1418         fg[NORMAL] = { 1.00, 0.00, 0.00 }
1419         fg[ACTIVE] = { 1.00, 0, 0 }
1420 }
1421 widget "*cEnteredControlPoint" style "cEnteredControlPoint"
1422
1423 style "cControlPointSelected"
1424 {
1425         fg[NORMAL] = { 0.91, 0.04, 0.04 }
1426         fg[ACTIVE] = { 1.00, 0, 0 }
1427 }
1428 widget "*cControlPointSelected" style "cControlPointSelected"
1429
1430 style "cControlPoint"
1431 {
1432         fg[NORMAL] = { 0.00, 0.00, 0.00 }
1433         fg[ACTIVE] = { 1.00, 0, 0 }
1434 }
1435 widget "*cControlPoint" style "cControlPoint"
1436
1437 style "cAutomationTrackFill"
1438 {
1439         fg[NORMAL] = { 0.63, 0.63, 0.81  }
1440         fg[ACTIVE] = { 0.41, 0, 0 }
1441 }
1442 widget "*cAutomationTrackFill" style "cAutomationTrackFill"
1443
1444 style "cAutomationTrackOutline"
1445 {
1446         fg[NORMAL] = { 0.16, 0.16, 0.16  }
1447         fg[ACTIVE] = { 1.0, 0, 0 }
1448 }
1449 widget "*cAutomationTrackOutline" style "cAutomationTrackOutline"
1450
1451 style "cCrossfadeEditorBase"
1452 {
1453         fg[NORMAL] = { 0.16, 0.18, 0.29  }
1454         fg[ACTIVE] = { 1.0, 0, 0 }
1455 }
1456 widget "*cCrossfadeEditorBase" style "cCrossfadeEditorBase"
1457
1458 style "cCrossfadeEditorLine"
1459 {
1460         fg[NORMAL] = { 1.0, 0.86, 0.86  }
1461         fg[ACTIVE] = { 1.0, 0, 0 }
1462 }
1463 widget "*cCrossfadeEditorLine" style "cCrossfadeEditorLine"
1464
1465 style "cSelectedCrossfadeEditorLine"
1466 {
1467         fg[NORMAL] = { 0, 0.86, 0.86  }
1468         fg[ACTIVE] = { 1.0, 0, 0 }
1469 }
1470 widget "*cSelectedCrossfadeEditorLine" style "cSelectedCrossfadeEditorLine"
1471
1472 style "cCrossfadeEditorLineShading"
1473 {
1474         fg[NORMAL] = { 0, 0.63, 0.82  }
1475         fg[ACTIVE] = { 0.33, 0, 0 }
1476 }
1477 widget "*cCrossfadeEditorLineShading" style "cCrossfadeEditorLineShading"
1478
1479 style "cCrossfadeEditorPointFill"
1480 {
1481         fg[NORMAL] = { 0, 1.0, 0  }
1482         fg[ACTIVE] = { 1.0, 0, 0 }
1483 }
1484 widget "*cCrossfadeEditorPointFill" style "cCrossfadeEditorPointFill"
1485
1486 style "cCrossfadeEditorPointOutline"
1487 {
1488         fg[NORMAL] = { 0, 0, 1.0  }
1489         fg[ACTIVE] = { 1.0, 0, 0 }
1490 }
1491 widget "*cCrossfadeEditorPointOutline" style "cCrossfadeEditorPointOutline"
1492
1493 style "cCrossfadeEditorWave"
1494 {
1495         fg[NORMAL] = { 1.0, 1.0, 1.0 }
1496         fg[ACTIVE] = { 0.36, 0, 0 }
1497 }
1498 widget "*cCrossfadeEditorWave" style "cCrossfadeEditorWave"
1499
1500 style "cSelectedCrossfadeEditorWave"
1501 {
1502         fg[NORMAL] = { 0.98, 0.92, 0.08  }
1503         fg[ACTIVE] = { 0.63, 0, 0 }
1504 }
1505 widget "*cSelectedCrossfadeEditorWave" style "cSelectedCrossfadeEditorWave"
1506
1507 style "cCrossfadeLine"
1508 {
1509         fg[NORMAL] = { 0, 0, 0 }
1510         fg[ACTIVE] = { 1.0, 0, 0 }
1511 }
1512 widget "*cCrossfadeLine" style "cCrossfadeLine"
1513
1514 style "cActiveCrossfade"
1515 {
1516         fg[NORMAL] = { 0.91, 0.93, 0.24  }
1517         fg[ACTIVE] = { 0.47, 0, 0 }
1518 }
1519 widget "*cActiveCrossfade" style "cActiveCrossfade"
1520
1521 style "cInactiveCrossfade"
1522 {
1523         fg[NORMAL] = { 1.0, 1.0, 1.0  }
1524         fg[ACTIVE] = { 0.1, 0, 0 }
1525 }
1526 widget "*cInactiveCrossfade" style "cInactiveCrossfade"
1527
1528 style "cLocationMarker"
1529 {
1530         fg[NORMAL] = { 0.77, 0.96, 0.07  }
1531         fg[ACTIVE] = { 1.0, 0, 0 }
1532 }
1533 widget "*cLocationMarker" style "cLocationMarker"
1534
1535 style "cLocationRange"
1536 {
1537         fg[NORMAL] = { 0.29, 0.48, 0.35  }
1538         fg[ACTIVE] = { 1.0, 0, 0 }
1539 }
1540 widget "*cLocationRange" style "cLocationRange"
1541
1542 style "cLocationCDMarker"
1543 {
1544         fg[NORMAL] = { 0.12, 0.91, 0.77  }
1545         fg[ACTIVE] = { 1.0, 0, 0 }
1546 }
1547 widget "*cLocationCDMarker" style "cLocationCDMarker"
1548
1549 style "cLocationLoop"
1550 {
1551         fg[NORMAL] = { 0.21, 0.59, 0.31  }
1552         fg[ACTIVE] = { 1.0, 0, 0 }
1553 }
1554 widget "*cLocationLoop" style "cLocationLoop"
1555
1556 style "cLocationPunch"
1557 {
1558         fg[NORMAL] = { 0.49, 0.23, 0.23  }
1559         fg[ACTIVE] = { 1.0, 0, 0 }
1560 }
1561 widget "*cLocationPunch" style "cLocationPunch"
1562
1563 style "cVerboseCanvasCursor"
1564 {
1565         fg[NORMAL] = { 0, 0, 0  }
1566         fg[ACTIVE] = {0.74, 0, 0 }
1567 }
1568 widget "*cVerboseCanvasCursor" style "cVerboseCanvasCursor"
1569
1570 style "cRangeDragBarRect"
1571 {
1572         fg[NORMAL] = { 0.59, 0.59, 0.59  }
1573         fg[ACTIVE] = { 0.78, 0, 0 }
1574 }
1575 widget "*cRangeDragBarRect" style "cRangeDragBarRect"
1576
1577 style "cRangeDragBarRectFill"
1578 {
1579         fg[NORMAL] = { 0.78, 0.82, 0.70  }
1580         fg[ACTIVE] = { 0.43, 0, 0 }
1581 }
1582 widget "*cRangeDragBarRectFill" style "cRangeDragBarRectFill"
1583
1584 style "cRangeDragRect"
1585 {
1586         fg[NORMAL] = { 0.59, 0.59, 0.59  }
1587         fg[ACTIVE] = { 0.78, 0, 0 }
1588 }
1589 widget "*cRangeDragRect" style "cRangeDragRect"
1590
1591 style "cRangeDragRectFill"
1592 {
1593         fg[NORMAL] = { 0.51, 0.78, 0.59  }
1594         fg[ACTIVE] = { 0.78, 0, 0 }
1595 }
1596 widget "*cRangeDragRectFill" style "cRangeDragRectFill"
1597
1598 style "cTransportDragRect"
1599 {
1600         fg[NORMAL] = { 0.59, 0.59, 0.59  }
1601         fg[ACTIVE] = { 0.78, 0, 0 }
1602 }
1603 widget "*cTransportDragRect" style "cTransportDragRect"
1604
1605 style "cTransportDragRectFill"
1606 {
1607         fg[NORMAL] = { 0.78, 0.78, 0.78  }
1608         fg[ACTIVE] = { 1.43, 0, 0 }
1609 }
1610 widget "*cTransportDragRectFill" style "cTransportDragRectFill"
1611
1612 style "cMarkerDragLine"
1613 {
1614         fg[NORMAL] = { 0, 0.31, 0  }
1615         fg[ACTIVE] = { 0.98, 0, 0 }
1616 }
1617 widget "*cMarkerDragLine" style "cMarkerDragLine"
1618
1619 style "cTransportLoopRect"
1620 {
1621         fg[NORMAL] = { 0.12, 0.47, 0.16 }
1622         fg[ACTIVE] = { 0.98, 0, 0 }
1623 }
1624 widget "*cTransportLoopRect" style "cTransportLoopRect"
1625
1626 style "cTransportLoopRectFill"
1627 {
1628         fg[NORMAL] = { 0.12, 0.47, 0.16 }
1629         fg[ACTIVE] = { 0.98, 0, 0 }
1630 }
1631 widget "*cTransportLoopRectFill" style "cTransportLoopRectFill"
1632
1633 style "cTransportPunchRect"
1634 {
1635        fg[NORMAL] = { 0.43, 0.16, 0.16 }
1636        fg[ACTIVE] = { 0.90, 0, 0 }
1637 }
1638 widget "*cTransportPunchRect" style "cTransportPunchRect"
1639
1640 style "cTransportPunchRectFill"
1641 {
1642        fg[NORMAL] = { 0.43, 0.16, 0.16 }
1643        fg[ACTIVE] = { 0.90, 0, 0 }
1644 }
1645 widget "*cTransportPunchRectFill" style "cTransportPunchRectFill"
1646
1647 style "cPunchInLine"
1648 {
1649         fg[NORMAL] = { 0.66, 0.00, 0.00 }
1650         fg[ACTIVE] = { 1.00, 0, 0 }
1651 }
1652 widget "*cPunchInLine" style "cPunchInLine"
1653
1654 style "cPunchOutLine"
1655 {
1656         fg[NORMAL] = { 0.66, 0.00, 0.00 }
1657         fg[ACTIVE] = { 1.00, 0, 0 }
1658 }
1659 widget "*cPunchOutLine" style "cPunchOutLine"
1660
1661 style "cZoomRect"
1662 {
1663         fg[NORMAL] = { 0.59, 0.59, 0.59 }
1664         fg[ACTIVE] = { 0.78, 0, 0 }
1665 }
1666 widget "*cZoomRect" style "cZoomRect"
1667
1668 style "cZoomRectFill"
1669 {
1670         fg[NORMAL] = { 0.78, 0.82, 0.70 }
1671         fg[ACTIVE] = { 0.43, 0, 0 }
1672 }
1673 widget "*cZoomRectFill" style "cZoomRectFill"
1674
1675 style "cRubberBandRect"
1676 {
1677         fg[NORMAL] = { 0.08, 1.00, 0.52 }
1678         fg[ACTIVE] = { 0.59, 0, 0 }
1679 }
1680 widget "*cRubberBandRect" style "cRubberBandRect"
1681
1682 style "cRubberBandRectFill"
1683 {
1684         fg[NORMAL] = { 0.78, 0.78, 0.78 }
1685         fg[ACTIVE] = { 0.35, 0, 0 }
1686 }
1687 widget "*cRubberBandRectFill" style "cRubberBandRectFill"
1688
1689 style "cFirstActionMessage"
1690 {
1691         fg[NORMAL] = { 0.00, 0.00, 0.00 }
1692         fg[ACTIVE] = { 1.00, 0, 0 }
1693 }
1694 widget "*cFirstActionMessage" style "cFirstActionMessage"
1695
1696 style "cEnteredGainLine"
1697 {
1698         fg[NORMAL] = { 0.87, 0.39, 0.39 }
1699         fg[ACTIVE] = { 1.00, 0, 0 }
1700 }
1701 widget "*cEnteredGainLine" style "cEnteredGainLine"
1702
1703 style "cEnteredAutomationLine"
1704 {
1705         fg[NORMAL] = { 0.87, 0.39, 0.39 }
1706         fg[ACTIVE] = { 1.00, 0, 0 }
1707 }
1708 widget "*cEnteredAutomationLine" style "cEnteredAutomationLine"
1709
1710 style "cEnteredMarker"
1711 {
1712         fg[NORMAL] = { 0.87, 0.39, 0.39 }
1713         fg[ACTIVE] = { 1.00, 0, 0 }
1714 }
1715 widget "*cEnteredMarker" style "cEnteredMarker"
1716
1717 style "cMeterMarker"
1718 {
1719         fg[NORMAL] = { 0.95, 0.26, 0.36 }
1720         fg[ACTIVE] = { 1.00, 0, 0 }
1721 }
1722 widget "*cMeterMarker" style "cMeterMarker"
1723
1724 style "cTempoMarker"
1725 {
1726         fg[NORMAL] = { 0.95, 0.26, 0.36 }
1727         fg[ACTIVE] = { 1.00, 0, 0 }
1728 }
1729 widget "*cTempoMarker" style "cTempoMarker"
1730
1731 style "cMeasureLineBeat"
1732 {
1733         fg[NORMAL] = { 0.80, 0.59, 0.51 }
1734         fg[ACTIVE] = { 0.98, 0, 0 }
1735 }
1736 widget "*cMeasureLineBeat" style "cMeasureLineBeat"
1737
1738 style "cMeasureLineBar"
1739 {
1740         fg[NORMAL] = { 0.68, 1.0, 0.59 }
1741         fg[ACTIVE] = { 0.94, 0, 0 }
1742 }
1743 widget "*cMeasureLineBar" style "cMeasureLineBar"
1744
1745 style "cGhostTrackBaseOutline"
1746 {
1747         fg[NORMAL] = { 0.00, 0.00, 0.00 }
1748         fg[ACTIVE] = { 1.00, 0, 0 }
1749 }
1750 widget "*cGhostTrackBaseOutline" style "cGhostTrackBaseOutline"
1751
1752 style "cGhostTrackBaseFill"
1753 {
1754         fg[NORMAL] = { 0.27, 0.00, 0.49 }
1755         fg[ACTIVE] = { 0.50, 0, 0 }
1756 }
1757 widget "*cGhostTrackBaseFill" style "cGhostTrackBaseFill"
1758
1759 style "cGhostTrackWave"
1760 {
1761         fg[NORMAL] = { 1.0, 0.00, 0.00 }
1762         fg[ACTIVE] = { 0.50, 0, 0 }
1763 }
1764 widget "*cGhostTrackWave" style "cGhostTrackWave"
1765
1766 style "cImageTrackBase"
1767 {
1768         fg[NORMAL] = { 0.87, 0.87, 0.85 }
1769         fg[ACTIVE] = { 1.00, 0, 0 }
1770 }
1771 widget "*cImageTrackBase" style "cImageTrackBase"
1772
1773 style "cImageTrackOutline"
1774 {
1775         fg[NORMAL] = { 0.00, 0.00, 0.00 }
1776         fg[ACTIVE] = { 1.00, 0, 0 }
1777 }
1778 widget "*cImageTrackOutline" style "cImageTrackOutline"
1779
1780 style "cMarkerTrackBase"
1781 {
1782         fg[NORMAL] = { 0.87, 0.87, 0.85 }
1783         fg[ACTIVE] = { 1.00, 0, 0 }
1784 }
1785 widget "*cMarkerTrackBase" style "cMarkerTrackBase"
1786
1787 style "cMarkerTrackOutline"
1788 {
1789         fg[NORMAL] = { 0.00, 0.00, 0.00 }
1790         fg[ACTIVE] = { 1.00, 0, 0 }
1791 }
1792 widget "*cMarkerTrackOutline" style "cMarkerTrackOutline"
1793
1794 style "cZeroLine"
1795 {
1796         fg[NORMAL] = { 0.71, 0.71, 0.71 }
1797         fg[ACTIVE] = { 1.00, 0, 0 }
1798 }
1799 widget "*cZeroLine" style "cZeroLine"
1800
1801 style "cGainLine"
1802 {
1803         fg[NORMAL] = { 0.00, 1.00, 0.00 }
1804         fg[ACTIVE] = { 1.00, 0, 0 }
1805 }
1806 widget "*cGainLine" style "cGainLine"
1807
1808 style "cGainLineInactive"
1809 {
1810         fg[NORMAL] = { 0.06, 0.06, 0.06 }
1811         fg[ACTIVE] = { 1.00, 0, 0 }
1812 }
1813 widget "*cGainLineInactive" style "cGainLineInactive"
1814
1815 style "cRecordingRectFill"
1816 {
1817         fg[NORMAL] = { 0.90, 0.78, 0.78 }
1818         fg[ACTIVE] = { 1.00, 0, 0 }
1819 }
1820 widget "*cRecordingRectFill" style "cRecordingRectFill"
1821
1822 style "cRecordingRectOutline"
1823 {
1824         fg[NORMAL] = { 0.31, 0.16, 0.16 }
1825         fg[ACTIVE] = { 1.00, 0, 0 }
1826 }
1827 widget "*cRecordingRectOutline" style "cRecordingRectOutline"
1828
1829 style "cSelectionRectFill"
1830 {
1831         fg[NORMAL] = { 0.91, 0.96, 0.83 }
1832         fg[ACTIVE] = { 0.47, 0, 0 }
1833 }
1834 widget "*cSelectionRectFill" style "cSelectionRectFill"
1835
1836 style "cSelectionRectOutline"
1837 {
1838         fg[NORMAL] = { 0.39, 0.39, 0.39 }
1839         fg[ACTIVE] = { 0.59, 0, 0 }
1840 }
1841 widget "*cSelectionRectOutline" style "cSelectionRectOutline"
1842
1843 style "cSelectionEndFill"
1844 {
1845         fg[NORMAL] = { 0.39, 0.39, 0.39 }
1846         fg[ACTIVE] = { 0.70, 0, 0 }
1847 }
1848 widget "*cSelectionEndFill" style "cSelectionEndFill"
1849
1850 style "cSelectionEndOutline"
1851 {
1852         fg[NORMAL] = { 0.39, 0.39, 0.39 }
1853         fg[ACTIVE] = { 1.0, 0, 0 }
1854 }
1855 widget "*cSelectionEndOutline" style "cSelectionEndOutline"
1856
1857 style "cSelectionStartFill"
1858 {
1859         fg[NORMAL] = { 0.39, 0.39, 0.39 }
1860         fg[ACTIVE] = { 0.70, 0, 0 }
1861 }
1862 widget "*cSelectionStartFill" style "cSelectionStartFill"
1863
1864 style "cSelectionStartOutline"
1865 {
1866         fg[NORMAL] = { 0.39, 0.39, 0.39 }
1867         fg[ACTIVE] = { 1.0, 0, 0 }
1868 }
1869 widget "*cSelectionStartOutline" style "cSelectionStartOutline"
1870
1871 style "cVestigialFrameFill"
1872 {
1873         fg[NORMAL] = { 0.27, 0.00, 0.49 }
1874         fg[ACTIVE] = { 0.06, 0, 0 }
1875 }
1876 widget "*cVestigialFrameFill" style "cVestigialFrameFill"
1877
1878 style "cVestigialFrameOutline"
1879 {
1880         fg[NORMAL] = { 0.00, 0.00, 0.00 }
1881         fg[ACTIVE] = { 1.00, 0, 0 }
1882 }
1883 widget "*cVestigialFrameOutline" style "cVestigialFrameOutline"
1884
1885 style "cTimeAxisFrameFill"
1886 {
1887         fg[NORMAL] = { 0.27, 0.00, 0.49 }
1888         fg[ACTIVE] = { 0.06, 0, 0 }
1889 }
1890 widget "*cTimeAxisFrameFill" style "cTimeAxisFrameFill"
1891
1892 style "cTimeAxisFrameOutline"
1893 {
1894         fg[NORMAL] = { 0.00, 0.00, 0.00 }
1895         fg[ACTIVE] = { 1.00, 0, 0 }
1896 }
1897 widget "*cTimeAxisFrameOutline" style "cTimeAxisFrameOutline"
1898
1899 style "cNameHighlightFill"
1900 {
1901         fg[NORMAL] = { 0.00, 0.00, 1.00 }
1902         fg[ACTIVE] = { 1.00, 0, 0 }
1903 }
1904 widget "*cNameHighlightFill" style "cNameHighlightFill"
1905
1906 style "cNameHighlightOutline"
1907 {
1908         fg[NORMAL] = { 0.49, 0.00, 1.00 }
1909         fg[ACTIVE] = { 0.59, 0, 0 }
1910 }
1911 widget "*cNameHighlightOutline" style "cNameHighlightOutline"
1912
1913 style "cFrameHandleStartFill"
1914 {
1915         fg[NORMAL] = { 0.49, 0.00, 1.00 }
1916         fg[ACTIVE] = { 0.59, 0, 0 }
1917 }
1918 widget "*cFrameHandleStartFill" style "cFrameHandleStartFill"
1919
1920 style "cFrameHandleStartOutline"
1921 {
1922         fg[NORMAL] = { 0.00, 0.00, 0.00 }
1923         fg[ACTIVE] = { 1.00, 0, 0 }
1924 }
1925 widget "*cFrameHandleStartOutline" style "cFrameHandleStartOutline"
1926
1927 style "cFrameHandleEndFill"
1928 {
1929         fg[NORMAL] = { 0.49, 0.00, 1.00 }
1930         fg[ACTIVE] = { 0.59, 0, 0 }
1931 }
1932 widget "*cFrameHandleEndFill" style "cFrameHandleEndFill"
1933
1934 style "cFrameHandleEndOutline"
1935 {
1936         fg[NORMAL] = { 0.00, 0.00, 0.00 }
1937         fg[ACTIVE] = { 1.00, 0, 0 }
1938 }
1939 widget "*cFrameHandleEndOutline" style "cFrameHandleEndOutline"
1940
1941 style "cTrimHandleLockedStart"
1942 {
1943         fg[NORMAL] = { 0.92, 0.06, 0.06 }
1944         fg[ACTIVE] = { 0.16, 0, 0 }
1945 }
1946 widget "*cTrimHandleLockedStart" style "cTrimHandleLockedStart"
1947
1948 style "cTrimHandleLockedEnd"
1949 {
1950         fg[NORMAL] = { 0.92, 0.06, 0.06 }
1951         fg[ACTIVE] = { 0.16, 0, 0 }
1952 }
1953 widget "*cTrimHandleLockedEnd" style "cTrimHandleLockedEnd"
1954
1955 style "cTrimHandleStart"
1956 {
1957         fg[NORMAL] = { 0.10, 0.00, 1.00 }
1958         fg[ACTIVE] = { 0.27, 0, 0 }
1959 }
1960 widget "*cTrimHandleStart" style "cTrimHandleStart"
1961
1962 style "cTrimHandleEnd"
1963 {
1964         fg[NORMAL] = { 0.10, 0.00, 1.00 }
1965         fg[ACTIVE] = { 0.27, 0, 0 }
1966 }
1967 widget "*cTrimHandleEnd" style "cTrimHandleEnd"