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