sanitycheck should be looking for SCHED_FIFO
[ardour2.git] / gtk2_ardour / ardour3_ui_dark.rc.in
blob3cba4e5fe8212065606aa0f86779c7bd1d141a90
2 # This is the GTK style file for Ardour, originally by Paul Davis and others
4 # Color meta-ization originated by Sean Corbett (seanbutnotheard@gmail.com)
6 # Released under the terms of the GNU GPL v2:  http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
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
18 #@color lightest #FFFFFF
19 #@color darkest #222
20 #@color bright_indicator #F11
21 #@color contrasting_indicator #9f3
22 #@color somewhat_bright_indicator #CEF
23 #@color not_so_bright_indicator #FC4
24 #@color bright_color #729FCF
26 #@color arm #F33
27 #@color solo #A8F730
28 #@color isolate #B9ECF2
29 #@color mute #FFFA87
30 #@color mono #DEC
31 #@color control_text2 #8D2B1B
32 #@color control_base #26292D
33 #@color control_text #D0D2D5
34 #@color audio_track #33445e
35 #@color midi_track #445033
36 #@color audio_bus #262c35
38 #@color send_fg #30F7B0
39 #@color send_bg #C4C4B8
41 #@color processor_frame_selected #E2CC33
42 #@color processor_fader_bg #666666
43 #@color processor_fader_frame #7F7F7F
44 #@color processor_prefader #4D0000
45 #@color processor_prefader_frame #7F0000
46 #@color processor_postfader #1A4D1A
47 #@color processor_postfader_frame #1B7F1B
49 # Tweak the color scheme in one place :
51 gtk_color_scheme = "@COLOR_SCHEME@"
53 #alternate BG color: #5C5E61
55 style "smallest_text"
57         font_name = "@FONT_TINY@"
60 style "very_small_text"
62         font_name = "@FONT_SMALLER@"
65 style "small_text"
67         font_name = "@FONT_SMALL@"
70 style "small_italic_text"
72         font_name = "italic @FONT_SMALL@"
75 style "small_bold_text"
77         font_name = "bold @FONT_SMALL@"
80 style "medium_bold_text"
82         font_name = "bold @FONT_NORMAL@"
85 style "medium_text"
87         font_name = "@FONT_NORMAL@"
90 style "medium_monospace_text"
92         font_name = "monospace @FONT_NORMAL@"
95 style "red_medium_text" = "medium_text"
96 {       
97         fg[NORMAL] = @A_bright_indicator
98         fg[ACTIVE] = @A_bright_indicator
99         fg[SELECTED] = @A_bright_indicator
102 style "large_bold_text"
104         font_name = "bold @FONT_BIGGER@"
107 style "larger_text"
109         font_name = "@FONT_LARGE@"
112 style "larger_bold_text"
114         font_name = "bold @FONT_LARGE@"
117 style "big_bold_text"
119         font_name = "bold @FONT_LARGER@"
122 style "plugin_name_text" = "big_bold_text"
124         fg[NORMAL] = @A_text
127 style "plugin_maker_text" = "larger_bold_text"
129         fg[NORMAL] = @A_text
132 style "verbose_canvas_cursor" = "big_bold_text"
136 style "marker_text" = "small text"
140 style "midi_tracer_textview" = "medium_monospace_text"
142         
145 style "time_axis_view_item_name" = "very small text"
149 style "default" = "medium_text"
151   #Original values for reference
152   GtkWidget::cursor_color =  @A_lightest
153   GtkButton::default_border = { 0, 0, 0, 0 }
154   GtkButton::default_outside_border = { 0, 0, 0, 0 }
155   GtkButton::button_relief = GTK_RELIEF_NONE
156   GtkTreeView::vertical-padding = 0
157   GtkTreeView::horizontal-padding = 0
158   GtkTreeView::even-row-color = @A_base
159   GtkTreeView::odd-row-color = darker(@A_base)
160   
161   GtkWidget           :: focus-line-pattern               = "\001\001"        #                              Dash pattern used to draw the focus indicator.
162   GtkWidget           :: focus-line-width                 = 1                 # [               1 ] ( >= 0 ) Width, in pixels, of the focus indicator line.
163   GtkWidget           :: focus-padding                    = 1                 # [               1 ] ( >= 0 ) Width, in pixels, between focus indicator and the widget box.
164   GtkWidget           :: interior-focus                   = 1                 # [               1 ] ( bool ) Draw the focus indicator inside widgets.
165   GtkWidget           :: scroll-arrow-hlength             = 16                # [              16 ] ( >= 1 ) Length of horizontal scroll arrows.
166   GtkWidget           :: scroll-arrow-vlength             = 16                # [              16 ] ( >= 1 ) Length of vertical scroll arrows.
168   GtkWidget           :: link-color                       = shade(1.25, @A_bright_color)
169   GtkWidget           :: visited-link-color               = @A_bright_color
170   
171 #Window Properties
172   GtkDialog           :: action-area-border               = 4                 # [               5 ] ( >= 0 ) Width of border around the button area at the bottom of the dialog.
173   GtkDialog           :: button-spacing                   = 4                 # [               6 ] ( >= 0 ) Spacing between buttons.
174   GtkDialog           :: content-area-border              = 2                 # [               2 ] ( >= 0 ) Width of border around the main dialog area.
175   GtkDialog           :: content-area-spacing             = 0                 # [               0 ] ( >= 0 ) The default spacing used between elements of the content area of the dialog.
176   
177 #Control Properties
178   GtkButton           :: child-displacement-x             = 1                 # [               0 ]          How far in x direction to move the button when its depressed.
179   GtkButton           :: child-displacement-y             = 1                 # [               0 ]          ... y
180   GtkButton           :: default-border                   = { 0, 0, 0, 0 }    #                              Extra space to add for CAN_DEFAULT buttons.
181   GtkButton           :: displace-focus                   = 0                 # [               0 ] ( bool ) Whether the child_displacement_x/child_displacement_y properties should also affect the focus rectangle.
182   GtkButton           :: image-spacing                    = 2                 # [               2 ] ( >= 0 ) Spacing in pixels between the image and label.
184   GtkCheckButton      :: indicator-size                   = 13                # [              13 ] ( >= 0 ) Size of check or radio indicator.
185   GtkCheckButton      :: indicator-spacing                = 2                 # [               2 ] ( >= 0 ) Spacing around check or radio indicator.
186   GtkCheckMenuItem    :: indicator-size                   = 13                # [              13 ] ( >= 0 ) Size of check or radio indicator.
188   GtkOptionMenu       :: indicator-size                   = { 6, 10 }         #                              Size of dropdown indicator.
189   GtkOptionMenu       :: indicator-spacing                = {   6, 5, 0, 0 }    #                              Spacing around indicator.
191   GtkComboBox         :: appears-as-list                  = 0                 # [               0 ] ( bool ) Whether dropdowns should look like lists rather than menus.
192   GtkComboBox         :: arrow-size                       = 13                # [              15 ] ( >= 0 ) Sets the minimum size of the arrow in the combo box.
193   GtkComboBox         :: shadow-type                      = GTK_SHADOW_NONE   # [ GTK_SHADOW_NONE ]          Which kind of shadow to draw around the combo box.
195   GtkPaned            :: handle-size                      = 4                 # [               5 ] ( >= 0 ) Width of handle.
197   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.
198   GtkScale            :: slider-length                    = 23                # [              31 ] ( >= 0 ) Length of scale's slider.  
199   GtkScale            :: slider-width                     = 14                # [              14 ] ( >= 0 ) Width of scrollbar or scale thumb.
200   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.
202   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.
203   GtkScrollbar        :: arrow-scaling                    = 0.4               # [             0.5 ] ( 0.1  ) The arrow size proportion relative to the scroll button size.
204   GtkScrollbar        :: fixed-slider-length              = 0                 # [               0 ] ( bool ) Don't change slider size, just lock it to the minimum length.
205   GtkScrollbar        :: min-slider-length                = 50                # [              21 ] ( >= 0 ) Minimum length of scrollbar slider.
206   GtkScrollbar        :: slider-width                     = 15                # [              14 ] ( >= 0 ) Width of scrollbar or scale thumb.    
207   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.
208   GtkScrollbar        :: trough-border                    = 0                 # [               1 ] ( >= 0 ) Spacing between thumb/steppers and outer trough bevel.
209   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.    
210   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.
212   GtkScrollbar        :: has-backward-stepper             = 1                 # [               1 ] ( bool ) Display the standard backward arrow button.
213   GtkScrollbar        :: has-forward-stepper              = 1                 # [               1 ] ( bool ) Display the standard forward arrow button.
214   GtkScrollbar        :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
215   GtkScrollbar        :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
217   GtkHScrollbar       :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
218   GtkHScrollbar       :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
219   GtkVScrollbar       :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
220   GtkVScrollbar       :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
222 #Menu Properties
223   GtkMenuBar          :: internal-padding                 = 1                 # [               1 ] ( >= 0 ) Amount of border space between the menubar shadow and the menu items.
224   GtkMenuBar          :: shadow-type                      = GTK_SHADOW_OUT    # [  GTK_SHADOW_OUT ]          Style of bevel around the menubar. 
226   GtkMenu             :: arrow-placement                  = GTK_ARROWS_BOTH   # [ GTK_ARROWS_BOTH ]          Indicates where scroll arrows should be placed.
227   GtkMenu             :: arrow-scaling                    = 0.5               # [             0.7 ] ( 0.1  ) Arbitrary constant to scale down the size of the scroll arrow.
228   GtkMenu             :: double-arrows                    = 1                 # [               1 ] ( bool ) When scrolling, always show both arrows.
229   GtkMenu             :: horizontal-offset                = -2                # [              -2 ]          When the menu is a submenu, position it this number of pixels offset horizontally.
230   GtkMenu             :: horizontal-padding               = 0                 # [               0 ] ( >= 0 ) Extra space at the left and right edges of the menu.
231   GtkMenu             :: vertical-offset                  = 0                 # [               0 ]          When the menu is a submenu, position it this number of pixels offset vertically.
232   GtkMenu             :: vertical-padding                 = 0                 # [               0 ] ( >= 0 ) Extra space at the top and bottom of the menu.
234   GtkMenuItem         :: arrow-scaling                    = 0.5               # [             0.8 ] ( 0.2  ) Amount of space used up by arrow, relative to the menu item's font size.
235   GtkMenuItem         :: arrow-spacing                    = 10                # [              10 ] ( >= 0 ) Space between label and arrow.
236   GtkMenuItem         :: horizontal-padding               = 3                 # [               3 ] ( >= 0 ) Padding to left and right of the menu item.
237   GtkMenuItem         :: selected-shadow-type             = GTK_SHADOW_NONE   # [ GTK_SHADOW_NONE ]          Shadow type when item is selected.
238   #GtkMenuItem         :: toggle-spacing                   = 4                 # [               5 ] ( >= 0 ) Space between icon and label.
239   GtkMenuItem         :: width-chars                      = 12                # [              12 ] ( >= 0 ) The minimum desired width of the menu item in characters.
241 #Other Properties
242   GtkArrow            :: arrow-scaling                    = 0.5               # [             0.7 ] ( 0.1  ) Amount of space used up by arrow.
244   GtkNotebook         :: arrow-spacing                    = 0                 # [               0 ] ( >= 0 ) Spacing between the scroll arrows and the tabs.
245   GtkNotebook         :: tab-curvature                    = 1                 # [               1 ] ( >= 0 ) Size of tab curvature.
246   GtkNotebook         :: tab-overlap                      = 1                 # [               2 ]          Size of tab overlap area.
248   GtkTreeView         :: horizontal-separator             = 8                 # [               2 ] ( >= 0 ) Horizontal space between cells. Must be an even number.
249   GtkTreeView         :: vertical-separator               = 2                 # [               2 ] ( >= 0 ) Vertical space between cells. Must be an even number.
251   GtkEntry            :: honors-transparent-bg-hint       = 1                 # [               0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry.
254   #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN
256   #xthickness = 0
257   #ythickness = 0
259 #Base Colors
260   bg[NORMAL]          = @A_bg
261   bg[PRELIGHT]        = shade(1.1, @A_bg)
262   bg[ACTIVE]          = shade(0.9, @A_bg)
263   bg[INSENSITIVE]     = @A_bg
264   bg[SELECTED]        = @A_bg_selected
266   fg[NORMAL]          = @A_fg
267   fg[PRELIGHT]        = @A_fg
268   fg[ACTIVE]          = shade(0.9, @A_fg)
269   fg[INSENSITIVE]     = shade(0.7, @A_bg)
270   fg[SELECTED]        = @A_fg_selected
272   base[NORMAL]        = @A_base
273   base[PRELIGHT]      = @A_base
274   base[INSENSITIVE]   = shade(1.0, @A_bg)
275   base[ACTIVE]        = shade(0.9, @A_bg_selected)
276   base[SELECTED]      = @A_bg_selected
278   text[NORMAL]        = @A_text
279   text[PRELIGHT]      = @A_text
280   text[ACTIVE]        = @A_fg_selected
281   text[INSENSITIVE]   = shade(0.7, @A_bg)
282   text[SELECTED]      = @A_fg_selected
284 #engine specific tweaks
286   engine "clearlooks" 
287   {
288     #style              = GLOSSY
289     #colorize_scrollbar = TRUE
290     menubarstyle       = 2 # 0 = flat, 1 = sunken, 2 = flat gradient
291     #toolbarstyle       = 0 # 0 = flat, 1 = enable effects
292   }
295 style "contrasting_popup" = "medium_monospace_text"
297   bg[NORMAL]          = @A_lightest
298   fg[NORMAL]          = @A_darkest
299   base[NORMAL]        = @A_lightest
300   text[NORMAL]        = @A_darkest
301   text[ACTIVE]        = @A_darkest
302   text[SELECTED]      = @A_darkest
305 style "base_frame"
307         fg[NORMAL] = @A_bg
308         bg[NORMAL] = @A_bg
311 style "transport_base" = "medium_bold_text"
316 style "default_button" = "small_text"
320 style "default_menu" = "medium_text"
322   #bg[NORMAL] = darker(@A_bg)
325 style "default_generic" = "medium_text"
329 style "text_cell_entry" = "medium_text"
331         GtkWidget::cursor_color =  @A_darkest
334 style "very_small_button" = "default_button" 
336         ythickness = 0
337         xthickness = 0
340 style "small_button" = "default_button"
344 style "very_small_red_active_and_selected_button" = "very_small_button"
346         fg[ACTIVE] = @A_darkest
347         bg[ACTIVE] = @A_bright_indicator
348         bg[SELECTED] = @A_bright_indicator
351 style "small_red_active_and_selected_button" = "small_button"
353         fg[ACTIVE] = @A_darkest
354         bg[ACTIVE] = @A_bright_indicator
355         bg[SELECTED] = @A_bright_indicator
358 style "gain_fader"
360         bg[NORMAL] = shade (0.7, @A_lightest)
361         bg[ACTIVE] = shade (0.72, @A_lightest)
364 #MSR and related buttons
366 style "track_rec_enable_button" = "small_button"
368         fg[ACTIVE] =   @A_darkest
369         bg[NORMAL] =   mix(0.08,@A_arm,@A_bg)
370         bg[PRELIGHT] = shade(1.1,mix(0.08,@A_arm,@A_bg))
373 style "track_rec_enable_button_active" = "small_button"
375         #fg[ACTIVE] =   @A_darkest
376         #fg[SELECTED] = @A_darkest
377         #fg[PRELIGHT] = @A_darkest
378         #fg[NORMAL] = @A_darkest
380         bg[NORMAL] =   @A_arm
381         bg[ACTIVE] =   @A_arm
382         bg[SELECTED] =   @A_arm
383         bg[PRELIGHT] =   shade(1.1, @A_arm)
386 style "track_rec_enable_button_alternate" = "small_button"
388         fg[SELECTED] = @A_darkest
389         fg[ACTIVE] =   @A_darkest
390         fg[PRELIGHT] = @A_darkest
391         fg[NORMAL] = @A_darkest
393         bg[NORMAL] =   lighter(@A_arm)
394         bg[ACTIVE] =   lighter(@A_arm)
395         bg[SELECTED] =   lighter(@A_arm)
396         bg[PRELIGHT] =   shade(1.1, lighter(@A_arm))
399 style "track_rec_enable_button_alternate_two" = "small_button"
401         fg[SELECTED] = @A_darkest
402         fg[ACTIVE] =   @A_darkest
403         fg[PRELIGHT] = @A_darkest
404         fg[NORMAL] = @A_darkest
406         bg[NORMAL] =   darker(@A_arm)
407         bg[ACTIVE] =   darker(@A_arm)
408         bg[SELECTED] =   darker(@A_arm)
409         bg[PRELIGHT] =   shade(1.1, darker(@A_arm))
412 style "mixer_track_rec_enable_button" = "track_rec_enable_button"
414         xthickness = 0
415         ythickness = 0
418 style "mixer_track_rec_enable_button_alternate" = "track_rec_enable_button_alternate"
420         xthickness = 0
421         ythickness = 0
424 style "mixer_track_rec_enable_button_active" = "track_rec_enable_button_active"
426         xthickness = 0
427         ythickness = 0
431 style "solo_button" = "small_button"
433   bg[NORMAL] = mix(0.1,@A_solo,@A_bg)
434   bg[ACTIVE] = @A_solo
435   fg[ACTIVE] = @A_darkest
438 style "solo_isolate_led"
440   fg[NORMAL] = mix(0.2,@A_isolate, @A_darkest)
441   fg[ACTIVE] = @A_isolate
444 style "solo_safe_led"
446   fg[NORMAL] = mix(0.2,@A_isolate, @A_darkest)
447   fg[ACTIVE] = @A_isolate
450 style "solo_button_alternate" = "small_button"
452         #
453         # this is the "solo-isolated" solo theme
454         #
456         bg[ACTIVE] = lighter(@A_solo)
458         fg[ACTIVE] = @A_bright_indicator
459         fg[SELECTED] = @A_bright_indicator
460         fg[NORMAL] = @A_bright_indicator
461         fg[PRELIGHT] = shade(1.1, @A_bright_indicator)
464 style "solo_button_alternate2" = "small_button"
466         #
467         # this is the "half-bright" solo theme
468         #
470         bg[NORMAL] = darker(@A_solo) 
471         bg[ACTIVE] = darker(@A_solo)
472         bg[SELECTED] = darker(@A_solo)
473         bg[PRELIGHT] = shade(1.1, darker(@A_solo))
475         fg[ACTIVE] = @A_darkest
476         fg[SELECTED] = @A_darkest
477         fg[NORMAL] = @A_darkest
478         fg[PRELIGHT] = @A_darkest
481 style "solo_button_active" = "small_button"
483         #
484         # this is the "full-bright" solo theme
485         #
487         bg[NORMAL] = @A_solo
488         bg[ACTIVE] = @A_solo
489         bg[SELECTED] = @A_solo
490         bg[PRELIGHT] = shade(1.1, @A_solo)
492         fg[ACTIVE] = @A_darkest
493         fg[SELECTED] = @A_darkest
494         fg[NORMAL] = @A_darkest
495         fg[PRELIGHT] = @A_darkest
498 style "mixer_invert_button" = "small_button"
500         bg[ACTIVE] = @A_not_so_bright_indicator
501         fg[ACTIVE] = @A_darkest
504 style "mixer_solo_button" = "solo_button"
506         xthickness = 0
507         ythickness = 0
510 style "mixer_solo_button_alternate" = "solo_button_alternate"
512         xthickness = 0
513         ythickness = 0
516 style "mixer_solo_button_alternate2" = "solo_button_alternate2"
518         xthickness = 0
519         ythickness = 0
523 style "mixer_solo_button_active" = "solo_button_active"
525         xthickness = 0
526         ythickness = 0
529 style "monitor_opt_button" = "small_button"
531         bg[NORMAL] = mix(0.1,@A_not_so_bright_indicator,@A_bg)
532         bg[ACTIVE] = @A_not_so_bright_indicator
533         fg[ACTIVE] = @A_darkest
536 style "monitor_mono_button" = "small_button"
538         bg[NORMAL] = mix(0.1,@A_mono,@A_bg)
539         bg[ACTIVE] = @A_mono
540         fg[ACTIVE] = @A_darkest
543 style "monitor_invert_button" = "small_button"
545         bg[NORMAL] = mix(0.1,@A_not_so_bright_indicator,@A_bg)
546         bg[ACTIVE] = @A_not_so_bright_indicator
547         fg[ACTIVE] = @A_darkest
550 style "monitor_mute_button" = "small_button"
552         bg[NORMAL] = mix(0.1,@A_mute,@A_bg)
553         bg[ACTIVE] = @A_mute
554         fg[ACTIVE] = @A_darkest
557 style "monitor_dim_button" = "small_button"
559         bg[NORMAL] = mix(0.1,lighter(@A_mute),@A_bg)
560         bg[ACTIVE] = lighter(@A_mute)
561         fg[ACTIVE] = @A_darkest
564 style "monitor_iso_button" = "small_button"
566         bg[NORMAL] = mix(0.1,@A_somewhat_bright_indicator,@A_bg)
567         bg[ACTIVE] = @A_somewhat_bright_indicator
568         fg[ACTIVE] = @A_darkest
571 style "mute_button" = "small_button"
573         bg[NORMAL] = mix(0.1,@A_mute,@A_bg)
574         bg[ACTIVE] = @A_mute
575         fg[ACTIVE] = @A_darkest
578 style "mute_button_fullylit" = "small_button"
580         # this is the normal "active" state for a mute button
582         bg[ACTIVE] = @A_mute
583         bg[NORMAL] = @A_mute
584         bg[SELECTED] = @A_mute
585         bg[PRELIGHT] = lighter (@A_mute)
587         fg[SELECTED] = @A_darkest
588         fg[ACTIVE] = @A_darkest
589         fg[NORMAL] = @A_darkest
590         fg[PRELIGHT] = @A_darkest
593 style "mute_button_halflit" = "small_button"
595         bg[NORMAL] = mix(0.5,@A_lightest,@A_mute)
596         bg[SELECTED] = mix(0.5,@A_lightest,@A_mute)
597         bg[ACTIVE] = mix(0.5,@A_lightest,@A_mute)
598         bg[PRELIGHT] = mix(0.5,@A_lightest,@A_mute)
600         fg[SELECTED] = @A_darkest
601         fg[ACTIVE] = @A_darkest
602         fg[NORMAL] = @A_darkest
603         fg[PRELIGHT] = @A_darkest
606 style "mixer_mute_button" = "mute_button"
608         xthickness = 0
609         ythickness = 0
612 style "mixer_mute_button_fullylit" = "mute_button_fullylit"
614         xthickness = 0
615         ythickness = 0
618 style "mixer_mute_button_halflit" = "mute_button_halflit"
620         xthickness = 0
621         ythickness = 0
624 style "multiline_combo" = "small_button"
626         xthickness = 0
627         ythickness = 0
630 style "track_loop_button" = "small_button"
632         bg[ACTIVE] = @A_somewhat_bright_indicator
633         bg[PRELIGHT] = lighter(@A_somewhat_bright_indicator)
637 style "mixer_red_active_button" = "very_small_button"
639         bg[ACTIVE] = @A_bright_indicator
641         base[INSENSITIVE] = { 0.16, 0.16, 0.21 }
642         bg[INSENSITIVE] = { 0.16, 0.16, 0.21 }
645 style "time_button" = "default_button"
647         font_name = "@FONT_SMALL@"
650 style "transport_button"
652   #bg[NORMAL] = mix(0.05,@A_contrasting_indicator,@A_bg)   #turns out this is kind of yucky looking, but it's there if you want to try it
653         bg[ACTIVE] = @A_contrasting_indicator
654         fg[ACTIVE] = @A_darkest
657 style "transport_button_active"
659         bg[NORMAL] = @A_contrasting_indicator
660         bg[ACTIVE] = @A_contrasting_indicator
661         bg[SELECTED] = @A_contrasting_indicator
662         bg[PRELIGHT] = @A_contrasting_indicator
664         fg[NORMAL] = @A_darkest
665         fg[PRELIGHT] = @A_darkest
666         fg[SELECTED] = @A_darkest
667         fg[ACTIVE] = @A_darkest
670 style "transport_button_alternate_two"
672         fg[SELECTED] = @A_darkest
673         fg[ACTIVE] =   @A_darkest
674         fg[PRELIGHT] = @A_darkest
675         fg[NORMAL] = @A_darkest
677         bg[NORMAL] =   shade(0.2,@A_bright_indicator)
678         bg[ACTIVE] =   shade(0.2,@A_bright_indicator)
679         bg[SELECTED] =   shade(0.2,@A_bright_indicator)
680         bg[PRELIGHT] =   shade(0.2,@A_bright_indicator)
683 style "transport_rec_button"
685         bg[ACTIVE] = darker(@A_arm)         #the rest of these don't quite do what I expected
686   #bg[NORMAL] = mix(0.05,@A_arm,@A_bg)
687         #bg[SELECTED] = darker(@A_arm)
688         #bg[PRELIGHT] = lighter(mix(0.05,@A_arm,@A_bg))
689   
690   fg[ACTIVE] = @A_darkest
693 style "transport_rec_button_active"
695         bg[ACTIVE] = darker(@A_arm)
696         bg[NORMAL] = darker(@A_arm)
697         bg[SELECTED] = darker(@A_arm)
698         bg[PRELIGHT] = darker(@A_arm)
701 style "transport_rec_button_alternate"
703         bg[PRELIGHT] = @A_arm
704         bg[NORMAL] = @A_arm
705         bg[SELECTED] = @A_arm
706         bg[ACTIVE] = @A_arm
709 style "shuttle_control" = "very_small_text"
711         fg[NORMAL] = @A_control_text2
712         fg[ACTIVE] = @A_control_text2
713         fg[PRELIGHT] = @A_control_text2
714         fg[SELECTED] = @A_control_text2
715         fg[INSENSITIVE] = @A_control_text2
717         bg[NORMAL] = @A_darkest
718         bg[PRELIGHT] = @A_darkest
719         bg[INSENSITIVE] = @A_darkest
720         bg[ACTIVE] = @A_bright_color
721         bg[SELECTED] = @A_bright_color
724 style "ardour_adjusters" = "default_generic"
726         bg[NORMAL] = @A_bg
727         bg[PRELIGHT] = lighter(@A_bg)
728         bg[ACTIVE] = @A_darkest
731 style "editor_hscrollbar" = "ardour_adjusters"
733         #
734         # special case: we want this scrollbar to be as tall as the
735         # zoom focus selector combobox. scrollbars don't expand to
736         # fill the space available to them, so we have to explicitly
737         # make it bigger.
738         # 
739         GtkRange::slider_width = 27
740         GtkScrollbar::slider_width = 27
743 style "ardour_progressbars" = "default_generic"
745   # Clearlooks always uses darkest for the advancing bar, sigh
746   # so this is just a contrasting color for the trough
747   bg[NORMAL] = @A_bright_color
750 style "preferences"  = "default"
752         fg[PRELIGHT] = lighter(@A_fg)
755 style "option_entry"  = "default"
760 style "red_when_active" = "medium_text"
762         fg[NORMAL] = @A_fg
763         bg[NORMAL] = @A_bg
764   bg[PRELIGHT] = @A_bg
766         fg[ACTIVE] = @A_fg
767         bg[ACTIVE] = @A_bright_indicator
768   bg[PRELIGHT] = @A_bright_indicator
771 style "xrun_warn"  = "larger_bold_text"
773         fg[NORMAL] = @A_fg
774         fg[ACTIVE] = @A_fg
775         text[NORMAL] = @A_fg
776         text[ACTIVE] = @A_fg
777         base[NORMAL] = @A_base
778         base[ACTIVE] = @A_base
779         bg[NORMAL] = @A_bright_indicator
780         bg[ACTIVE] = @A_contrasting_indicator
783 style "menu_bar_base" = "default"
788 style "fatal_message" = "medium_text"
790    fg[ACTIVE] = @A_bright_indicator
791    fg[NORMAL] = @A_bright_indicator
792    bg[ACTIVE]   = @A_base
793    bg[NORMAL]   = @A_base
794    base[NORMAL] = @A_base
795    base[NORMAL] = @A_base
798 style "error_message" = "medium_text"
800    fg[ACTIVE] = @A_bright_indicator
801    fg[NORMAL] = @A_bright_indicator
802    bg[ACTIVE]   = @A_base
803    bg[NORMAL]   = @A_base
804    base[NORMAL] = @A_base
805    base[NORMAL] = @A_base
808 style "info_message" = "medium_text"
810    fg[ACTIVE]   = @A_contrasting_indicator
811    fg[NORMAL]   = @A_contrasting_indicator
812    bg[ACTIVE]   = @A_base
813    bg[NORMAL]   = @A_base
814    base[NORMAL] = @A_base
815    base[NORMAL] = @A_base
818 style "warning_message" = "medium_text"
820    fg[ACTIVE] = @A_somewhat_bright_indicator
821    fg[NORMAL] = @A_somewhat_bright_indicator
822    bg[ACTIVE]   = @A_base
823    bg[NORMAL]   = @A_base
824    base[NORMAL] = @A_base
825    base[NORMAL] = @A_base
828 style "medium_entry" = "medium_text"
830         fg[NORMAL] = @A_text
831         fg[ACTIVE] = @A_text
832         fg[SELECTED] = @A_fg_selected
833         
834         bg[NORMAL] = @A_bg
835         
836         base[NORMAL] = @A_base
837         base[ACTIVE] = @A_base
838         base[SELECTED] = @A_bg_selected
841 style "medium_entry_noselection_fg" = "medium_entry"
843         fg[SELECTED] = @A_contrasting_indicator
846 style "medium_entry_noselection_bg" = "medium_entry"
848         bg[SELECTED] = @A_text
851 style "medium_bold_entry"  = "medium_bold_text"
853         fg[NORMAL] = @A_text
854         fg[ACTIVE] = @A_text
855         
856         bg[NORMAL] = @A_bg
857         
858         base[NORMAL] = @A_base
859         base[ACTIVE] = @A_base
860         base[SELECTED] = @A_base
863 style "small_entry" = "small_text"
865         fg[NORMAL] = @A_text
866         fg[ACTIVE] = @A_contrasting_indicator
867         fg[SELECTED] = @A_contrasting_indicator
868         text[NORMAL] = @A_text
869         text[ACTIVE] = @A_contrasting_indicator
870         text[SELECTED] = @A_fg_selected
871         bg[NORMAL] = @A_base
872         bg[SELECTED] = @A_base
873         bg[SELECTED] = @A_base
874         base[NORMAL] = @A_base
875         base[ACTIVE] = @A_base
876         base[SELECTED] = @A_base
879 style "red_active_small_entry" = "small_entry"
881         fg[ACTIVE] = @A_bright_indicator
882         fg[SELECTED] = @A_bright_indicator
885 style "small_bold_entry" = "small_bold_text"
887         fg[NORMAL] = @A_text
888         fg[ACTIVE] = @A_text
889         
890         bg[NORMAL] = @A_bg
891         
892         base[NORMAL] = @A_base
893         base[ACTIVE] = @A_base
894         base[SELECTED] = @A_base
897 style "small_red_on_black_entry"  = "small_bold_text"
899        fg[NORMAL] = @A_bright_indicator
900        fg[ACTIVE] = @A_bright_indicator
901        base[NORMAL] = @A_base
902        base[ACTIVE] = @A_base
903        bg[NORMAL] = @A_base
904        bg[ACTIVE] = @A_base
907 style "non_recording_big_clock_display" = "medium_entry"
909         font_name = "@FONT_MASSIVE@"
911         fg[NORMAL] = @A_control_text
912         fg[ACTIVE] = @A_bright_indicator
913         fg[SELECTED] = @A_bright_indicator
914         fg[PRELIGHT] = @A_bright_indicator
915         fg[INSENSITIVE] = @A_bright_indicator
916         
917         base[NORMAL] = @A_base
918         base[ACTIVE] = @A_base
919         bg[NORMAL] = @A_base
920         bg[ACTIVE] = shade(0.5,@A_bright_indicator)
923 style "recording_big_clock_display" = "non_recording_big_clock_display"
925         fg[NORMAL] = darker(@A_arm)
928 style "transport_clock_display"
930         font_name = "@FONT_BOLD_BIGGER@"
932         fg[NORMAL] = darker (@A_contrasting_indicator)
933         fg[ACTIVE] = darker(@A_bright_indicator)
934         fg[SELECTED] = darker(@A_bright_indicator)
935         fg[PRELIGHT] = darker(@A_bright_indicator)
936         fg[INSENSITIVE] = darker(@A_bright_indicator)
938         base[NORMAL] = @A_darkest
939         base[ACTIVE] = @A_darkest
940         bg[NORMAL] = @A_darkest
941         bg[ACTIVE] = @A_darkest
944 style "transport_clock_display_delta" = "transport_clock_display"
946         fg[NORMAL] = @A_bright_color
949 style "tempo_meter_clock_display" = "very_small_text"
951         fg[NORMAL] = @A_fg
952         fg[ACTIVE] = @A_somewhat_bright_indicator
953         fg[SELECTED] = @A_bright_indicator
954         base[NORMAL] = @A_base
955         base[ACTIVE] = @A_contrasting_indicator
956         bg[NORMAL] = @A_bright_color
957         bg[ACTIVE] = @A_contrasting_indicator
960 style "default_clock_display" = "medium_text"
962         fg[NORMAL] = @A_contrasting_indicator
963         fg[ACTIVE] = @A_bright_indicator
964         fg[SELECTED] = @A_bright_indicator
965         base[NORMAL] = @A_darkest
966         base[ACTIVE] = @A_darkest
967         bg[NORMAL] = @A_darkest
968         bg[ACTIVE] = @A_darkest
972 style "white_on_black_clock_display" = "medium_text"
974         fg[NORMAL] = @A_fg
975         fg[ACTIVE] = @A_bright_indicator
976         fg[SELECTED] = @A_bright_indicator
977         base[NORMAL] = @A_darkest
978         base[ACTIVE] = @A_darkest
979         bg[NORMAL] = @A_darkest
980         bg[ACTIVE] = @A_darkest
983 style "editor_time_ruler" = "small_text"
985         fg[NORMAL] = @A_fg
986         bg[NORMAL] = @A_base
989 style "audio_bus_base" = "very_small_text"
991   fg[NORMAL] = @A_fg
992   bg[NORMAL] = @A_audio_bus
995 style "send_strip_base" = "default"
997   font_name = "@FONT_SMALLER@"
998   fg[NORMAL] = @A_send_fg
999   bg[NORMAL] = @A_send_bg
1000   bg[ACTIVE] = @A_send_bg
1001   bg[PRELIGHT] = @A_send_bg
1002   bg[INSENSITIVE] = @A_send_bg
1003   bg[SELECTED] = @A_send_bg
1006 style "audio_track_base" = "default"
1008   font_name = "@FONT_SMALLER@"
1009   fg[NORMAL] = @A_fg
1010   bg[NORMAL] = @A_audio_track
1011   bg[ACTIVE] = @A_bg
1012   bg[PRELIGHT] = @A_bg
1013   bg[INSENSITIVE] = @A_bg
1014   bg[SELECTED] = @A_bg
1017 style "midi_track_base" = "default"
1019   font_name = "@FONT_SMALLER@"
1020   fg[NORMAL] = @A_fg
1021   bg[NORMAL] = @A_midi_track
1022   bg[ACTIVE] = @A_bg
1023   bg[PRELIGHT] = @A_bg
1024   bg[INSENSITIVE] = @A_bg
1025   bg[SELECTED] = @A_bg
1028 style "track_controls_inactive" 
1030         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
1031         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
1032         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
1033         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
1034         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
1036         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
1039 style "audio_track_metrics" = "audio_track_base"
1041         font_name = "@FONT_TINY@"
1044 style "audio_bus_metrics" = "audio_bus_base"
1046         font_name = "@FONT_TINY@"
1049 style "audio_track_metrics_inactive" = "track_controls_inactive"
1051         font_name = "@FONT_TINY@"
1054 style "audio_bus_metrics_inactive" = "track_controls_inactive"
1056         font_name = "@FONT_TINY@"
1059 style "track_name_display" = "medium_text"
1061         fg[NORMAL] = @A_fg
1062         fg[ACTIVE] = @A_fg
1064         base[NORMAL] = @A_base
1065         base[ACTIVE] = lighter(@A_base)
1066         bg[NORMAL] = lighter(@A_base)
1067         bg[ACTIVE] = lighter(@A_base)
1070 style "active_track_name_display" = "medium_text"
1072         GtkWidget::cursor_color =  @A_base
1073         text[NORMAL] = @A_base
1074         base[NORMAL] = @A_text
1077 style "track_separator"
1079         bg[NORMAL] = @A_fg
1083 # Track edit groups. These styles define
1084 # the colors that the "edit" button will
1085 # use as a track is moved from
1086 # track edit group to track edit group.
1087 # There are 8 edit groups. Edit group 0
1088 # is used for tracks that are not editable, 
1089 # so we leave its style to the default.
1092 style "edit_group_0"
1095         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
1096         bg[NORMAL] = { 0.31, 0.31, 0.31 }
1097         fg[NORMAL] = { 0.82, 0.91, 0.99 }
1098         fg[ACTIVE] = { 0, 0, 0 }
1101 style "edit_group_1" 
1103         fg[NORMAL] = { 0, 0, 0 }
1104         fg[PRELIGHT] = { 0, 0, 0 }
1105         fg[SELECTED] = { 0, 0, 0 }
1106         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1107         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1108         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1111 style "edit_group_2" 
1113         fg[NORMAL] = { 0, 0, 0 }
1114         fg[PRELIGHT] = { 0, 0, 0 }
1115         fg[SELECTED] = { 0, 0, 0 }
1116         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1117         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1118         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1121 style "edit_group_3" 
1123         fg[NORMAL] = { 0, 0, 0 }
1124         fg[PRELIGHT] = { 0, 0, 0 }
1125         fg[SELECTED] = { 0, 0, 0 }
1126         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1127         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1128         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1131 style "treeview_parent_node"
1133         # specifies *just* the color used for whole file rows when not selected
1134         
1135         fg[NORMAL] = { 0.0, 0.6, 0.85 }
1138 style "treeview_display" = "small_bold_text"
1140         GtkWidget::focus-line-width = 0
1142         # expander arrow border and DnD "icon" text
1143         fg[NORMAL] = { 0.8, 0.8, 0.8 } 
1145         bg[NORMAL] = { 0.8, 0.8, 0.8 }
1147         # background with no rows or no selection, plus
1148         # expander arrow core and DnD "icon" background
1149         base[NORMAL] = { 0.20, 0.20, 0.25 }
1151         # selected row bg when window does not have focus (including during DnD)
1152         base[ACTIVE] = { 0.0, 0.75, 0.75 }    
1154         # selected row bg when window has focus
1155         base[SELECTED] = { 0, 0.75, 0.75 }
1157         # row text when in normal state and not a parent
1158         text[NORMAL] = { 0.80, 0.80, 0.80 }
1160         # selected row text with window focus
1161         text[SELECTED] = { 1.0, 1.0, 1.0 }  
1163         # selected row text without window focus (including during DnD)
1164         text[ACTIVE] = { 1.0, 1.0, 1.0 }  
1167 style "main_canvas_area"
1169         bg[NORMAL] = { 0.30, 0.30, 0.34 }
1170         bg[ACTIVE] = { 0.30, 0.30, 0.34 }
1171         bg[INSENSITIVE] = { 0.30, 0.30, 0.34 }
1172         bg[SELECTED] = { 0.30, 0.30, 0.34 }
1173         bg[PRELIGHT] = { 0.30, 0.30, 0.34 }
1176 style "track_controls_inactive" = "larger_text"
1178         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
1179         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
1180         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
1181         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
1182         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
1184         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
1187 style "edit_controls_base_selected"
1189         bg[NORMAL] = { 0.32, 0.32, 0.54 }
1190         bg[ACTIVE] = { 0.32, 0.32, 0.54 }
1191         bg[INSENSITIVE] = { 0.32, 0.32, 0.54 }
1192         bg[SELECTED] = { 0.32, 0.32, 0.54 }
1193         bg[PRELIGHT] = { 0.32, 0.32, 0.54 }
1196 style "automation_track_controls_base"
1198         bg[NORMAL] = { 0.22, 0.22, 0.29 }
1199         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
1200         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
1201         bg[SELECTED] = { 0.22, 0.22, 0.29 }
1202         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
1205 # Plugin Editors
1206 style "plugin_slider" 
1208         #font_name ="bold @FONT_BIG@"
1210         # the slider itself. the inactive part is INSENSITIVE,
1211         # the active part is something else.
1213         fg[NORMAL] = @A_bright_color
1214         fg[ACTIVE] = @A_bright_color
1215         fg[INSENSITIVE] = @A_base # matches default
1216         fg[SELECTED] = @A_bright_color
1217         fg[PRELIGHT] = @A_bright_color
1219         # draws the outer rectangle around the slider
1221         bg[NORMAL] = @A_base
1222         bg[ACTIVE] = @A_base
1223         bg[INSENSITIVE] = @A_base
1224         bg[SELECTED] = @A_base
1225         bg[PRELIGHT] = @A_base
1227         # the numeric display
1229         text[NORMAL] = @A_text
1230         text[ACTIVE] = @A_text
1231         text[INSENSITIVE] = @A_text
1232         text[SELECTED] = @A_text
1233         text[PRELIGHT] = @A_text
1236 style "track_list_display" = "small_bold_text"
1238         text[NORMAL] = @A_text
1239   text[ACTIVE] = darker(@A_text)
1240   text[INSENSITIVE] = @A_base
1241   text[SELECTED] = @A_fg_selected
1243   base[NORMAL] = @A_base
1244   base[ACTIVE] = lighter(@A_base)
1245   base[INSENSITIVE] = darker(@A_base)
1246   base[SELECTED] = @A_bg_selected
1249 style "inspector_track_list_display" = "track_list_display"
1254 style "processor_list" = "very_small_text"
1256         bg[NORMAL] = { 0, 0, 0 }
1257         bg[ACTIVE] = shade (1.8, @A_fg_selected)
1258         fg[ACTIVE] = @A_darkest
1259         GtkCheckButton::indicator-size = 10
1260         GtkCheckButton::indicator-spacing = 0
1263 style "inspector_processor_list" = "processor_list"
1265         base[SELECTED] = { 0.3, 0.3, 0.3 }
1268 # Colour of a processor frame when it is selected
1269 style "processor_frame_selected"
1271         bg[NORMAL] = @A_fg_selected
1274 # Colour of a processor frame when it is a send whose level is being controller by the fader
1275 style "processor_frame_active_send"
1277         bg[NORMAL] = @A_send_fg
1280 # Fader processor's background
1281 style "processor_fader"
1283         bg[NORMAL] = @A_processor_fader_bg
1286 # Fader processor's frame
1287 style "processor_fader_frame" 
1289 bg[NORMAL] = @A_processor_fader_frame
1292 # Pre-fader processor's background
1293 style "processor_prefader"
1295         bg[NORMAL] = @A_processor_prefader
1298 # Pre-fader processor's frame
1299 style "processor_prefader_frame"
1301         bg[NORMAL] = @A_processor_prefader_frame
1304 # Post-fader processor's background
1305 style "processor_postfader"
1307         bg[NORMAL] = @A_processor_postfader
1310 # Post-fader processor's frame
1311 style "processor_postfader_frame"
1313         bg[NORMAL] = @A_processor_postfader_frame
1316 # MixerPanZone:
1318 # the NORMAL fg color is used for the pan puck
1319 # the ACTIVE fg color is used for the speaker boxes
1321 style "pan_zone" = "default"
1323         fg[NORMAL] = @A_contrasting_indicator
1324         fg[ACTIVE] = darker(@A_bright_color)
1327 style "paler_red_when_active" = "medium_text"
1329         fg[NORMAL] = @A_fg
1330         fg[PRELIGHT] = @A_fg
1331         bg[NORMAL] = @A_bg
1332         bg[PRELIGHT] = @A_bg
1334         fg[ACTIVE] = @A_fg
1335         bg[ACTIVE] = lighter(@A_bright_indicator)
1338 style "peak_display_peaked_entry" = "small_text"
1340         fg[NORMAL] = @A_text
1341         fg[ACTIVE] = @A_text
1342         fg[SELECTED] = @A_text
1344         bg[NORMAL] = @A_bright_indicator
1345         bg[ACTIVE] = @A_bright_indicator
1346         bg[PRELIGHT] = @A_bright_indicator
1347         bg[INSENSITIVE] = @A_bright_indicator
1348         bg[SELECTED] = @A_bright_indicator
1349         base[NORMAL] = @A_bright_indicator
1350         base[ACTIVE] = @A_bright_indicator
1351         base[PRELIGHT] = @A_bright_indicator
1352         base[INSENSITIVE] = @A_bright_indicator
1353         base[SELECTED] = @A_bright_indicator
1356 style "selected_strip_frame"
1358         fg[NORMAL] = @A_bright_indicator
1359         bg[NORMAL] = darker(@A_bright_indicator)
1362 style "flashing_alert" = "very_small_text"
1364         GtkButton::child-displacement-x = 0
1365         GtkButton::child-displacement-y = 0
1366   
1367         fg[NORMAL] = darker(@A_fg)
1368         fg[PRELIGHT] = darker(@A_fg)
1369         bg[NORMAL] = mix(0.1,@A_bright_indicator,darker(@A_bg))
1370         bg[PRELIGHT] = mix(0.1,@A_bright_indicator,darker(@A_bg))
1371         
1372         fg[ACTIVE] = @A_fg
1373         bg[ACTIVE] = @A_bright_indicator
1377 style "green_flashing_alert" = "very_small_text"
1379         GtkButton::child-displacement-x = 0
1380         GtkButton::child-displacement-y = 0
1382         fg[NORMAL] = darker(@A_fg)
1383         fg[PRELIGHT] = darker(@A_fg)
1384         bg[NORMAL] = mix(0.1,@A_contrasting_indicator,darker(@A_bg))
1385         bg[PRELIGHT] = mix(0.1,@A_contrasting_indicator,darker(@A_bg))
1387         fg[ACTIVE] = @A_fg
1388         bg[ACTIVE] = @A_contrasting_indicator
1391 style "sync_alert"
1393         #
1394         # this is used when the sync button is indicating that sync is
1395         # active, and alternates with another style if sync is active
1396         # but we are not locked
1397         #
1398         bg[ACTIVE] = @A_somewhat_bright_indicator
1399         bg[PRELIGHT] = @A_somewhat_bright_indicator
1400         bg[SELECTED] = @A_somewhat_bright_indicator
1401         bg[NORMAL] = @A_somewhat_bright_indicator
1402         
1403         fg[NORMAL] = @A_darkest
1404         fg[PRELIGHT] = @A_darkest
1405         fg[SELECTED] = @A_darkest
1406         fg[ACTIVE] = @A_darkest
1409 style "tearoff_arrow" = "medium_bold_entry"
1411         fg[NORMAL] = darker(@A_fg)
1412         fg[PRELIGHT] = darker(@A_fg)
1413         bg[NORMAL] = darker(@A_fg)
1414         bg[PRELIGHT] = darker(@A_fg)
1417 style "location_row_button" = "default_button"
1419         font_name = "@FONT_NORMAL@"
1422 style "location_rows_clock" = "default_clock_display"
1424         font_name = "@FONT_NORMAL@"
1427 style "ardour_button" ="default_button"
1429         xthickness = 1
1430         ythickness = 1
1433 style "padded_button" = "default_button"
1435         xthickness = 8
1439 #---------------------------------------------------------------
1441 class "GtkWidget" style:highest "default"
1442 class "GtkScrollbar" style:highest "ardour_adjusters"
1443 class "GtkLabel" style:highest "default_generic"
1444 class "GtkButton" style:highest "ardour_button"
1445 class "GtkArrow" style:highest "tearoff_arrow"
1446 class "GtkProgressBar" style:highest "ardour_progressbars"
1448 widget "*PaddedButton" style:highest "padded_button"
1449 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1450 widget "*MarkerText" style:highest "marker_text"
1451 widget "*TimeAxisViewItemName*" style:highest "time_axis_view_item_name"
1452 widget "*EditModeSelector" style:highest "medium_bold_entry"
1453 widget "*SnapTypeSelector" style:highest "medium_bold_entry"
1454 widget "*SnapModeSelector" style:highest "medium_bold_entry"
1455 widget "*ZoomFocusSelector" style:highest "medium_bold_entry"
1456 widget "*ArdourContextMenu*" style:highest "default_menu"
1457 widget "*EditGroupTitleButton*" style:highest "default_button"
1458 widget "*MixerGroupTitleButton*" style:highest "default_button"
1459 widget "*ErrorLogCloseButton" style:highest "default_button"
1460 widget "*EditorGTKButton*" style:highest "default_button" 
1461 widget "*ToolbarButton" style:highest "default_button"
1462 widget "*ToolbarButton*" style:highest "default_button"
1463 widget "*CrossfadeEditButton" style:highest "default_button"
1464 widget "*CrossfadeEditButton*" style:highest "default_button"
1465 widget "*TrackHistoryButton*" style:highest "default_button"
1466 widget "*TrackSizeButton*" style:highest "default_button"
1467 widget "*TrackPlaylistButton*" style:highest "default_button"
1468 widget "*TrackAutomationButton*" style:highest "default_button"
1469 widget "*TrackGroupButton*" style:highest "default_button"
1470 widget "*TrackMixButton*" style:highest "default_button"
1471 widget "*TrackVisualButton*" style:highest "default_button"
1472 widget "*TrackRemoveButton*" style:highest "default_button"
1473 widget "*BaseButton" style:highest "default_button"
1474 widget "*TakeButtonLabel" style:highest "default_button"
1475 widget "*MixerWidthButton" style:highest "default_button"
1476 widget "*MixerHideButton" style:highest "default_button"
1477 widget "*MixerSendButton" style:highest "default_button"
1478 widget "*MixerSendButtonLabel" style:highest "default_button"
1479 widget "*MixerSendSwitch" style:highest "default_button"
1480 widget "*MixerInsertButton" style:highest "default_button"
1481 widget "*MixerInsertButtonLabel" style:highest "default_button"
1482 widget "*MixerInsertSwitch" style:highest "default_button"
1483 widget "*MixerMonitorInputButton*" style:highest "very_small_button"
1484 widget "*MixerMonitorInputButton.*" style:highest "very_small_button"
1485 widget "*MixerIOButton" style:highest "very_small_button"
1486 widget "*MixerIOButtonLabel" style:highest "very_small_button"
1487 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1488 widget "*AddRouteDialogRadioButton*" style:highest "preferences"
1489 widget "*OptionsNotebook" style:highest "preferences"
1490 widget "*OptionEditorToggleButton*" style:highest "preferences"
1491 widget "*OptionsLabel" style:highest "preferences"
1492 widget "*OptionEditorAuditionerLabel" style:highest "preferences"
1493 widget "*OptionsEntry" style:highest "option_entry"
1494 widget "*InspectorNotebook" style:highest "preferences"
1495 widget "*NewSessionDialog" style:highest "preferences"
1496 widget "*NewSessionDialogButton*" style:highest "preferences"
1497 widget "*MixerSendSwitch*" style:highest "very_small_red_active_and_selected_button"
1498 widget "*OptionEditorToggleButton" style:highest "small_red_active_and_selected_button"
1499 widget "*NewSessionDialogButton" style:highest "small_red_active_and_selected_button"
1500 widget "*RecordEnableButton" style:highest "track_rec_enable_button"
1501 widget "*RecordEnableButton-active" style:highest "track_rec_enable_button_active"
1502 widget "*RecordEnableButton-alternate" style:highest "track_rec_enable_button_alternate"
1503 widget "*RecordEnableButton-alternate2" style:highest "track_rec_enable_button_alternate_two"
1504 widget "*MixerRecordEnableButton" style:highest "mixer_track_rec_enable_button"
1505 widget "*MixerRecordEnableButton-active" style:highest "mixer_track_rec_enable_button_active"
1506 widget "*MixerRecordEnableButton-alternate" style:highest "mixer_track_rec_enable_button_alternate"
1507 widget "*MuteButton" style:highest "mute_button"
1508 widget "*MuteButton-alternate" style:highest "mute_button_fullylit"
1509 widget "*MuteButton-active" style:highest "mute_button_halflit"
1510 widget "*MixerMuteButton" style:highest "mixer_mute_button"
1511 widget "*MixerMuteButton-alternate" style:highest "mixer_mute_button_fullylit"
1512 widget "*MixerMuteButton-active" style:highest "mixer_mute_button_halflit"
1513 widget "*SoloButton" style:highest "solo_button"
1514 widget "*SoloButton-alternate" style:highest "solo_button_alternate"
1515 widget "*SoloButton-alternate2" style:highest "solo_button_alternate2"
1516 widget "*SoloButton-active" style:highest "solo_button_active"
1517 widget "*MixerSoloButton" style:highest "mixer_solo_button"
1518 widget "*MixerSoloButton-alternate" style:highest "mixer_solo_button_alternate"
1519 widget "*MixerSoloButton-alternate2" style:highest "mixer_solo_button_alternate2"
1520 widget "*MixerSoloButton-active" style:highest "mixer_solo_button_active"
1521 widget "*TrackLoopButton*" style:highest "track_loop_button"
1522 widget "*PanAutomationLineSelector*" style:highest "multiline_combo"
1523 widget "*EditorTimeButton*" style:highest "time_button"
1524 widget "*MixerInvertButton*" style:highest "mixer_invert_button"
1525 widget "*MixerInvertButton.*" style:highest "mixer_invert_button"
1526 widget "*MixerAutomationRecordingButton*" style:highest "very_small_button"
1527 widget "*MixerAutomationRecordingButton.*" style:highest "very_small_button"
1528 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1529 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1530 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1531 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1532 widget "*MixerNameButton" style:highest "very_small_button"
1533 widget "*MixerNameButtonLabel" style:highest "very_small_button"
1534 widget "*MixerGroupButton" style:highest "very_small_button"
1535 widget "*MixerGroupButtonLabel" style:highest "very_small_button"
1536 widget "*MixerCommentButton" style:highest "very_small_button"
1537 widget "*MixerCommentButton*" style:highest "very_small_button"
1538 widget "*MixerMonoButton*" style:highest "very_small_button"
1539 widget "*EditGroupButton" style:highest "very_small_button"
1540 widget "*EditGroupButtonLabel" style:highest "very_small_button"
1541 widget "*TransportButton" style:highest "transport_button"
1542 widget "*TransportButton-active" style:highest "transport_button_active"
1543 widget "*TransportButton-alternate2" style:highest "transport_button_alternate_two"
1544 widget "*TransportSyncButton" style:highest "transport_button"
1545 widget "*TransportSyncButton*" style:highest "transport_button"
1546 widget "*TransportSyncButton-active" style:highest "sync_alert"
1547 widget "*TransportSyncButton-active*" style:highest "sync_alert"
1548 widget "*ShuttleButton" style:highest "transport_button"
1549 widget "*ShuttleButton*" style:highest "transport_button"
1550 widget "*ShuttleDisplay" style:highest "transport_button"
1551 widget "*ShuttleDisplay*" style:highest "transport_button"
1552 widget "*ShuttleControl" style:highest "shuttle_control"
1553 widget "*TransportRecButton" style:highest "transport_rec_button"
1554 widget "*TransportRecButton*" style:highest "transport_rec_button"
1555 widget "*TransportRecButton-active" style:highest "transport_rec_button_active"
1556 widget "*TransportRecButton-active*" style:highest "transport_rec_button_active"
1557 widget "*TransportRecButton-alternate" style:highest "transport_rec_button_alternate"
1558 widget "*TransportRecButton-alternate*" style:highest "transport_rec_button_alternate"
1559 widget "*TransportRecButton*" style:highest "transport_rec_button"
1560 widget "*RecordingXrunWarningWindow" style:highest "xrun_warn"
1561 widget "*RecordingXrunWarningWindow*" style:highest "xrun_warn"
1562 #widget "*MainMenuBar" style:highest "menu_bar_base"
1563 widget "*ErrorMessage" style:highest "error_message"
1564 widget "*FatalMessage" style:highest "fatal_message"
1565 widget "*InfoMessage" style:highest "info_message"
1566 widget "*WarningMessage" style:highest "warning_message"
1567 widget "*BigClockNonRecording" style:highest "non_recording_big_clock_display"
1568 widget "*BigClockRecording" style:highest "recording_big_clock_display"
1569 widget "*TransportClockDisplay" style:highest "transport_clock_display"
1570 widget "*SecondaryClockDisplay" style:highest "transport_clock_display"
1571 widget "*TransportClockDisplayDelta" style:highest "transport_clock_display_delta"
1572 widget "*SecondaryClockDisplayDelta" style:highest "transport_clock_display_delta"
1573 widget "*AudioClockFramesUpperInfo" style:highest "tempo_meter_clock_display"
1574 widget "*AudioClockFramesLowerInfo" style:highest "tempo_meter_clock_display"
1575 widget "*AudioClockSMPTEUpperInfo" style:highest "tempo_meter_clock_display"
1576 widget "*AudioClockSMPTELowerInfo" style:highest "tempo_meter_clock_display"
1577 widget "*AudioClockBBTUpperInfo" style:highest "tempo_meter_clock_display"
1578 widget "*AudioClockBBTLowerInfo" style:highest "tempo_meter_clock_display"
1579 widget "*SelectionStartClock" style:highest "default_clock_display"
1580 widget "*SelectionEndClock" style:highest "default_clock_display"
1581 widget "*SilenceDurationClock" style:highest "white_on_black_clock_display"
1582 widget "*EditPointClock" style:highest "default_clock_display"
1583 widget "*PreRollClock" style:highest "default_clock_display"
1584 widget "*PostRollClock" style:highest "default_clock_display"
1585 widget "*NudgeClock" style:highest "default_clock_display"
1586 widget "*MenuBarClock" style:highest "default_clock_display"
1587 widget "*ZoomRangeClock" style:highest "default_clock_display"
1588 widget "*SMPTEOffsetClock" style:highest "default_clock_display"
1589 widget "*TransportLabel" style:highest "small_bold_text"
1590 widget "*TakeLabel" style:highest "small_bold_text"
1591 widget "*LocationLabel" style:highest "small_bold_text"
1592 widget "*WipeLabel" style:highest "small_bold_text"
1593 widget "*TakeTagLabel" style:highest "small_bold_text"
1594 widget "*ToolBarLabel" style:highest "small_bold_text"
1595 widget "*EditorDisplayLabel" style:highest "small_bold_text"
1596 widget "*NewSessionLabel" style:highest "larger_text"
1597 widget "*GlobalButtonLabel" style:highest "default_generic"
1598 widget "*ClickButton" style:highest "medium_entry"
1599 widget "*RegionNameDisplay" style:highest "medium_entry"
1600 widget "*PluginDisplay" style:highest "medium_entry"
1601 widget "*SelectionDisplay" style:highest "medium_entry"
1602 widget "*HistorySelector" style:highest "medium_entry"
1603 widget "*LocationSelector" style:highest "medium_entry"
1604 widget "*TakeSelector" style:highest "medium_entry"
1605 widget "*RegionSelector" style:highest "medium_entry"
1606 widget "*SMPTERuler" style:highest "editor_time_ruler"
1607 widget "*BBTRuler" style:highest "editor_time_ruler"
1608 widget "*SamplesRuler" style:highest "editor_time_ruler"
1609 widget "*TimecodeRuler" style:highest "editor_time_ruler"
1610 widget "*FramesRuler" style:highest "editor_time_ruler"
1611 widget "*MinSecRuler" style:highest "editor_time_ruler"
1612 widget "*BaseFrame" style:highest "base_frame"
1614 widget "*SendStripBase" style:highest "send_strip_base"
1615 widget "*AudioTrackStripBase" style:highest "audio_track_base"
1616 widget "*AudioBusStripBase" style:highest "audio_bus_base"
1617 widget "*MidiTrackStripBase" style:highest "midi_track_base"
1618 widget "*AudioTrackStripBaseInactive" style:highest "track_controls_inactive"
1619 widget "*AudioBusStripBaseInactive" style:highest "track_controls_inactive"
1620 widget "*MidiTrackStripBaseInactive" style:highest "track_controls_inactive"
1621 widget "*FaderMetricsStrip" style:highest "audio_track_metrics"
1622 widget "*AudioTrackMetrics" style:highest "audio_track_metrics"
1623 widget "*AudioBusMetrics" style:highest "audio_bus_metrics"
1624 widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive"
1625 widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive"
1627 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
1628 widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base"
1629 widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base"
1630 widget "*AudioTrackFader" style:highest "gain_fader"
1632 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
1633 widget "*AudioBusFader" style:highest "gain_fader"
1634 widget "*TrackSeparator" style:highest "track_separator"
1635 widget "*TrackEditIndicator0*" style:highest "edit_group_0"
1636 widget "*TrackEditIndicator1*" style:highest "edit_group_1"
1637 widget "*TrackEditIndicator2*" style:highest "edit_group_2"
1638 widget "*TrackEditIndicator3*" style:highest "edit_group_3"
1639 widget "*TrackEditIndicator4*" style:highest "edit_group_3"
1640 widget "*TrackEditIndicator5*" style:highest "edit_group_3"
1641 widget "*TrackEditIndicator6*" style:highest "edit_group_3"
1642 widget "*TrackEditIndicator7*" style:highest "edit_group_3"
1643 widget "*EditorTrackNameDisplay" style:highest "track_name_display"
1644 widget "*EditorTrackNameDisplay*" style:highest "track_name_display"
1645 widget "*EditorActiveTrackNameDisplay" style:highest "active_track_name_display"
1646 widget "*EditorActiveTrackNameDisplay*" style:highest "active_track_name_display"
1647 widget "*CrossfadeEditAuditionButton" style:highest "red_when_active"
1648 widget "*CrossfadeEditAuditionButton*" style:highest "red_when_active"
1649 widget "*CrossfadeEditCurveButton" style:highest "red_when_active"
1650 widget "*CrossfadeEditCurveButton*" style:highest "red_when_active"
1651 widget "*CrossfadeEditLabel" style:highest "medium_text"
1652 widget "*CrossfadeEditFrame" style:highest "base_frame"
1653 widget "*MouseModeButton" style:highest "default_button"
1654 widget "*MouseModeButton*" style:highest "default_button"
1655 widget "*EditorMainCanvas" style:highest "main_canvas_area"
1656 widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1657 widget "*BusControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1658 widget "*AutomationTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1659 widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1660 widget "*BusControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1661 widget "*AutomationTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1662 widget "*AudioTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1663 widget "*MidiTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1664 widget "*BusControlsBaseSelected" style:highest "edit_controls_base_selected"
1665 widget "*AutomationTrackControlsBase" style:highest "automation_track_controls_base"
1666 widget "*AutomationTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1667 #widget "*EditorMenuBar*" style:highest "black_mackie_menu_bar"
1668 #widget "*MainMenuBar*" style:highest "black_mackie_menu_bar"
1669 widget "*ZoomClickBox" style:highest "medium_bold_entry"
1670 widget "*PluginParameterLabel" style:highest "medium_text"
1671 widget "*PluginNameInfo" style:highest "plugin_name_text"
1672 widget "*PluginMakerInfo" style:highest "plugin_maker_text"
1673 widget "*PluginParameterInfo" style:highest "medium_text"
1674 widget "*MotionControllerValue" style:highest "medium_entry"
1675 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
1676 widget "*PluginUIClickBox" style:highest "medium_bold_entry"
1677 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
1678 widget "*PluginSlider" style:highest "plugin_slider"
1679 widget "*EditGroupDisplay" style:highest "treeview_display"
1680 widget "*TrackListDisplay" style:highest "treeview_display"
1681 widget "*RegionListDisplay" style:highest "treeview_display"
1682 widget "*NamedSelectionDisplay" style:highest "treeview_display"
1683 widget "*SnapshotDisplay" style:highest "treeview_display"
1684 widget "*MixerTrackCommentArea" style:highest "option_entry"
1685 widget "*MixerPanZone" style:highest "pan_zone"
1686 widget "*MixerTrackDisplayList" style:highest "treeview_display"
1687 widget "*MixerSnapshotDisplayList" style:highest "treeview_display"
1688 widget "*MixerAuxDisplayList" style:highest "treeview_display"
1689 widget "*MixerGroupList" style:highest "treeview_display"
1690 widget "*RegionEditorLabel" style:highest "medium_text"
1691 widget "*RegionEditorSmallLabel" style:highest "small_text"
1692 widget "*RegionEditorEntry" style:highest "medium_entry"
1693 widget "*RegionEditorClock" style:highest "default_clock_display"
1694 widget "*RegionEditorToggleButton" style:highest "paler_red_when_active"
1695 widget "*RegionEditorToggleButton*" style:highest "paler_red_when_active"
1696 widget "*MixerStripSpeedBase" style:highest "small_entry"
1697 widget "*MixerStripSpeedBase*" style:highest "small_entry"
1698 widget "*MixerStripSpeedBaseNotOne" style:highest "small_red_on_black_entry"
1699 widget "*MixerStripSpeedBaseNotOne*" style:highest "small_red_on_black_entry"
1700 widget "*MixerStripGainDisplay" style:highest "small_entry"
1701 widget "*MixerStripGainDisplay*" style:highest "small_entry"
1702 widget "*MixerStripGainUnitButton" style:highest "very_small_button"
1703 widget "*MixerStripGainUnitButton*" style:highest "very_small_button"
1704 widget "*MixerStripMeterPreButton" style:highest "very_small_button"
1705 widget "*MixerStripMeterPreButton*" style:highest "very_small_button"
1706 widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry"
1707 widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry"
1708 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
1709 widget "*MixerStripFrame" style:highest "base_frame"
1710 widget "*HWMonitorButton" style:highest "red_when_active"
1711 widget "*HWMonitorButton*" style:highest "red_when_active"
1712 widget "*MonitorInvertButton" style:highest "monitor_invert_button"
1713 widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
1714 widget "*MonitorMuteButton" style:highest "monitor_mute_button"
1715 widget "*MonitorMuteButton*" style:highest "monitor_mute_button"
1716 widget "*MonitorDimButton" style:highest "monitor_dim_button"
1717 widget "*MonitorDimButton*" style:highest "monitor_dim_button"
1718 widget "*MonitorMonoButton" style:highest "monitor_mono_button"
1719 widget "*MonitorMonoButton*" style:highest "monitor_mono_button"
1720 widget "*MonitorInvertButton" style:highest "monitor_invert_button"
1721 widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
1722 widget "*MonitorOptButton" style:highest "monitor_opt_button"
1723 widget "*MonitorOptButton*" style:highest "monitor_opt_button"
1724 widget "*MonitorIsoAlert" style:highest "monitor_iso_button"
1725 widget "*MonitorIsoAlert*" style:highest "monitor_iso_button"
1726 widget "*BypassButton" style:highest "red_when_active"
1727 widget "*BypassButton*" style:highest "red_when_active"
1728 widget "*TransportSoloAlert" style:highest "flashing_alert"
1729 widget "*TransportSoloAlert.*" style:highest "flashing_alert"
1730 widget "*TransportSoloAlert-active" style:highest "flashing_alert"
1731 widget "*TransportSoloAlert-alternate" style:highest "flashing_alert"
1732 widget "*SendAlert" style:highest "green_flashing_alert"
1733 widget "*SendAlert.*" style:highest "green_flashing_alert"
1734 widget "*TransportAuditioningAlert" style:highest "flashing_alert"
1735 widget "*TransportAuditioningAlert.*" style:highest "flashing_alert"
1736 widget "*FadeCurve" style:highest "medium_bold_entry"
1737 widget "*FadeCurve*" style:highest "medium_bold_entry"
1738 widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
1739 widget "*TearOffArrow" style:highest "tearoff_arrow"
1740 widget "*RouteParamsTitleButton" style:highest "medium_text"
1741 widget "*RouteParamsTitleLabel" style:highest "medium_text"
1742 widget "*PluginAutomateRecordButton" style:highest "small_red_active_and_selected_button"
1743 widget "*PluginAutomateRecordButton*" style:highest "small_red_active_and_selected_button"
1744 widget "*PluginAutomatePlayButton" style:highest "small_red_active_and_selected_button"
1745 widget "*PluginAutomatePlayButton*" style:highest "small_red_active_and_selected_button"
1746 widget "*PluginAutomateButton" style:highest "small_button"
1747 widget "*PluginAutomateButton*" style:highest "small_button"
1748 widget "*PluginSaveButton" style:highest "small_button"
1749 widget "*PluginSaveButton*" style:highest "small_button"
1750 widget "*PluginEditButton*" style:highest "small_button"
1751 widget "*PluginLoadButton" style:highest "small_button"
1752 widget "*PluginLoadButton*" style:highest "small_button"
1754 widget "*MetricDialogFrame" style:highest "base_frame"
1755 widget "*MetricEntry" style:highest "medium_bold_entry"
1756 widget "*MetricButton" style:highest "default_button"
1757 widget "*MetricButton.*" style:highest "default_button"
1758 widget "*MetricLabel" style:highest "medium_text"
1759 widget "*TimeStretchButton" style:highest "default_button"
1760 widget "*TimeStretchButton.*" style:highest "default_button"
1761 widget "*ChoiceWindow" style:highest "default_generic"
1762 widget "*ChoicePrompt" style:highest "default_generic"
1763 widget "*ChoiceButton" style:highest "default_button"
1764 widget "*ChoiceButton*" style:highest "default_button"
1765 widget "*SelectionModeButton" style:highest "default_button"
1766 widget "*SelectionModeButton*" style:highest "default_button"
1767 widget "*TrackLabel" style:highest "medium_text"
1768 widget "*TrackPlugName" style:highest "medium_text"
1769 widget "*TrackParameterName" style:highest "small_italic_text"
1770 widget "*AddRouteDialog*" style:highest "medium_text"
1771 widget "*AddRouteDialog.GtkLabel" style:highest "medium_text"
1772 widget "*AddRouteDialogChannelChoice" style:highest "medium_bold_entry"
1773 widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
1774 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
1775 widget "*AddRouteDialogRadioButton" style:highest "red_when_active"
1776 widget "*AddRouteDialogButton" style:highest "default_button"
1777 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
1778 widget "*NewSessionIOLabel" style:highest "large_bold_text"
1779 widget "*NewSessionSR1Label" style:highest "red_medium_text"
1780 widget "*NewSessionSR2Label" style:highest "medium_text"
1781 widget "*NewSessionChannelChoice" style:highest "medium_bold_entry"
1782 widget "*NewSessionMainButton" style:highest "large_bold_text"
1783 widget "*NewSessionMainButton*" style:highest "large_bold_text"
1784 widget "*NewSessionMainLabel" style:highest "large_bold_text"
1785 widget "*LocationEditRowClock" style:highest "location_rows_clock"
1786 widget "*LocationEditNameLabel" style:highest "medium_text"
1787 widget "*LocationEditSetButton" style:highest "location_row_button"
1788 widget "*LocationEditSetButton*" style:highest "location_row_button"
1789 widget "*LocationEditGoButton" style:highest "location_row_button"
1790 widget "*LocationEditGoButton*" style:highest "location_row_button"
1791 widget "*LocationEditCdButton" style:highest "small_red_active_and_selected_button"
1792 widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button"
1793 widget "*LocationEditHideButton" style:highest "small_red_active_and_selected_button"
1794 widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button"
1795 widget "*LocationEditLockButton*" style:highest "small_red_active_and_selected_button"
1796 widget "*LocationEditGlueButton*" style:highest "small_red_active_and_selected_button"
1797 widget "*LocationEditNumberLabel" style:highest "small_text"
1798 widget "*LocationLocEditorFrame" style:highest "base_frame"
1799 widget "*LocationRangeEditorFrame" style:highest "base_frame"
1800 widget "*LocationEditNameEntry" style:highest "option_entry"
1801 widget "*LocationAddLocationButton" style:highest "default_button"
1802 widget "*LocationAddLocationButton*" style:highest "default_button"
1803 widget "*LocationAddRangeButton" style:highest "default_button"
1804 widget "*LocationAddRangeButton*" style:highest "default_button"
1805 widget "*LocationEditRemoveButton" style:highest "location_row_button"
1806 widget "*LocationEditRemoveButton*" style:highest "location_row_button"
1807 widget "*ChannelCountSelector" style:highest "medium_bold_entry"
1808 widget "*ChannelCountSelector.GtkArrow" style:highest "default_generic"
1809 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
1810 widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
1811 widget "*MidiListView*" style:highest "treeview_display"
1812 widget "*ProcessorList*" style:highest "processor_list"
1813 widget "*ProcessorFrameSelected" style:highest "processor_frame_selected"
1814 widget "*ProcessorFrameActiveSend" style:highest "processor_frame_active_send"
1815 widget "*ProcessorFaderFrame" style:highest "processor_fader_frame"
1816 widget "*ProcessorPreFader" style:highest "processor_prefader"
1817 widget "*ProcessorPreFaderFrame" style:highest "processor_prefader_frame"
1818 widget "*ProcessorFader" style:highest "processor_fader"
1819 widget "*ProcessorPostFader" style:highest "processor_postfader"
1820 widget "*ProcessorPostFaderFrame" style:highest "processor_postfader_frame"
1821 widget "*PortMatrixLabel*" style:highest "small_text"
1822 widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
1823 widget "*SoloIsolatedLED" style:highest "solo_isolate_led"
1824 widget "*SoloSafeLED" style:highest "solo_safe_led"
1825 widget "*SoloLEDLabel" style:highest "very_small_text"
1826 widget "*ContrastingPopup" style:highest "contrasting_popup"
1827 widget "*ContrastingPopup*" style:highest "contrasting_popup"
1829 widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
1830 widget "*RegionNameEditorEntry" style:highest "text_cell_entry"