1d191d6d397690d96fd2528c5abf56737f8000e9
[ardour.git] / gtk2_ardour / ardour3_ui_dark.rc.in
1 #
2 # This is the GTK style file for Ardour, originally by Paul Davis and others
3 #
4 # Color meta-ization originated by Sean Corbett (seanbutnotheard@gmail.com)
5 #
6 # Released under the terms of the GNU GPL v2:  http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
7 #
8
9 #@color fg #EEEEEC
10 #@color bg #54555d
11 #@color text #EEEEEC
12 #@color base #171717
13 #@color fg_selected #EEF
14 #@color bg_selected #58B
15 #@color fg_tooltip #1F1F1F
16 #@color bg_tooltip #FCF5B8
17
18 #@color black #222
19 #@color red #F11
20 #@color blue #729FCF
21 #@color orange #CEF
22 #@color green #9f3
23 #@color light_orange #FC4
24 #@color pale_blue #CFE 
25
26 #@color arm #F33
27 #@color solo #9E3
28 #@color mute #CC4
29 #@color mono #DEC
30 #@color control_text2 #8D2B1B
31 #@color control_base #26292D
32 #@color control_text #D0D2D5
33 #@color audio_track #33445e
34 #@color midi_track #445033
35 #@color audio_bus #262c35
36
37 #@color processor_frame_active_send #30F7B0
38 #@color processor_frame_selected #E2CC33
39 #@color processor_fader_bg #666666
40 #@color processor_fader_frame #7F7F7F
41 #@color processor_prefader #4D0000
42 #@color processor_prefader_frame #7F0000
43 #@color processor_postfader #1A4D1A
44 #@color processor_postfader_frame #1B7F1B
45
46 # Tweak the color scheme in one place :
47
48 gtk_color_scheme = "@COLOR_SCHEME@"
49
50 #alternate BG color: #5C5E61
51
52 style "smallest_text"
53 {
54         font_name = "@FONT_TINY@"
55 }
56
57 style "very_small_text"
58 {
59         font_name = "@FONT_SMALLER@"
60 }
61
62 style "small_text"
63 {
64         font_name = "@FONT_SMALL@"
65 }
66
67 style "small_italic_text"
68 {
69         font_name = "italic @FONT_SMALL@"
70 }
71
72 style "small_bold_text"
73 {
74         font_name = "bold @FONT_SMALL@"
75 }
76
77 style "medium_bold_text"
78 {
79         font_name = "bold @FONT_NORMAL@"
80 }
81
82 style "medium_text"
83 {
84         font_name = "@FONT_NORMAL"
85 }
86
87 style "medium_monospace_text"
88 {
89         #font_name = "monospace @FONT_NORMAL@"
90 }
91
92 style "red_medium_text" = "medium_text"
93 {       
94         fg[NORMAL] = @A_red
95         fg[ACTIVE] = @A_red
96         fg[SELECTED] = @A_red
97 }
98
99 style "large_bold_text"
100 {
101         font_name = "bold @FONT_BIGGER@"
102 }
103
104 style "larger_text"
105 {
106         font_name = "@FONT_LARGE@"
107 }
108
109 style "larger_bold_text"
110 {
111         font_name = "bold @FONT_LARGE@"
112 }
113
114 style "big_bold_text"
115 {
116         font_name = "bold @FONT_LARGER@"
117 }
118
119 style "plugin_name_text" = "big_bold_text"
120 {
121         fg[NORMAL] = @A_text
122 }
123
124 style "plugin_maker_text" = "larger_bold_text"
125 {
126         fg[NORMAL] = @A_text
127 }
128
129 style "verbose_canvas_cursor" = "big_bold_text"
130 {
131 }
132
133 style "marker_text" = "small text"
134 {
135 }
136
137 style "midi_tracer_textview" = "medium_monospace_text"
138 {
139         
140 }
141
142 style "time_axis_view_item_name" = "very small text"
143 {
144 }
145
146 style "white_tree_view" 
147 {
148   GtkButton::default_border = { 0, 0, 0, 0 }
149   GtkButton::default_outside_border = { 0, 0, 0, 0 }
150   GtkButton::button_relief = GTK_RELIEF_NONE
151   GtkTreeView::vertical-padding = 0
152   GtkTreeView::horizontal-padding = 0
153   GtkTreeView::even-row-color = { 0.70, 0.70, 0.70 }
154   GtkTreeView::odd-row-color = { 0.64, 0.64, 0.64 }
155   
156   fg[NORMAL] = { 0.30, 0.30, 0.40 }     
157   fg[ACTIVE] = { 0.30, 0.30, 0.40 }     
158   fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
159   fg[INSENSITIVE] = { 0.30, 0.30, 0.40 }        
160   fg[SELECTED] = { 0.30, 0.30, 0.40 }   
161   
162   bg[NORMAL] = { 0.80, 0.80, 0.80 }
163   bg[ACTIVE] = { 0.80, 0.80, 0.80 }
164   bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
165   bg[INSENSITIVE] = { 0.80, 0.80, 0.80 }
166   bg[SELECTED] = { 0.80, 0.80, 0.80 }
167   
168   text[NORMAL] = { 0.30, 0.30, 0.40 }
169   text[ACTIVE] = { 0.30, 0.30, 0.40 }
170   text[PRELIGHT] = { 0.30, 0.30, 0.40 }
171   text[INSENSITIVE] = { 0.30, 0.30, 0.40 }
172   text[SELECTED] = { 0, 0, 0 }
173   
174   base[ACTIVE]       = { 0.80, 0.80, 0.80 }
175   base[NORMAL]       = { 0.80, 0.80, 0.80 }
176   base[PRELIGHT]     = { 0.90, 0.90, 0.90 }
177   base[INSENSITIVE]  = "#4c5159"
178   base[SELECTED]     = { 0.60, 0.60, 0.80 }
179
180   engine "clearlooks" 
181   {
182     #menubarstyle = 0 # 0 = flat, 1 = sunken, 2 = flat gradient
183   }
184 }
185
186 style "default_base" = "medium_text"
187 {
188   #Original values for reference
189   GtkWidget::cursor_color =  {1.0, 1.0, 1.0 }
190   GtkButton::default_border = { 0, 0, 0, 0 }
191   GtkButton::default_outside_border = { 0, 0, 0, 0 }
192   GtkButton::button_relief = GTK_RELIEF_NONE
193   GtkTreeView::vertical-padding = 0
194   GtkTreeView::horizontal-padding = 0
195   GtkTreeView::even-row-color = @A_base
196   GtkTreeView::odd-row-color = darker(@A_base)
197   
198   GtkWidget           :: focus-line-pattern               = "\001\001"        #                              Dash pattern used to draw the focus indicator.
199   GtkWidget           :: focus-line-width                 = 1                 # [               1 ] ( >= 0 ) Width, in pixels, of the focus indicator line.
200   GtkWidget           :: focus-padding                    = 1                 # [               1 ] ( >= 0 ) Width, in pixels, between focus indicator and the widget box.
201   GtkWidget           :: interior-focus                   = 1                 # [               1 ] ( bool ) Draw the focus indicator inside widgets.
202   GtkWidget           :: scroll-arrow-hlength             = 16                # [              16 ] ( >= 1 ) Length of horizontal scroll arrows.
203   GtkWidget           :: scroll-arrow-vlength             = 16                # [              16 ] ( >= 1 ) Length of vertical scroll arrows.
204
205   GtkWidget           :: link-color                       = shade(1.25, @A_blue)
206   GtkWidget           :: visited-link-color               = @A_blue
207   
208 #Window Properties
209   GtkDialog           :: action-area-border               = 4                 # [               5 ] ( >= 0 ) Width of border around the button area at the bottom of the dialog.
210   GtkDialog           :: button-spacing                   = 4                 # [               6 ] ( >= 0 ) Spacing between buttons.
211   GtkDialog           :: content-area-border              = 2                 # [               2 ] ( >= 0 ) Width of border around the main dialog area.
212   GtkDialog           :: content-area-spacing             = 0                 # [               0 ] ( >= 0 ) The default spacing used between elements of the content area of the dialog.
213   
214 #Control Properties
215   GtkButton           :: child-displacement-x             = 1                 # [               0 ]          How far in x direction to move the button when its depressed.
216   GtkButton           :: child-displacement-y             = 1                 # [               0 ]          ... y
217   GtkButton           :: default-border                   = { 0, 0, 0, 0 }    #                              Extra space to add for CAN_DEFAULT buttons.
218   GtkButton           :: displace-focus                   = 0                 # [               0 ] ( bool ) Whether the child_displacement_x/child_displacement_y properties should also affect the focus rectangle.
219   GtkButton           :: image-spacing                    = 2                 # [               2 ] ( >= 0 ) Spacing in pixels between the image and label.
220
221   GtkCheckButton      :: indicator-size                   = 13                # [              13 ] ( >= 0 ) Size of check or radio indicator.
222   GtkCheckButton      :: indicator-spacing                = 2                 # [               2 ] ( >= 0 ) Spacing around check or radio indicator.
223   GtkCheckMenuItem    :: indicator-size                   = 13                # [              13 ] ( >= 0 ) Size of check or radio indicator.
224
225   GtkOptionMenu       :: indicator-size                   = { 6, 10 }         #                              Size of dropdown indicator.
226   GtkOptionMenu       :: indicator-spacing                = {   6, 5, 0, 0 }    #                              Spacing around indicator.
227
228   GtkComboBox         :: appears-as-list                  = 0                 # [               0 ] ( bool ) Whether dropdowns should look like lists rather than menus.
229   GtkComboBox         :: arrow-size                       = 13                # [              15 ] ( >= 0 ) Sets the minimum size of the arrow in the combo box.
230   GtkComboBox         :: shadow-type                      = GTK_SHADOW_NONE   # [ GTK_SHADOW_NONE ]          Which kind of shadow to draw around the combo box.
231
232   GtkPaned            :: handle-size                      = 4                 # [               5 ] ( >= 0 ) Width of handle.
233
234   GtkScale            :: activate-slider                  = 1                 # [               0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged.
235   GtkScale            :: slider-length                    = 23                # [              31 ] ( >= 0 ) Length of scale's slider.  
236   GtkScale            :: slider-width                     = 14                # [              14 ] ( >= 0 ) Width of scrollbar or scale thumb.
237   GtkScale            :: trough-side-details              = 1                 # [               0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details.
238
239   GtkScrollbar        :: activate-slider                  = 1                 # [               0 ] ( bool ) With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged.
240   GtkScrollbar        :: arrow-scaling                    = 0.4               # [             0.5 ] ( 0.1  ) The arrow size proportion relative to the scroll button size.
241   GtkScrollbar        :: fixed-slider-length              = 0                 # [               0 ] ( bool ) Don't change slider size, just lock it to the minimum length.
242   GtkScrollbar        :: min-slider-length                = 50                # [              21 ] ( >= 0 ) Minimum length of scrollbar slider.
243   GtkScrollbar        :: slider-width                     = 15                # [              14 ] ( >= 0 ) Width of scrollbar or scale thumb.    
244   GtkScrollbar        :: stepper-spacing                  = 0                 # [               0 ] ( >= 0 ) The spacing between the stepper buttons and thumb. Note that setting this value to anything > 0 will automatically set the trough-under-steppers style property to TRUE as well. Also, stepper-spacing won't have any effect if there are no steppers.
245   GtkScrollbar        :: trough-border                    = 0                 # [               1 ] ( >= 0 ) Spacing between thumb/steppers and outer trough bevel.
246   GtkScrollbar        :: trough-side-details              = 0                 # [               0 ] ( bool ) When TRUE, the parts of the trough on the two sides of the slider are drawn with different details.    
247   GtkScrollbar        :: trough-under-steppers            = 1                 # [               1 ] ( bool ) Whether to draw the trough across the full length of the range or to exclude the steppers and their spacing. Note that setting the "stepper-spacing" style property to any value > 0 will automatically enable trough-under-steppers too.
248
249   GtkScrollbar        :: has-backward-stepper             = 1                 # [               1 ] ( bool ) Display the standard backward arrow button.
250   GtkScrollbar        :: has-forward-stepper              = 1                 # [               1 ] ( bool ) Display the standard forward arrow button.
251   GtkScrollbar        :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
252   GtkScrollbar        :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
253
254   GtkHScrollbar       :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
255   GtkHScrollbar       :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
256   GtkVScrollbar       :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
257   GtkVScrollbar       :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
258
259 #Menu Properties
260   GtkMenuBar          :: internal-padding                 = 1                 # [               1 ] ( >= 0 ) Amount of border space between the menubar shadow and the menu items.
261   GtkMenuBar          :: shadow-type                      = GTK_SHADOW_OUT    # [  GTK_SHADOW_OUT ]          Style of bevel around the menubar. 
262
263   GtkMenu             :: arrow-placement                  = GTK_ARROWS_BOTH   # [ GTK_ARROWS_BOTH ]          Indicates where scroll arrows should be placed.
264   GtkMenu             :: arrow-scaling                    = 0.5               # [             0.7 ] ( 0.1  ) Arbitrary constant to scale down the size of the scroll arrow.
265   GtkMenu             :: double-arrows                    = 1                 # [               1 ] ( bool ) When scrolling, always show both arrows.
266   GtkMenu             :: horizontal-offset                = -2                # [              -2 ]          When the menu is a submenu, position it this number of pixels offset horizontally.
267   GtkMenu             :: horizontal-padding               = 0                 # [               0 ] ( >= 0 ) Extra space at the left and right edges of the menu.
268   GtkMenu             :: vertical-offset                  = 0                 # [               0 ]          When the menu is a submenu, position it this number of pixels offset vertically.
269   GtkMenu             :: vertical-padding                 = 0                 # [               0 ] ( >= 0 ) Extra space at the top and bottom of the menu.
270
271   GtkMenuItem         :: arrow-scaling                    = 0.5               # [             0.8 ] ( 0.2  ) Amount of space used up by arrow, relative to the menu item's font size.
272   GtkMenuItem         :: arrow-spacing                    = 10                # [              10 ] ( >= 0 ) Space between label and arrow.
273   GtkMenuItem         :: horizontal-padding               = 3                 # [               3 ] ( >= 0 ) Padding to left and right of the menu item.
274   GtkMenuItem         :: selected-shadow-type             = GTK_SHADOW_NONE   # [ GTK_SHADOW_NONE ]          Shadow type when item is selected.
275   #GtkMenuItem         :: toggle-spacing                   = 4                 # [               5 ] ( >= 0 ) Space between icon and label.
276   GtkMenuItem         :: width-chars                      = 12                # [              12 ] ( >= 0 ) The minimum desired width of the menu item in characters.
277
278 #Other Properties
279   GtkArrow            :: arrow-scaling                    = 0.5               # [             0.7 ] ( 0.1  ) Amount of space used up by arrow.
280
281   GtkNotebook         :: arrow-spacing                    = 0                 # [               0 ] ( >= 0 ) Spacing between the scroll arrows and the tabs.
282   GtkNotebook         :: tab-curvature                    = 1                 # [               1 ] ( >= 0 ) Size of tab curvature.
283   GtkNotebook         :: tab-overlap                      = 1                 # [               2 ]          Size of tab overlap area.
284
285   GtkTreeView         :: horizontal-separator             = 8                 # [               2 ] ( >= 0 ) Horizontal space between cells. Must be an even number.
286   GtkTreeView         :: vertical-separator               = 2                 # [               2 ] ( >= 0 ) Vertical space between cells. Must be an even number.
287
288   GtkEntry            :: honors-transparent-bg-hint       = 1                 # [               0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry.
289
290
291   #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN
292
293   #xthickness = 0
294   #ythickness = 0
295
296 #Base Colors
297   bg[NORMAL]          = @A_bg
298   bg[PRELIGHT]        = shade(1.1, @A_bg)
299   bg[ACTIVE]          = shade(0.9, @A_bg)
300   bg[INSENSITIVE]     = @A_bg
301   bg[SELECTED]        = @A_bg_selected
302
303   fg[NORMAL]          = @A_fg
304   fg[PRELIGHT]        = @A_fg
305   fg[ACTIVE]          = shade(0.9, @A_fg)
306   fg[INSENSITIVE]     = shade(0.7, @A_bg)
307   fg[SELECTED]        = @A_fg_selected
308
309   base[NORMAL]        = @A_base
310   base[PRELIGHT]      = @A_base
311   base[INSENSITIVE]   = shade(1.0, @A_bg)
312   base[ACTIVE]        = shade(0.9, @A_bg_selected)
313   base[SELECTED]      = @A_bg_selected
314
315   text[NORMAL]        = @A_text
316   text[PRELIGHT]      = @A_text
317   text[ACTIVE]        = @A_fg_selected
318   text[INSENSITIVE]   = shade(0.7, @A_bg)
319   text[SELECTED]      = @A_fg_selected
320
321 #engine specific tweaks
322
323   engine "clearlooks" 
324   {
325     #style              = GLOSSY
326     #colorize_scrollbar = TRUE
327     menubarstyle       = 2 # 0 = flat, 1 = sunken, 2 = flat gradient
328     #toolbarstyle       = 0 # 0 = flat, 1 = enable effects
329   }
330 }
331
332 style "base_frame"
333 {
334         fg[NORMAL] = @A_bg
335         bg[NORMAL] = @A_bg
336 }
337
338 style "transport_base" = "medium_bold_text"
339 {
340
341 }
342
343 style "default_button" = "small_text"
344 {
345 }
346
347 style "default_menu" = "medium_text"
348 {
349   #bg[NORMAL] = darker(@A_bg)
350 }
351
352 style "default_generic" = "medium_text"
353 {
354 }
355
356 style "text_cell_entry" = "medium_text"
357 {
358         GtkWidget::cursor_color =  @A_black
359 }
360
361 style "very_small_button" = "default_button" 
362 {
363         ythickness = 0
364         xthickness = 0
365 }
366
367 style "small_button" = "default_button"
368 {
369 }
370
371 style "very_small_red_active_and_selected_button" = "very_small_button"
372 {
373         fg[ACTIVE] = @A_black
374         bg[ACTIVE] = @A_red
375         bg[SELECTED] = @A_red
376 }
377
378 style "small_red_active_and_selected_button" = "small_button"
379 {
380         fg[ACTIVE] = @A_black
381         bg[ACTIVE] = @A_red
382         bg[SELECTED] = @A_red
383 }
384
385 style "gain_fader"
386 {
387         bg[NORMAL] =   { 0.269, 0.269, 0.300}
388         bg[ACTIVE] =   { 0.152, 0.152, 0.168 }
389 }
390
391
392
393 #MSR and related buttons
394
395 style "track_rec_enable_button" = "small_button"
396 {
397         fg[ACTIVE] =   @A_black
398         bg[NORMAL] =   mix(0.08,@A_arm,@A_bg)
399         bg[PRELIGHT] = shade(1.1,mix(0.08,@A_arm,@A_bg))
400 }
401
402 style "track_rec_enable_button_active" = "small_button"
403 {
404         #fg[ACTIVE] =   @A_black
405         #fg[SELECTED] = @A_black
406         #fg[PRELIGHT] = @A_black
407         #fg[NORMAL] = @A_black
408
409         bg[NORMAL] =   @A_arm
410         bg[ACTIVE] =   @A_arm
411         bg[SELECTED] =   @A_arm
412         bg[PRELIGHT] =   shade(1.1, @A_arm)
413 }
414
415 style "track_rec_enable_button_alternate" = "small_button"
416 {
417         fg[SELECTED] = @A_black
418         fg[ACTIVE] =   @A_black
419         fg[PRELIGHT] = @A_black
420         fg[NORMAL] = @A_black
421
422         bg[NORMAL] =   lighter(@A_arm)
423         bg[ACTIVE] =   lighter(@A_arm)
424         bg[SELECTED] =   lighter(@A_arm)
425         bg[PRELIGHT] =   shade(1.1, lighter(@A_arm))
426 }
427
428 style "track_rec_enable_button_alternate_two" = "small_button"
429 {
430         fg[SELECTED] = @A_black
431         fg[ACTIVE] =   @A_black
432         fg[PRELIGHT] = @A_black
433         fg[NORMAL] = @A_black
434
435         bg[NORMAL] =   darker(@A_arm)
436         bg[ACTIVE] =   darker(@A_arm)
437         bg[SELECTED] =   darker(@A_arm)
438         bg[PRELIGHT] =   shade(1.1, darker(@A_arm))
439 }
440
441 style "mixer_track_rec_enable_button" = "track_rec_enable_button"
442 {
443         xthickness = 0
444         ythickness = 0
445 }
446
447 style "mixer_track_rec_enable_button_alternate" = "track_rec_enable_button_alternate"
448 {
449         xthickness = 0
450         ythickness = 0
451 }
452
453 style "mixer_track_rec_enable_button_active" = "track_rec_enable_button_active"
454 {
455         xthickness = 0
456         ythickness = 0
457 }
458
459
460 style "solo_button" = "small_button"
461 {
462   bg[NORMAL] = mix(0.1,@A_solo,@A_bg)
463   bg[ACTIVE] = @A_solo
464   fg[ACTIVE] = @A_black
465 }
466
467 style "solo_isolate_led"
468 {
469   fg[NORMAL] = mix(0.2,@A_orange, @A_black)
470   fg[ACTIVE] = @A_orange
471 }
472
473 style "solo_safe_led"
474 {
475   fg[NORMAL] = mix(0.2,@A_pale_blue, @A_black)
476   fg[ACTIVE] = @A_pale_blue
477 }
478
479 style "solo_button_alternate" = "small_button"
480 {
481         #
482         # this is the "solo-isolated" solo theme
483         #
484
485         bg[ACTIVE] = lighter(@A_solo)
486
487         fg[ACTIVE] = @A_red
488         fg[SELECTED] = @A_red
489         fg[NORMAL] = @A_red
490         fg[PRELIGHT] = shade(1.1, @A_red)
491 }
492
493 style "solo_button_alternate2" = "small_button"
494 {
495         #
496         # this is the "half-bright" solo theme
497         #
498
499         bg[NORMAL] = darker(@A_solo) 
500         bg[ACTIVE] = darker(@A_solo)
501         bg[SELECTED] = darker(@A_solo)
502         bg[PRELIGHT] = shade(1.1, darker(@A_solo))
503
504         fg[ACTIVE] = @A_black
505         fg[SELECTED] = @A_black
506         fg[NORMAL] = @A_black
507         fg[PRELIGHT] = @A_black
508 }
509
510 style "solo_button_active" = "small_button"
511 {
512         #
513         # this is the "full-bright" solo theme
514         #
515
516         bg[NORMAL] = @A_solo
517         bg[ACTIVE] = @A_solo
518         bg[SELECTED] = @A_solo
519         bg[PRELIGHT] = shade(1.1, @A_solo)
520
521         fg[ACTIVE] = @A_black
522         fg[SELECTED] = @A_black
523         fg[NORMAL] = @A_black
524         fg[PRELIGHT] = @A_black
525 }
526
527 style "mixer_invert_button" = "small_button"
528 {
529         bg[ACTIVE] = @A_light_orange
530         fg[ACTIVE] = @A_black
531 }
532
533 style "mixer_solo_button" = "solo_button"
534 {
535         xthickness = 0
536         ythickness = 0
537 }
538
539 style "mixer_solo_button_alternate" = "solo_button_alternate"
540 {
541         xthickness = 0
542         ythickness = 0
543 }
544
545 style "mixer_solo_button_alternate2" = "solo_button_alternate2"
546 {
547         xthickness = 0
548         ythickness = 0
549 }
550
551
552 style "mixer_solo_button_active" = "solo_button_active"
553 {
554         xthickness = 0
555         ythickness = 0
556 }
557
558 style "monitor_opt_button" = "small_button"
559 {
560         bg[NORMAL] = mix(0.1,@A_light_orange,@A_bg)
561         bg[ACTIVE] = @A_light_orange
562         fg[ACTIVE] = @A_black
563 }
564
565 style "monitor_mono_button" = "small_button"
566 {
567         bg[NORMAL] = mix(0.1,@A_mono,@A_bg)
568   bg[ACTIVE] = @A_mono
569         fg[ACTIVE] = @A_black
570 }
571
572 style "monitor_invert_button" = "small_button"
573 {
574         bg[NORMAL] = mix(0.1,@A_light_orange,@A_bg)
575         bg[ACTIVE] = @A_light_orange
576         fg[ACTIVE] = @A_black
577 }
578
579 style "monitor_mute_button" = "small_button"
580 {
581         bg[NORMAL] = mix(0.1,@A_mute,@A_bg)
582         bg[ACTIVE] = @A_mute
583         fg[ACTIVE] = @A_black
584 }
585
586 style "monitor_dim_button" = "small_button"
587 {
588         bg[NORMAL] = mix(0.1,lighter(@A_mute),@A_bg)
589         bg[ACTIVE] = lighter(@A_mute)
590         fg[ACTIVE] = @A_black
591 }
592
593 style "monitor_iso_button" = "small_button"
594 {
595         bg[NORMAL] = mix(0.1,@A_orange,@A_bg)
596         bg[ACTIVE] = @A_orange
597         fg[ACTIVE] = @A_black
598 }
599
600 style "mute_button" = "small_button"
601 {
602         bg[NORMAL] = mix(0.1,@A_mute,@A_bg)
603         bg[ACTIVE] = @A_mute
604         fg[ACTIVE] = @A_black
605 }
606
607 style "mute_button_alternate" = "small_button"
608 {
609         bg[ACTIVE] = @A_mute
610         bg[NORMAL] = @A_mute
611         bg[SELECTED] = @A_mute
612         bg[PRELIGHT] = shade(1.1, @A_mute)
613
614         fg[SELECTED] = @A_black
615         fg[ACTIVE] = @A_black
616         fg[NORMAL] = @A_black
617         fg[PRELIGHT] = @A_black
618 }
619
620 style "mute_button_active" = "small_button"
621 {
622         bg[NORMAL] = darker(@A_mute)
623         bg[ACTIVE] = darker(@A_mute)
624         bg[SELECTED] = darker(@A_mute)
625         bg[PRELIGHT] = shade(1.1, darker(@A_mute))
626
627         fg[SELECTED] = @A_black
628         fg[ACTIVE] = @A_black
629         fg[NORMAL] = @A_black
630         fg[PRELIGHT] = @A_black
631 }
632
633 style "mixer_mute_button" = "mute_button"
634 {
635         xthickness = 0
636         ythickness = 0
637 }
638
639 style "mixer_mute_button_alternate" = "mute_button_alternate"
640 {
641         xthickness = 0
642         ythickness = 0
643 }
644
645 style "mixer_mute_button_active" = "mute_button_active"
646 {
647         xthickness = 0
648         ythickness = 0
649 }
650
651 style "multiline_combo" = "small_button"
652 {
653         xthickness = 0
654         ythickness = 0
655 }
656
657 style "track_loop_button" = "small_button"
658 {
659         bg[ACTIVE] = @A_orange
660         bg[PRELIGHT] = lighter(@A_orange)
661
662 }
663
664 style "mixer_red_active_button" = "very_small_button"
665 {
666         bg[ACTIVE] = @A_red
667
668         base[INSENSITIVE] = { 0.16, 0.16, 0.21 }
669         bg[INSENSITIVE] = { 0.16, 0.16, 0.21 }
670 }
671
672 style "time_button" = "default_button"
673 {
674         font_name = "@FONT_SMALL@"
675 }
676
677 style "transport_button"
678 {
679   #bg[NORMAL] = mix(0.05,@A_green,@A_bg)   #turns out this is kind of yucky looking, but it's there if you want to try it
680         bg[ACTIVE] = @A_green
681         fg[ACTIVE] = @A_black
682 }
683
684 style "transport_button_active"
685 {
686         bg[NORMAL] = @A_green
687         bg[ACTIVE] = @A_green
688         bg[SELECTED] = @A_green
689         bg[PRELIGHT] = @A_green
690
691         fg[NORMAL] = @A_black
692         fg[PRELIGHT] = @A_black
693         fg[SELECTED] = @A_black
694         fg[ACTIVE] = @A_black
695 }
696
697 style "transport_button_alternate_two"
698 {
699         fg[SELECTED] = @A_black
700         fg[ACTIVE] =   @A_black
701         fg[PRELIGHT] = @A_black
702         fg[NORMAL] = @A_black
703
704         bg[NORMAL] =   shade(0.2,@A_red)
705         bg[ACTIVE] =   shade(0.2,@A_red)
706         bg[SELECTED] =   shade(0.2,@A_red)
707         bg[PRELIGHT] =   shade(0.2,@A_red)
708 }
709
710 style "transport_rec_button"
711 {
712         bg[ACTIVE] = darker(@A_arm)         #the rest of these don't quite do what I expected
713   #bg[NORMAL] = mix(0.05,@A_arm,@A_bg)
714         #bg[SELECTED] = darker(@A_arm)
715         #bg[PRELIGHT] = lighter(mix(0.05,@A_arm,@A_bg))
716   
717   fg[ACTIVE] = @A_black
718 }
719
720 style "transport_rec_button_active"
721 {
722         bg[ACTIVE] = darker(@A_arm)
723         bg[NORMAL] = darker(@A_arm)
724         bg[SELECTED] = darker(@A_arm)
725         bg[PRELIGHT] = darker(@A_arm)
726 }
727
728 style "transport_rec_button_alternate"
729 {
730         bg[PRELIGHT] = @A_arm
731         bg[NORMAL] = @A_arm
732         bg[SELECTED] = @A_arm
733         bg[ACTIVE] = @A_arm
734 }
735
736 style "shuttle_control" = "very_small_text"
737 {
738         fg[NORMAL] = @A_control_text2
739         fg[ACTIVE] = @A_control_text2
740         fg[PRELIGHT] = @A_control_text2
741         fg[SELECTED] = @A_control_text2
742         fg[INSENSITIVE] = @A_control_text2
743
744         bg[NORMAL] = @A_black
745         bg[PRELIGHT] = @A_black
746         bg[INSENSITIVE] = @A_black
747         bg[ACTIVE] = @A_blue
748         bg[SELECTED] = @A_blue
749 }
750
751 style "ardour_adjusters" = "default_generic"
752 {
753         bg[NORMAL] = @A_bg
754         bg[PRELIGHT] = lighter(@A_bg)
755         bg[ACTIVE] = @A_black
756 }
757
758 style "editor_hscrollbar" = "ardour_adjusters"
759 {
760         #
761         # special case: we want this scrollbar to be as tall as the
762         # zoom focus selector combobox. scrollbars don't expand to
763         # fill the space available to them, so we have to explicitly
764         # make it bigger.
765         # 
766         GtkRange::slider_width = 27
767         GtkScrollbar::slider_width = 27
768 }
769
770 style "ardour_progressbars" = "default_generic"
771
772   # Clearlooks always uses black for the advancing bar, sigh
773   # so this is just a contrasting color for the trough
774   bg[NORMAL] = @A_blue
775 }
776
777 style "preferences"  = "default_base"
778 {
779         fg[PRELIGHT] = lighter(@A_fg)
780 }
781
782 style "option_entry"  = "default_base"
783 {
784
785 }
786
787 style "red_when_active" = "medium_text"
788 {
789         fg[NORMAL] = @A_fg
790         bg[NORMAL] = @A_bg
791   bg[PRELIGHT] = @A_bg
792
793         fg[ACTIVE] = @A_fg
794         bg[ACTIVE] = @A_red
795   bg[PRELIGHT] = @A_red
796 }
797
798 style "xrun_warn"  = "larger_bold_text"
799 {
800         fg[NORMAL] = @A_fg
801         fg[ACTIVE] = @A_fg
802         text[NORMAL] = @A_fg
803         text[ACTIVE] = @A_fg
804         base[NORMAL] = @A_base
805         base[ACTIVE] = @A_base
806         bg[NORMAL] = @A_red
807         bg[ACTIVE] = @A_green
808 }
809 /*
810 style "menu_bar_base" = "default_base"
811 {
812
813 }
814 */
815 style "fatal_message" = "medium_text"
816 {
817    fg[ACTIVE] = @A_red
818    fg[NORMAL] = @A_red
819    bg[ACTIVE]   = @A_base
820    bg[NORMAL]   = @A_base
821    base[NORMAL] = @A_base
822    base[NORMAL] = @A_base
823 }
824
825 style "error_message" = "medium_text"
826 {
827    fg[ACTIVE] = @A_red
828    fg[NORMAL] = @A_red
829    bg[ACTIVE]   = @A_base
830    bg[NORMAL]   = @A_base
831    base[NORMAL] = @A_base
832    base[NORMAL] = @A_base
833 }
834
835 style "info_message" = "medium_text"
836 {
837    fg[ACTIVE]   = @A_green
838    fg[NORMAL]   = @A_green
839    bg[ACTIVE]   = @A_base
840    bg[NORMAL]   = @A_base
841    base[NORMAL] = @A_base
842    base[NORMAL] = @A_base
843 }
844
845 style "warning_message" = "medium_text"
846 {
847    fg[ACTIVE] = @A_orange
848    fg[NORMAL] = @A_orange
849    bg[ACTIVE]   = @A_base
850    bg[NORMAL]   = @A_base
851    base[NORMAL] = @A_base
852    base[NORMAL] = @A_base
853 }
854
855 style "medium_entry" = "medium_text"
856 {
857         fg[NORMAL] = @A_text
858         fg[ACTIVE] = @A_text
859         fg[SELECTED] = @A_fg_selected
860         
861         bg[NORMAL] = @A_bg
862         
863         base[NORMAL] = @A_base
864         base[ACTIVE] = @A_base
865         base[SELECTED] = @A_bg_selected
866 }
867
868 style "medium_entry_noselection_fg" = "medium_entry"
869 {
870         fg[SELECTED] = @A_green
871 }
872
873 style "medium_entry_noselection_bg" = "medium_entry"
874 {
875         bg[SELECTED] = @A_text
876 }
877
878 style "medium_bold_entry"  = "medium_bold_text"
879 {
880         fg[NORMAL] = @A_text
881         fg[ACTIVE] = @A_text
882         
883         bg[NORMAL] = @A_bg
884         
885         base[NORMAL] = @A_base
886         base[ACTIVE] = @A_base
887         base[SELECTED] = @A_base
888 }
889
890 style "small_entry" = "small_text"
891 {
892         fg[NORMAL] = @A_text
893         fg[ACTIVE] = @A_green
894         fg[SELECTED] = @A_green
895         text[NORMAL] = @A_text
896         text[ACTIVE] = @A_green
897         text[SELECTED] = @A_fg_selected
898         bg[NORMAL] = @A_base
899         bg[SELECTED] = @A_base
900         bg[SELECTED] = @A_base
901         base[NORMAL] = @A_base
902         base[ACTIVE] = @A_base
903         base[SELECTED] = @A_base
904 }
905
906 style "red_active_small_entry" = "small_entry"
907 {
908         fg[ACTIVE] = @A_red
909         fg[SELECTED] = @A_red
910 }
911
912 style "small_bold_entry" = "small_bold_text"
913 {
914         fg[NORMAL] = @A_text
915         fg[ACTIVE] = @A_text
916         
917         bg[NORMAL] = @A_bg
918         
919         base[NORMAL] = @A_base
920         base[ACTIVE] = @A_base
921         base[SELECTED] = @A_base
922 }
923
924 style "small_red_on_black_entry"  = "small_bold_text"
925 {
926        fg[NORMAL] = @A_red
927        fg[ACTIVE] = @A_red
928        base[NORMAL] = @A_base
929        base[ACTIVE] = @A_base
930        bg[NORMAL] = @A_base
931        bg[ACTIVE] = @A_base
932 }
933
934 style "non_recording_big_clock_display" = "medium_entry"
935 {
936         font_name = "@FONT_MASSIVE@"
937
938         fg[NORMAL] = @A_control_text
939         fg[ACTIVE] = @A_red
940         fg[SELECTED] = @A_red
941         fg[PRELIGHT] = @A_red
942         fg[INSENSITIVE] = @A_red
943         
944         base[NORMAL] = @A_base
945         base[ACTIVE] = @A_base
946         bg[NORMAL] = @A_base
947         bg[ACTIVE] = shade(0.5,@A_red)
948 }
949
950 style "recording_big_clock_display" = "non_recording_big_clock_display"
951 {
952         fg[NORMAL] = darker(@A_arm)
953 }
954
955 style "transport_clock_display"
956 {
957         fg[NORMAL] = @A_control_text
958         fg[ACTIVE] = darker(@A_red)
959         fg[SELECTED] = darker(@A_red)
960         fg[PRELIGHT] = darker(@A_red)
961         fg[INSENSITIVE] = darker(@A_red)
962
963         base[NORMAL] = @A_black
964         base[ACTIVE] = @A_black
965         bg[NORMAL] = @A_black
966         bg[ACTIVE] = @A_black
967 }
968
969 style "transport_clock_display_delta" = "transport_clock_display"
970 {
971         fg[NORMAL] = @A_blue
972 }
973
974 style "tempo_meter_clock_display" = "very_small_text"
975 {
976         fg[NORMAL] = @A_fg
977         fg[ACTIVE] = @A_orange
978         fg[SELECTED] = @A_red
979         base[NORMAL] = @A_base
980         base[ACTIVE] = @A_green
981         bg[NORMAL] = @A_blue
982         bg[ACTIVE] = @A_green
983 }
984
985 style "default_clock_display" = "medium_text"
986 {
987         fg[NORMAL] = @A_green
988         fg[ACTIVE] = @A_red
989         fg[SELECTED] = @A_red
990         base[NORMAL] = @A_black
991         base[ACTIVE] = @A_black
992         bg[NORMAL] = @A_black
993         bg[ACTIVE] = @A_black
994 }
995
996
997 style "white_on_black_clock_display" = "medium_text"
998 {
999         fg[NORMAL] = @A_fg
1000         fg[ACTIVE] = @A_red
1001         fg[SELECTED] = @A_red
1002         base[NORMAL] = @A_black
1003         base[ACTIVE] = @A_black
1004         bg[NORMAL] = @A_black
1005         bg[ACTIVE] = @A_black
1006 }
1007
1008 style "editor_time_ruler" = "small_text"
1009 {
1010         fg[NORMAL] = @A_fg
1011         bg[NORMAL] = @A_base
1012 }
1013
1014 style "audio_bus_base" = "very_small_text"
1015 {
1016   fg[NORMAL] = @A_fg
1017   bg[NORMAL] = @A_audio_bus
1018 }
1019
1020 style "send_strip_base" = "default_base"
1021 {
1022   font_name = "@FONT_SMALLER@"
1023   fg[NORMAL] = @A_fg
1024   bg[NORMAL] = { 0.19, 0.97, 0.69 }     
1025   bg[ACTIVE] = { 0.19, 0.97, 0.69 }     
1026   bg[PRELIGHT] = { 0.19, 0.97, 0.69 }   
1027   bg[INSENSITIVE] = { 0.19, 0.97, 0.69 }        
1028   bg[SELECTED] = { 0.19, 0.97, 0.69 }   
1029 }
1030
1031 style "audio_track_base" = "default_base"
1032 {
1033   font_name = "@FONT_SMALLER@"
1034   fg[NORMAL] = @A_fg
1035   bg[NORMAL] = @A_audio_track
1036   bg[ACTIVE] = @A_bg
1037   bg[PRELIGHT] = @A_bg
1038   bg[INSENSITIVE] = @A_bg
1039   bg[SELECTED] = @A_bg
1040 }
1041
1042 style "midi_track_base" = "default_base"
1043 {
1044   font_name = "@FONT_SMALLER@"
1045   fg[NORMAL] = @A_fg
1046   bg[NORMAL] = @A_midi_track
1047   bg[ACTIVE] = @A_bg
1048   bg[PRELIGHT] = @A_bg
1049   bg[INSENSITIVE] = @A_bg
1050   bg[SELECTED] = @A_bg
1051 }
1052
1053 style "track_controls_inactive" 
1054 {
1055         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
1056         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
1057         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
1058         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
1059         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
1060
1061         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
1062 }
1063
1064 style "audio_track_metrics" = "audio_track_base"
1065 {
1066         font_name = "@FONT_TINY@"
1067 }
1068
1069 style "audio_bus_metrics" = "audio_bus_base"
1070 {
1071         font_name = "@FONT_TINY@"
1072 }
1073
1074 style "audio_track_metrics_inactive" = "track_controls_inactive"
1075 {
1076         font_name = "@FONT_TINY@"
1077 }
1078
1079 style "audio_bus_metrics_inactive" = "track_controls_inactive"
1080 {
1081         font_name = "@FONT_TINY@"
1082 }
1083
1084 style "track_name_display" = "medium_text"
1085 {
1086         fg[NORMAL] = @A_fg
1087         fg[ACTIVE] = @A_fg
1088
1089         base[NORMAL] = @A_base
1090         base[ACTIVE] = lighter(@A_base)
1091         bg[NORMAL] = lighter(@A_base)
1092         bg[ACTIVE] = lighter(@A_base)
1093 }
1094
1095 style "active_track_name_display" = "medium_text"
1096 {
1097         GtkWidget::cursor_color =  @A_base
1098         text[NORMAL] = @A_base
1099         base[NORMAL] = @A_text
1100 }
1101
1102 style "track_separator"
1103 {
1104         bg[NORMAL] = @A_fg
1105 }
1106
1107 #
1108 # Track edit groups. These styles define
1109 # the colors that the "edit" button will
1110 # use as a track is moved from
1111 # track edit group to track edit group.
1112 # There are 8 edit groups. Edit group 0
1113 # is used for tracks that are not editable, 
1114 # so we leave its style to the default.
1115 #
1116
1117 style "edit_group_0"
1118
1119 {
1120         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
1121         bg[NORMAL] = { 0.31, 0.31, 0.31 }
1122         fg[NORMAL] = { 0.82, 0.91, 0.99 }
1123         fg[ACTIVE] = { 0, 0, 0 }
1124 }
1125
1126 style "edit_group_1" 
1127 {
1128         fg[NORMAL] = { 0, 0, 0 }
1129         fg[PRELIGHT] = { 0, 0, 0 }
1130         fg[SELECTED] = { 0, 0, 0 }
1131         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1132         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1133         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1134 }
1135
1136 style "edit_group_2" 
1137 {
1138         fg[NORMAL] = { 0, 0, 0 }
1139         fg[PRELIGHT] = { 0, 0, 0 }
1140         fg[SELECTED] = { 0, 0, 0 }
1141         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1142         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1143         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1144 }
1145
1146 style "edit_group_3" 
1147 {
1148         fg[NORMAL] = { 0, 0, 0 }
1149         fg[PRELIGHT] = { 0, 0, 0 }
1150         fg[SELECTED] = { 0, 0, 0 }
1151         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1152         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1153         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1154 }
1155
1156 style "treeview_parent_node"
1157 {
1158         # specifies *just* the color used for whole file rows when not selected
1159         
1160         fg[NORMAL] = { 0.0, 0.6, 0.85 }
1161 }
1162
1163 style "treeview_display" = "small_bold_text"
1164 {
1165         GtkWidget::focus-line-width = 0
1166
1167         # expander arrow border and DnD "icon" text
1168         fg[NORMAL] = { 0.8, 0.8, 0.8 } 
1169
1170         bg[NORMAL] = { 0.8, 0.8, 0.8 }
1171
1172         # background with no rows or no selection, plus
1173         # expander arrow core and DnD "icon" background
1174         base[NORMAL] = { 0.20, 0.20, 0.25 }
1175
1176         # selected row bg when window does not have focus (including during DnD)
1177         base[ACTIVE] = { 0.0, 0.75, 0.75 }    
1178
1179         # selected row bg when window has focus
1180         base[SELECTED] = { 0, 0.75, 0.75 }
1181
1182         # row text when in normal state and not a parent
1183         text[NORMAL] = { 0.80, 0.80, 0.80 }
1184
1185         # selected row text with window focus
1186         text[SELECTED] = { 1.0, 1.0, 1.0 }  
1187
1188         # selected row text without window focus (including during DnD)
1189         text[ACTIVE] = { 1.0, 1.0, 1.0 }  
1190 }
1191
1192 style "main_canvas_area"
1193 {
1194         bg[NORMAL] = { 0.30, 0.30, 0.34 }
1195         bg[ACTIVE] = { 0.30, 0.30, 0.34 }
1196         bg[INSENSITIVE] = { 0.30, 0.30, 0.34 }
1197         bg[SELECTED] = { 0.30, 0.30, 0.34 }
1198         bg[PRELIGHT] = { 0.30, 0.30, 0.34 }
1199 }
1200
1201 style "track_controls_inactive" = "larger_text"
1202 {
1203         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
1204         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
1205         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
1206         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
1207         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
1208
1209         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
1210 }
1211
1212 style "edit_controls_base_selected"
1213 {
1214         bg[NORMAL] = { 0.32, 0.32, 0.54 }
1215         bg[ACTIVE] = { 0.32, 0.32, 0.54 }
1216         bg[INSENSITIVE] = { 0.32, 0.32, 0.54 }
1217         bg[SELECTED] = { 0.32, 0.32, 0.54 }
1218         bg[PRELIGHT] = { 0.32, 0.32, 0.54 }
1219 }
1220
1221 style "automation_track_controls_base"
1222 {
1223         bg[NORMAL] = { 0.22, 0.22, 0.29 }
1224         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
1225         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
1226         bg[SELECTED] = { 0.22, 0.22, 0.29 }
1227         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
1228 }
1229
1230 # Plugin Editors
1231 style "plugin_slider" 
1232 {
1233         #font_name ="bold @FONT_BIG@"
1234
1235         # the slider itself. the inactive part is INSENSITIVE,
1236         # the active part is something else.
1237
1238         fg[NORMAL] = @A_blue
1239         fg[ACTIVE] = @A_blue
1240         fg[INSENSITIVE] = @A_base # matches default_base
1241         fg[SELECTED] = @A_blue
1242         fg[PRELIGHT] = @A_blue
1243
1244         # draws the outer rectangle around the slider
1245
1246         bg[NORMAL] = @A_base
1247         bg[ACTIVE] = @A_base
1248         bg[INSENSITIVE] = @A_base
1249         bg[SELECTED] = @A_base
1250         bg[PRELIGHT] = @A_base
1251
1252         # the numeric display
1253
1254         text[NORMAL] = @A_text
1255         text[ACTIVE] = @A_text
1256         text[INSENSITIVE] = @A_text
1257         text[SELECTED] = @A_text
1258         text[PRELIGHT] = @A_text
1259 }
1260
1261 style "track_list_display" = "small_bold_text"
1262 {
1263         text[NORMAL] = @A_text
1264   text[ACTIVE] = darker(@A_text)
1265   text[INSENSITIVE] = @A_base
1266   text[SELECTED] = @A_fg_selected
1267
1268   base[NORMAL] = @A_base
1269   base[ACTIVE] = lighter(@A_base)
1270   base[INSENSITIVE] = darker(@A_base)
1271   base[SELECTED] = @A_bg_selected
1272 }
1273
1274 style "inspector_track_list_display" = "track_list_display"
1275 {
1276
1277 }
1278
1279 style "processor_list" = "very_small_text"
1280 {
1281         bg[NORMAL] = { 0, 0, 0 }
1282         bg[ACTIVE] = shade (1.8, @A_fg_selected)
1283         fg[ACTIVE] = @A_black
1284         GtkCheckButton::indicator-size = 10
1285         GtkCheckButton::indicator-spacing = 0
1286 }
1287
1288 style "inspector_processor_list" = "processor_list"
1289 {
1290         base[SELECTED] = { 0.3, 0.3, 0.3 }
1291 }
1292
1293 # Colour of a processor frame when it is selected
1294 style "processor_frame_selected"
1295 {
1296         bg[NORMAL] = @A_fg_selected
1297 }
1298
1299 # Colour of a processor frame when it is a send whose level is being controller by the fader
1300 style "processor_frame_active_send"
1301 {
1302         bg[NORMAL] = @A_fg_selected
1303 }
1304
1305 # Fader processor's background
1306 style "processor_fader"
1307 {
1308         bg[NORMAL] = @A_red
1309 }
1310
1311 # Fader processor's frame
1312 style "processor_fader_frame"
1313 {
1314         bg[NORMAL] = @A_bg
1315 }
1316
1317 # Pre-fader processor's background
1318 style "processor_prefader"
1319 {
1320         bg[NORMAL] = lighter(lighter (@A_fg))
1321 }
1322
1323 # Pre-fader processor's frame
1324 style "processor_prefader_frame"
1325 {
1326         bg[NORMAL] = darker (@A_fg)
1327 }
1328
1329 # Post-fader processor's background
1330 style "processor_postfader"
1331 {
1332         bg[NORMAL] = darker(darker (@A_fg))
1333 }
1334
1335 # Post-fader processor's frame
1336 style "processor_postfader_frame"
1337 {
1338         bg[NORMAL] = lighter (@A_fg)
1339 }
1340
1341 # MixerPanZone:
1342 #
1343 # the NORMAL fg color is used for the pan puck
1344 # the ACTIVE fg color is used for the speaker boxes
1345
1346 style "pan_zone" = "default_base"
1347 {
1348         fg[NORMAL] = @A_green
1349         fg[ACTIVE] = darker(@A_blue)
1350 }
1351
1352 style "paler_red_when_active" = "medium_text"
1353 {
1354         fg[NORMAL] = @A_fg
1355         fg[PRELIGHT] = @A_fg
1356         bg[NORMAL] = @A_bg
1357         bg[PRELIGHT] = @A_bg
1358
1359         fg[ACTIVE] = @A_fg
1360         bg[ACTIVE] = lighter(@A_red)
1361 }
1362
1363 style "peak_display_peaked_entry" = "small_text"
1364 {
1365         fg[NORMAL] = @A_text
1366         fg[ACTIVE] = @A_text
1367         fg[SELECTED] = @A_text
1368
1369         bg[NORMAL] = @A_red
1370         bg[ACTIVE] = @A_red
1371         bg[PRELIGHT] = @A_red
1372         bg[INSENSITIVE] = @A_red
1373         bg[SELECTED] = @A_red
1374         base[NORMAL] = @A_red
1375         base[ACTIVE] = @A_red
1376         base[PRELIGHT] = @A_red
1377         base[INSENSITIVE] = @A_red
1378         base[SELECTED] = @A_red
1379 }
1380
1381 style "selected_strip_frame"
1382 {
1383         fg[NORMAL] = @A_red
1384         bg[NORMAL] = darker(@A_red)
1385 }
1386
1387 style "flashing_alert" = "very_small_text"
1388 {
1389         GtkButton::child-displacement-x = 0
1390         GtkButton::child-displacement-y = 0
1391   
1392         fg[NORMAL] = darker(@A_fg)
1393         fg[PRELIGHT] = darker(@A_fg)
1394         bg[NORMAL] = mix(0.1,@A_red,darker(@A_bg))
1395         bg[PRELIGHT] = mix(0.1,@A_red,darker(@A_bg))
1396         
1397         fg[ACTIVE] = @A_fg
1398         bg[ACTIVE] = @A_red
1399 }
1400
1401
1402 style "green_flashing_alert" = "very_small_text"
1403 {
1404         GtkButton::child-displacement-x = 0
1405         GtkButton::child-displacement-y = 0
1406
1407         fg[NORMAL] = darker(@A_fg)
1408         fg[PRELIGHT] = darker(@A_fg)
1409         bg[NORMAL] = mix(0.1,@A_green,darker(@A_bg))
1410         bg[PRELIGHT] = mix(0.1,@A_green,darker(@A_bg))
1411
1412         fg[ACTIVE] = @A_fg
1413         bg[ACTIVE] = @A_green
1414 }
1415
1416 style "sync_alert"
1417 {
1418         #
1419         # this is used when the sync button is indicating that sync is
1420         # active, and alternates with another style if sync is active
1421         # but we are not locked
1422         #
1423         bg[ACTIVE] = @A_orange
1424         bg[PRELIGHT] = @A_orange
1425         bg[SELECTED] = @A_orange
1426         bg[NORMAL] = @A_orange
1427         
1428         fg[NORMAL] = @A_black
1429         fg[PRELIGHT] = @A_black
1430         fg[SELECTED] = @A_black
1431         fg[ACTIVE] = @A_black
1432 }
1433
1434 style "tearoff_arrow" = "medium_bold_entry"
1435 {
1436         fg[NORMAL] = darker(@A_fg)
1437         fg[PRELIGHT] = darker(@A_fg)
1438         bg[NORMAL] = darker(@A_fg)
1439         bg[PRELIGHT] = darker(@A_fg)
1440 }
1441
1442 style "location_row_button" = "default_button"
1443 {
1444         font_name = "@FONT_NORMAL@"
1445 }
1446
1447 style "location_rows_clock" = "default_clock_display"
1448 {
1449         font_name = "@FONT_NORMAL@"
1450 }
1451
1452 style "ardour_button" ="default_button"
1453 {
1454         xthickness = 1
1455         ythickness = 1
1456 }
1457
1458 style "padded_button" = "default_button"
1459 {
1460         xthickness = 8
1461 }
1462
1463 #---------------------------------------------------------------
1464
1465 class "GtkWidget" style:highest "default_base"
1466 class "GtkScrollbar" style:highest "ardour_adjusters"
1467 class "GtkLabel" style:highest "default_generic"
1468 class "GtkButton" style:highest "ardour_button"
1469 class "GtkArrow" style:highest "tearoff_arrow"
1470 class "GtkProgressBar" style:highest "ardour_progressbars"
1471
1472 widget "*PaddedButton" style:highest "padded_button"
1473 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1474 widget "*MarkerText" style:highest "marker_text"
1475 widget "*TimeAxisViewItemName*" style:highest "time_axis_view_item_name"
1476 widget "*EditModeSelector" style:highest "medium_bold_entry"
1477 widget "*SnapTypeSelector" style:highest "medium_bold_entry"
1478 widget "*SnapModeSelector" style:highest "medium_bold_entry"
1479 widget "*ZoomFocusSelector" style:highest "medium_bold_entry"
1480 widget "*ArdourContextMenu*" style:highest "default_menu"
1481 widget "*EditGroupTitleButton*" style:highest "default_button"
1482 widget "*MixerGroupTitleButton*" style:highest "default_button"
1483 widget "*ErrorLogCloseButton" style:highest "default_button"
1484 widget "*EditorGTKButton*" style:highest "default_button" 
1485 widget "*ToolbarButton" style:highest "default_button"
1486 widget "*ToolbarButton*" style:highest "default_button"
1487 widget "*CrossfadeEditButton" style:highest "default_button"
1488 widget "*CrossfadeEditButton*" style:highest "default_button"
1489 widget "*TrackHistoryButton*" style:highest "default_button"
1490 widget "*TrackSizeButton*" style:highest "default_button"
1491 widget "*TrackPlaylistButton*" style:highest "default_button"
1492 widget "*TrackAutomationButton*" style:highest "default_button"
1493 widget "*TrackGroupButton*" style:highest "default_button"
1494 widget "*TrackMixButton*" style:highest "default_button"
1495 widget "*TrackVisualButton*" style:highest "default_button"
1496 widget "*TrackRemoveButton*" style:highest "default_button"
1497 widget "*BaseButton" style:highest "default_button"
1498 widget "*TakeButtonLabel" style:highest "default_button"
1499 widget "*MixerWidthButton" style:highest "default_button"
1500 widget "*MixerHideButton" style:highest "default_button"
1501 widget "*MixerSendButton" style:highest "default_button"
1502 widget "*MixerSendButtonLabel" style:highest "default_button"
1503 widget "*MixerSendSwitch" style:highest "default_button"
1504 widget "*MixerInsertButton" style:highest "default_button"
1505 widget "*MixerInsertButtonLabel" style:highest "default_button"
1506 widget "*MixerInsertSwitch" style:highest "default_button"
1507 widget "*MixerMonitorInputButton*" style:highest "very_small_button"
1508 widget "*MixerMonitorInputButton.*" style:highest "very_small_button"
1509 widget "*MixerIOButton" style:highest "very_small_button"
1510 widget "*MixerIOButtonLabel" style:highest "very_small_button"
1511 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1512 widget "*AddRouteDialogRadioButton*" style:highest "preferences"
1513 widget "*OptionsNotebook" style:highest "preferences"
1514 widget "*OptionEditorToggleButton*" style:highest "preferences"
1515 widget "*OptionsLabel" style:highest "preferences"
1516 widget "*OptionEditorAuditionerLabel" style:highest "preferences"
1517 widget "*OptionsEntry" style:highest "option_entry"
1518 widget "*InspectorNotebook" style:highest "preferences"
1519 widget "*NewSessionDialog" style:highest "preferences"
1520 widget "*NewSessionDialogButton*" style:highest "preferences"
1521 widget "*MixerSendSwitch*" style:highest "very_small_red_active_and_selected_button"
1522 widget "*OptionEditorToggleButton" style:highest "small_red_active_and_selected_button"
1523 widget "*NewSessionDialogButton" style:highest "small_red_active_and_selected_button"
1524 widget "*RecordEnableButton" style:highest "track_rec_enable_button"
1525 widget "*RecordEnableButton-active" style:highest "track_rec_enable_button_active"
1526 widget "*RecordEnableButton-alternate" style:highest "track_rec_enable_button_alternate"
1527 widget "*RecordEnableButton-alternate2" style:highest "track_rec_enable_button_alternate_two"
1528 widget "*MixerRecordEnableButton" style:highest "mixer_track_rec_enable_button"
1529 widget "*MixerRecordEnableButton-active" style:highest "mixer_track_rec_enable_button_active"
1530 widget "*MixerRecordEnableButton-alternate" style:highest "mixer_track_rec_enable_button_alternate"
1531 widget "*MuteButton" style:highest "mute_button"
1532 widget "*MuteButton-alternate" style:highest "mute_button_alternate"
1533 widget "*MuteButton-active" style:highest "mute_button_active"
1534 widget "*MixerMuteButton" style:highest "mixer_mute_button"
1535 widget "*MixerMuteButton-alternate" style:highest "mixer_mute_button_alternate"
1536 widget "*MixerMuteButton-active" style:highest "mixer_mute_button_active"
1537 widget "*SoloButton" style:highest "solo_button"
1538 widget "*SoloButton-alternate" style:highest "solo_button_alternate"
1539 widget "*SoloButton-alternate2" style:highest "solo_button_alternate2"
1540 widget "*SoloButton-active" style:highest "solo_button_active"
1541 widget "*MixerSoloButton" style:highest "mixer_solo_button"
1542 widget "*MixerSoloButton-alternate" style:highest "mixer_solo_button_alternate"
1543 widget "*MixerSoloButton-alternate2" style:highest "mixer_solo_button_alternate2"
1544 widget "*MixerSoloButton-active" style:highest "mixer_solo_button_active"
1545 widget "*TrackLoopButton*" style:highest "track_loop_button"
1546 widget "*PanAutomationLineSelector*" style:highest "multiline_combo"
1547 widget "*EditorTimeButton*" style:highest "time_button"
1548 widget "*MixerInvertButton*" style:highest "mixer_invert_button"
1549 widget "*MixerInvertButton.*" style:highest "mixer_invert_button"
1550 widget "*MixerAutomationRecordingButton*" style:highest "very_small_button"
1551 widget "*MixerAutomationRecordingButton.*" style:highest "very_small_button"
1552 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1553 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1554 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1555 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1556 widget "*MixerNameButton" style:highest "very_small_button"
1557 widget "*MixerNameButtonLabel" style:highest "very_small_button"
1558 widget "*MixerGroupButton" style:highest "very_small_button"
1559 widget "*MixerGroupButtonLabel" style:highest "very_small_button"
1560 widget "*MixerCommentButton" style:highest "very_small_button"
1561 widget "*MixerCommentButton*" style:highest "very_small_button"
1562 widget "*MixerMonoButton*" style:highest "very_small_button"
1563 widget "*EditGroupButton" style:highest "very_small_button"
1564 widget "*EditGroupButtonLabel" style:highest "very_small_button"
1565 widget "*TransportButton" style:highest "transport_button"
1566 widget "*TransportButton-active" style:highest "transport_button_active"
1567 widget "*TransportButton-alternate2" style:highest "transport_button_alternate_two"
1568 widget "*TransportSyncButton" style:highest "transport_button"
1569 widget "*TransportSyncButton*" style:highest "transport_button"
1570 widget "*TransportSyncButton-active" style:highest "sync_alert"
1571 widget "*TransportSyncButton-active*" style:highest "sync_alert"
1572 widget "*ShuttleButton" style:highest "transport_button"
1573 widget "*ShuttleButton*" style:highest "transport_button"
1574 widget "*ShuttleDisplay" style:highest "transport_button"
1575 widget "*ShuttleDisplay*" style:highest "transport_button"
1576 widget "*ShuttleControl" style:highest "shuttle_control"
1577 widget "*TransportRecButton" style:highest "transport_rec_button"
1578 widget "*TransportRecButton*" style:highest "transport_rec_button"
1579 widget "*TransportRecButton-active" style:highest "transport_rec_button_active"
1580 widget "*TransportRecButton-active*" style:highest "transport_rec_button_active"
1581 widget "*TransportRecButton-alternate" style:highest "transport_rec_button_alternate"
1582 widget "*TransportRecButton-alternate*" style:highest "transport_rec_button_alternate"
1583 widget "*TransportRecButton*" style:highest "transport_rec_button"
1584 widget "*RecordingXrunWarningWindow" style:highest "xrun_warn"
1585 widget "*RecordingXrunWarningWindow*" style:highest "xrun_warn"
1586 #widget "*MainMenuBar" style:highest "menu_bar_base"
1587 widget "*ErrorMessage" style:highest "error_message"
1588 widget "*FatalMessage" style:highest "fatal_message"
1589 widget "*InfoMessage" style:highest "info_message"
1590 widget "*WarningMessage" style:highest "warning_message"
1591 widget "*BigClockNonRecording" style:highest "non_recording_big_clock_display"
1592 widget "*BigClockRecording" style:highest "recording_big_clock_display"
1593 widget "*TransportClockDisplay" style:highest "transport_clock_display"
1594 widget "*SecondaryClockDisplay" style:highest "transport_clock_display"
1595 widget "*TransportClockDisplayDelta" style:highest "transport_clock_display_delta"
1596 widget "*SecondaryClockDisplayDelta" style:highest "transport_clock_display_delta"
1597 widget "*AudioClockFramesUpperInfo" style:highest "tempo_meter_clock_display"
1598 widget "*AudioClockFramesLowerInfo" style:highest "tempo_meter_clock_display"
1599 widget "*AudioClockSMPTEUpperInfo" style:highest "tempo_meter_clock_display"
1600 widget "*AudioClockSMPTELowerInfo" style:highest "tempo_meter_clock_display"
1601 widget "*AudioClockBBTUpperInfo" style:highest "tempo_meter_clock_display"
1602 widget "*AudioClockBBTLowerInfo" style:highest "tempo_meter_clock_display"
1603 widget "*SelectionStartClock" style:highest "default_clock_display"
1604 widget "*SelectionEndClock" style:highest "default_clock_display"
1605 widget "*SilenceDurationClock" style:highest "white_on_black_clock_display"
1606 widget "*EditPointClock" style:highest "default_clock_display"
1607 widget "*PreRollClock" style:highest "default_clock_display"
1608 widget "*PostRollClock" style:highest "default_clock_display"
1609 widget "*NudgeClock" style:highest "default_clock_display"
1610 widget "*MenuBarClock" style:highest "default_clock_display"
1611 widget "*ZoomRangeClock" style:highest "default_clock_display"
1612 widget "*SMPTEOffsetClock" style:highest "default_clock_display"
1613 widget "*TransportLabel" style:highest "small_bold_text"
1614 widget "*TakeLabel" style:highest "small_bold_text"
1615 widget "*LocationLabel" style:highest "small_bold_text"
1616 widget "*WipeLabel" style:highest "small_bold_text"
1617 widget "*TakeTagLabel" style:highest "small_bold_text"
1618 widget "*ToolBarLabel" style:highest "small_bold_text"
1619 widget "*EditorDisplayLabel" style:highest "small_bold_text"
1620 widget "*NewSessionLabel" style:highest "larger_text"
1621 widget "*GlobalButtonLabel" style:highest "default_generic"
1622 widget "*ClickButton" style:highest "medium_entry"
1623 widget "*RegionNameDisplay" style:highest "medium_entry"
1624 widget "*PluginDisplay" style:highest "medium_entry"
1625 widget "*SelectionDisplay" style:highest "medium_entry"
1626 widget "*HistorySelector" style:highest "medium_entry"
1627 widget "*LocationSelector" style:highest "medium_entry"
1628 widget "*TakeSelector" style:highest "medium_entry"
1629 widget "*RegionSelector" style:highest "medium_entry"
1630 widget "*SMPTERuler" style:highest "editor_time_ruler"
1631 widget "*BBTRuler" style:highest "editor_time_ruler"
1632 widget "*FramesRuler" style:highest "editor_time_ruler"
1633 widget "*MinSecRuler" style:highest "editor_time_ruler"
1634 widget "*BaseFrame" style:highest "base_frame"
1635
1636 widget "*SendStripBase" style:highest "send_strip_base"
1637 widget "*AudioTrackStripBase" style:highest "audio_track_base"
1638 widget "*AudioBusStripBase" style:highest "audio_bus_base"
1639 widget "*MidiTrackStripBase" style:highest "midi_track_base"
1640 widget "*AudioTrackStripBaseInactive" style:highest "track_controls_inactive"
1641 widget "*AudioBusStripBaseInactive" style:highest "track_controls_inactive"
1642 widget "*MidiTrackStripBaseInactive" style:highest "track_controls_inactive"
1643 widget "*FaderMetricsStrip" style:highest "audio_track_metrics"
1644 widget "*AudioTrackMetrics" style:highest "audio_track_metrics"
1645 widget "*AudioBusMetrics" style:highest "audio_bus_metrics"
1646 widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive"
1647 widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive"
1648
1649 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
1650 widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base"
1651 widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base"
1652 widget "*AudioTrackFader" style:highest "gain_fader"
1653
1654 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
1655 widget "*AudioBusFader" style:highest "gain_fader"
1656 widget "*TrackSeparator" style:highest "track_separator"
1657 widget "*TrackEditIndicator0*" style:highest "edit_group_0"
1658 widget "*TrackEditIndicator1*" style:highest "edit_group_1"
1659 widget "*TrackEditIndicator2*" style:highest "edit_group_2"
1660 widget "*TrackEditIndicator3*" style:highest "edit_group_3"
1661 widget "*TrackEditIndicator4*" style:highest "edit_group_3"
1662 widget "*TrackEditIndicator5*" style:highest "edit_group_3"
1663 widget "*TrackEditIndicator6*" style:highest "edit_group_3"
1664 widget "*TrackEditIndicator7*" style:highest "edit_group_3"
1665 widget "*EditorTrackNameDisplay" style:highest "track_name_display"
1666 widget "*EditorTrackNameDisplay*" style:highest "track_name_display"
1667 widget "*EditorActiveTrackNameDisplay" style:highest "active_track_name_display"
1668 widget "*EditorActiveTrackNameDisplay*" style:highest "active_track_name_display"
1669 widget "*CrossfadeEditAuditionButton" style:highest "red_when_active"
1670 widget "*CrossfadeEditAuditionButton*" style:highest "red_when_active"
1671 widget "*CrossfadeEditCurveButton" style:highest "red_when_active"
1672 widget "*CrossfadeEditCurveButton*" style:highest "red_when_active"
1673 widget "*CrossfadeEditLabel" style:highest "medium_text"
1674 widget "*CrossfadeEditFrame" style:highest "base_frame"
1675 widget "*MouseModeButton" style:highest "default_button"
1676 widget "*MouseModeButton*" style:highest "default_button"
1677 widget "*EditorMainCanvas" style:highest "main_canvas_area"
1678 widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1679 widget "*BusControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1680 widget "*AutomationTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1681 widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1682 widget "*BusControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1683 widget "*AutomationTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1684 widget "*AudioTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1685 widget "*MidiTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1686 widget "*BusControlsBaseSelected" style:highest "edit_controls_base_selected"
1687 widget "*AutomationTrackControlsBase" style:highest "automation_track_controls_base"
1688 widget "*AutomationTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1689 #widget "*EditorMenuBar*" style:highest "black_mackie_menu_bar"
1690 #widget "*MainMenuBar*" style:highest "black_mackie_menu_bar"
1691 widget "*ZoomClickBox" style:highest "medium_bold_entry"
1692 widget "*PluginParameterLabel" style:highest "medium_text"
1693 widget "*PluginNameInfo" style:highest "plugin_name_text"
1694 widget "*PluginMakerInfo" style:highest "plugin_maker_text"
1695 widget "*PluginParameterInfo" style:highest "medium_text"
1696 widget "*MotionControllerValue" style:highest "medium_entry"
1697 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
1698 widget "*PluginUIClickBox" style:highest "medium_bold_entry"
1699 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
1700 widget "*PluginSlider" style:highest "plugin_slider"
1701 widget "*EditGroupDisplay" style:highest "treeview_display"
1702 widget "*TrackListDisplay" style:highest "treeview_display"
1703 widget "*RegionListDisplay" style:highest "treeview_display"
1704 widget "*NamedSelectionDisplay" style:highest "treeview_display"
1705 widget "*SnapshotDisplay" style:highest "treeview_display"
1706 widget "*MixerTrackCommentArea" style:highest "option_entry"
1707 widget "*MixerPanZone" style:highest "pan_zone"
1708 widget "*MixerTrackDisplayList" style:highest "treeview_display"
1709 widget "*MixerSnapshotDisplayList" style:highest "treeview_display"
1710 widget "*MixerAuxDisplayList" style:highest "treeview_display"
1711 widget "*MixerGroupList" style:highest "treeview_display"
1712 widget "*RegionEditorLabel" style:highest "medium_text"
1713 widget "*RegionEditorSmallLabel" style:highest "small_text"
1714 widget "*RegionEditorEntry" style:highest "medium_entry"
1715 widget "*RegionEditorClock" style:highest "default_clock_display"
1716 widget "*RegionEditorToggleButton" style:highest "paler_red_when_active"
1717 widget "*RegionEditorToggleButton*" style:highest "paler_red_when_active"
1718 widget "*MixerStripSpeedBase" style:highest "small_entry"
1719 widget "*MixerStripSpeedBase*" style:highest "small_entry"
1720 widget "*MixerStripSpeedBaseNotOne" style:highest "small_red_on_black_entry"
1721 widget "*MixerStripSpeedBaseNotOne*" style:highest "small_red_on_black_entry"
1722 widget "*MixerStripGainDisplay" style:highest "small_entry"
1723 widget "*MixerStripGainDisplay*" style:highest "small_entry"
1724 widget "*MixerStripGainUnitButton" style:highest "very_small_button"
1725 widget "*MixerStripGainUnitButton*" style:highest "very_small_button"
1726 widget "*MixerStripMeterPreButton" style:highest "very_small_button"
1727 widget "*MixerStripMeterPreButton*" style:highest "very_small_button"
1728 widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry"
1729 widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry"
1730 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
1731 widget "*MixerStripFrame" style:highest "base_frame"
1732 widget "*HWMonitorButton" style:highest "red_when_active"
1733 widget "*HWMonitorButton*" style:highest "red_when_active"
1734 widget "*MonitorInvertButton" style:highest "monitor_invert_button"
1735 widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
1736 widget "*MonitorMuteButton" style:highest "monitor_mute_button"
1737 widget "*MonitorMuteButton*" style:highest "monitor_mute_button"
1738 widget "*MonitorDimButton" style:highest "monitor_dim_button"
1739 widget "*MonitorDimButton*" style:highest "monitor_dim_button"
1740 widget "*MonitorMonoButton" style:highest "monitor_mono_button"
1741 widget "*MonitorMonoButton*" style:highest "monitor_mono_button"
1742 widget "*MonitorInvertButton" style:highest "monitor_invert_button"
1743 widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
1744 widget "*MonitorOptButton" style:highest "monitor_opt_button"
1745 widget "*MonitorOptButton*" style:highest "monitor_opt_button"
1746 widget "*MonitorIsoAlert" style:highest "monitor_iso_button"
1747 widget "*MonitorIsoAlert*" style:highest "monitor_iso_button"
1748 widget "*BypassButton" style:highest "red_when_active"
1749 widget "*BypassButton*" style:highest "red_when_active"
1750 widget "*TransportSoloAlert" style:highest "flashing_alert"
1751 widget "*TransportSoloAlert.*" style:highest "flashing_alert"
1752 widget "*TransportSoloAlert-active" style:highest "flashing_alert"
1753 widget "*TransportSoloAlert-alternate" style:highest "flashing_alert"
1754 widget "*SendAlert" style:highest "green_flashing_alert"
1755 widget "*SendAlert.*" style:highest "green_flashing_alert"
1756 widget "*TransportAuditioningAlert" style:highest "flashing_alert"
1757 widget "*TransportAuditioningAlert.*" style:highest "flashing_alert"
1758 widget "*FadeCurve" style:highest "medium_bold_entry"
1759 widget "*FadeCurve*" style:highest "medium_bold_entry"
1760 widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
1761 widget "*TearOffArrow" style:highest "tearoff_arrow"
1762 widget "*RouteParamsTitleButton" style:highest "medium_text"
1763 widget "*RouteParamsTitleLabel" style:highest "medium_text"
1764 widget "*PluginAutomateRecordButton" style:highest "small_red_active_and_selected_button"
1765 widget "*PluginAutomateRecordButton*" style:highest "small_red_active_and_selected_button"
1766 widget "*PluginAutomatePlayButton" style:highest "small_red_active_and_selected_button"
1767 widget "*PluginAutomatePlayButton*" style:highest "small_red_active_and_selected_button"
1768 widget "*PluginAutomateButton" style:highest "small_button"
1769 widget "*PluginAutomateButton*" style:highest "small_button"
1770 widget "*PluginSaveButton" style:highest "small_button"
1771 widget "*PluginSaveButton*" style:highest "small_button"
1772 widget "*PluginEditButton*" style:highest "small_button"
1773 widget "*PluginLoadButton" style:highest "small_button"
1774 widget "*PluginLoadButton*" style:highest "small_button"
1775
1776 widget "*MetricDialogFrame" style:highest "base_frame"
1777 widget "*MetricEntry" style:highest "medium_bold_entry"
1778 widget "*MetricButton" style:highest "default_button"
1779 widget "*MetricButton.*" style:highest "default_button"
1780 widget "*MetricLabel" style:highest "medium_text"
1781 widget "*TimeStretchButton" style:highest "default_button"
1782 widget "*TimeStretchButton.*" style:highest "default_button"
1783 widget "*ChoiceWindow" style:highest "default_generic"
1784 widget "*ChoicePrompt" style:highest "default_generic"
1785 widget "*ChoiceButton" style:highest "default_button"
1786 widget "*ChoiceButton*" style:highest "default_button"
1787 widget "*SelectionModeButton" style:highest "default_button"
1788 widget "*SelectionModeButton*" style:highest "default_button"
1789 widget "*TrackLabel" style:highest "medium_text"
1790 widget "*TrackPlugName" style:highest "medium_text"
1791 widget "*TrackParameterName" style:highest "small_italic_text"
1792 widget "*AddRouteDialog*" style:highest "medium_text"
1793 widget "*AddRouteDialog.GtkLabel" style:highest "medium_text"
1794 widget "*AddRouteDialogChannelChoice" style:highest "medium_bold_entry"
1795 widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
1796 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
1797 widget "*AddRouteDialogRadioButton" style:highest "red_when_active"
1798 widget "*AddRouteDialogButton" style:highest "default_button"
1799 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
1800 widget "*NewSessionIOLabel" style:highest "large_bold_text"
1801 widget "*NewSessionSR1Label" style:highest "red_medium_text"
1802 widget "*NewSessionSR2Label" style:highest "medium_text"
1803 widget "*NewSessionChannelChoice" style:highest "medium_bold_entry"
1804 widget "*NewSessionMainButton" style:highest "large_bold_text"
1805 widget "*NewSessionMainButton*" style:highest "large_bold_text"
1806 widget "*NewSessionMainLabel" style:highest "large_bold_text"
1807 widget "*LocationEditRowClock" style:highest "location_rows_clock"
1808 widget "*LocationEditNameLabel" style:highest "medium_text"
1809 widget "*LocationEditSetButton" style:highest "location_row_button"
1810 widget "*LocationEditSetButton*" style:highest "location_row_button"
1811 widget "*LocationEditGoButton" style:highest "location_row_button"
1812 widget "*LocationEditGoButton*" style:highest "location_row_button"
1813 widget "*LocationEditCdButton" style:highest "small_red_active_and_selected_button"
1814 widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button"
1815 widget "*LocationEditHideButton" style:highest "small_red_active_and_selected_button"
1816 widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button"
1817 widget "*LocationEditLockButton*" style:highest "small_red_active_and_selected_button"
1818 widget "*LocationEditGlueButton*" style:highest "small_red_active_and_selected_button"
1819 widget "*LocationEditNumberLabel" style:highest "small_text"
1820 widget "*LocationLocEditorFrame" style:highest "base_frame"
1821 widget "*LocationRangeEditorFrame" style:highest "base_frame"
1822 widget "*LocationEditNameEntry" style:highest "option_entry"
1823 widget "*LocationAddLocationButton" style:highest "default_button"
1824 widget "*LocationAddLocationButton*" style:highest "default_button"
1825 widget "*LocationAddRangeButton" style:highest "default_button"
1826 widget "*LocationAddRangeButton*" style:highest "default_button"
1827 widget "*LocationEditRemoveButton" style:highest "location_row_button"
1828 widget "*LocationEditRemoveButton*" style:highest "location_row_button"
1829 widget "*ChannelCountSelector" style:highest "medium_bold_entry"
1830 widget "*ChannelCountSelector.GtkArrow" style:highest "default_generic"
1831 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
1832 widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
1833 widget "*MidiListView*" style:highest "white_tree_view"
1834 widget "*ProcessorList*" style:highest "processor_list"
1835 widget "*ProcessorFrameSelected" style:highest "processor_frame_selected"
1836 widget "*ProcessorFrameActiveSend" style:highest "processor_frame_active_send"
1837 widget "*ProcessorFaderFrame" style:highest "processor_fader_frame"
1838 widget "*ProcessorPreFader" style:highest "processor_prefader"
1839 widget "*ProcessorPreFaderFrame" style:highest "processor_prefader_frame"
1840 widget "*ProcessorFader" style:highest "processor_fader"
1841 widget "*ProcessorPostFader" style:highest "processor_postfader"
1842 widget "*ProcessorPostFaderFrame" style:highest "processor_postfader_frame"
1843 widget "*PortMatrixLabel*" style:highest "small_text"
1844 widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
1845 widget "*SoloIsolatedLED" style:highest "solo_isolate_led"
1846 widget "*SoloSafeLED" style:highest "solo_safe_led"
1847 widget "*SoloLEDLabel" style:highest "very_small_text"
1848
1849 widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
1850 widget "*RegionNameEditorEntry" style:highest "text_cell_entry"