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