Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / gtk2_ardour / ardour3_ui_dark.rc.in
blob570c3b97c342528ebc2683e523a61aa66bec2296
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 midi_channel_selector #A8F730
29 #@color isolate #B9ECF2
30 #@color mute #FFFA87
31 #@color mono #DEC
32 #@color control_text2 #8D2B1B
33 #@color control_base #26292D
34 #@color control_text #D0D2D5
35 #@color audio_track #33445e
36 #@color midi_track #445033
37 #@color audio_bus #262c35
39 #@color send_fg #30F7B0
40 #@color send_bg #C4C4B8
42 #@color processor_frame_selected #E2CC33
43 #@color processor_fader_bg #666666
44 #@color processor_fader_frame #7F7F7F
45 #@color processor_prefader #4D0000
46 #@color processor_prefader_frame #7F0000
47 #@color processor_postfader #1A4D1A
48 #@color processor_postfader_frame #1B7F1B
50 # Tweak the color scheme in one place :
52 gtk_color_scheme = "@COLOR_SCHEME@"
54 #alternate BG color: #5C5E61
56 style "smallest_text"
58         font_name = "@FONT_TINY@"
61 style "very_small_text"
63         font_name = "@FONT_SMALLER@"
66 style "small_text"
68         font_name = "@FONT_SMALL@"
71 style "small_italic_text"
73         font_name = "italic @FONT_SMALL@"
76 style "small_bold_text"
78         font_name = "bold @FONT_SMALL@"
81 style "medium_bold_text"
83         font_name = "bold @FONT_NORMAL@"
86 style "medium_text"
88         font_name = "@FONT_NORMAL@"
91 style "medium_monospace_text"
93         font_name = "monospace @FONT_NORMAL@"
96 style "red_medium_text" = "medium_text"
97 {       
98         fg[NORMAL] = @@COLPREFIX@_bright_indicator
99         fg[ACTIVE] = @@COLPREFIX@_bright_indicator
100         fg[SELECTED] = @@COLPREFIX@_bright_indicator
103 style "large_bold_text"
105         font_name = "bold @FONT_BIGGER@"
108 style "larger_text"
110         font_name = "@FONT_LARGE@"
113 style "larger_bold_text"
115         font_name = "bold @FONT_LARGE@"
118 style "big_bold_text"
120         font_name = "bold @FONT_LARGER@"
123 style "plugin_name_text" = "big_bold_text"
125         fg[NORMAL] = @@COLPREFIX@_text
128 style "plugin_maker_text" = "larger_bold_text"
130         fg[NORMAL] = @@COLPREFIX@_text
133 style "verbose_canvas_cursor" = "big_bold_text"
137 style "marker_text" = "small text"
141 style "midi_tracer_textview" = "medium_monospace_text"
143         
146 style "time_axis_view_item_name" = "very small text"
150 style "default" = "medium_text"
152   #Original values for reference
153   GtkWidget::cursor_color =  @@COLPREFIX@_lightest
154   GtkButton::default_border = { 0, 0, 0, 0 }
155   GtkButton::default_outside_border = { 0, 0, 0, 0 }
156   GtkButton::button_relief = GTK_RELIEF_NONE
157   GtkTreeView::vertical-padding = 0
158   GtkTreeView::horizontal-padding = 0
159   GtkTreeView::even-row-color = @@COLPREFIX@_base
160   GtkTreeView::odd-row-color = darker(@@COLPREFIX@_base)
161   
162   GtkWidget           :: focus-line-pattern               = "\001\001"        #                              Dash pattern used to draw the focus indicator.
163   GtkWidget           :: focus-line-width                 = 1                 # [               1 ] ( >= 0 ) Width, in pixels, of the focus indicator line.
164   GtkWidget           :: focus-padding                    = 1                 # [               1 ] ( >= 0 ) Width, in pixels, between focus indicator and the widget box.
165   GtkWidget           :: interior-focus                   = 1                 # [               1 ] ( bool ) Draw the focus indicator inside widgets.
166   GtkWidget           :: scroll-arrow-hlength             = 16                # [              16 ] ( >= 1 ) Length of horizontal scroll arrows.
167   GtkWidget           :: scroll-arrow-vlength             = 16                # [              16 ] ( >= 1 ) Length of vertical scroll arrows.
169   GtkWidget           :: link-color                       = shade(1.25, @@COLPREFIX@_bright_color)
170   GtkWidget           :: visited-link-color               = @@COLPREFIX@_bright_color
171   
172 #Window Properties
173   GtkDialog           :: action-area-border               = 4                 # [               5 ] ( >= 0 ) Width of border around the button area at the bottom of the dialog.
174   GtkDialog           :: button-spacing                   = 4                 # [               6 ] ( >= 0 ) Spacing between buttons.
175   GtkDialog           :: content-area-border              = 2                 # [               2 ] ( >= 0 ) Width of border around the main dialog area.
176   GtkDialog           :: content-area-spacing             = 0                 # [               0 ] ( >= 0 ) The default spacing used between elements of the content area of the dialog.
177   
178 #Control Properties
179   GtkButton           :: child-displacement-x             = 1                 # [               0 ]          How far in x direction to move the button when its depressed.
180   GtkButton           :: child-displacement-y             = 1                 # [               0 ]          ... y
181   GtkButton           :: default-border                   = { 0, 0, 0, 0 }    #                              Extra space to add for CAN_DEFAULT buttons.
182   GtkButton           :: displace-focus                   = 0                 # [               0 ] ( bool ) Whether the child_displacement_x/child_displacement_y properties should also affect the focus rectangle.
183   GtkButton           :: image-spacing                    = 2                 # [               2 ] ( >= 0 ) Spacing in pixels between the image and label.
185   GtkCheckButton      :: indicator-size                   = 13                # [              13 ] ( >= 0 ) Size of check or radio indicator.
186   GtkCheckButton      :: indicator-spacing                = 2                 # [               2 ] ( >= 0 ) Spacing around check or radio indicator.
187   GtkCheckMenuItem    :: indicator-size                   = 13                # [              13 ] ( >= 0 ) Size of check or radio indicator.
189   GtkOptionMenu       :: indicator-size                   = { 6, 10 }         #                              Size of dropdown indicator.
190   GtkOptionMenu       :: indicator-spacing                = {   6, 5, 0, 0 }    #                              Spacing around indicator.
192   GtkComboBox         :: appears-as-list                  = 0                 # [               0 ] ( bool ) Whether dropdowns should look like lists rather than menus.
193   GtkComboBox         :: arrow-size                       = 13                # [              15 ] ( >= 0 ) Sets the minimum size of the arrow in the combo box.
194   GtkComboBox         :: shadow-type                      = GTK_SHADOW_NONE   # [ GTK_SHADOW_NONE ]          Which kind of shadow to draw around the combo box.
196   GtkPaned            :: handle-size                      = 4                 # [               5 ] ( >= 0 ) Width of handle.
198   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.
199   GtkScale            :: slider-length                    = 23                # [              31 ] ( >= 0 ) Length of scale's slider.  
200   GtkScale            :: slider-width                     = 14                # [              14 ] ( >= 0 ) Width of scrollbar or scale thumb.
201   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.
203   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.
204   GtkScrollbar        :: arrow-scaling                    = 0.4               # [             0.5 ] ( 0.1  ) The arrow size proportion relative to the scroll button size.
205   GtkScrollbar        :: fixed-slider-length              = 0                 # [               0 ] ( bool ) Don't change slider size, just lock it to the minimum length.
206   GtkScrollbar        :: min-slider-length                = 50                # [              21 ] ( >= 0 ) Minimum length of scrollbar slider.
207   GtkScrollbar        :: slider-width                     = 15                # [              14 ] ( >= 0 ) Width of scrollbar or scale thumb.    
208   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.
209   GtkScrollbar        :: trough-border                    = 0                 # [               1 ] ( >= 0 ) Spacing between thumb/steppers and outer trough bevel.
210   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.    
211   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.
213   GtkScrollbar        :: has-backward-stepper             = 1                 # [               1 ] ( bool ) Display the standard backward arrow button.
214   GtkScrollbar        :: has-forward-stepper              = 1                 # [               1 ] ( bool ) Display the standard forward arrow button.
215   GtkScrollbar        :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
216   GtkScrollbar        :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
218   GtkHScrollbar       :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
219   GtkHScrollbar       :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
220   GtkVScrollbar       :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
221   GtkVScrollbar       :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
223 #Menu Properties
224   GtkMenuBar          :: internal-padding                 = 1                 # [               1 ] ( >= 0 ) Amount of border space between the menubar shadow and the menu items.
225   GtkMenuBar          :: shadow-type                      = GTK_SHADOW_OUT    # [  GTK_SHADOW_OUT ]          Style of bevel around the menubar. 
227   GtkMenu             :: arrow-placement                  = GTK_ARROWS_BOTH   # [ GTK_ARROWS_BOTH ]          Indicates where scroll arrows should be placed.
228   GtkMenu             :: arrow-scaling                    = 0.5               # [             0.7 ] ( 0.1  ) Arbitrary constant to scale down the size of the scroll arrow.
229   GtkMenu             :: double-arrows                    = 1                 # [               1 ] ( bool ) When scrolling, always show both arrows.
230   GtkMenu             :: horizontal-offset                = -2                # [              -2 ]          When the menu is a submenu, position it this number of pixels offset horizontally.
231   GtkMenu             :: horizontal-padding               = 0                 # [               0 ] ( >= 0 ) Extra space at the left and right edges of the menu.
232   GtkMenu             :: vertical-offset                  = 0                 # [               0 ]          When the menu is a submenu, position it this number of pixels offset vertically.
233   GtkMenu             :: vertical-padding                 = 0                 # [               0 ] ( >= 0 ) Extra space at the top and bottom of the menu.
235   GtkMenuItem         :: arrow-scaling                    = 0.5               # [             0.8 ] ( 0.2  ) Amount of space used up by arrow, relative to the menu item's font size.
236   GtkMenuItem         :: arrow-spacing                    = 10                # [              10 ] ( >= 0 ) Space between label and arrow.
237   GtkMenuItem         :: horizontal-padding               = 3                 # [               3 ] ( >= 0 ) Padding to left and right of the menu item.
238   GtkMenuItem         :: selected-shadow-type             = GTK_SHADOW_NONE   # [ GTK_SHADOW_NONE ]          Shadow type when item is selected.
239   #GtkMenuItem         :: toggle-spacing                   = 4                 # [               5 ] ( >= 0 ) Space between icon and label.
240   GtkMenuItem         :: width-chars                      = 12                # [              12 ] ( >= 0 ) The minimum desired width of the menu item in characters.
242 #Other Properties
243   GtkArrow            :: arrow-scaling                    = 0.5               # [             0.7 ] ( 0.1  ) Amount of space used up by arrow.
245   GtkNotebook         :: arrow-spacing                    = 0                 # [               0 ] ( >= 0 ) Spacing between the scroll arrows and the tabs.
246   GtkNotebook         :: tab-curvature                    = 1                 # [               1 ] ( >= 0 ) Size of tab curvature.
247   GtkNotebook         :: tab-overlap                      = 1                 # [               2 ]          Size of tab overlap area.
249   GtkTreeView         :: horizontal-separator             = 8                 # [               2 ] ( >= 0 ) Horizontal space between cells. Must be an even number.
250   GtkTreeView         :: vertical-separator               = 2                 # [               2 ] ( >= 0 ) Vertical space between cells. Must be an even number.
252   GtkEntry            :: honors-transparent-bg-hint       = 1                 # [               0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry.
255   #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN
257   #xthickness = 0
258   #ythickness = 0
260 #Base Colors
261   bg[NORMAL]          = @@COLPREFIX@_bg
262   bg[PRELIGHT]        = shade(1.1, @@COLPREFIX@_bg)
263   bg[ACTIVE]          = shade(0.9, @@COLPREFIX@_bg)
264   bg[INSENSITIVE]     = @@COLPREFIX@_bg
265   bg[SELECTED]        = @@COLPREFIX@_bg_selected
267   fg[NORMAL]          = @@COLPREFIX@_fg
268   fg[PRELIGHT]        = @@COLPREFIX@_fg
269   fg[ACTIVE]          = shade(0.9, @@COLPREFIX@_fg)
270   fg[INSENSITIVE]     = shade(0.7, @@COLPREFIX@_bg)
271   fg[SELECTED]        = @@COLPREFIX@_fg_selected
273   base[NORMAL]        = @@COLPREFIX@_base
274   base[PRELIGHT]      = @@COLPREFIX@_base
275   base[INSENSITIVE]   = shade(1.0, @@COLPREFIX@_bg)
276   base[ACTIVE]        = shade(0.9, @@COLPREFIX@_bg_selected)
277   base[SELECTED]      = @@COLPREFIX@_bg_selected
279   text[NORMAL]        = @@COLPREFIX@_text
280   text[PRELIGHT]      = @@COLPREFIX@_text
281   text[ACTIVE]        = @@COLPREFIX@_fg_selected
282   text[INSENSITIVE]   = shade(0.7, @@COLPREFIX@_bg)
283   text[SELECTED]      = @@COLPREFIX@_fg_selected
285 #engine specific tweaks
287   engine "clearlooks" 
288   {
289     #style              = GLOSSY
290     #colorize_scrollbar = TRUE
291     menubarstyle       = 2 # 0 = flat, 1 = sunken, 2 = flat gradient
292     #toolbarstyle       = 0 # 0 = flat, 1 = enable effects
293   }
296 style "contrasting_popup" = "medium_monospace_text"
298   bg[NORMAL]          = @@COLPREFIX@_lightest
299   fg[NORMAL]          = @@COLPREFIX@_darkest
300   base[NORMAL]        = @@COLPREFIX@_lightest
301   text[NORMAL]        = @@COLPREFIX@_darkest
302   text[ACTIVE]        = @@COLPREFIX@_darkest
303   text[SELECTED]      = @@COLPREFIX@_darkest
306 style "base_frame"
308         fg[NORMAL] = @@COLPREFIX@_bg
309         bg[NORMAL] = @@COLPREFIX@_bg
312 style "transport_base" = "medium_bold_text"
317 style "default_button" = "small_text"
321 style "mouse_mode_button" = "default_button"
323         bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
324         fg[ACTIVE] = @@COLPREFIX@_darkest
327 style "default_menu" = "medium_text"
329   #bg[NORMAL] = darker(@@COLPREFIX@_bg)
332 style "default_generic" = "medium_text"
336 style "text_cell_entry" = "medium_text"
338         GtkWidget::cursor_color =  @@COLPREFIX@_darkest
341 style "very_small_button" = "default_button" 
343         ythickness = 0
344         xthickness = 0
347 style "small_button" = "default_button"
351 style "very_small_red_active_and_selected_button" = "very_small_button"
353         fg[ACTIVE] = @@COLPREFIX@_darkest
354         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
355         bg[SELECTED] = @@COLPREFIX@_bright_indicator
358 style "small_red_active_and_selected_button" = "small_button"
360         fg[ACTIVE] = @@COLPREFIX@_darkest
361         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
362         bg[SELECTED] = @@COLPREFIX@_bright_indicator
365 style "gain_fader"
367         bg[NORMAL] = shade (0.7, @@COLPREFIX@_lightest)
368         bg[ACTIVE] = shade (0.705, @@COLPREFIX@_lightest)
371 #MSR and related buttons
373 style "track_rec_enable_button" = "small_button"
375         fg[ACTIVE] =   @@COLPREFIX@_darkest
376         bg[NORMAL] =   mix(0.08,@@COLPREFIX@_arm,@@COLPREFIX@_bg)
377         bg[PRELIGHT] = shade(1.1,mix(0.08,@@COLPREFIX@_arm,@@COLPREFIX@_bg))
380 style "track_rec_enable_button_active" = "small_button"
382         #fg[ACTIVE] =   @@COLPREFIX@_darkest
383         #fg[SELECTED] = @@COLPREFIX@_darkest
384         #fg[PRELIGHT] = @@COLPREFIX@_darkest
385         #fg[NORMAL] = @@COLPREFIX@_darkest
387         bg[NORMAL] =   @@COLPREFIX@_arm
388         bg[ACTIVE] =   @@COLPREFIX@_arm
389         bg[SELECTED] =   @@COLPREFIX@_arm
390         bg[PRELIGHT] =   shade(1.1, @@COLPREFIX@_arm)
393 style "track_rec_enable_button_alternate" = "small_button"
395         fg[SELECTED] = @@COLPREFIX@_darkest
396         fg[ACTIVE] =   @@COLPREFIX@_darkest
397         fg[PRELIGHT] = @@COLPREFIX@_darkest
398         fg[NORMAL] = @@COLPREFIX@_darkest
400         bg[NORMAL] =   lighter(@@COLPREFIX@_arm)
401         bg[ACTIVE] =   lighter(@@COLPREFIX@_arm)
402         bg[SELECTED] =   lighter(@@COLPREFIX@_arm)
403         bg[PRELIGHT] =   shade(1.1, lighter(@@COLPREFIX@_arm))
406 style "track_rec_enable_button_alternate_two" = "small_button"
408         fg[SELECTED] = @@COLPREFIX@_darkest
409         fg[ACTIVE] =   @@COLPREFIX@_darkest
410         fg[PRELIGHT] = @@COLPREFIX@_darkest
411         fg[NORMAL] = @@COLPREFIX@_darkest
413         bg[NORMAL] =   darker(@@COLPREFIX@_arm)
414         bg[ACTIVE] =   darker(@@COLPREFIX@_arm)
415         bg[SELECTED] =   darker(@@COLPREFIX@_arm)
416         bg[PRELIGHT] =   shade(1.1, darker(@@COLPREFIX@_arm))
419 style "mixer_track_rec_enable_button" = "track_rec_enable_button"
421         xthickness = 0
422         ythickness = 0
425 style "mixer_track_rec_enable_button_alternate" = "track_rec_enable_button_alternate"
427         xthickness = 0
428         ythickness = 0
431 style "mixer_track_rec_enable_button_active" = "track_rec_enable_button_active"
433         xthickness = 0
434         ythickness = 0
438 style "solo_button" = "small_button"
440   bg[NORMAL] = mix(0.1,@@COLPREFIX@_solo,@@COLPREFIX@_bg)
441   bg[ACTIVE] = @@COLPREFIX@_solo
442   fg[ACTIVE] = @@COLPREFIX@_darkest
445 style "solo_isolate_led"
447   fg[NORMAL] = mix(0.2,@@COLPREFIX@_isolate, @@COLPREFIX@_darkest)
448   fg[ACTIVE] = @@COLPREFIX@_isolate
451 style "solo_safe_led"
453   fg[NORMAL] = mix(0.2,@@COLPREFIX@_isolate, @@COLPREFIX@_darkest)
454   fg[ACTIVE] = @@COLPREFIX@_isolate
457 style "solo_button_alternate" = "small_button"
459         #
460         # this is the "solo-isolated" solo theme
461         #
463         bg[ACTIVE] = lighter(@@COLPREFIX@_solo)
465         fg[ACTIVE] = @@COLPREFIX@_bright_indicator
466         fg[SELECTED] = @@COLPREFIX@_bright_indicator
467         fg[NORMAL] = @@COLPREFIX@_bright_indicator
468         fg[PRELIGHT] = shade(1.1, @@COLPREFIX@_bright_indicator)
471 style "solo_button_alternate2" = "small_button"
473         #
474         # this is the "half-bright" solo theme
475         #
477         bg[NORMAL] = darker(@@COLPREFIX@_solo) 
478         bg[ACTIVE] = darker(@@COLPREFIX@_solo)
479         bg[SELECTED] = darker(@@COLPREFIX@_solo)
480         bg[PRELIGHT] = shade(1.1, darker(@@COLPREFIX@_solo))
482         fg[ACTIVE] = @@COLPREFIX@_darkest
483         fg[SELECTED] = @@COLPREFIX@_darkest
484         fg[NORMAL] = @@COLPREFIX@_darkest
485         fg[PRELIGHT] = @@COLPREFIX@_darkest
488 style "solo_button_active" = "small_button"
490         #
491         # this is the "full-bright" solo theme
492         #
494         bg[NORMAL] = @@COLPREFIX@_solo
495         bg[ACTIVE] = @@COLPREFIX@_solo
496         bg[SELECTED] = @@COLPREFIX@_solo
497         bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_solo)
499         fg[ACTIVE] = @@COLPREFIX@_darkest
500         fg[SELECTED] = @@COLPREFIX@_darkest
501         fg[NORMAL] = @@COLPREFIX@_darkest
502         fg[PRELIGHT] = @@COLPREFIX@_darkest
505 style "mixer_invert_button" = "small_button"
507         bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator
508         fg[ACTIVE] = @@COLPREFIX@_darkest
511 style "mixer_solo_button" = "solo_button"
513         xthickness = 0
514         ythickness = 0
517 style "mixer_solo_button_alternate" = "solo_button_alternate"
519         xthickness = 0
520         ythickness = 0
523 style "mixer_solo_button_alternate2" = "solo_button_alternate2"
525         xthickness = 0
526         ythickness = 0
530 style "mixer_solo_button_active" = "solo_button_active"
532         xthickness = 0
533         ythickness = 0
536 style "monitor_opt_button" = "small_button"
538         bg[NORMAL] = mix(0.1,@@COLPREFIX@_not_so_bright_indicator,@@COLPREFIX@_bg)
539         bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator
540         fg[ACTIVE] = @@COLPREFIX@_darkest
543 style "monitor_mono_button" = "small_button"
545         bg[NORMAL] = mix(0.1,@@COLPREFIX@_mono,@@COLPREFIX@_bg)
546         bg[ACTIVE] = @@COLPREFIX@_mono
547         fg[ACTIVE] = @@COLPREFIX@_darkest
550 style "monitor_invert_button" = "small_button"
552         bg[NORMAL] = mix(0.1,@@COLPREFIX@_not_so_bright_indicator,@@COLPREFIX@_bg)
553         bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator
554         fg[ACTIVE] = @@COLPREFIX@_darkest
557 style "monitor_mute_button" = "small_button"
559         bg[NORMAL] = mix(0.1,@@COLPREFIX@_mute,@@COLPREFIX@_bg)
560         bg[ACTIVE] = @@COLPREFIX@_mute
561         fg[ACTIVE] = @@COLPREFIX@_darkest
564 style "monitor_dim_button" = "small_button"
566         bg[NORMAL] = mix(0.1,lighter(@@COLPREFIX@_mute),@@COLPREFIX@_bg)
567         bg[ACTIVE] = lighter(@@COLPREFIX@_mute)
568         fg[ACTIVE] = @@COLPREFIX@_darkest
571 style "monitor_iso_button" = "small_button"
573         bg[NORMAL] = mix(0.1,@@COLPREFIX@_somewhat_bright_indicator,@@COLPREFIX@_bg)
574         bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
575         fg[ACTIVE] = @@COLPREFIX@_darkest
578 style "mute_button" = "small_button"
580         bg[NORMAL] = mix(0.1,@@COLPREFIX@_mute,@@COLPREFIX@_bg)
581         bg[ACTIVE] = @@COLPREFIX@_mute
582         fg[ACTIVE] = @@COLPREFIX@_darkest
585 style "mute_button_fullylit" = "small_button"
587         # this is the normal "active" state for a mute button
589         bg[ACTIVE] = @@COLPREFIX@_mute
590         bg[NORMAL] = @@COLPREFIX@_mute
591         bg[SELECTED] = @@COLPREFIX@_mute
592         bg[PRELIGHT] = lighter (@@COLPREFIX@_mute)
594         fg[SELECTED] = @@COLPREFIX@_darkest
595         fg[ACTIVE] = @@COLPREFIX@_darkest
596         fg[NORMAL] = @@COLPREFIX@_darkest
597         fg[PRELIGHT] = @@COLPREFIX@_darkest
600 style "mute_button_halflit" = "small_button"
602         bg[NORMAL] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute)
603         bg[SELECTED] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute)
604         bg[ACTIVE] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute)
605         bg[PRELIGHT] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute)
607         fg[SELECTED] = @@COLPREFIX@_darkest
608         fg[ACTIVE] = @@COLPREFIX@_darkest
609         fg[NORMAL] = @@COLPREFIX@_darkest
610         fg[PRELIGHT] = @@COLPREFIX@_darkest
613 style "mixer_mute_button" = "mute_button"
615         xthickness = 0
616         ythickness = 0
619 style "mixer_mute_button_fullylit" = "mute_button_fullylit"
621         xthickness = 0
622         ythickness = 0
625 style "mixer_mute_button_halflit" = "mute_button_halflit"
627         xthickness = 0
628         ythickness = 0
631 style "multiline_combo" = "small_button"
633         xthickness = 0
634         ythickness = 0
637 style "track_loop_button" = "small_button"
639         bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
640         bg[PRELIGHT] = lighter(@@COLPREFIX@_somewhat_bright_indicator)
644 style "mixer_red_active_button" = "very_small_button"
646         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
648         base[INSENSITIVE] = { 0.16, 0.16, 0.21 }
649         bg[INSENSITIVE] = { 0.16, 0.16, 0.21 }
652 style "time_button" = "default_button"
654         font_name = "@FONT_SMALL@"
657 style "transport_button"
659   #bg[NORMAL] = mix(0.05,@@COLPREFIX@_contrasting_indicator,@@COLPREFIX@_bg)   #turns out this is kind of yucky looking, but it's there if you want to try it
660         bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
661         fg[ACTIVE] = @@COLPREFIX@_darkest
664 style "transport_button_active"
666         bg[NORMAL] = @@COLPREFIX@_contrasting_indicator
667         bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
668         bg[SELECTED] = @@COLPREFIX@_contrasting_indicator
669         bg[PRELIGHT] = @@COLPREFIX@_contrasting_indicator
671         fg[NORMAL] = @@COLPREFIX@_darkest
672         fg[PRELIGHT] = @@COLPREFIX@_darkest
673         fg[SELECTED] = @@COLPREFIX@_darkest
674         fg[ACTIVE] = @@COLPREFIX@_darkest
677 style "transport_button_alternate_two"
679         fg[SELECTED] = @@COLPREFIX@_darkest
680         fg[ACTIVE] =   @@COLPREFIX@_darkest
681         fg[PRELIGHT] = @@COLPREFIX@_darkest
682         fg[NORMAL] = @@COLPREFIX@_darkest
684         bg[NORMAL] =   shade(0.2,@@COLPREFIX@_bright_indicator)
685         bg[ACTIVE] =   shade(0.2,@@COLPREFIX@_bright_indicator)
686         bg[SELECTED] =   shade(0.2,@@COLPREFIX@_bright_indicator)
687         bg[PRELIGHT] =   shade(0.2,@@COLPREFIX@_bright_indicator)
690 style "transport_rec_button"
692         bg[ACTIVE] = darker(@@COLPREFIX@_arm)         #the rest of these don't quite do what I expected
693   #bg[NORMAL] = mix(0.05,@@COLPREFIX@_arm,@@COLPREFIX@_bg)
694         #bg[SELECTED] = darker(@@COLPREFIX@_arm)
695         #bg[PRELIGHT] = lighter(mix(0.05,@@COLPREFIX@_arm,@@COLPREFIX@_bg))
696   
697   fg[ACTIVE] = @@COLPREFIX@_darkest
700 style "transport_rec_button_active"
702         bg[ACTIVE] = darker(@@COLPREFIX@_arm)
703         bg[NORMAL] = darker(@@COLPREFIX@_arm)
704         bg[SELECTED] = darker(@@COLPREFIX@_arm)
705         bg[PRELIGHT] = darker(@@COLPREFIX@_arm)
708 style "transport_rec_button_alternate"
710         bg[PRELIGHT] = @@COLPREFIX@_arm
711         bg[NORMAL] = @@COLPREFIX@_arm
712         bg[SELECTED] = @@COLPREFIX@_arm
713         bg[ACTIVE] = @@COLPREFIX@_arm
716 style "midi_channel_selector_button"
718         bg[NORMAL] = @@COLPREFIX@_bg
719         bg[ACTIVE] = @@COLPREFIX@_midi_channel_selector
720         fg[NORMAL] = @@COLPREFIX@_fg
721         fg[ACTIVE] = @@COLPREFIX@_darkest
724 style "shuttle_control" = "very_small_text"
726         fg[NORMAL] = @@COLPREFIX@_control_text2
727         fg[ACTIVE] = @@COLPREFIX@_control_text2
728         fg[PRELIGHT] = @@COLPREFIX@_control_text2
729         fg[SELECTED] = @@COLPREFIX@_control_text2
730         fg[INSENSITIVE] = @@COLPREFIX@_control_text2
732         bg[NORMAL] = @@COLPREFIX@_darkest
733         bg[PRELIGHT] = @@COLPREFIX@_darkest
734         bg[INSENSITIVE] = @@COLPREFIX@_darkest
735         bg[ACTIVE] = @@COLPREFIX@_bright_color
736         bg[SELECTED] = @@COLPREFIX@_bright_color
739 style "ardour_adjusters" = "default_generic"
741         bg[NORMAL] = @@COLPREFIX@_bg
742         bg[PRELIGHT] = lighter(@@COLPREFIX@_bg)
743         bg[ACTIVE] = @@COLPREFIX@_darkest
746 style "editor_hscrollbar" = "ardour_adjusters"
748         #
749         # special case: we want this scrollbar to be as tall as the
750         # zoom focus selector combobox. scrollbars don't expand to
751         # fill the space available to them, so we have to explicitly
752         # make it bigger.
753         # 
754         GtkRange::slider_width = 27
755         GtkScrollbar::slider_width = 27
758 style "ardour_progressbars" = "default_generic"
760   # Clearlooks always uses darkest for the advancing bar, sigh
761   # so this is just a contrasting color for the trough
762   bg[NORMAL] = @@COLPREFIX@_bright_color
765 style "preferences"  = "default"
767         fg[PRELIGHT] = lighter(@@COLPREFIX@_fg)
770 style "option_entry"  = "default"
775 style "red_when_active" = "medium_text"
777         fg[NORMAL] = @@COLPREFIX@_fg
778         bg[NORMAL] = @@COLPREFIX@_bg
779   bg[PRELIGHT] = @@COLPREFIX@_bg
781         fg[ACTIVE] = @@COLPREFIX@_fg
782         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
783   bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
786 style "xrun_warn"  = "larger_bold_text"
788         fg[NORMAL] = @@COLPREFIX@_fg
789         fg[ACTIVE] = @@COLPREFIX@_fg
790         text[NORMAL] = @@COLPREFIX@_fg
791         text[ACTIVE] = @@COLPREFIX@_fg
792         base[NORMAL] = @@COLPREFIX@_base
793         base[ACTIVE] = @@COLPREFIX@_base
794         bg[NORMAL] = @@COLPREFIX@_bright_indicator
795         bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
798 style "menu_bar_base" = "default"
803 style "fatal_message" = "medium_text"
805    fg[ACTIVE] = @@COLPREFIX@_bright_indicator
806    fg[NORMAL] = @@COLPREFIX@_bright_indicator
807    bg[ACTIVE]   = @@COLPREFIX@_base
808    bg[NORMAL]   = @@COLPREFIX@_base
809    base[NORMAL] = @@COLPREFIX@_base
810    base[NORMAL] = @@COLPREFIX@_base
813 style "error_message" = "medium_text"
815    fg[ACTIVE] = @@COLPREFIX@_bright_indicator
816    fg[NORMAL] = @@COLPREFIX@_bright_indicator
817    bg[ACTIVE]   = @@COLPREFIX@_base
818    bg[NORMAL]   = @@COLPREFIX@_base
819    base[NORMAL] = @@COLPREFIX@_base
820    base[NORMAL] = @@COLPREFIX@_base
823 style "info_message" = "medium_text"
825    fg[ACTIVE]   = @@COLPREFIX@_contrasting_indicator
826    fg[NORMAL]   = @@COLPREFIX@_contrasting_indicator
827    bg[ACTIVE]   = @@COLPREFIX@_base
828    bg[NORMAL]   = @@COLPREFIX@_base
829    base[NORMAL] = @@COLPREFIX@_base
830    base[NORMAL] = @@COLPREFIX@_base
833 style "warning_message" = "medium_text"
835    fg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
836    fg[NORMAL] = @@COLPREFIX@_somewhat_bright_indicator
837    bg[ACTIVE]   = @@COLPREFIX@_base
838    bg[NORMAL]   = @@COLPREFIX@_base
839    base[NORMAL] = @@COLPREFIX@_base
840    base[NORMAL] = @@COLPREFIX@_base
843 style "medium_entry" = "medium_text"
845         fg[NORMAL] = @@COLPREFIX@_text
846         fg[ACTIVE] = @@COLPREFIX@_text
847         fg[SELECTED] = @@COLPREFIX@_fg_selected
848         
849         bg[NORMAL] = @@COLPREFIX@_bg
850         
851         base[NORMAL] = @@COLPREFIX@_base
852         base[ACTIVE] = @@COLPREFIX@_base
853         base[SELECTED] = @@COLPREFIX@_bg_selected
856 style "medium_entry_noselection_fg" = "medium_entry"
858         fg[SELECTED] = @@COLPREFIX@_contrasting_indicator
861 style "medium_entry_noselection_bg" = "medium_entry"
863         bg[SELECTED] = @@COLPREFIX@_text
866 style "medium_bold_entry"  = "medium_bold_text"
868         fg[NORMAL] = @@COLPREFIX@_text
869         fg[ACTIVE] = @@COLPREFIX@_text
870         
871         bg[NORMAL] = @@COLPREFIX@_bg
872         
873         base[NORMAL] = @@COLPREFIX@_base
874         base[ACTIVE] = @@COLPREFIX@_base
875         base[SELECTED] = @@COLPREFIX@_base
878 style "small_entry" = "small_text"
880         fg[NORMAL] = @@COLPREFIX@_text
881         fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
882         fg[SELECTED] = @@COLPREFIX@_contrasting_indicator
883         text[NORMAL] = @@COLPREFIX@_text
884         text[ACTIVE] = @@COLPREFIX@_contrasting_indicator
885         text[SELECTED] = @@COLPREFIX@_fg_selected
886         bg[NORMAL] = @@COLPREFIX@_base
887         bg[SELECTED] = @@COLPREFIX@_base
888         bg[SELECTED] = @@COLPREFIX@_base
889         base[NORMAL] = @@COLPREFIX@_base
890         base[ACTIVE] = @@COLPREFIX@_base
891         base[SELECTED] = @@COLPREFIX@_base
894 style "red_active_small_entry" = "small_entry"
896         fg[ACTIVE] = @@COLPREFIX@_bright_indicator
897         fg[SELECTED] = @@COLPREFIX@_bright_indicator
900 style "small_bold_entry" = "small_bold_text"
902         fg[NORMAL] = @@COLPREFIX@_text
903         fg[ACTIVE] = @@COLPREFIX@_text
904         
905         bg[NORMAL] = @@COLPREFIX@_bg
906         
907         base[NORMAL] = @@COLPREFIX@_base
908         base[ACTIVE] = @@COLPREFIX@_base
909         base[SELECTED] = @@COLPREFIX@_base
912 style "small_red_on_black_entry"  = "small_bold_text"
914        fg[NORMAL] = @@COLPREFIX@_bright_indicator
915        fg[ACTIVE] = @@COLPREFIX@_bright_indicator
916        base[NORMAL] = @@COLPREFIX@_base
917        base[ACTIVE] = @@COLPREFIX@_base
918        bg[NORMAL] = @@COLPREFIX@_base
919        bg[ACTIVE] = @@COLPREFIX@_base
922 style "non_recording_big_clock_display" = "medium_entry"
924         font_name = "@FONT_MASSIVE@"
926         fg[NORMAL] = @@COLPREFIX@_control_text
927         fg[ACTIVE] = @@COLPREFIX@_bright_indicator
928         fg[SELECTED] = @@COLPREFIX@_bright_indicator
929         fg[PRELIGHT] = @@COLPREFIX@_bright_indicator
930         fg[INSENSITIVE] = @@COLPREFIX@_bright_indicator
931         
932         base[NORMAL] = @@COLPREFIX@_base
933         base[ACTIVE] = @@COLPREFIX@_base
934         bg[NORMAL] = @@COLPREFIX@_base
935         bg[ACTIVE] = shade(0.5,@@COLPREFIX@_bright_indicator)
938 style "recording_big_clock_display" = "non_recording_big_clock_display"
940         fg[NORMAL] = darker(@@COLPREFIX@_arm)
943 style "transport_clock_display"
945         font_name = "@FONT_BOLD_BIGGER@"
947         fg[NORMAL] = darker (@@COLPREFIX@_contrasting_indicator)
948         fg[ACTIVE] = darker(@@COLPREFIX@_bright_indicator)
949         fg[SELECTED] = darker(@@COLPREFIX@_bright_indicator)
950         fg[PRELIGHT] = darker(@@COLPREFIX@_bright_indicator)
951         fg[INSENSITIVE] = darker(@@COLPREFIX@_bright_indicator)
953         base[NORMAL] = @@COLPREFIX@_darkest
954         base[ACTIVE] = @@COLPREFIX@_darkest
955         bg[NORMAL] = @@COLPREFIX@_darkest
956         bg[ACTIVE] = @@COLPREFIX@_darkest
959 style "transport_clock_display_delta" = "transport_clock_display"
961         fg[NORMAL] = @@COLPREFIX@_bright_color
964 style "tempo_meter_clock_display" = "very_small_text"
966         fg[NORMAL] = @@COLPREFIX@_fg
967         fg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
968         fg[SELECTED] = @@COLPREFIX@_bright_indicator
969         base[NORMAL] = @@COLPREFIX@_base
970         base[ACTIVE] = @@COLPREFIX@_contrasting_indicator
971         bg[NORMAL] = @@COLPREFIX@_bright_color
972         bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
975 style "default_clock_display" = "medium_text"
977         fg[NORMAL] = @@COLPREFIX@_contrasting_indicator
978         fg[ACTIVE] = @@COLPREFIX@_bright_indicator
979         fg[SELECTED] = @@COLPREFIX@_bright_indicator
980         base[NORMAL] = @@COLPREFIX@_darkest
981         base[ACTIVE] = @@COLPREFIX@_darkest
982         bg[NORMAL] = @@COLPREFIX@_darkest
983         bg[ACTIVE] = @@COLPREFIX@_darkest
987 style "white_on_black_clock_display" = "medium_text"
989         fg[NORMAL] = @@COLPREFIX@_fg
990         fg[ACTIVE] = @@COLPREFIX@_bright_indicator
991         fg[SELECTED] = @@COLPREFIX@_bright_indicator
992         base[NORMAL] = @@COLPREFIX@_darkest
993         base[ACTIVE] = @@COLPREFIX@_darkest
994         bg[NORMAL] = @@COLPREFIX@_darkest
995         bg[ACTIVE] = @@COLPREFIX@_darkest
998 style "editor_time_ruler" = "small_text"
1000         fg[NORMAL] = @@COLPREFIX@_fg
1001         bg[NORMAL] = @@COLPREFIX@_base
1004 style "audio_bus_base" = "very_small_text"
1006   fg[NORMAL] = @@COLPREFIX@_fg
1007   bg[NORMAL] = @@COLPREFIX@_audio_bus
1010 style "send_strip_base" = "default"
1012   font_name = "@FONT_SMALLER@"
1013   fg[NORMAL] = @@COLPREFIX@_send_fg
1014   bg[NORMAL] = @@COLPREFIX@_send_bg
1015   bg[ACTIVE] = @@COLPREFIX@_send_bg
1016   bg[PRELIGHT] = @@COLPREFIX@_send_bg
1017   bg[INSENSITIVE] = @@COLPREFIX@_send_bg
1018   bg[SELECTED] = @@COLPREFIX@_send_bg
1021 style "audio_track_base" = "default"
1023   font_name = "@FONT_SMALLER@"
1024   fg[NORMAL] = @@COLPREFIX@_fg
1025   bg[NORMAL] = @@COLPREFIX@_audio_track
1026   bg[ACTIVE] = @@COLPREFIX@_bg
1027   bg[PRELIGHT] = @@COLPREFIX@_bg
1028   bg[INSENSITIVE] = @@COLPREFIX@_bg
1029   bg[SELECTED] = @@COLPREFIX@_bg
1032 style "midi_track_base" = "default"
1034   font_name = "@FONT_SMALLER@"
1035   fg[NORMAL] = @@COLPREFIX@_fg
1036   bg[NORMAL] = @@COLPREFIX@_midi_track
1037   bg[ACTIVE] = @@COLPREFIX@_bg
1038   bg[PRELIGHT] = @@COLPREFIX@_bg
1039   bg[INSENSITIVE] = @@COLPREFIX@_bg
1040   bg[SELECTED] = @@COLPREFIX@_bg
1043 style "track_controls_inactive" 
1045         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
1046         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
1047         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
1048         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
1049         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
1051         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
1054 style "audio_track_metrics" = "audio_track_base"
1056         font_name = "@FONT_TINY@"
1059 style "audio_bus_metrics" = "audio_bus_base"
1061         font_name = "@FONT_TINY@"
1064 style "audio_track_metrics_inactive" = "track_controls_inactive"
1066         font_name = "@FONT_TINY@"
1069 style "audio_bus_metrics_inactive" = "track_controls_inactive"
1071         font_name = "@FONT_TINY@"
1074 style "track_name_display" = "medium_text"
1076         fg[NORMAL] = @@COLPREFIX@_fg
1077         fg[ACTIVE] = @@COLPREFIX@_fg
1079         base[NORMAL] = @@COLPREFIX@_base
1080         base[ACTIVE] = lighter(@@COLPREFIX@_base)
1081         bg[NORMAL] = lighter(@@COLPREFIX@_base)
1082         bg[ACTIVE] = lighter(@@COLPREFIX@_base)
1085 style "active_track_name_display" = "medium_text"
1087         GtkWidget::cursor_color =  @@COLPREFIX@_base
1088         text[NORMAL] = @@COLPREFIX@_base
1089         base[NORMAL] = @@COLPREFIX@_text
1092 style "track_separator"
1094         bg[NORMAL] = @@COLPREFIX@_fg
1098 # Track edit groups. These styles define
1099 # the colors that the "edit" button will
1100 # use as a track is moved from
1101 # track edit group to track edit group.
1102 # There are 8 edit groups. Edit group 0
1103 # is used for tracks that are not editable, 
1104 # so we leave its style to the default.
1107 style "edit_group_0"
1110         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
1111         bg[NORMAL] = { 0.31, 0.31, 0.31 }
1112         fg[NORMAL] = { 0.82, 0.91, 0.99 }
1113         fg[ACTIVE] = { 0, 0, 0 }
1116 style "edit_group_1" 
1118         fg[NORMAL] = { 0, 0, 0 }
1119         fg[PRELIGHT] = { 0, 0, 0 }
1120         fg[SELECTED] = { 0, 0, 0 }
1121         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1122         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1123         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1126 style "edit_group_2" 
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 }
1136 style "edit_group_3" 
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 }
1146 style "treeview_parent_node"
1148         # specifies *just* the color used for whole file rows when not selected
1149         
1150         fg[NORMAL] = { 0.0, 0.6, 0.85 }
1153 style "treeview_display" = "small_bold_text"
1155         GtkWidget::focus-line-width = 0
1157         # expander arrow border and DnD "icon" text
1158         fg[NORMAL] = { 0.8, 0.8, 0.8 } 
1160         bg[NORMAL] = { 0.8, 0.8, 0.8 }
1162         # background with no rows or no selection, plus
1163         # expander arrow core and DnD "icon" background
1164         base[NORMAL] = { 0.20, 0.20, 0.25 }
1166         # selected row bg when window does not have focus (including during DnD)
1167         base[ACTIVE] = { 0.0, 0.75, 0.75 }    
1169         # selected row bg when window has focus
1170         base[SELECTED] = { 0, 0.75, 0.75 }
1172         # row text when in normal state and not a parent
1173         text[NORMAL] = { 0.80, 0.80, 0.80 }
1175         # selected row text with window focus
1176         text[SELECTED] = { 1.0, 1.0, 1.0 }  
1178         # selected row text without window focus (including during DnD)
1179         text[ACTIVE] = { 1.0, 1.0, 1.0 }  
1182 style "main_canvas_area"
1184         bg[NORMAL] = { 0.30, 0.30, 0.34 }
1185         bg[ACTIVE] = { 0.30, 0.30, 0.34 }
1186         bg[INSENSITIVE] = { 0.30, 0.30, 0.34 }
1187         bg[SELECTED] = { 0.30, 0.30, 0.34 }
1188         bg[PRELIGHT] = { 0.30, 0.30, 0.34 }
1191 style "track_controls_inactive" = "larger_text"
1193         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
1194         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
1195         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
1196         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
1197         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
1199         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
1202 style "edit_controls_base_selected"
1204         bg[NORMAL] = { 0.32, 0.32, 0.54 }
1205         bg[ACTIVE] = { 0.32, 0.32, 0.54 }
1206         bg[INSENSITIVE] = { 0.32, 0.32, 0.54 }
1207         bg[SELECTED] = { 0.32, 0.32, 0.54 }
1208         bg[PRELIGHT] = { 0.32, 0.32, 0.54 }
1211 style "automation_track_controls_base"
1213         bg[NORMAL] = { 0.22, 0.22, 0.29 }
1214         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
1215         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
1216         bg[SELECTED] = { 0.22, 0.22, 0.29 }
1217         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
1220 # Plugin Editors
1221 style "plugin_slider" 
1223         #font_name ="bold @FONT_BIG@"
1225         # the slider itself. the inactive part is INSENSITIVE,
1226         # the active part is taken from some other state.
1228         fg[NORMAL] = @@COLPREFIX@_bright_color
1229         fg[ACTIVE] = @@COLPREFIX@_bright_color
1230         fg[INSENSITIVE] = @@COLPREFIX@_base # matches default
1231         fg[SELECTED] = @@COLPREFIX@_bright_color
1232         fg[PRELIGHT] = @@COLPREFIX@_bright_color
1234         # draws the outer rectangle around the slider
1236         bg[NORMAL] = shade (0.6, @@COLPREFIX@_lightest)
1237         bg[ACTIVE] = shade (0.6, @@COLPREFIX@_lightest)
1238         bg[INSENSITIVE] = shade (0.6, @@COLPREFIX@_lightest)
1239         bg[SELECTED] = shade (0.6, @@COLPREFIX@_lightest)
1240         bg[PRELIGHT] = shade (0.6, @@COLPREFIX@_lightest)
1242         # the numeric display
1244         text[NORMAL] = @@COLPREFIX@_text
1245         text[ACTIVE] = @@COLPREFIX@_text
1246         text[INSENSITIVE] = @@COLPREFIX@_text
1247         text[SELECTED] = @@COLPREFIX@_text
1248         text[PRELIGHT] = @@COLPREFIX@_text
1251 style "track_list_display" = "small_bold_text"
1253         text[NORMAL] = @@COLPREFIX@_text
1254   text[ACTIVE] = darker(@@COLPREFIX@_text)
1255   text[INSENSITIVE] = @@COLPREFIX@_base
1256   text[SELECTED] = @@COLPREFIX@_fg_selected
1258   base[NORMAL] = @@COLPREFIX@_base
1259   base[ACTIVE] = lighter(@@COLPREFIX@_base)
1260   base[INSENSITIVE] = darker(@@COLPREFIX@_base)
1261   base[SELECTED] = @@COLPREFIX@_bg_selected
1264 style "inspector_track_list_display" = "track_list_display"
1269 style "processor_list" = "very_small_text"
1271         bg[NORMAL] = @@COLPREFIX@_darkest
1272         bg[ACTIVE] = shade (1.8, @@COLPREFIX@_fg_selected)
1273         fg[ACTIVE] = @@COLPREFIX@_darkest
1274         GtkCheckButton::indicator-size = 10
1275         GtkCheckButton::indicator-spacing = 0
1278 style "inspector_processor_list" = "processor_list"
1280         base[SELECTED] = { 0.3, 0.3, 0.3 }
1283 # Colour of a processor frame when it is selected
1284 style "processor_frame_selected"
1286         bg[NORMAL] = @@COLPREFIX@_fg_selected
1289 # Colour of a processor frame when it is a send whose level is being controller by the fader
1290 style "processor_frame_active_send"
1292         bg[NORMAL] = @@COLPREFIX@_send_fg
1295 # Fader processor's background
1296 style "processor_fader"
1298         bg[NORMAL] = @@COLPREFIX@_processor_fader_bg
1301 # Fader processor's frame
1302 style "processor_fader_frame" 
1304 bg[NORMAL] = @@COLPREFIX@_processor_fader_frame
1307 # Pre-fader processor's background
1308 style "processor_prefader"
1310         bg[NORMAL] = @@COLPREFIX@_processor_prefader
1313 # Pre-fader processor's frame
1314 style "processor_prefader_frame"
1316         bg[NORMAL] = @@COLPREFIX@_processor_prefader_frame
1319 # Post-fader processor's background
1320 style "processor_postfader"
1322         bg[NORMAL] = @@COLPREFIX@_processor_postfader
1325 # Post-fader processor's frame
1326 style "processor_postfader_frame"
1328         bg[NORMAL] = @@COLPREFIX@_processor_postfader_frame
1331 # MixerPanZone:
1333 # the NORMAL fg color is used for the pan puck
1334 # the ACTIVE fg color is used for the speaker boxes
1336 style "pan_zone" = "default"
1338         fg[NORMAL] = @@COLPREFIX@_contrasting_indicator
1339         fg[ACTIVE] = darker(@@COLPREFIX@_bright_color)
1342 style "paler_red_when_active" = "medium_text"
1344         fg[NORMAL] = @@COLPREFIX@_fg
1345         fg[PRELIGHT] = @@COLPREFIX@_fg
1346         bg[NORMAL] = @@COLPREFIX@_bg
1347         bg[PRELIGHT] = @@COLPREFIX@_bg
1349         fg[ACTIVE] = @@COLPREFIX@_fg
1350         bg[ACTIVE] = lighter(@@COLPREFIX@_bright_indicator)
1353 style "peak_display_peaked_entry" = "small_text"
1355         fg[NORMAL] = @@COLPREFIX@_text
1356         fg[ACTIVE] = @@COLPREFIX@_text
1357         fg[SELECTED] = @@COLPREFIX@_text
1359         bg[NORMAL] = @@COLPREFIX@_bright_indicator
1360         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
1361         bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
1362         bg[INSENSITIVE] = @@COLPREFIX@_bright_indicator
1363         bg[SELECTED] = @@COLPREFIX@_bright_indicator
1364         base[NORMAL] = @@COLPREFIX@_bright_indicator
1365         base[ACTIVE] = @@COLPREFIX@_bright_indicator
1366         base[PRELIGHT] = @@COLPREFIX@_bright_indicator
1367         base[INSENSITIVE] = @@COLPREFIX@_bright_indicator
1368         base[SELECTED] = @@COLPREFIX@_bright_indicator
1371 style "selected_strip_frame"
1373         fg[NORMAL] = @@COLPREFIX@_bright_indicator
1374         bg[NORMAL] = darker(@@COLPREFIX@_bright_indicator)
1377 style "flashing_alert" = "very_small_text"
1379         GtkButton::child-displacement-x = 0
1380         GtkButton::child-displacement-y = 0
1381   
1382         fg[NORMAL] = darker(@@COLPREFIX@_fg)
1383         fg[PRELIGHT] = darker(@@COLPREFIX@_fg)
1384         bg[NORMAL] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
1385         bg[PRELIGHT] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
1386         
1387         fg[ACTIVE] = @@COLPREFIX@_fg
1388         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
1392 style "green_flashing_alert" = "very_small_text"
1394         GtkButton::child-displacement-x = 0
1395         GtkButton::child-displacement-y = 0
1397         fg[NORMAL] = darker(@@COLPREFIX@_fg)
1398         fg[PRELIGHT] = darker(@@COLPREFIX@_fg)
1399         bg[NORMAL] = mix(0.1,@@COLPREFIX@_contrasting_indicator,darker(@@COLPREFIX@_bg))
1400         bg[PRELIGHT] = mix(0.1,@@COLPREFIX@_contrasting_indicator,darker(@@COLPREFIX@_bg))
1402         fg[ACTIVE] = @@COLPREFIX@_fg
1403         bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
1406 style "sync_alert"
1408         #
1409         # this is used when the sync button is indicating that sync is
1410         # active, and alternates with another style if sync is active
1411         # but we are not locked
1412         #
1413         bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
1414         bg[PRELIGHT] = @@COLPREFIX@_somewhat_bright_indicator
1415         bg[SELECTED] = @@COLPREFIX@_somewhat_bright_indicator
1416         bg[NORMAL] = @@COLPREFIX@_somewhat_bright_indicator
1417         
1418         fg[NORMAL] = @@COLPREFIX@_darkest
1419         fg[PRELIGHT] = @@COLPREFIX@_darkest
1420         fg[SELECTED] = @@COLPREFIX@_darkest
1421         fg[ACTIVE] = @@COLPREFIX@_darkest
1424 style "tearoff_arrow" = "medium_bold_entry"
1426         fg[NORMAL] = darker(@@COLPREFIX@_fg)
1427         fg[PRELIGHT] = darker(@@COLPREFIX@_fg)
1428         bg[NORMAL] = darker(@@COLPREFIX@_fg)
1429         bg[PRELIGHT] = darker(@@COLPREFIX@_fg)
1432 style "location_row_button" = "default_button"
1434         font_name = "@FONT_NORMAL@"
1437 style "location_rows_clock" = "default_clock_display"
1439         font_name = "@FONT_NORMAL@"
1442 style "ardour_button" ="default_button"
1444         xthickness = 1
1445         ythickness = 1
1448 style "padded_button" = "default_button"
1450         xthickness = 8
1454 #---------------------------------------------------------------
1456 class "GtkWidget" style:highest "default"
1457 class "GtkScrollbar" style:highest "ardour_adjusters"
1458 class "GtkLabel" style:highest "default_generic"
1459 class "GtkButton" style:highest "ardour_button"
1460 class "GtkArrow" style:highest "tearoff_arrow"
1461 class "GtkProgressBar" style:highest "ardour_progressbars"
1463 widget "*PaddedButton" style:highest "padded_button"
1464 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1465 widget "*MarkerText" style:highest "marker_text"
1466 widget "*TimeAxisViewItemName*" style:highest "time_axis_view_item_name"
1467 widget "*EditModeSelector" style:highest "medium_bold_entry"
1468 widget "*SnapTypeSelector" style:highest "medium_bold_entry"
1469 widget "*SnapModeSelector" style:highest "medium_bold_entry"
1470 widget "*ZoomFocusSelector" style:highest "medium_bold_entry"
1471 widget "*ArdourContextMenu*" style:highest "default_menu"
1472 widget "*EditGroupTitleButton*" style:highest "default_button"
1473 widget "*MixerGroupTitleButton*" style:highest "default_button"
1474 widget "*ErrorLogCloseButton" style:highest "default_button"
1475 widget "*EditorGTKButton*" style:highest "default_button" 
1476 widget "*ToolbarButton" style:highest "default_button"
1477 widget "*ToolbarButton*" style:highest "default_button"
1478 widget "*CrossfadeEditButton" style:highest "default_button"
1479 widget "*CrossfadeEditButton*" style:highest "default_button"
1480 widget "*TrackHistoryButton*" style:highest "default_button"
1481 widget "*TrackSizeButton*" style:highest "default_button"
1482 widget "*TrackPlaylistButton*" style:highest "default_button"
1483 widget "*TrackAutomationButton*" style:highest "default_button"
1484 widget "*TrackGroupButton*" style:highest "default_button"
1485 widget "*TrackMixButton*" style:highest "default_button"
1486 widget "*TrackVisualButton*" style:highest "default_button"
1487 widget "*TrackRemoveButton*" style:highest "default_button"
1488 widget "*BaseButton" style:highest "default_button"
1489 widget "*TakeButtonLabel" style:highest "default_button"
1490 widget "*MixerWidthButton" style:highest "default_button"
1491 widget "*MixerHideButton" style:highest "default_button"
1492 widget "*MixerSendButton" style:highest "default_button"
1493 widget "*MixerSendButtonLabel" style:highest "default_button"
1494 widget "*MixerSendSwitch" style:highest "default_button"
1495 widget "*MixerInsertButton" style:highest "default_button"
1496 widget "*MixerInsertButtonLabel" style:highest "default_button"
1497 widget "*MixerInsertSwitch" style:highest "default_button"
1498 widget "*MixerMonitorInputButton*" style:highest "very_small_button"
1499 widget "*MixerMonitorInputButton.*" style:highest "very_small_button"
1500 widget "*MixerIOButton" style:highest "very_small_button"
1501 widget "*MixerIOButtonLabel" style:highest "very_small_button"
1502 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1503 widget "*AddRouteDialogRadioButton*" style:highest "preferences"
1504 widget "*OptionsNotebook" style:highest "preferences"
1505 widget "*OptionEditorToggleButton*" style:highest "preferences"
1506 widget "*OptionsLabel" style:highest "preferences"
1507 widget "*OptionEditorAuditionerLabel" style:highest "preferences"
1508 widget "*OptionsEntry" style:highest "option_entry"
1509 widget "*InspectorNotebook" style:highest "preferences"
1510 widget "*NewSessionDialog" style:highest "preferences"
1511 widget "*NewSessionDialogButton*" style:highest "preferences"
1512 widget "*MixerSendSwitch*" style:highest "very_small_red_active_and_selected_button"
1513 widget "*OptionEditorToggleButton" style:highest "small_red_active_and_selected_button"
1514 widget "*NewSessionDialogButton" style:highest "small_red_active_and_selected_button"
1515 widget "*RecordEnableButton" style:highest "track_rec_enable_button"
1516 widget "*RecordEnableButton-active" style:highest "track_rec_enable_button_active"
1517 widget "*RecordEnableButton-alternate" style:highest "track_rec_enable_button_alternate"
1518 widget "*RecordEnableButton-alternate2" style:highest "track_rec_enable_button_alternate_two"
1519 widget "*MixerRecordEnableButton" style:highest "mixer_track_rec_enable_button"
1520 widget "*MixerRecordEnableButton-active" style:highest "mixer_track_rec_enable_button_active"
1521 widget "*MixerRecordEnableButton-alternate" style:highest "mixer_track_rec_enable_button_alternate"
1522 widget "*MuteButton" style:highest "mute_button"
1523 widget "*MuteButton-alternate" style:highest "mute_button_fullylit"
1524 widget "*MuteButton-active" style:highest "mute_button_halflit"
1525 widget "*MixerMuteButton" style:highest "mixer_mute_button"
1526 widget "*MixerMuteButton-alternate" style:highest "mixer_mute_button_fullylit"
1527 widget "*MixerMuteButton-active" style:highest "mixer_mute_button_halflit"
1528 widget "*SoloButton" style:highest "solo_button"
1529 widget "*SoloButton-alternate" style:highest "solo_button_alternate"
1530 widget "*SoloButton-alternate2" style:highest "solo_button_alternate2"
1531 widget "*SoloButton-active" style:highest "solo_button_active"
1532 widget "*MixerSoloButton" style:highest "mixer_solo_button"
1533 widget "*MixerSoloButton-alternate" style:highest "mixer_solo_button_alternate"
1534 widget "*MixerSoloButton-alternate2" style:highest "mixer_solo_button_alternate2"
1535 widget "*MixerSoloButton-active" style:highest "mixer_solo_button_active"
1536 widget "*TrackLoopButton*" style:highest "track_loop_button"
1537 widget "*PanAutomationLineSelector*" style:highest "multiline_combo"
1538 widget "*EditorTimeButton*" style:highest "time_button"
1539 widget "*MixerInvertButton*" style:highest "mixer_invert_button"
1540 widget "*MixerInvertButton.*" style:highest "mixer_invert_button"
1541 widget "*MixerAutomationRecordingButton*" style:highest "very_small_button"
1542 widget "*MixerAutomationRecordingButton.*" style:highest "very_small_button"
1543 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1544 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1545 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1546 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1547 widget "*MixerNameButton" style:highest "very_small_button"
1548 widget "*MixerNameButtonLabel" style:highest "very_small_button"
1549 widget "*MixerGroupButton" style:highest "very_small_button"
1550 widget "*MixerGroupButtonLabel" style:highest "very_small_button"
1551 widget "*MixerCommentButton" style:highest "very_small_button"
1552 widget "*MixerCommentButton*" style:highest "very_small_button"
1553 widget "*MixerMonoButton*" style:highest "very_small_button"
1554 widget "*EditGroupButton" style:highest "very_small_button"
1555 widget "*EditGroupButtonLabel" style:highest "very_small_button"
1556 widget "*TransportButton" style:highest "transport_button"
1557 widget "*TransportButton-active" style:highest "transport_button_active"
1558 widget "*TransportButton-alternate2" style:highest "transport_button_alternate_two"
1559 widget "*TransportSyncButton" style:highest "transport_button"
1560 widget "*TransportSyncButton*" style:highest "transport_button"
1561 widget "*TransportSyncButton-active" style:highest "sync_alert"
1562 widget "*TransportSyncButton-active*" style:highest "sync_alert"
1563 widget "*ShuttleButton" style:highest "transport_button"
1564 widget "*ShuttleButton*" style:highest "transport_button"
1565 widget "*ShuttleDisplay" style:highest "transport_button"
1566 widget "*ShuttleDisplay*" style:highest "transport_button"
1567 widget "*ShuttleControl" style:highest "shuttle_control"
1568 widget "*TransportRecButton" style:highest "transport_rec_button"
1569 widget "*TransportRecButton*" style:highest "transport_rec_button"
1570 widget "*TransportRecButton-active" style:highest "transport_rec_button_active"
1571 widget "*TransportRecButton-active*" style:highest "transport_rec_button_active"
1572 widget "*TransportRecButton-alternate" style:highest "transport_rec_button_alternate"
1573 widget "*TransportRecButton-alternate*" style:highest "transport_rec_button_alternate"
1574 widget "*TransportRecButton*" style:highest "transport_rec_button"
1575 widget "*RecordingXrunWarningWindow" style:highest "xrun_warn"
1576 widget "*RecordingXrunWarningWindow*" style:highest "xrun_warn"
1577 #widget "*MainMenuBar" style:highest "menu_bar_base"
1578 widget "*ErrorMessage" style:highest "error_message"
1579 widget "*FatalMessage" style:highest "fatal_message"
1580 widget "*InfoMessage" style:highest "info_message"
1581 widget "*WarningMessage" style:highest "warning_message"
1582 widget "*BigClockNonRecording" style:highest "non_recording_big_clock_display"
1583 widget "*BigClockRecording" style:highest "recording_big_clock_display"
1584 widget "*TransportClockDisplay" style:highest "transport_clock_display"
1585 widget "*SecondaryClockDisplay" style:highest "transport_clock_display"
1586 widget "*TransportClockDisplayDelta" style:highest "transport_clock_display_delta"
1587 widget "*SecondaryClockDisplayDelta" style:highest "transport_clock_display_delta"
1588 widget "*AudioClockFramesUpperInfo" style:highest "tempo_meter_clock_display"
1589 widget "*AudioClockFramesLowerInfo" style:highest "tempo_meter_clock_display"
1590 widget "*AudioClockSMPTEUpperInfo" style:highest "tempo_meter_clock_display"
1591 widget "*AudioClockSMPTELowerInfo" style:highest "tempo_meter_clock_display"
1592 widget "*AudioClockBBTUpperInfo" style:highest "tempo_meter_clock_display"
1593 widget "*AudioClockBBTLowerInfo" style:highest "tempo_meter_clock_display"
1594 widget "*SelectionStartClock" style:highest "default_clock_display"
1595 widget "*SelectionEndClock" style:highest "default_clock_display"
1596 widget "*SilenceDurationClock" style:highest "white_on_black_clock_display"
1597 widget "*EditPointClock" style:highest "default_clock_display"
1598 widget "*PreRollClock" style:highest "default_clock_display"
1599 widget "*PostRollClock" style:highest "default_clock_display"
1600 widget "*NudgeClock" style:highest "default_clock_display"
1601 widget "*MenuBarClock" style:highest "default_clock_display"
1602 widget "*ZoomRangeClock" style:highest "default_clock_display"
1603 widget "*SMPTEOffsetClock" style:highest "default_clock_display"
1604 widget "*TransportLabel" style:highest "small_bold_text"
1605 widget "*TakeLabel" style:highest "small_bold_text"
1606 widget "*LocationLabel" style:highest "small_bold_text"
1607 widget "*WipeLabel" style:highest "small_bold_text"
1608 widget "*TakeTagLabel" style:highest "small_bold_text"
1609 widget "*ToolBarLabel" style:highest "small_bold_text"
1610 widget "*EditorDisplayLabel" style:highest "small_bold_text"
1611 widget "*NewSessionLabel" style:highest "larger_text"
1612 widget "*GlobalButtonLabel" style:highest "default_generic"
1613 widget "*ClickButton" style:highest "medium_entry"
1614 widget "*RegionNameDisplay" style:highest "medium_entry"
1615 widget "*PluginDisplay" style:highest "medium_entry"
1616 widget "*SelectionDisplay" style:highest "medium_entry"
1617 widget "*HistorySelector" style:highest "medium_entry"
1618 widget "*LocationSelector" style:highest "medium_entry"
1619 widget "*TakeSelector" style:highest "medium_entry"
1620 widget "*RegionSelector" style:highest "medium_entry"
1621 widget "*SMPTERuler" style:highest "editor_time_ruler"
1622 widget "*BBTRuler" style:highest "editor_time_ruler"
1623 widget "*SamplesRuler" style:highest "editor_time_ruler"
1624 widget "*TimecodeRuler" style:highest "editor_time_ruler"
1625 widget "*FramesRuler" style:highest "editor_time_ruler"
1626 widget "*MinSecRuler" style:highest "editor_time_ruler"
1627 widget "*BaseFrame" style:highest "base_frame"
1629 widget "*SendStripBase" style:highest "send_strip_base"
1630 widget "*AudioTrackStripBase" style:highest "audio_track_base"
1631 widget "*AudioBusStripBase" style:highest "audio_bus_base"
1632 widget "*MidiTrackStripBase" style:highest "midi_track_base"
1633 widget "*AudioTrackStripBaseInactive" style:highest "track_controls_inactive"
1634 widget "*AudioBusStripBaseInactive" style:highest "track_controls_inactive"
1635 widget "*MidiTrackStripBaseInactive" style:highest "track_controls_inactive"
1636 widget "*FaderMetricsStrip" style:highest "audio_track_metrics"
1637 widget "*AudioTrackMetrics" style:highest "audio_track_metrics"
1638 widget "*AudioBusMetrics" style:highest "audio_bus_metrics"
1639 widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive"
1640 widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive"
1642 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
1643 widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base"
1644 widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base"
1645 widget "*AudioTrackFader" style:highest "gain_fader"
1647 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
1648 widget "*AudioBusFader" style:highest "gain_fader"
1649 widget "*TrackSeparator" style:highest "track_separator"
1650 widget "*TrackEditIndicator0*" style:highest "edit_group_0"
1651 widget "*TrackEditIndicator1*" style:highest "edit_group_1"
1652 widget "*TrackEditIndicator2*" style:highest "edit_group_2"
1653 widget "*TrackEditIndicator3*" style:highest "edit_group_3"
1654 widget "*TrackEditIndicator4*" style:highest "edit_group_3"
1655 widget "*TrackEditIndicator5*" style:highest "edit_group_3"
1656 widget "*TrackEditIndicator6*" style:highest "edit_group_3"
1657 widget "*TrackEditIndicator7*" style:highest "edit_group_3"
1658 widget "*EditorTrackNameDisplay" style:highest "track_name_display"
1659 widget "*EditorTrackNameDisplay*" style:highest "track_name_display"
1660 widget "*EditorActiveTrackNameDisplay" style:highest "active_track_name_display"
1661 widget "*EditorActiveTrackNameDisplay*" style:highest "active_track_name_display"
1662 widget "*CrossfadeEditAuditionButton" style:highest "red_when_active"
1663 widget "*CrossfadeEditAuditionButton*" style:highest "red_when_active"
1664 widget "*CrossfadeEditCurveButton" style:highest "red_when_active"
1665 widget "*CrossfadeEditCurveButton*" style:highest "red_when_active"
1666 widget "*CrossfadeEditLabel" style:highest "medium_text"
1667 widget "*CrossfadeEditFrame" style:highest "base_frame"
1668 widget "*MouseModeButton" style:highest "mouse_mode_button"
1669 widget "*MouseModeButton*" style:highest "default_button"
1670 widget "*EditorMainCanvas" style:highest "main_canvas_area"
1671 widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1672 widget "*BusControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1673 widget "*AutomationTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1674 widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1675 widget "*BusControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1676 widget "*AutomationTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1677 widget "*AudioTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1678 widget "*MidiTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1679 widget "*BusControlsBaseSelected" style:highest "edit_controls_base_selected"
1680 widget "*AutomationTrackControlsBase" style:highest "automation_track_controls_base"
1681 widget "*AutomationTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1682 #widget "*EditorMenuBar*" style:highest "black_mackie_menu_bar"
1683 #widget "*MainMenuBar*" style:highest "black_mackie_menu_bar"
1684 widget "*ZoomClickBox" style:highest "medium_bold_entry"
1685 widget "*PluginParameterLabel" style:highest "medium_text"
1686 widget "*PluginNameInfo" style:highest "plugin_name_text"
1687 widget "*PluginMakerInfo" style:highest "plugin_maker_text"
1688 widget "*PluginParameterInfo" style:highest "medium_text"
1689 widget "*MotionControllerValue" style:highest "medium_entry"
1690 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
1691 widget "*PluginUIClickBox" style:highest "medium_bold_entry"
1692 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
1693 widget "*PluginSlider" style:highest "plugin_slider"
1694 widget "*EditGroupDisplay" style:highest "treeview_display"
1695 widget "*TrackListDisplay" style:highest "treeview_display"
1696 widget "*RegionListDisplay" style:highest "treeview_display"
1697 widget "*NamedSelectionDisplay" style:highest "treeview_display"
1698 widget "*SnapshotDisplay" style:highest "treeview_display"
1699 widget "*MixerTrackCommentArea" style:highest "option_entry"
1700 widget "*MixerPanZone" style:highest "pan_zone"
1701 widget "*MixerTrackDisplayList" style:highest "treeview_display"
1702 widget "*MixerSnapshotDisplayList" style:highest "treeview_display"
1703 widget "*MixerAuxDisplayList" style:highest "treeview_display"
1704 widget "*MixerGroupList" style:highest "treeview_display"
1705 widget "*RegionEditorLabel" style:highest "medium_text"
1706 widget "*RegionEditorSmallLabel" style:highest "small_text"
1707 widget "*RegionEditorEntry" style:highest "medium_entry"
1708 widget "*RegionEditorClock" style:highest "default_clock_display"
1709 widget "*RegionEditorToggleButton" style:highest "paler_red_when_active"
1710 widget "*RegionEditorToggleButton*" style:highest "paler_red_when_active"
1711 widget "*MixerStripSpeedBase" style:highest "small_entry"
1712 widget "*MixerStripSpeedBase*" style:highest "small_entry"
1713 widget "*MixerStripSpeedBaseNotOne" style:highest "small_red_on_black_entry"
1714 widget "*MixerStripSpeedBaseNotOne*" style:highest "small_red_on_black_entry"
1715 widget "*MixerStripGainDisplay" style:highest "small_entry"
1716 widget "*MixerStripGainDisplay*" style:highest "small_entry"
1717 widget "*MixerStripGainUnitButton" style:highest "very_small_button"
1718 widget "*MixerStripGainUnitButton*" style:highest "very_small_button"
1719 widget "*MixerStripMeterPreButton" style:highest "very_small_button"
1720 widget "*MixerStripMeterPreButton*" style:highest "very_small_button"
1721 widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry"
1722 widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry"
1723 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
1724 widget "*MixerStripFrame" style:highest "base_frame"
1725 widget "*HWMonitorButton" style:highest "red_when_active"
1726 widget "*HWMonitorButton*" style:highest "red_when_active"
1727 widget "*MonitorInvertButton" style:highest "monitor_invert_button"
1728 widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
1729 widget "*MonitorMuteButton" style:highest "monitor_mute_button"
1730 widget "*MonitorMuteButton*" style:highest "monitor_mute_button"
1731 widget "*MonitorDimButton" style:highest "monitor_dim_button"
1732 widget "*MonitorDimButton*" style:highest "monitor_dim_button"
1733 widget "*MonitorMonoButton" style:highest "monitor_mono_button"
1734 widget "*MonitorMonoButton*" style:highest "monitor_mono_button"
1735 widget "*MonitorInvertButton" style:highest "monitor_invert_button"
1736 widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
1737 widget "*MonitorOptButton" style:highest "monitor_opt_button"
1738 widget "*MonitorOptButton*" style:highest "monitor_opt_button"
1739 widget "*MonitorIsoAlert" style:highest "monitor_iso_button"
1740 widget "*MonitorIsoAlert*" style:highest "monitor_iso_button"
1741 widget "*BypassButton" style:highest "red_when_active"
1742 widget "*BypassButton*" style:highest "red_when_active"
1743 widget "*TransportSoloAlert" style:highest "flashing_alert"
1744 widget "*TransportSoloAlert.*" style:highest "flashing_alert"
1745 widget "*TransportSoloAlert-active" style:highest "flashing_alert"
1746 widget "*TransportSoloAlert-alternate" style:highest "flashing_alert"
1747 widget "*SendAlert" style:highest "green_flashing_alert"
1748 widget "*SendAlert.*" style:highest "green_flashing_alert"
1749 widget "*TransportAuditioningAlert" style:highest "flashing_alert"
1750 widget "*TransportAuditioningAlert.*" style:highest "flashing_alert"
1751 widget "*FadeCurve" style:highest "medium_bold_entry"
1752 widget "*FadeCurve*" style:highest "medium_bold_entry"
1753 widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
1754 widget "*TearOffArrow" style:highest "tearoff_arrow"
1755 widget "*RouteParamsTitleButton" style:highest "medium_text"
1756 widget "*RouteParamsTitleLabel" style:highest "medium_text"
1757 widget "*PluginAutomateRecordButton" style:highest "small_red_active_and_selected_button"
1758 widget "*PluginAutomateRecordButton*" style:highest "small_red_active_and_selected_button"
1759 widget "*PluginAutomatePlayButton" style:highest "small_red_active_and_selected_button"
1760 widget "*PluginAutomatePlayButton*" style:highest "small_red_active_and_selected_button"
1761 widget "*PluginAutomateButton" style:highest "small_button"
1762 widget "*PluginAutomateButton*" style:highest "small_button"
1763 widget "*PluginSaveButton" style:highest "small_button"
1764 widget "*PluginSaveButton*" style:highest "small_button"
1765 widget "*PluginEditButton*" style:highest "small_button"
1766 widget "*PluginLoadButton" style:highest "small_button"
1767 widget "*PluginLoadButton*" style:highest "small_button"
1769 widget "*MetricDialogFrame" style:highest "base_frame"
1770 widget "*MetricEntry" style:highest "medium_bold_entry"
1771 widget "*MetricButton" style:highest "default_button"
1772 widget "*MetricButton.*" style:highest "default_button"
1773 widget "*MetricLabel" style:highest "medium_text"
1774 widget "*TimeStretchButton" style:highest "default_button"
1775 widget "*TimeStretchButton.*" style:highest "default_button"
1776 widget "*ChoiceWindow" style:highest "default_generic"
1777 widget "*ChoicePrompt" style:highest "default_generic"
1778 widget "*ChoiceButton" style:highest "default_button"
1779 widget "*ChoiceButton*" style:highest "default_button"
1780 widget "*SelectionModeButton" style:highest "default_button"
1781 widget "*SelectionModeButton*" style:highest "default_button"
1782 widget "*TrackLabel" style:highest "medium_text"
1783 widget "*TrackPlugName" style:highest "medium_text"
1784 widget "*TrackParameterName" style:highest "small_italic_text"
1785 widget "*AddRouteDialog*" style:highest "medium_text"
1786 widget "*AddRouteDialog.GtkLabel" style:highest "medium_text"
1787 widget "*AddRouteDialogChannelChoice" style:highest "medium_bold_entry"
1788 widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
1789 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
1790 widget "*AddRouteDialogRadioButton" style:highest "red_when_active"
1791 widget "*AddRouteDialogButton" style:highest "default_button"
1792 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
1793 widget "*NewSessionIOLabel" style:highest "large_bold_text"
1794 widget "*NewSessionSR1Label" style:highest "red_medium_text"
1795 widget "*NewSessionSR2Label" style:highest "medium_text"
1796 widget "*NewSessionChannelChoice" style:highest "medium_bold_entry"
1797 widget "*NewSessionMainButton" style:highest "large_bold_text"
1798 widget "*NewSessionMainButton*" style:highest "large_bold_text"
1799 widget "*NewSessionMainLabel" style:highest "large_bold_text"
1800 widget "*LocationEditRowClock" style:highest "location_rows_clock"
1801 widget "*LocationEditNameLabel" style:highest "medium_text"
1802 widget "*LocationEditSetButton" style:highest "location_row_button"
1803 widget "*LocationEditSetButton*" style:highest "location_row_button"
1804 widget "*LocationEditGoButton" style:highest "location_row_button"
1805 widget "*LocationEditGoButton*" style:highest "location_row_button"
1806 widget "*LocationEditCdButton" style:highest "small_red_active_and_selected_button"
1807 widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button"
1808 widget "*LocationEditHideButton" style:highest "small_red_active_and_selected_button"
1809 widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button"
1810 widget "*LocationEditLockButton*" style:highest "small_red_active_and_selected_button"
1811 widget "*LocationEditGlueButton*" style:highest "small_red_active_and_selected_button"
1812 widget "*LocationEditNumberLabel" style:highest "small_text"
1813 widget "*LocationLocEditorFrame" style:highest "base_frame"
1814 widget "*LocationRangeEditorFrame" style:highest "base_frame"
1815 widget "*LocationEditNameEntry" style:highest "option_entry"
1816 widget "*LocationAddLocationButton" style:highest "default_button"
1817 widget "*LocationAddLocationButton*" style:highest "default_button"
1818 widget "*LocationAddRangeButton" style:highest "default_button"
1819 widget "*LocationAddRangeButton*" style:highest "default_button"
1820 widget "*LocationEditRemoveButton" style:highest "location_row_button"
1821 widget "*LocationEditRemoveButton*" style:highest "location_row_button"
1822 widget "*ChannelCountSelector" style:highest "medium_bold_entry"
1823 widget "*ChannelCountSelector.GtkArrow" style:highest "default_generic"
1824 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
1825 widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
1826 widget "*MidiListView*" style:highest "treeview_display"
1827 widget "*ProcessorList*" style:highest "processor_list"
1828 widget "*ProcessorFrameSelected" style:highest "processor_frame_selected"
1829 widget "*ProcessorFrameActiveSend" style:highest "processor_frame_active_send"
1830 widget "*ProcessorFaderFrame" style:highest "processor_fader_frame"
1831 widget "*ProcessorPreFader" style:highest "processor_prefader"
1832 widget "*ProcessorPreFaderFrame" style:highest "processor_prefader_frame"
1833 widget "*ProcessorFader" style:highest "processor_fader"
1834 widget "*ProcessorPostFader" style:highest "processor_postfader"
1835 widget "*ProcessorPostFaderFrame" style:highest "processor_postfader_frame"
1836 widget "*PortMatrixLabel*" style:highest "small_text"
1837 widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
1838 widget "*SoloIsolatedLED" style:highest "solo_isolate_led"
1839 widget "*SoloSafeLED" style:highest "solo_safe_led"
1840 widget "*SoloLEDLabel" style:highest "very_small_text"
1841 widget "*ContrastingPopup" style:highest "contrasting_popup"
1842 widget "*ContrastingPopup*" style:highest "contrasting_popup"
1843 widget "*MidiChannelSelectorButton" style:highest "midi_channel_selector_button"
1845 widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
1846 widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
1848 style "tooltip" = "medium_text"
1850         fg[NORMAL] = @@COLPREFIX@_fg_tooltip
1851         bg[NORMAL] = @@COLPREFIX@_bg_tooltip
1853 widget "gtk-tooltip*" style:highest "tooltip"