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