bb280ae98af2979a44f46395e3b26d0f9009465e
[ardour.git] / gtk2_ardour / ardour3_ui_dark.rc.in
1 #
2 # This is the GTK style file for Ardour, originally by Paul Davis and others
3 #
4 # Color meta-ization originated by Sean Corbett (seanbutnotheard@gmail.com)
5 #
6 # Released under the terms of the GNU GPL v2:  http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
7 #
8
9 #@color fg #EEEEEC
10 #@color bg #54555d
11 #@color text #EEEEEC
12 #@color base #171717
13 #@color fg_selected #EEF
14 #@color bg_selected #58B
15 #@color fg_tooltip #1F1F1F
16 #@color bg_tooltip #FCF5B8
17
18 #@color 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
25
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
37
38 #@color send_fg #30F7B0
39 #@color send_bg #C4C4B8
40
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
48
49 # Tweak the color scheme in one place :
50
51 gtk_color_scheme = "@COLOR_SCHEME@"
52
53 #alternate BG color: #5C5E61
54
55 style "smallest_text"
56 {
57         font_name = "@FONT_TINY@"
58 }
59
60 style "very_small_text"
61 {
62         font_name = "@FONT_SMALLER@"
63 }
64
65 style "small_text"
66 {
67         font_name = "@FONT_SMALL@"
68 }
69
70 style "small_italic_text"
71 {
72         font_name = "italic @FONT_SMALL@"
73 }
74
75 style "small_bold_text"
76 {
77         font_name = "bold @FONT_SMALL@"
78 }
79
80 style "medium_bold_text"
81 {
82         font_name = "bold @FONT_NORMAL@"
83 }
84
85 style "medium_text"
86 {
87         font_name = "@FONT_NORMAL"
88 }
89
90 style "medium_monospace_text"
91 {
92         #font_name = "monospace @FONT_NORMAL@"
93 }
94
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
100 }
101
102 style "large_bold_text"
103 {
104         font_name = "bold @FONT_BIGGER@"
105 }
106
107 style "larger_text"
108 {
109         font_name = "@FONT_LARGE@"
110 }
111
112 style "larger_bold_text"
113 {
114         font_name = "bold @FONT_LARGE@"
115 }
116
117 style "big_bold_text"
118 {
119         font_name = "bold @FONT_LARGER@"
120 }
121
122 style "plugin_name_text" = "big_bold_text"
123 {
124         fg[NORMAL] = @A_text
125 }
126
127 style "plugin_maker_text" = "larger_bold_text"
128 {
129         fg[NORMAL] = @A_text
130 }
131
132 style "verbose_canvas_cursor" = "big_bold_text"
133 {
134 }
135
136 style "marker_text" = "small text"
137 {
138 }
139
140 style "midi_tracer_textview" = "medium_monospace_text"
141 {
142         
143 }
144
145 style "time_axis_view_item_name" = "very small text"
146 {
147 }
148
149 style "default" = "medium_text"
150 {
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.
167
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.
183
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.
187
188   GtkOptionMenu       :: indicator-size                   = { 6, 10 }         #                              Size of dropdown indicator.
189   GtkOptionMenu       :: indicator-spacing                = {   6, 5, 0, 0 }    #                              Spacing around indicator.
190
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.
194
195   GtkPaned            :: handle-size                      = 4                 # [               5 ] ( >= 0 ) Width of handle.
196
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.
201
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.
211
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.
216
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.
221
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. 
225
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.
233
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.
240
241 #Other Properties
242   GtkArrow            :: arrow-scaling                    = 0.5               # [             0.7 ] ( 0.1  ) Amount of space used up by arrow.
243
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.
247
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.
250
251   GtkEntry            :: honors-transparent-bg-hint       = 1                 # [               0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry.
252
253
254   #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN
255
256   #xthickness = 0
257   #ythickness = 0
258
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
265
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
271
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
277
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
283
284 #engine specific tweaks
285
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   }
293 }
294
295 style "contrasting_popup" = "medium_text"
296 {
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
303 }
304
305 style "base_frame"
306 {
307         fg[NORMAL] = @A_bg
308         bg[NORMAL] = @A_bg
309 }
310
311 style "transport_base" = "medium_bold_text"
312 {
313
314 }
315
316 style "default_button" = "small_text"
317 {
318 }
319
320 style "default_menu" = "medium_text"
321 {
322   #bg[NORMAL] = darker(@A_bg)
323 }
324
325 style "default_generic" = "medium_text"
326 {
327 }
328
329 style "text_cell_entry" = "medium_text"
330 {
331         GtkWidget::cursor_color =  @A_darkest
332 }
333
334 style "very_small_button" = "default_button" 
335 {
336         ythickness = 0
337         xthickness = 0
338 }
339
340 style "small_button" = "default_button"
341 {
342 }
343
344 style "very_small_red_active_and_selected_button" = "very_small_button"
345 {
346         fg[ACTIVE] = @A_darkest
347         bg[ACTIVE] = @A_bright_indicator
348         bg[SELECTED] = @A_bright_indicator
349 }
350
351 style "small_red_active_and_selected_button" = "small_button"
352 {
353         fg[ACTIVE] = @A_darkest
354         bg[ACTIVE] = @A_bright_indicator
355         bg[SELECTED] = @A_bright_indicator
356 }
357
358 style "gain_fader"
359 {
360         bg[NORMAL] =   { 0.269, 0.269, 0.300}
361         bg[ACTIVE] =   { 0.152, 0.152, 0.168 }
362 }
363
364
365
366 #MSR and related buttons
367
368 style "track_rec_enable_button" = "small_button"
369 {
370         fg[ACTIVE] =   @A_darkest
371         bg[NORMAL] =   mix(0.08,@A_arm,@A_bg)
372         bg[PRELIGHT] = shade(1.1,mix(0.08,@A_arm,@A_bg))
373 }
374
375 style "track_rec_enable_button_active" = "small_button"
376 {
377         #fg[ACTIVE] =   @A_darkest
378         #fg[SELECTED] = @A_darkest
379         #fg[PRELIGHT] = @A_darkest
380         #fg[NORMAL] = @A_darkest
381
382         bg[NORMAL] =   @A_arm
383         bg[ACTIVE] =   @A_arm
384         bg[SELECTED] =   @A_arm
385         bg[PRELIGHT] =   shade(1.1, @A_arm)
386 }
387
388 style "track_rec_enable_button_alternate" = "small_button"
389 {
390         fg[SELECTED] = @A_darkest
391         fg[ACTIVE] =   @A_darkest
392         fg[PRELIGHT] = @A_darkest
393         fg[NORMAL] = @A_darkest
394
395         bg[NORMAL] =   lighter(@A_arm)
396         bg[ACTIVE] =   lighter(@A_arm)
397         bg[SELECTED] =   lighter(@A_arm)
398         bg[PRELIGHT] =   shade(1.1, lighter(@A_arm))
399 }
400
401 style "track_rec_enable_button_alternate_two" = "small_button"
402 {
403         fg[SELECTED] = @A_darkest
404         fg[ACTIVE] =   @A_darkest
405         fg[PRELIGHT] = @A_darkest
406         fg[NORMAL] = @A_darkest
407
408         bg[NORMAL] =   darker(@A_arm)
409         bg[ACTIVE] =   darker(@A_arm)
410         bg[SELECTED] =   darker(@A_arm)
411         bg[PRELIGHT] =   shade(1.1, darker(@A_arm))
412 }
413
414 style "mixer_track_rec_enable_button" = "track_rec_enable_button"
415 {
416         xthickness = 0
417         ythickness = 0
418 }
419
420 style "mixer_track_rec_enable_button_alternate" = "track_rec_enable_button_alternate"
421 {
422         xthickness = 0
423         ythickness = 0
424 }
425
426 style "mixer_track_rec_enable_button_active" = "track_rec_enable_button_active"
427 {
428         xthickness = 0
429         ythickness = 0
430 }
431
432
433 style "solo_button" = "small_button"
434 {
435   bg[NORMAL] = mix(0.1,@A_solo,@A_bg)
436   bg[ACTIVE] = @A_solo
437   fg[ACTIVE] = @A_darkest
438 }
439
440 style "solo_isolate_led"
441 {
442   fg[NORMAL] = mix(0.2,@A_isolate, @A_darkest)
443   fg[ACTIVE] = @A_isolate
444 }
445
446 style "solo_safe_led"
447 {
448   fg[NORMAL] = mix(0.2,@A_isolate, @A_darkest)
449   fg[ACTIVE] = @A_isolate
450 }
451
452 style "solo_button_alternate" = "small_button"
453 {
454         #
455         # this is the "solo-isolated" solo theme
456         #
457
458         bg[ACTIVE] = lighter(@A_solo)
459
460         fg[ACTIVE] = @A_bright_indicator
461         fg[SELECTED] = @A_bright_indicator
462         fg[NORMAL] = @A_bright_indicator
463         fg[PRELIGHT] = shade(1.1, @A_bright_indicator)
464 }
465
466 style "solo_button_alternate2" = "small_button"
467 {
468         #
469         # this is the "half-bright" solo theme
470         #
471
472         bg[NORMAL] = darker(@A_solo) 
473         bg[ACTIVE] = darker(@A_solo)
474         bg[SELECTED] = darker(@A_solo)
475         bg[PRELIGHT] = shade(1.1, darker(@A_solo))
476
477         fg[ACTIVE] = @A_darkest
478         fg[SELECTED] = @A_darkest
479         fg[NORMAL] = @A_darkest
480         fg[PRELIGHT] = @A_darkest
481 }
482
483 style "solo_button_active" = "small_button"
484 {
485         #
486         # this is the "full-bright" solo theme
487         #
488
489         bg[NORMAL] = @A_solo
490         bg[ACTIVE] = @A_solo
491         bg[SELECTED] = @A_solo
492         bg[PRELIGHT] = shade(1.1, @A_solo)
493
494         fg[ACTIVE] = @A_darkest
495         fg[SELECTED] = @A_darkest
496         fg[NORMAL] = @A_darkest
497         fg[PRELIGHT] = @A_darkest
498 }
499
500 style "mixer_invert_button" = "small_button"
501 {
502         bg[ACTIVE] = @A_not_so_bright_indicator
503         fg[ACTIVE] = @A_darkest
504 }
505
506 style "mixer_solo_button" = "solo_button"
507 {
508         xthickness = 0
509         ythickness = 0
510 }
511
512 style "mixer_solo_button_alternate" = "solo_button_alternate"
513 {
514         xthickness = 0
515         ythickness = 0
516 }
517
518 style "mixer_solo_button_alternate2" = "solo_button_alternate2"
519 {
520         xthickness = 0
521         ythickness = 0
522 }
523
524
525 style "mixer_solo_button_active" = "solo_button_active"
526 {
527         xthickness = 0
528         ythickness = 0
529 }
530
531 style "monitor_opt_button" = "small_button"
532 {
533         bg[NORMAL] = mix(0.1,@A_not_so_bright_indicator,@A_bg)
534         bg[ACTIVE] = @A_not_so_bright_indicator
535         fg[ACTIVE] = @A_darkest
536 }
537
538 style "monitor_mono_button" = "small_button"
539 {
540         bg[NORMAL] = mix(0.1,@A_mono,@A_bg)
541         bg[ACTIVE] = @A_mono
542         fg[ACTIVE] = @A_darkest
543 }
544
545 style "monitor_invert_button" = "small_button"
546 {
547         bg[NORMAL] = mix(0.1,@A_not_so_bright_indicator,@A_bg)
548         bg[ACTIVE] = @A_not_so_bright_indicator
549         fg[ACTIVE] = @A_darkest
550 }
551
552 style "monitor_mute_button" = "small_button"
553 {
554         bg[NORMAL] = mix(0.1,@A_mute,@A_bg)
555         bg[ACTIVE] = @A_mute
556         fg[ACTIVE] = @A_darkest
557 }
558
559 style "monitor_dim_button" = "small_button"
560 {
561         bg[NORMAL] = mix(0.1,lighter(@A_mute),@A_bg)
562         bg[ACTIVE] = lighter(@A_mute)
563         fg[ACTIVE] = @A_darkest
564 }
565
566 style "monitor_iso_button" = "small_button"
567 {
568         bg[NORMAL] = mix(0.1,@A_somewhat_bright_indicator,@A_bg)
569         bg[ACTIVE] = @A_somewhat_bright_indicator
570         fg[ACTIVE] = @A_darkest
571 }
572
573 style "mute_button" = "small_button"
574 {
575         bg[NORMAL] = mix(0.1,@A_mute,@A_bg)
576         bg[ACTIVE] = @A_mute
577         fg[ACTIVE] = @A_darkest
578 }
579
580 style "mute_button_fullylit" = "small_button"
581 {
582         # this is the normal "active" state for a mute button
583
584         bg[ACTIVE] = @A_mute
585         bg[NORMAL] = @A_mute
586         bg[SELECTED] = @A_mute
587         bg[PRELIGHT] = lighter (@A_mute)
588
589         fg[SELECTED] = @A_darkest
590         fg[ACTIVE] = @A_darkest
591         fg[NORMAL] = @A_darkest
592         fg[PRELIGHT] = @A_darkest
593 }
594
595 style "mute_button_halflit" = "small_button"
596 {
597         bg[NORMAL] = mix(0.5,@A_lightest,@A_mute)
598         bg[SELECTED] = mix(0.5,@A_lightest,@A_mute)
599         bg[ACTIVE] = mix(0.5,@A_lightest,@A_mute)
600         bg[PRELIGHT] = mix(0.5,@A_lightest,@A_mute)
601
602         fg[SELECTED] = @A_darkest
603         fg[ACTIVE] = @A_darkest
604         fg[NORMAL] = @A_darkest
605         fg[PRELIGHT] = @A_darkest
606 }
607
608 style "mixer_mute_button" = "mute_button"
609 {
610         xthickness = 0
611         ythickness = 0
612 }
613
614 style "mixer_mute_button_fullylit" = "mute_button_fullylit"
615 {
616         xthickness = 0
617         ythickness = 0
618 }
619
620 style "mixer_mute_button_halflit" = "mute_button_halflit"
621 {
622         xthickness = 0
623         ythickness = 0
624 }
625
626 style "multiline_combo" = "small_button"
627 {
628         xthickness = 0
629         ythickness = 0
630 }
631
632 style "track_loop_button" = "small_button"
633 {
634         bg[ACTIVE] = @A_somewhat_bright_indicator
635         bg[PRELIGHT] = lighter(@A_somewhat_bright_indicator)
636
637 }
638
639 style "mixer_red_active_button" = "very_small_button"
640 {
641         bg[ACTIVE] = @A_bright_indicator
642
643         base[INSENSITIVE] = { 0.16, 0.16, 0.21 }
644         bg[INSENSITIVE] = { 0.16, 0.16, 0.21 }
645 }
646
647 style "time_button" = "default_button"
648 {
649         font_name = "@FONT_SMALL@"
650 }
651
652 style "transport_button"
653 {
654   #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
655         bg[ACTIVE] = @A_contrasting_indicator
656         fg[ACTIVE] = @A_darkest
657 }
658
659 style "transport_button_active"
660 {
661         bg[NORMAL] = @A_contrasting_indicator
662         bg[ACTIVE] = @A_contrasting_indicator
663         bg[SELECTED] = @A_contrasting_indicator
664         bg[PRELIGHT] = @A_contrasting_indicator
665
666         fg[NORMAL] = @A_darkest
667         fg[PRELIGHT] = @A_darkest
668         fg[SELECTED] = @A_darkest
669         fg[ACTIVE] = @A_darkest
670 }
671
672 style "transport_button_alternate_two"
673 {
674         fg[SELECTED] = @A_darkest
675         fg[ACTIVE] =   @A_darkest
676         fg[PRELIGHT] = @A_darkest
677         fg[NORMAL] = @A_darkest
678
679         bg[NORMAL] =   shade(0.2,@A_bright_indicator)
680         bg[ACTIVE] =   shade(0.2,@A_bright_indicator)
681         bg[SELECTED] =   shade(0.2,@A_bright_indicator)
682         bg[PRELIGHT] =   shade(0.2,@A_bright_indicator)
683 }
684
685 style "transport_rec_button"
686 {
687         bg[ACTIVE] = darker(@A_arm)         #the rest of these don't quite do what I expected
688   #bg[NORMAL] = mix(0.05,@A_arm,@A_bg)
689         #bg[SELECTED] = darker(@A_arm)
690         #bg[PRELIGHT] = lighter(mix(0.05,@A_arm,@A_bg))
691   
692   fg[ACTIVE] = @A_darkest
693 }
694
695 style "transport_rec_button_active"
696 {
697         bg[ACTIVE] = darker(@A_arm)
698         bg[NORMAL] = darker(@A_arm)
699         bg[SELECTED] = darker(@A_arm)
700         bg[PRELIGHT] = darker(@A_arm)
701 }
702
703 style "transport_rec_button_alternate"
704 {
705         bg[PRELIGHT] = @A_arm
706         bg[NORMAL] = @A_arm
707         bg[SELECTED] = @A_arm
708         bg[ACTIVE] = @A_arm
709 }
710
711 style "shuttle_control" = "very_small_text"
712 {
713         fg[NORMAL] = @A_control_text2
714         fg[ACTIVE] = @A_control_text2
715         fg[PRELIGHT] = @A_control_text2
716         fg[SELECTED] = @A_control_text2
717         fg[INSENSITIVE] = @A_control_text2
718
719         bg[NORMAL] = @A_darkest
720         bg[PRELIGHT] = @A_darkest
721         bg[INSENSITIVE] = @A_darkest
722         bg[ACTIVE] = @A_bright_color
723         bg[SELECTED] = @A_bright_color
724 }
725
726 style "ardour_adjusters" = "default_generic"
727 {
728         bg[NORMAL] = @A_bg
729         bg[PRELIGHT] = lighter(@A_bg)
730         bg[ACTIVE] = @A_darkest
731 }
732
733 style "editor_hscrollbar" = "ardour_adjusters"
734 {
735         #
736         # special case: we want this scrollbar to be as tall as the
737         # zoom focus selector combobox. scrollbars don't expand to
738         # fill the space available to them, so we have to explicitly
739         # make it bigger.
740         # 
741         GtkRange::slider_width = 27
742         GtkScrollbar::slider_width = 27
743 }
744
745 style "ardour_progressbars" = "default_generic"
746
747   # Clearlooks always uses darkest for the advancing bar, sigh
748   # so this is just a contrasting color for the trough
749   bg[NORMAL] = @A_bright_color
750 }
751
752 style "preferences"  = "default"
753 {
754         fg[PRELIGHT] = lighter(@A_fg)
755 }
756
757 style "option_entry"  = "default"
758 {
759
760 }
761
762 style "red_when_active" = "medium_text"
763 {
764         fg[NORMAL] = @A_fg
765         bg[NORMAL] = @A_bg
766   bg[PRELIGHT] = @A_bg
767
768         fg[ACTIVE] = @A_fg
769         bg[ACTIVE] = @A_bright_indicator
770   bg[PRELIGHT] = @A_bright_indicator
771 }
772
773 style "xrun_warn"  = "larger_bold_text"
774 {
775         fg[NORMAL] = @A_fg
776         fg[ACTIVE] = @A_fg
777         text[NORMAL] = @A_fg
778         text[ACTIVE] = @A_fg
779         base[NORMAL] = @A_base
780         base[ACTIVE] = @A_base
781         bg[NORMAL] = @A_bright_indicator
782         bg[ACTIVE] = @A_contrasting_indicator
783 }
784 /*
785 style "menu_bar_base" = "default"
786 {
787
788 }
789 */
790 style "fatal_message" = "medium_text"
791 {
792    fg[ACTIVE] = @A_bright_indicator
793    fg[NORMAL] = @A_bright_indicator
794    bg[ACTIVE]   = @A_base
795    bg[NORMAL]   = @A_base
796    base[NORMAL] = @A_base
797    base[NORMAL] = @A_base
798 }
799
800 style "error_message" = "medium_text"
801 {
802    fg[ACTIVE] = @A_bright_indicator
803    fg[NORMAL] = @A_bright_indicator
804    bg[ACTIVE]   = @A_base
805    bg[NORMAL]   = @A_base
806    base[NORMAL] = @A_base
807    base[NORMAL] = @A_base
808 }
809
810 style "info_message" = "medium_text"
811 {
812    fg[ACTIVE]   = @A_contrasting_indicator
813    fg[NORMAL]   = @A_contrasting_indicator
814    bg[ACTIVE]   = @A_base
815    bg[NORMAL]   = @A_base
816    base[NORMAL] = @A_base
817    base[NORMAL] = @A_base
818 }
819
820 style "warning_message" = "medium_text"
821 {
822    fg[ACTIVE] = @A_somewhat_bright_indicator
823    fg[NORMAL] = @A_somewhat_bright_indicator
824    bg[ACTIVE]   = @A_base
825    bg[NORMAL]   = @A_base
826    base[NORMAL] = @A_base
827    base[NORMAL] = @A_base
828 }
829
830 style "medium_entry" = "medium_text"
831 {
832         fg[NORMAL] = @A_text
833         fg[ACTIVE] = @A_text
834         fg[SELECTED] = @A_fg_selected
835         
836         bg[NORMAL] = @A_bg
837         
838         base[NORMAL] = @A_base
839         base[ACTIVE] = @A_base
840         base[SELECTED] = @A_bg_selected
841 }
842
843 style "medium_entry_noselection_fg" = "medium_entry"
844 {
845         fg[SELECTED] = @A_contrasting_indicator
846 }
847
848 style "medium_entry_noselection_bg" = "medium_entry"
849 {
850         bg[SELECTED] = @A_text
851 }
852
853 style "medium_bold_entry"  = "medium_bold_text"
854 {
855         fg[NORMAL] = @A_text
856         fg[ACTIVE] = @A_text
857         
858         bg[NORMAL] = @A_bg
859         
860         base[NORMAL] = @A_base
861         base[ACTIVE] = @A_base
862         base[SELECTED] = @A_base
863 }
864
865 style "small_entry" = "small_text"
866 {
867         fg[NORMAL] = @A_text
868         fg[ACTIVE] = @A_contrasting_indicator
869         fg[SELECTED] = @A_contrasting_indicator
870         text[NORMAL] = @A_text
871         text[ACTIVE] = @A_contrasting_indicator
872         text[SELECTED] = @A_fg_selected
873         bg[NORMAL] = @A_base
874         bg[SELECTED] = @A_base
875         bg[SELECTED] = @A_base
876         base[NORMAL] = @A_base
877         base[ACTIVE] = @A_base
878         base[SELECTED] = @A_base
879 }
880
881 style "red_active_small_entry" = "small_entry"
882 {
883         fg[ACTIVE] = @A_bright_indicator
884         fg[SELECTED] = @A_bright_indicator
885 }
886
887 style "small_bold_entry" = "small_bold_text"
888 {
889         fg[NORMAL] = @A_text
890         fg[ACTIVE] = @A_text
891         
892         bg[NORMAL] = @A_bg
893         
894         base[NORMAL] = @A_base
895         base[ACTIVE] = @A_base
896         base[SELECTED] = @A_base
897 }
898
899 style "small_red_on_black_entry"  = "small_bold_text"
900 {
901        fg[NORMAL] = @A_bright_indicator
902        fg[ACTIVE] = @A_bright_indicator
903        base[NORMAL] = @A_base
904        base[ACTIVE] = @A_base
905        bg[NORMAL] = @A_base
906        bg[ACTIVE] = @A_base
907 }
908
909 style "non_recording_big_clock_display" = "medium_entry"
910 {
911         font_name = "@FONT_MASSIVE@"
912
913         fg[NORMAL] = @A_control_text
914         fg[ACTIVE] = @A_bright_indicator
915         fg[SELECTED] = @A_bright_indicator
916         fg[PRELIGHT] = @A_bright_indicator
917         fg[INSENSITIVE] = @A_bright_indicator
918         
919         base[NORMAL] = @A_base
920         base[ACTIVE] = @A_base
921         bg[NORMAL] = @A_base
922         bg[ACTIVE] = shade(0.5,@A_bright_indicator)
923 }
924
925 style "recording_big_clock_display" = "non_recording_big_clock_display"
926 {
927         fg[NORMAL] = darker(@A_arm)
928 }
929
930 style "transport_clock_display"
931 {
932         font_name = "@FONT_BOLD_BIGGER@"
933
934         fg[NORMAL] = darker (@A_contrasting_indicator)
935         fg[ACTIVE] = darker(@A_bright_indicator)
936         fg[SELECTED] = darker(@A_bright_indicator)
937         fg[PRELIGHT] = darker(@A_bright_indicator)
938         fg[INSENSITIVE] = darker(@A_bright_indicator)
939
940         base[NORMAL] = @A_darkest
941         base[ACTIVE] = @A_darkest
942         bg[NORMAL] = @A_darkest
943         bg[ACTIVE] = @A_darkest
944 }
945
946 style "transport_clock_display_delta" = "transport_clock_display"
947 {
948         fg[NORMAL] = @A_bright_color
949 }
950
951 style "tempo_meter_clock_display" = "very_small_text"
952 {
953         fg[NORMAL] = @A_fg
954         fg[ACTIVE] = @A_somewhat_bright_indicator
955         fg[SELECTED] = @A_bright_indicator
956         base[NORMAL] = @A_base
957         base[ACTIVE] = @A_contrasting_indicator
958         bg[NORMAL] = @A_bright_color
959         bg[ACTIVE] = @A_contrasting_indicator
960 }
961
962 style "default_clock_display" = "medium_text"
963 {
964         fg[NORMAL] = @A_contrasting_indicator
965         fg[ACTIVE] = @A_bright_indicator
966         fg[SELECTED] = @A_bright_indicator
967         base[NORMAL] = @A_darkest
968         base[ACTIVE] = @A_darkest
969         bg[NORMAL] = @A_darkest
970         bg[ACTIVE] = @A_darkest
971 }
972
973
974 style "white_on_black_clock_display" = "medium_text"
975 {
976         fg[NORMAL] = @A_fg
977         fg[ACTIVE] = @A_bright_indicator
978         fg[SELECTED] = @A_bright_indicator
979         base[NORMAL] = @A_darkest
980         base[ACTIVE] = @A_darkest
981         bg[NORMAL] = @A_darkest
982         bg[ACTIVE] = @A_darkest
983 }
984
985 style "editor_time_ruler" = "small_text"
986 {
987         fg[NORMAL] = @A_fg
988         bg[NORMAL] = @A_base
989 }
990
991 style "audio_bus_base" = "very_small_text"
992 {
993   fg[NORMAL] = @A_fg
994   bg[NORMAL] = @A_audio_bus
995 }
996
997 style "send_strip_base" = "default"
998 {
999   font_name = "@FONT_SMALLER@"
1000   fg[NORMAL] = @A_send_fg
1001   bg[NORMAL] = @A_send_bg
1002   bg[ACTIVE] = @A_send_bg
1003   bg[PRELIGHT] = @A_send_bg
1004   bg[INSENSITIVE] = @A_send_bg
1005   bg[SELECTED] = @A_send_bg
1006 }
1007
1008 style "audio_track_base" = "default"
1009 {
1010   font_name = "@FONT_SMALLER@"
1011   fg[NORMAL] = @A_fg
1012   bg[NORMAL] = @A_audio_track
1013   bg[ACTIVE] = @A_bg
1014   bg[PRELIGHT] = @A_bg
1015   bg[INSENSITIVE] = @A_bg
1016   bg[SELECTED] = @A_bg
1017 }
1018
1019 style "midi_track_base" = "default"
1020 {
1021   font_name = "@FONT_SMALLER@"
1022   fg[NORMAL] = @A_fg
1023   bg[NORMAL] = @A_midi_track
1024   bg[ACTIVE] = @A_bg
1025   bg[PRELIGHT] = @A_bg
1026   bg[INSENSITIVE] = @A_bg
1027   bg[SELECTED] = @A_bg
1028 }
1029
1030 style "track_controls_inactive" 
1031 {
1032         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
1033         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
1034         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
1035         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
1036         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
1037
1038         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
1039 }
1040
1041 style "audio_track_metrics" = "audio_track_base"
1042 {
1043         font_name = "@FONT_TINY@"
1044 }
1045
1046 style "audio_bus_metrics" = "audio_bus_base"
1047 {
1048         font_name = "@FONT_TINY@"
1049 }
1050
1051 style "audio_track_metrics_inactive" = "track_controls_inactive"
1052 {
1053         font_name = "@FONT_TINY@"
1054 }
1055
1056 style "audio_bus_metrics_inactive" = "track_controls_inactive"
1057 {
1058         font_name = "@FONT_TINY@"
1059 }
1060
1061 style "track_name_display" = "medium_text"
1062 {
1063         fg[NORMAL] = @A_fg
1064         fg[ACTIVE] = @A_fg
1065
1066         base[NORMAL] = @A_base
1067         base[ACTIVE] = lighter(@A_base)
1068         bg[NORMAL] = lighter(@A_base)
1069         bg[ACTIVE] = lighter(@A_base)
1070 }
1071
1072 style "active_track_name_display" = "medium_text"
1073 {
1074         GtkWidget::cursor_color =  @A_base
1075         text[NORMAL] = @A_base
1076         base[NORMAL] = @A_text
1077 }
1078
1079 style "track_separator"
1080 {
1081         bg[NORMAL] = @A_fg
1082 }
1083
1084 #
1085 # Track edit groups. These styles define
1086 # the colors that the "edit" button will
1087 # use as a track is moved from
1088 # track edit group to track edit group.
1089 # There are 8 edit groups. Edit group 0
1090 # is used for tracks that are not editable, 
1091 # so we leave its style to the default.
1092 #
1093
1094 style "edit_group_0"
1095
1096 {
1097         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
1098         bg[NORMAL] = { 0.31, 0.31, 0.31 }
1099         fg[NORMAL] = { 0.82, 0.91, 0.99 }
1100         fg[ACTIVE] = { 0, 0, 0 }
1101 }
1102
1103 style "edit_group_1" 
1104 {
1105         fg[NORMAL] = { 0, 0, 0 }
1106         fg[PRELIGHT] = { 0, 0, 0 }
1107         fg[SELECTED] = { 0, 0, 0 }
1108         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1109         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1110         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1111 }
1112
1113 style "edit_group_2" 
1114 {
1115         fg[NORMAL] = { 0, 0, 0 }
1116         fg[PRELIGHT] = { 0, 0, 0 }
1117         fg[SELECTED] = { 0, 0, 0 }
1118         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1119         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1120         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1121 }
1122
1123 style "edit_group_3" 
1124 {
1125         fg[NORMAL] = { 0, 0, 0 }
1126         fg[PRELIGHT] = { 0, 0, 0 }
1127         fg[SELECTED] = { 0, 0, 0 }
1128         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1129         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1130         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1131 }
1132
1133 style "treeview_parent_node"
1134 {
1135         # specifies *just* the color used for whole file rows when not selected
1136         
1137         fg[NORMAL] = { 0.0, 0.6, 0.85 }
1138 }
1139
1140 style "treeview_display" = "small_bold_text"
1141 {
1142         GtkWidget::focus-line-width = 0
1143
1144         # expander arrow border and DnD "icon" text
1145         fg[NORMAL] = { 0.8, 0.8, 0.8 } 
1146
1147         bg[NORMAL] = { 0.8, 0.8, 0.8 }
1148
1149         # background with no rows or no selection, plus
1150         # expander arrow core and DnD "icon" background
1151         base[NORMAL] = { 0.20, 0.20, 0.25 }
1152
1153         # selected row bg when window does not have focus (including during DnD)
1154         base[ACTIVE] = { 0.0, 0.75, 0.75 }    
1155
1156         # selected row bg when window has focus
1157         base[SELECTED] = { 0, 0.75, 0.75 }
1158
1159         # row text when in normal state and not a parent
1160         text[NORMAL] = { 0.80, 0.80, 0.80 }
1161
1162         # selected row text with window focus
1163         text[SELECTED] = { 1.0, 1.0, 1.0 }  
1164
1165         # selected row text without window focus (including during DnD)
1166         text[ACTIVE] = { 1.0, 1.0, 1.0 }  
1167 }
1168
1169 style "main_canvas_area"
1170 {
1171         bg[NORMAL] = { 0.30, 0.30, 0.34 }
1172         bg[ACTIVE] = { 0.30, 0.30, 0.34 }
1173         bg[INSENSITIVE] = { 0.30, 0.30, 0.34 }
1174         bg[SELECTED] = { 0.30, 0.30, 0.34 }
1175         bg[PRELIGHT] = { 0.30, 0.30, 0.34 }
1176 }
1177
1178 style "track_controls_inactive" = "larger_text"
1179 {
1180         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
1181         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
1182         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
1183         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
1184         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
1185
1186         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
1187 }
1188
1189 style "edit_controls_base_selected"
1190 {
1191         bg[NORMAL] = { 0.32, 0.32, 0.54 }
1192         bg[ACTIVE] = { 0.32, 0.32, 0.54 }
1193         bg[INSENSITIVE] = { 0.32, 0.32, 0.54 }
1194         bg[SELECTED] = { 0.32, 0.32, 0.54 }
1195         bg[PRELIGHT] = { 0.32, 0.32, 0.54 }
1196 }
1197
1198 style "automation_track_controls_base"
1199 {
1200         bg[NORMAL] = { 0.22, 0.22, 0.29 }
1201         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
1202         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
1203         bg[SELECTED] = { 0.22, 0.22, 0.29 }
1204         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
1205 }
1206
1207 # Plugin Editors
1208 style "plugin_slider" 
1209 {
1210         #font_name ="bold @FONT_BIG@"
1211
1212         # the slider itself. the inactive part is INSENSITIVE,
1213         # the active part is something else.
1214
1215         fg[NORMAL] = @A_bright_color
1216         fg[ACTIVE] = @A_bright_color
1217         fg[INSENSITIVE] = @A_base # matches default
1218         fg[SELECTED] = @A_bright_color
1219         fg[PRELIGHT] = @A_bright_color
1220
1221         # draws the outer rectangle around the slider
1222
1223         bg[NORMAL] = @A_base
1224         bg[ACTIVE] = @A_base
1225         bg[INSENSITIVE] = @A_base
1226         bg[SELECTED] = @A_base
1227         bg[PRELIGHT] = @A_base
1228
1229         # the numeric display
1230
1231         text[NORMAL] = @A_text
1232         text[ACTIVE] = @A_text
1233         text[INSENSITIVE] = @A_text
1234         text[SELECTED] = @A_text
1235         text[PRELIGHT] = @A_text
1236 }
1237
1238 style "track_list_display" = "small_bold_text"
1239 {
1240         text[NORMAL] = @A_text
1241   text[ACTIVE] = darker(@A_text)
1242   text[INSENSITIVE] = @A_base
1243   text[SELECTED] = @A_fg_selected
1244
1245   base[NORMAL] = @A_base
1246   base[ACTIVE] = lighter(@A_base)
1247   base[INSENSITIVE] = darker(@A_base)
1248   base[SELECTED] = @A_bg_selected
1249 }
1250
1251 style "inspector_track_list_display" = "track_list_display"
1252 {
1253
1254 }
1255
1256 style "processor_list" = "very_small_text"
1257 {
1258         bg[NORMAL] = { 0, 0, 0 }
1259         bg[ACTIVE] = shade (1.8, @A_fg_selected)
1260         fg[ACTIVE] = @A_darkest
1261         GtkCheckButton::indicator-size = 10
1262         GtkCheckButton::indicator-spacing = 0
1263 }
1264
1265 style "inspector_processor_list" = "processor_list"
1266 {
1267         base[SELECTED] = { 0.3, 0.3, 0.3 }
1268 }
1269
1270 # Colour of a processor frame when it is selected
1271 style "processor_frame_selected"
1272 {
1273         bg[NORMAL] = @A_fg_selected
1274 }
1275
1276 # Colour of a processor frame when it is a send whose level is being controller by the fader
1277 style "processor_frame_active_send"
1278 {
1279         bg[NORMAL] = @A_send_fg
1280 }
1281
1282 # Fader processor's background
1283 style "processor_fader"
1284 {
1285         bg[NORMAL] = @A_processor_fader_bg
1286 }
1287
1288 # Fader processor's frame
1289 style "processor_fader_frame"
1290 {
1291         bg[NORMAL] = @A_processor_fader_frame
1292 }
1293
1294 # Pre-fader processor's background
1295 style "processor_prefader"
1296 {
1297         bg[NORMAL] = @A_processor_prefader
1298 }
1299
1300 # Pre-fader processor's frame
1301 style "processor_prefader_frame"
1302 {
1303         bg[NORMAL] = @A_processor_prefader_frame
1304 }
1305
1306 # Post-fader processor's background
1307 style "processor_postfader"
1308 {
1309         bg[NORMAL] = @A_processor_postfader
1310 }
1311
1312 # Post-fader processor's frame
1313 style "processor_postfader_frame"
1314 {
1315         bg[NORMAL] = @A_processor_postfader_frame
1316 }
1317
1318 # MixerPanZone:
1319 #
1320 # the NORMAL fg color is used for the pan puck
1321 # the ACTIVE fg color is used for the speaker boxes
1322
1323 style "pan_zone" = "default"
1324 {
1325         fg[NORMAL] = @A_contrasting_indicator
1326         fg[ACTIVE] = darker(@A_bright_color)
1327 }
1328
1329 style "paler_red_when_active" = "medium_text"
1330 {
1331         fg[NORMAL] = @A_fg
1332         fg[PRELIGHT] = @A_fg
1333         bg[NORMAL] = @A_bg
1334         bg[PRELIGHT] = @A_bg
1335
1336         fg[ACTIVE] = @A_fg
1337         bg[ACTIVE] = lighter(@A_bright_indicator)
1338 }
1339
1340 style "peak_display_peaked_entry" = "small_text"
1341 {
1342         fg[NORMAL] = @A_text
1343         fg[ACTIVE] = @A_text
1344         fg[SELECTED] = @A_text
1345
1346         bg[NORMAL] = @A_bright_indicator
1347         bg[ACTIVE] = @A_bright_indicator
1348         bg[PRELIGHT] = @A_bright_indicator
1349         bg[INSENSITIVE] = @A_bright_indicator
1350         bg[SELECTED] = @A_bright_indicator
1351         base[NORMAL] = @A_bright_indicator
1352         base[ACTIVE] = @A_bright_indicator
1353         base[PRELIGHT] = @A_bright_indicator
1354         base[INSENSITIVE] = @A_bright_indicator
1355         base[SELECTED] = @A_bright_indicator
1356 }
1357
1358 style "selected_strip_frame"
1359 {
1360         fg[NORMAL] = @A_bright_indicator
1361         bg[NORMAL] = darker(@A_bright_indicator)
1362 }
1363
1364 style "flashing_alert" = "very_small_text"
1365 {
1366         GtkButton::child-displacement-x = 0
1367         GtkButton::child-displacement-y = 0
1368   
1369         fg[NORMAL] = darker(@A_fg)
1370         fg[PRELIGHT] = darker(@A_fg)
1371         bg[NORMAL] = mix(0.1,@A_bright_indicator,darker(@A_bg))
1372         bg[PRELIGHT] = mix(0.1,@A_bright_indicator,darker(@A_bg))
1373         
1374         fg[ACTIVE] = @A_fg
1375         bg[ACTIVE] = @A_bright_indicator
1376 }
1377
1378
1379 style "green_flashing_alert" = "very_small_text"
1380 {
1381         GtkButton::child-displacement-x = 0
1382         GtkButton::child-displacement-y = 0
1383
1384         fg[NORMAL] = darker(@A_fg)
1385         fg[PRELIGHT] = darker(@A_fg)
1386         bg[NORMAL] = mix(0.1,@A_contrasting_indicator,darker(@A_bg))
1387         bg[PRELIGHT] = mix(0.1,@A_contrasting_indicator,darker(@A_bg))
1388
1389         fg[ACTIVE] = @A_fg
1390         bg[ACTIVE] = @A_contrasting_indicator
1391 }
1392
1393 style "sync_alert"
1394 {
1395         #
1396         # this is used when the sync button is indicating that sync is
1397         # active, and alternates with another style if sync is active
1398         # but we are not locked
1399         #
1400         bg[ACTIVE] = @A_somewhat_bright_indicator
1401         bg[PRELIGHT] = @A_somewhat_bright_indicator
1402         bg[SELECTED] = @A_somewhat_bright_indicator
1403         bg[NORMAL] = @A_somewhat_bright_indicator
1404         
1405         fg[NORMAL] = @A_darkest
1406         fg[PRELIGHT] = @A_darkest
1407         fg[SELECTED] = @A_darkest
1408         fg[ACTIVE] = @A_darkest
1409 }
1410
1411 style "tearoff_arrow" = "medium_bold_entry"
1412 {
1413         fg[NORMAL] = darker(@A_fg)
1414         fg[PRELIGHT] = darker(@A_fg)
1415         bg[NORMAL] = darker(@A_fg)
1416         bg[PRELIGHT] = darker(@A_fg)
1417 }
1418
1419 style "location_row_button" = "default_button"
1420 {
1421         font_name = "@FONT_NORMAL@"
1422 }
1423
1424 style "location_rows_clock" = "default_clock_display"
1425 {
1426         font_name = "@FONT_NORMAL@"
1427 }
1428
1429 style "ardour_button" ="default_button"
1430 {
1431         xthickness = 1
1432         ythickness = 1
1433 }
1434
1435 style "padded_button" = "default_button"
1436 {
1437         xthickness = 8
1438 }
1439
1440
1441 #---------------------------------------------------------------
1442
1443 class "GtkWidget" style:highest "default"
1444 class "GtkScrollbar" style:highest "ardour_adjusters"
1445 class "GtkLabel" style:highest "default_generic"
1446 class "GtkButton" style:highest "ardour_button"
1447 class "GtkArrow" style:highest "tearoff_arrow"
1448 class "GtkProgressBar" style:highest "ardour_progressbars"
1449
1450 widget "*PaddedButton" style:highest "padded_button"
1451 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1452 widget "*MarkerText" style:highest "marker_text"
1453 widget "*TimeAxisViewItemName*" style:highest "time_axis_view_item_name"
1454 widget "*EditModeSelector" style:highest "medium_bold_entry"
1455 widget "*SnapTypeSelector" style:highest "medium_bold_entry"
1456 widget "*SnapModeSelector" style:highest "medium_bold_entry"
1457 widget "*ZoomFocusSelector" style:highest "medium_bold_entry"
1458 widget "*ArdourContextMenu*" style:highest "default_menu"
1459 widget "*EditGroupTitleButton*" style:highest "default_button"
1460 widget "*MixerGroupTitleButton*" style:highest "default_button"
1461 widget "*ErrorLogCloseButton" style:highest "default_button"
1462 widget "*EditorGTKButton*" style:highest "default_button" 
1463 widget "*ToolbarButton" style:highest "default_button"
1464 widget "*ToolbarButton*" style:highest "default_button"
1465 widget "*CrossfadeEditButton" style:highest "default_button"
1466 widget "*CrossfadeEditButton*" style:highest "default_button"
1467 widget "*TrackHistoryButton*" style:highest "default_button"
1468 widget "*TrackSizeButton*" style:highest "default_button"
1469 widget "*TrackPlaylistButton*" style:highest "default_button"
1470 widget "*TrackAutomationButton*" style:highest "default_button"
1471 widget "*TrackGroupButton*" style:highest "default_button"
1472 widget "*TrackMixButton*" style:highest "default_button"
1473 widget "*TrackVisualButton*" style:highest "default_button"
1474 widget "*TrackRemoveButton*" style:highest "default_button"
1475 widget "*BaseButton" style:highest "default_button"
1476 widget "*TakeButtonLabel" style:highest "default_button"
1477 widget "*MixerWidthButton" style:highest "default_button"
1478 widget "*MixerHideButton" style:highest "default_button"
1479 widget "*MixerSendButton" style:highest "default_button"
1480 widget "*MixerSendButtonLabel" style:highest "default_button"
1481 widget "*MixerSendSwitch" style:highest "default_button"
1482 widget "*MixerInsertButton" style:highest "default_button"
1483 widget "*MixerInsertButtonLabel" style:highest "default_button"
1484 widget "*MixerInsertSwitch" style:highest "default_button"
1485 widget "*MixerMonitorInputButton*" style:highest "very_small_button"
1486 widget "*MixerMonitorInputButton.*" style:highest "very_small_button"
1487 widget "*MixerIOButton" style:highest "very_small_button"
1488 widget "*MixerIOButtonLabel" style:highest "very_small_button"
1489 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1490 widget "*AddRouteDialogRadioButton*" style:highest "preferences"
1491 widget "*OptionsNotebook" style:highest "preferences"
1492 widget "*OptionEditorToggleButton*" style:highest "preferences"
1493 widget "*OptionsLabel" style:highest "preferences"
1494 widget "*OptionEditorAuditionerLabel" style:highest "preferences"
1495 widget "*OptionsEntry" style:highest "option_entry"
1496 widget "*InspectorNotebook" style:highest "preferences"
1497 widget "*NewSessionDialog" style:highest "preferences"
1498 widget "*NewSessionDialogButton*" style:highest "preferences"
1499 widget "*MixerSendSwitch*" style:highest "very_small_red_active_and_selected_button"
1500 widget "*OptionEditorToggleButton" style:highest "small_red_active_and_selected_button"
1501 widget "*NewSessionDialogButton" style:highest "small_red_active_and_selected_button"
1502 widget "*RecordEnableButton" style:highest "track_rec_enable_button"
1503 widget "*RecordEnableButton-active" style:highest "track_rec_enable_button_active"
1504 widget "*RecordEnableButton-alternate" style:highest "track_rec_enable_button_alternate"
1505 widget "*RecordEnableButton-alternate2" style:highest "track_rec_enable_button_alternate_two"
1506 widget "*MixerRecordEnableButton" style:highest "mixer_track_rec_enable_button"
1507 widget "*MixerRecordEnableButton-active" style:highest "mixer_track_rec_enable_button_active"
1508 widget "*MixerRecordEnableButton-alternate" style:highest "mixer_track_rec_enable_button_alternate"
1509 widget "*MuteButton" style:highest "mute_button"
1510 widget "*MuteButton-alternate" style:highest "mute_button_fullylit"
1511 widget "*MuteButton-active" style:highest "mute_button_halflit"
1512 widget "*MixerMuteButton" style:highest "mixer_mute_button"
1513 widget "*MixerMuteButton-alternate" style:highest "mixer_mute_button_fullylit"
1514 widget "*MixerMuteButton-active" style:highest "mixer_mute_button_halflit"
1515 widget "*SoloButton" style:highest "solo_button"
1516 widget "*SoloButton-alternate" style:highest "solo_button_alternate"
1517 widget "*SoloButton-alternate2" style:highest "solo_button_alternate2"
1518 widget "*SoloButton-active" style:highest "solo_button_active"
1519 widget "*MixerSoloButton" style:highest "mixer_solo_button"
1520 widget "*MixerSoloButton-alternate" style:highest "mixer_solo_button_alternate"
1521 widget "*MixerSoloButton-alternate2" style:highest "mixer_solo_button_alternate2"
1522 widget "*MixerSoloButton-active" style:highest "mixer_solo_button_active"
1523 widget "*TrackLoopButton*" style:highest "track_loop_button"
1524 widget "*PanAutomationLineSelector*" style:highest "multiline_combo"
1525 widget "*EditorTimeButton*" style:highest "time_button"
1526 widget "*MixerInvertButton*" style:highest "mixer_invert_button"
1527 widget "*MixerInvertButton.*" style:highest "mixer_invert_button"
1528 widget "*MixerAutomationRecordingButton*" style:highest "very_small_button"
1529 widget "*MixerAutomationRecordingButton.*" style:highest "very_small_button"
1530 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1531 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1532 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1533 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1534 widget "*MixerNameButton" style:highest "very_small_button"
1535 widget "*MixerNameButtonLabel" style:highest "very_small_button"
1536 widget "*MixerGroupButton" style:highest "very_small_button"
1537 widget "*MixerGroupButtonLabel" style:highest "very_small_button"
1538 widget "*MixerCommentButton" style:highest "very_small_button"
1539 widget "*MixerCommentButton*" style:highest "very_small_button"
1540 widget "*MixerMonoButton*" style:highest "very_small_button"
1541 widget "*EditGroupButton" style:highest "very_small_button"
1542 widget "*EditGroupButtonLabel" style:highest "very_small_button"
1543 widget "*TransportButton" style:highest "transport_button"
1544 widget "*TransportButton-active" style:highest "transport_button_active"
1545 widget "*TransportButton-alternate2" style:highest "transport_button_alternate_two"
1546 widget "*TransportSyncButton" style:highest "transport_button"
1547 widget "*TransportSyncButton*" style:highest "transport_button"
1548 widget "*TransportSyncButton-active" style:highest "sync_alert"
1549 widget "*TransportSyncButton-active*" style:highest "sync_alert"
1550 widget "*ShuttleButton" style:highest "transport_button"
1551 widget "*ShuttleButton*" style:highest "transport_button"
1552 widget "*ShuttleDisplay" style:highest "transport_button"
1553 widget "*ShuttleDisplay*" style:highest "transport_button"
1554 widget "*ShuttleControl" style:highest "shuttle_control"
1555 widget "*TransportRecButton" style:highest "transport_rec_button"
1556 widget "*TransportRecButton*" style:highest "transport_rec_button"
1557 widget "*TransportRecButton-active" style:highest "transport_rec_button_active"
1558 widget "*TransportRecButton-active*" style:highest "transport_rec_button_active"
1559 widget "*TransportRecButton-alternate" style:highest "transport_rec_button_alternate"
1560 widget "*TransportRecButton-alternate*" style:highest "transport_rec_button_alternate"
1561 widget "*TransportRecButton*" style:highest "transport_rec_button"
1562 widget "*RecordingXrunWarningWindow" style:highest "xrun_warn"
1563 widget "*RecordingXrunWarningWindow*" style:highest "xrun_warn"
1564 #widget "*MainMenuBar" style:highest "menu_bar_base"
1565 widget "*ErrorMessage" style:highest "error_message"
1566 widget "*FatalMessage" style:highest "fatal_message"
1567 widget "*InfoMessage" style:highest "info_message"
1568 widget "*WarningMessage" style:highest "warning_message"
1569 widget "*BigClockNonRecording" style:highest "non_recording_big_clock_display"
1570 widget "*BigClockRecording" style:highest "recording_big_clock_display"
1571 widget "*TransportClockDisplay" style:highest "transport_clock_display"
1572 widget "*SecondaryClockDisplay" style:highest "transport_clock_display"
1573 widget "*TransportClockDisplayDelta" style:highest "transport_clock_display_delta"
1574 widget "*SecondaryClockDisplayDelta" style:highest "transport_clock_display_delta"
1575 widget "*AudioClockFramesUpperInfo" style:highest "tempo_meter_clock_display"
1576 widget "*AudioClockFramesLowerInfo" style:highest "tempo_meter_clock_display"
1577 widget "*AudioClockSMPTEUpperInfo" style:highest "tempo_meter_clock_display"
1578 widget "*AudioClockSMPTELowerInfo" style:highest "tempo_meter_clock_display"
1579 widget "*AudioClockBBTUpperInfo" style:highest "tempo_meter_clock_display"
1580 widget "*AudioClockBBTLowerInfo" style:highest "tempo_meter_clock_display"
1581 widget "*SelectionStartClock" style:highest "default_clock_display"
1582 widget "*SelectionEndClock" style:highest "default_clock_display"
1583 widget "*SilenceDurationClock" style:highest "white_on_black_clock_display"
1584 widget "*EditPointClock" style:highest "default_clock_display"
1585 widget "*PreRollClock" style:highest "default_clock_display"
1586 widget "*PostRollClock" style:highest "default_clock_display"
1587 widget "*NudgeClock" style:highest "default_clock_display"
1588 widget "*MenuBarClock" style:highest "default_clock_display"
1589 widget "*ZoomRangeClock" style:highest "default_clock_display"
1590 widget "*SMPTEOffsetClock" style:highest "default_clock_display"
1591 widget "*TransportLabel" style:highest "small_bold_text"
1592 widget "*TakeLabel" style:highest "small_bold_text"
1593 widget "*LocationLabel" style:highest "small_bold_text"
1594 widget "*WipeLabel" style:highest "small_bold_text"
1595 widget "*TakeTagLabel" style:highest "small_bold_text"
1596 widget "*ToolBarLabel" style:highest "small_bold_text"
1597 widget "*EditorDisplayLabel" style:highest "small_bold_text"
1598 widget "*NewSessionLabel" style:highest "larger_text"
1599 widget "*GlobalButtonLabel" style:highest "default_generic"
1600 widget "*ClickButton" style:highest "medium_entry"
1601 widget "*RegionNameDisplay" style:highest "medium_entry"
1602 widget "*PluginDisplay" style:highest "medium_entry"
1603 widget "*SelectionDisplay" style:highest "medium_entry"
1604 widget "*HistorySelector" style:highest "medium_entry"
1605 widget "*LocationSelector" style:highest "medium_entry"
1606 widget "*TakeSelector" style:highest "medium_entry"
1607 widget "*RegionSelector" style:highest "medium_entry"
1608 widget "*SMPTERuler" style:highest "editor_time_ruler"
1609 widget "*BBTRuler" 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"
1613
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"
1626
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"
1631
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"
1753
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"
1828
1829 widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
1830 widget "*RegionNameEditorEntry" style:highest "text_cell_entry"