demo monospace clock fonts
[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 "punch_button" = "very_small_red_active_and_selected_button"
359 {
360         font_name = "@FONT_SMALLER@"
361
362         fg[ACTIVE] = @@COLPREFIX@_darkest
363         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
364         bg[SELECTED] = @@COLPREFIX@_bright_indicator
365 }
366
367 style "small_red_active_and_selected_button" = "small_button"
368 {
369         fg[ACTIVE] = @@COLPREFIX@_darkest
370         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
371         bg[SELECTED] = @@COLPREFIX@_bright_indicator
372 }
373
374 style "gain_fader"
375 {
376         bg[NORMAL] = shade (0.7, @@COLPREFIX@_lightest)
377         bg[ACTIVE] = shade (0.705, @@COLPREFIX@_lightest)
378 }
379
380 #MSR and related buttons
381
382 style "track_rec_enable_button" = "small_button"
383 {
384         fg[ACTIVE] =   @@COLPREFIX@_darkest
385         bg[NORMAL] =   mix(0.08,@@COLPREFIX@_arm,@@COLPREFIX@_bg)
386         bg[PRELIGHT] = shade(1.1,mix(0.08,@@COLPREFIX@_arm,@@COLPREFIX@_bg))
387 }
388
389 style "track_rec_enable_button_active" = "small_button"
390 {
391         #fg[ACTIVE] =   @@COLPREFIX@_darkest
392         #fg[SELECTED] = @@COLPREFIX@_darkest
393         #fg[PRELIGHT] = @@COLPREFIX@_darkest
394         #fg[NORMAL] = @@COLPREFIX@_darkest
395
396         bg[NORMAL] =   @@COLPREFIX@_arm
397         bg[ACTIVE] =   @@COLPREFIX@_arm
398         bg[SELECTED] =   @@COLPREFIX@_arm
399         bg[PRELIGHT] =   shade(1.1, @@COLPREFIX@_arm)
400 }
401
402 style "track_rec_enable_button_alternate" = "small_button"
403 {
404         fg[SELECTED] = @@COLPREFIX@_darkest
405         fg[ACTIVE] =   @@COLPREFIX@_darkest
406         fg[PRELIGHT] = @@COLPREFIX@_darkest
407         fg[NORMAL] = @@COLPREFIX@_darkest
408
409         bg[NORMAL] =   lighter(@@COLPREFIX@_arm)
410         bg[ACTIVE] =   lighter(@@COLPREFIX@_arm)
411         bg[SELECTED] =   lighter(@@COLPREFIX@_arm)
412         bg[PRELIGHT] =   shade(1.1, lighter(@@COLPREFIX@_arm))
413 }
414
415 style "track_rec_enable_button_alternate_two" = "small_button"
416 {
417         fg[SELECTED] = @@COLPREFIX@_darkest
418         fg[ACTIVE] =   @@COLPREFIX@_darkest
419         fg[PRELIGHT] = @@COLPREFIX@_darkest
420         fg[NORMAL] = @@COLPREFIX@_darkest
421
422         bg[NORMAL] =   darker(@@COLPREFIX@_arm)
423         bg[ACTIVE] =   darker(@@COLPREFIX@_arm)
424         bg[SELECTED] =   darker(@@COLPREFIX@_arm)
425         bg[PRELIGHT] =   shade(1.1, darker(@@COLPREFIX@_arm))
426 }
427
428 style "mixer_track_rec_enable_button" = "track_rec_enable_button"
429 {
430         xthickness = 0
431         ythickness = 0
432 }
433
434 style "mixer_track_rec_enable_button_alternate" = "track_rec_enable_button_alternate"
435 {
436         xthickness = 0
437         ythickness = 0
438 }
439
440 style "mixer_track_rec_enable_button_active" = "track_rec_enable_button_active"
441 {
442         xthickness = 0
443         ythickness = 0
444 }
445
446
447 style "solo_button" = "small_button"
448 {
449   bg[NORMAL] = mix(0.1,@@COLPREFIX@_solo,@@COLPREFIX@_bg)
450   bg[ACTIVE] = @@COLPREFIX@_solo
451   fg[ACTIVE] = @@COLPREFIX@_darkest
452 }
453
454 style "solo_isolate_led"
455 {
456   fg[NORMAL] = mix(0.2,@@COLPREFIX@_isolate, @@COLPREFIX@_darkest)
457   fg[ACTIVE] = @@COLPREFIX@_isolate
458 }
459
460 style "solo_safe_led"
461 {
462   fg[NORMAL] = mix(0.2,@@COLPREFIX@_isolate, @@COLPREFIX@_darkest)
463   fg[ACTIVE] = @@COLPREFIX@_isolate
464 }
465
466 style "solo_button_alternate" = "small_button"
467 {
468         #
469         # this is the "solo-isolated" solo theme
470         #
471
472         bg[ACTIVE] = lighter(@@COLPREFIX@_solo)
473
474         fg[ACTIVE] = @@COLPREFIX@_bright_indicator
475         fg[SELECTED] = @@COLPREFIX@_bright_indicator
476         fg[NORMAL] = @@COLPREFIX@_bright_indicator
477         fg[PRELIGHT] = shade(1.1, @@COLPREFIX@_bright_indicator)
478 }
479
480 style "solo_button_alternate2" = "small_button"
481 {
482         #
483         # this is the "half-bright" solo theme
484         #
485
486         bg[NORMAL] = darker(@@COLPREFIX@_solo) 
487         bg[ACTIVE] = darker(@@COLPREFIX@_solo)
488         bg[SELECTED] = darker(@@COLPREFIX@_solo)
489         bg[PRELIGHT] = shade(1.1, darker(@@COLPREFIX@_solo))
490
491         fg[ACTIVE] = @@COLPREFIX@_darkest
492         fg[SELECTED] = @@COLPREFIX@_darkest
493         fg[NORMAL] = @@COLPREFIX@_darkest
494         fg[PRELIGHT] = @@COLPREFIX@_darkest
495 }
496
497 style "solo_button_active" = "small_button"
498 {
499         #
500         # this is the "full-bright" solo theme
501         #
502
503         bg[NORMAL] = @@COLPREFIX@_solo
504         bg[ACTIVE] = @@COLPREFIX@_solo
505         bg[SELECTED] = @@COLPREFIX@_solo
506         bg[PRELIGHT] = shade(1.1, @@COLPREFIX@_solo)
507
508         fg[ACTIVE] = @@COLPREFIX@_darkest
509         fg[SELECTED] = @@COLPREFIX@_darkest
510         fg[NORMAL] = @@COLPREFIX@_darkest
511         fg[PRELIGHT] = @@COLPREFIX@_darkest
512 }
513
514 style "mixer_invert_button" = "small_button"
515 {
516         bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator
517         fg[ACTIVE] = @@COLPREFIX@_darkest
518 }
519
520 style "mixer_solo_button" = "solo_button"
521 {
522         xthickness = 0
523         ythickness = 0
524 }
525
526 style "mixer_solo_button_alternate" = "solo_button_alternate"
527 {
528         xthickness = 0
529         ythickness = 0
530 }
531
532 style "mixer_solo_button_alternate2" = "solo_button_alternate2"
533 {
534         xthickness = 0
535         ythickness = 0
536 }
537
538
539 style "mixer_solo_button_active" = "solo_button_active"
540 {
541         xthickness = 0
542         ythickness = 0
543 }
544
545 style "monitor_opt_button" = "small_button"
546 {
547         bg[NORMAL] = mix(0.1,@@COLPREFIX@_not_so_bright_indicator,@@COLPREFIX@_bg)
548         bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator
549         fg[ACTIVE] = @@COLPREFIX@_darkest
550 }
551
552 style "monitor_mono_button" = "small_button"
553 {
554         bg[NORMAL] = mix(0.1,@@COLPREFIX@_mono,@@COLPREFIX@_bg)
555         bg[ACTIVE] = @@COLPREFIX@_mono
556         fg[ACTIVE] = @@COLPREFIX@_darkest
557 }
558
559 style "monitor_invert_button" = "small_button"
560 {
561         bg[NORMAL] = mix(0.1,@@COLPREFIX@_not_so_bright_indicator,@@COLPREFIX@_bg)
562         bg[ACTIVE] = @@COLPREFIX@_not_so_bright_indicator
563         fg[ACTIVE] = @@COLPREFIX@_darkest
564 }
565
566 style "monitor_mute_button" = "small_button"
567 {
568         bg[NORMAL] = mix(0.1,@@COLPREFIX@_mute,@@COLPREFIX@_bg)
569         bg[ACTIVE] = @@COLPREFIX@_mute
570         fg[ACTIVE] = @@COLPREFIX@_darkest
571 }
572
573 style "monitor_dim_button" = "small_button"
574 {
575         bg[NORMAL] = mix(0.1,lighter(@@COLPREFIX@_mute),@@COLPREFIX@_bg)
576         bg[ACTIVE] = lighter(@@COLPREFIX@_mute)
577         fg[ACTIVE] = @@COLPREFIX@_darkest
578 }
579
580 style "monitor_iso_button" = "small_button"
581 {
582         bg[NORMAL] = mix(0.1,@@COLPREFIX@_somewhat_bright_indicator,@@COLPREFIX@_bg)
583         bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
584         fg[ACTIVE] = @@COLPREFIX@_darkest
585 }
586
587 style "mute_button" = "small_button"
588 {
589         bg[NORMAL] = mix(0.1,@@COLPREFIX@_mute,@@COLPREFIX@_bg)
590         bg[ACTIVE] = @@COLPREFIX@_mute
591         fg[ACTIVE] = @@COLPREFIX@_darkest
592 }
593
594 style "mute_button_fullylit" = "small_button"
595 {
596         # this is the normal "active" state for a mute button
597
598         bg[ACTIVE] = @@COLPREFIX@_mute
599         bg[NORMAL] = @@COLPREFIX@_mute
600         bg[SELECTED] = @@COLPREFIX@_mute
601         bg[PRELIGHT] = lighter (@@COLPREFIX@_mute)
602
603         fg[SELECTED] = @@COLPREFIX@_darkest
604         fg[ACTIVE] = @@COLPREFIX@_darkest
605         fg[NORMAL] = @@COLPREFIX@_darkest
606         fg[PRELIGHT] = @@COLPREFIX@_darkest
607 }
608
609 style "mute_button_halflit" = "small_button"
610 {
611         bg[NORMAL] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute)
612         bg[SELECTED] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute)
613         bg[ACTIVE] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute)
614         bg[PRELIGHT] = mix(0.5,@@COLPREFIX@_lightest,@@COLPREFIX@_mute)
615
616         fg[SELECTED] = @@COLPREFIX@_darkest
617         fg[ACTIVE] = @@COLPREFIX@_darkest
618         fg[NORMAL] = @@COLPREFIX@_darkest
619         fg[PRELIGHT] = @@COLPREFIX@_darkest
620 }
621
622 style "mixer_mute_button" = "mute_button"
623 {
624         xthickness = 0
625         ythickness = 0
626 }
627
628 style "mixer_mute_button_fullylit" = "mute_button_fullylit"
629 {
630         xthickness = 0
631         ythickness = 0
632 }
633
634 style "mixer_mute_button_halflit" = "mute_button_halflit"
635 {
636         xthickness = 0
637         ythickness = 0
638 }
639
640 style "multiline_combo" = "small_button"
641 {
642         xthickness = 0
643         ythickness = 0
644 }
645
646 style "track_loop_button" = "small_button"
647 {
648         bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
649         bg[PRELIGHT] = lighter(@@COLPREFIX@_somewhat_bright_indicator)
650
651 }
652
653 style "mixer_red_active_button" = "very_small_button"
654 {
655         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
656
657         base[INSENSITIVE] = { 0.16, 0.16, 0.21 }
658         bg[INSENSITIVE] = { 0.16, 0.16, 0.21 }
659 }
660
661 style "time_button" = "default_button"
662 {
663         font_name = "@FONT_SMALL@"
664 }
665
666 style "transport_button"
667 {
668   #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
669         bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
670         fg[ACTIVE] = @@COLPREFIX@_darkest
671 }
672
673 style "transport_button_active"
674 {
675         bg[NORMAL] = @@COLPREFIX@_contrasting_indicator
676         bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
677         bg[SELECTED] = @@COLPREFIX@_contrasting_indicator
678         bg[PRELIGHT] = @@COLPREFIX@_contrasting_indicator
679
680         fg[NORMAL] = @@COLPREFIX@_darkest
681         fg[PRELIGHT] = @@COLPREFIX@_darkest
682         fg[SELECTED] = @@COLPREFIX@_darkest
683         fg[ACTIVE] = @@COLPREFIX@_darkest
684 }
685
686 style "transport_button_alternate_two"
687 {
688         fg[SELECTED] = @@COLPREFIX@_darkest
689         fg[ACTIVE] =   @@COLPREFIX@_darkest
690         fg[PRELIGHT] = @@COLPREFIX@_darkest
691         fg[NORMAL] = @@COLPREFIX@_darkest
692
693         bg[NORMAL] =   shade(0.2,@@COLPREFIX@_bright_indicator)
694         bg[ACTIVE] =   shade(0.2,@@COLPREFIX@_bright_indicator)
695         bg[SELECTED] =   shade(0.2,@@COLPREFIX@_bright_indicator)
696         bg[PRELIGHT] =   shade(0.2,@@COLPREFIX@_bright_indicator)
697 }
698
699 style "transport_rec_button"
700 {
701         bg[ACTIVE] = darker(@@COLPREFIX@_arm)         #the rest of these don't quite do what I expected
702   #bg[NORMAL] = mix(0.05,@@COLPREFIX@_arm,@@COLPREFIX@_bg)
703         #bg[SELECTED] = darker(@@COLPREFIX@_arm)
704         #bg[PRELIGHT] = lighter(mix(0.05,@@COLPREFIX@_arm,@@COLPREFIX@_bg))
705   
706   fg[ACTIVE] = @@COLPREFIX@_darkest
707 }
708
709 style "transport_rec_button_active"
710 {
711         bg[ACTIVE] = darker(@@COLPREFIX@_arm)
712         bg[NORMAL] = darker(@@COLPREFIX@_arm)
713         bg[SELECTED] = darker(@@COLPREFIX@_arm)
714         bg[PRELIGHT] = darker(@@COLPREFIX@_arm)
715 }
716
717 style "transport_rec_button_alternate"
718 {
719         bg[PRELIGHT] = @@COLPREFIX@_arm
720         bg[NORMAL] = @@COLPREFIX@_arm
721         bg[SELECTED] = @@COLPREFIX@_arm
722         bg[ACTIVE] = @@COLPREFIX@_arm
723 }
724
725 style "midi_channel_selector_button"
726 {
727         bg[NORMAL] = @@COLPREFIX@_bg
728         bg[ACTIVE] = @@COLPREFIX@_midi_channel_selector
729         fg[NORMAL] = @@COLPREFIX@_fg
730         fg[ACTIVE] = @@COLPREFIX@_darkest
731 }
732
733 style "shuttle_control" = "very_small_text"
734 {
735         fg[NORMAL] = @@COLPREFIX@_control_text2
736         fg[ACTIVE] = @@COLPREFIX@_control_text2
737         fg[PRELIGHT] = @@COLPREFIX@_control_text2
738         fg[SELECTED] = @@COLPREFIX@_control_text2
739         fg[INSENSITIVE] = @@COLPREFIX@_control_text2
740
741         bg[NORMAL] = @@COLPREFIX@_darkest
742         bg[PRELIGHT] = @@COLPREFIX@_darkest
743         bg[INSENSITIVE] = @@COLPREFIX@_darkest
744         bg[ACTIVE] = @@COLPREFIX@_bright_color
745         bg[SELECTED] = @@COLPREFIX@_bright_color
746 }
747
748 style "ardour_adjusters" = "default_generic"
749 {
750         bg[NORMAL] = @@COLPREFIX@_bg
751         bg[PRELIGHT] = lighter(@@COLPREFIX@_bg)
752         bg[ACTIVE] = @@COLPREFIX@_darkest
753 }
754
755 style "editor_hscrollbar" = "ardour_adjusters"
756 {
757         #
758         # special case: we want this scrollbar to be as tall as the
759         # zoom focus selector combobox. scrollbars don't expand to
760         # fill the space available to them, so we have to explicitly
761         # make it bigger.
762         # 
763         GtkRange::slider_width = 27
764         GtkScrollbar::slider_width = 27
765 }
766
767 style "ardour_progressbars" = "default_generic"
768
769   # Clearlooks always uses darkest for the advancing bar, sigh
770   # so this is just a contrasting color for the trough
771   bg[NORMAL] = @@COLPREFIX@_bright_color
772 }
773
774 style "preferences"  = "default"
775 {
776         fg[PRELIGHT] = lighter(@@COLPREFIX@_fg)
777 }
778
779 style "option_entry"  = "default"
780 {
781
782 }
783
784 style "very_small_bright_when_active" = "very_small_text"
785 {
786         fg[NORMAL] = @@COLPREFIX@_fg
787         bg[NORMAL] = @@COLPREFIX@_bg
788         bg[PRELIGHT] = @@COLPREFIX@_bg
789
790         fg[ACTIVE] = @@COLPREFIX@_fg
791         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
792         bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
793 }
794
795 style "bright_when_active" = "medium_text"
796 {
797         fg[NORMAL] = @@COLPREFIX@_fg
798         bg[NORMAL] = @@COLPREFIX@_bg
799         bg[PRELIGHT] = @@COLPREFIX@_bg
800
801         fg[ACTIVE] = @@COLPREFIX@_fg
802         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
803         bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
804 }
805
806 style "xrun_warn"  = "larger_bold_text"
807 {
808         fg[NORMAL] = @@COLPREFIX@_fg
809         fg[ACTIVE] = @@COLPREFIX@_fg
810         text[NORMAL] = @@COLPREFIX@_fg
811         text[ACTIVE] = @@COLPREFIX@_fg
812         base[NORMAL] = @@COLPREFIX@_base
813         base[ACTIVE] = @@COLPREFIX@_base
814         bg[NORMAL] = @@COLPREFIX@_bright_indicator
815         bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
816 }
817 /*
818 style "menu_bar_base" = "default"
819 {
820
821 }
822 */
823 style "fatal_message" = "medium_text"
824 {
825    fg[ACTIVE] = @@COLPREFIX@_bright_indicator
826    fg[NORMAL] = @@COLPREFIX@_bright_indicator
827    bg[ACTIVE]   = @@COLPREFIX@_base
828    bg[NORMAL]   = @@COLPREFIX@_base
829    base[NORMAL] = @@COLPREFIX@_base
830    base[NORMAL] = @@COLPREFIX@_base
831 }
832
833 style "error_message" = "medium_text"
834 {
835    fg[ACTIVE] = @@COLPREFIX@_bright_indicator
836    fg[NORMAL] = @@COLPREFIX@_bright_indicator
837    bg[ACTIVE]   = @@COLPREFIX@_base
838    bg[NORMAL]   = @@COLPREFIX@_base
839    base[NORMAL] = @@COLPREFIX@_base
840    base[NORMAL] = @@COLPREFIX@_base
841 }
842
843 style "info_message" = "medium_text"
844 {
845    fg[ACTIVE]   = @@COLPREFIX@_contrasting_indicator
846    fg[NORMAL]   = @@COLPREFIX@_contrasting_indicator
847    bg[ACTIVE]   = @@COLPREFIX@_base
848    bg[NORMAL]   = @@COLPREFIX@_base
849    base[NORMAL] = @@COLPREFIX@_base
850    base[NORMAL] = @@COLPREFIX@_base
851 }
852
853 style "warning_message" = "medium_text"
854 {
855    fg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
856    fg[NORMAL] = @@COLPREFIX@_somewhat_bright_indicator
857    bg[ACTIVE]   = @@COLPREFIX@_base
858    bg[NORMAL]   = @@COLPREFIX@_base
859    base[NORMAL] = @@COLPREFIX@_base
860    base[NORMAL] = @@COLPREFIX@_base
861 }
862
863 style "medium_entry" = "medium_text"
864 {
865         fg[NORMAL] = @@COLPREFIX@_text
866         fg[ACTIVE] = @@COLPREFIX@_text
867         fg[SELECTED] = @@COLPREFIX@_fg_selected
868         
869         bg[NORMAL] = @@COLPREFIX@_bg
870         
871         base[NORMAL] = @@COLPREFIX@_base
872         base[ACTIVE] = @@COLPREFIX@_base
873         base[SELECTED] = @@COLPREFIX@_bg_selected
874 }
875
876 style "medium_entry_noselection_fg" = "medium_entry"
877 {
878         fg[SELECTED] = @@COLPREFIX@_contrasting_indicator
879 }
880
881 style "medium_entry_noselection_bg" = "medium_entry"
882 {
883         bg[SELECTED] = @@COLPREFIX@_text
884 }
885
886 style "medium_bold_entry"  = "medium_bold_text"
887 {
888         fg[NORMAL] = @@COLPREFIX@_text
889         fg[ACTIVE] = @@COLPREFIX@_text
890         
891         bg[NORMAL] = @@COLPREFIX@_bg
892         
893         base[NORMAL] = @@COLPREFIX@_base
894         base[ACTIVE] = @@COLPREFIX@_base
895         base[SELECTED] = @@COLPREFIX@_base
896 }
897
898 style "small_entry" = "small_text"
899 {
900         fg[NORMAL] = @@COLPREFIX@_text
901         fg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
902         fg[SELECTED] = @@COLPREFIX@_contrasting_indicator
903         text[NORMAL] = @@COLPREFIX@_text
904         text[ACTIVE] = @@COLPREFIX@_contrasting_indicator
905         text[SELECTED] = @@COLPREFIX@_fg_selected
906         bg[NORMAL] = @@COLPREFIX@_base
907         bg[SELECTED] = @@COLPREFIX@_base
908         bg[SELECTED] = @@COLPREFIX@_base
909         base[NORMAL] = @@COLPREFIX@_base
910         base[ACTIVE] = @@COLPREFIX@_base
911         base[SELECTED] = @@COLPREFIX@_base
912 }
913
914 style "red_active_small_entry" = "small_entry"
915 {
916         fg[ACTIVE] = @@COLPREFIX@_bright_indicator
917         fg[SELECTED] = @@COLPREFIX@_bright_indicator
918 }
919
920 style "small_bold_entry" = "small_bold_text"
921 {
922         fg[NORMAL] = @@COLPREFIX@_text
923         fg[ACTIVE] = @@COLPREFIX@_text
924         
925         bg[NORMAL] = @@COLPREFIX@_bg
926         
927         base[NORMAL] = @@COLPREFIX@_base
928         base[ACTIVE] = @@COLPREFIX@_base
929         base[SELECTED] = @@COLPREFIX@_base
930 }
931
932 style "small_red_on_black_entry"  = "small_bold_text"
933 {
934        fg[NORMAL] = @@COLPREFIX@_bright_indicator
935        fg[ACTIVE] = @@COLPREFIX@_bright_indicator
936        base[NORMAL] = @@COLPREFIX@_base
937        base[ACTIVE] = @@COLPREFIX@_base
938        bg[NORMAL] = @@COLPREFIX@_base
939        bg[ACTIVE] = @@COLPREFIX@_base
940 }
941
942 #
943 # Clocks: "text" is the clock digits; "base" is the bg
944 #
945
946 style "non_recording_big_clock_display" = "medium_entry"
947 {
948         font_name = "monospace @FONT_SIZE_MASSIVE@"
949
950         text[NORMAL] = @@COLPREFIX@_control_text
951         text[ACTIVE] = @@COLPREFIX@_bright_indicator
952         text[SELECTED] = @@COLPREFIX@_bright_indicator
953         text[PRELIGHT] = @@COLPREFIX@_bright_indicator
954         text[INSENSITIVE] = @@COLPREFIX@_bright_indicator
955         
956         base[NORMAL] = @@COLPREFIX@_base
957         base[ACTIVE] = shade(0.5,@@COLPREFIX@_bright_indicator)
958 }
959
960 style "recording_big_clock_display" = "non_recording_big_clock_display"
961 {
962         text[NORMAL] = darker(@@COLPREFIX@_arm)
963 }
964
965 style "transport_clock_display"
966 {
967         font_name = "monospace @FONT_SIZE_BIG@"
968
969         text[NORMAL] = darker (@@COLPREFIX@_contrasting_indicator)
970         text[ACTIVE] = darker (@@COLPREFIX@_bright_indicator)
971         text[SELECTED] = darker(@@COLPREFIX@_bright_indicator)
972         text[PRELIGHT] = darker(@@COLPREFIX@_bright_indicator)
973         text[INSENSITIVE] = darker(@@COLPREFIX@_bright_indicator)
974
975         base[NORMAL] = @@COLPREFIX@_darkest
976         base[ACTIVE] = @@COLPREFIX@_darkest
977         bg[NORMAL] = @@COLPREFIX@_darkest
978         bg[ACTIVE] = @@COLPREFIX@_darkest
979 }
980
981 style "transport_clock_display_delta" = "transport_clock_display"
982 {
983         text[NORMAL] = @@COLPREFIX@_bright_color
984 }
985
986 style "tempo_meter_clock_display" = "very_small_text"
987 {
988         text[NORMAL] = @@COLPREFIX@_fg
989         text[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
990         text[SELECTED] = @@COLPREFIX@_bright_indicator
991         base[NORMAL] = @@COLPREFIX@_base
992         base[ACTIVE] = @@COLPREFIX@_contrasting_indicator
993 }
994
995 style "default_clock_display" = "medium_text"
996 {
997         text[NORMAL] = @@COLPREFIX@_contrasting_indicator
998         text[ACTIVE] = @@COLPREFIX@_bright_indicator
999         text[SELECTED] = @@COLPREFIX@_bright_indicator
1000         base[NORMAL] = @@COLPREFIX@_darkest
1001         base[ACTIVE] = @@COLPREFIX@_darkest
1002 }
1003
1004 style "selection_clock_display" 
1005 {
1006         font_name = "monospace @FONT_SIZE_SMALLER@"
1007
1008         text[NORMAL] = @@COLPREFIX@_contrasting_indicator
1009         text[ACTIVE] = @@COLPREFIX@_bright_indicator
1010         text[SELECTED] = @@COLPREFIX@_bright_indicator
1011         base[NORMAL] = @@COLPREFIX@_darkest
1012         base[ACTIVE] = @@COLPREFIX@_darkest
1013 }
1014
1015 style "punch_clock_display" = "very_small_text"
1016 {
1017         font_name = "monospace @FONT_SIZE_SMALLER@"
1018
1019         text[NORMAL] = @@COLPREFIX@_contrasting_indicator
1020         text[ACTIVE] = @@COLPREFIX@_bright_indicator
1021         text[SELECTED] = @@COLPREFIX@_bright_indicator
1022         base[NORMAL] = @@COLPREFIX@_darkest
1023         base[ACTIVE] = @@COLPREFIX@_darkest
1024 }
1025
1026 style "white_on_black_clock_display" = "medium_text"
1027 {
1028         text[NORMAL] = @@COLPREFIX@_fg
1029         text[ACTIVE] = @@COLPREFIX@_bright_indicator
1030         base[SELECTED] = @@COLPREFIX@_bright_indicator
1031         base[NORMAL] = @@COLPREFIX@_darkest
1032         base[ACTIVE] = @@COLPREFIX@_darkest
1033 }
1034
1035 style "editor_time_ruler" = "small_text"
1036 {
1037         fg[NORMAL] = @@COLPREFIX@_fg
1038         bg[NORMAL] = @@COLPREFIX@_base
1039 }
1040
1041 style "audio_bus_base" = "very_small_text"
1042 {
1043   fg[NORMAL] = @@COLPREFIX@_fg
1044   bg[NORMAL] = @@COLPREFIX@_audio_bus
1045 }
1046
1047 style "send_strip_base" = "default"
1048 {
1049   font_name = "@FONT_SMALLER@"
1050   fg[NORMAL] = @@COLPREFIX@_send_fg
1051   bg[NORMAL] = @@COLPREFIX@_send_bg
1052   bg[ACTIVE] = @@COLPREFIX@_send_bg
1053   bg[PRELIGHT] = @@COLPREFIX@_send_bg
1054   bg[INSENSITIVE] = @@COLPREFIX@_send_bg
1055   bg[SELECTED] = @@COLPREFIX@_send_bg
1056 }
1057
1058 style "audio_track_base" = "default"
1059 {
1060   font_name = "@FONT_SMALLER@"
1061   fg[NORMAL] = @@COLPREFIX@_fg
1062   bg[NORMAL] = @@COLPREFIX@_audio_track
1063   bg[ACTIVE] = @@COLPREFIX@_bg
1064   bg[PRELIGHT] = @@COLPREFIX@_bg
1065   bg[INSENSITIVE] = @@COLPREFIX@_bg
1066   bg[SELECTED] = @@COLPREFIX@_bg
1067 }
1068
1069 style "midi_track_base" = "default"
1070 {
1071   font_name = "@FONT_SMALLER@"
1072   fg[NORMAL] = @@COLPREFIX@_fg
1073   bg[NORMAL] = @@COLPREFIX@_midi_track
1074   bg[ACTIVE] = @@COLPREFIX@_bg
1075   bg[PRELIGHT] = @@COLPREFIX@_bg
1076   bg[INSENSITIVE] = @@COLPREFIX@_bg
1077   bg[SELECTED] = @@COLPREFIX@_bg
1078 }
1079
1080 style "track_controls_inactive" 
1081 {
1082         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
1083         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
1084         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
1085         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
1086         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
1087
1088         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
1089 }
1090
1091 style "audio_track_metrics" = "audio_track_base"
1092 {
1093         font_name = "@FONT_TINY@"
1094 }
1095
1096 style "midi_track_metrics" = "midi_track_base"
1097 {
1098         font_name = "@FONT_TINY@"
1099 }
1100
1101 style "audio_bus_metrics" = "audio_bus_base"
1102 {
1103         font_name = "@FONT_TINY@"
1104 }
1105
1106 style "audio_track_metrics_inactive" = "track_controls_inactive"
1107 {
1108         font_name = "@FONT_TINY@"
1109 }
1110
1111 style "midi_track_metrics_inactive" = "track_controls_inactive"
1112 {
1113         font_name = "@FONT_TINY@"
1114 }
1115
1116 style "audio_bus_metrics_inactive" = "track_controls_inactive"
1117 {
1118         font_name = "@FONT_TINY@"
1119 }
1120
1121 style "track_name_display" = "medium_text"
1122 {
1123         fg[NORMAL] = @@COLPREFIX@_fg
1124         fg[ACTIVE] = @@COLPREFIX@_fg
1125
1126         base[NORMAL] = @@COLPREFIX@_base
1127         base[ACTIVE] = lighter(@@COLPREFIX@_base)
1128         bg[NORMAL] = lighter(@@COLPREFIX@_base)
1129         bg[ACTIVE] = lighter(@@COLPREFIX@_base)
1130 }
1131
1132 style "active_track_name_display" = "medium_text"
1133 {
1134         GtkWidget::cursor_color =  @@COLPREFIX@_base
1135         text[NORMAL] = @@COLPREFIX@_base
1136         base[NORMAL] = @@COLPREFIX@_text
1137 }
1138
1139 style "track_separator"
1140 {
1141         bg[NORMAL] = @@COLPREFIX@_fg
1142 }
1143
1144 #
1145 # Track edit groups. These styles define
1146 # the colors that the "edit" button will
1147 # use as a track is moved from
1148 # track edit group to track edit group.
1149 # There are 8 edit groups. Edit group 0
1150 # is used for tracks that are not editable, 
1151 # so we leave its style to the default.
1152 #
1153
1154 style "edit_group_0"
1155
1156 {
1157         bg[ACTIVE] = { 1.0, 0.65, 0.13 }
1158         bg[NORMAL] = { 0.31, 0.31, 0.31 }
1159         fg[NORMAL] = { 0.82, 0.91, 0.99 }
1160         fg[ACTIVE] = { 0, 0, 0 }
1161 }
1162
1163 style "edit_group_1" 
1164 {
1165         fg[NORMAL] = { 0, 0, 0 }
1166         fg[PRELIGHT] = { 0, 0, 0 }
1167         fg[SELECTED] = { 0, 0, 0 }
1168         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1169         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1170         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1171 }
1172
1173 style "edit_group_2" 
1174 {
1175         fg[NORMAL] = { 0, 0, 0 }
1176         fg[PRELIGHT] = { 0, 0, 0 }
1177         fg[SELECTED] = { 0, 0, 0 }
1178         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1179         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1180         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1181 }
1182
1183 style "edit_group_3" 
1184 {
1185         fg[NORMAL] = { 0, 0, 0 }
1186         fg[PRELIGHT] = { 0, 0, 0 }
1187         fg[SELECTED] = { 0, 0, 0 }
1188         bg[NORMAL] = { 0.93, 0.34, 0.08 }
1189         bg[PRELIGHT] = { 0.93, 0.34, 0.08 }
1190         bg[SELECTED] = { 0.93, 0.34, 0.08 }
1191 }
1192
1193 style "treeview_parent_node"
1194 {
1195         # specifies *just* the color used for whole file rows when not selected
1196         
1197         fg[NORMAL] = { 0.0, 0.6, 0.85 }
1198 }
1199
1200 style "treeview_display" = "small_bold_text"
1201 {
1202         GtkWidget::focus-line-width = 0
1203
1204         # expander arrow border and DnD "icon" text
1205         fg[NORMAL] = { 0.8, 0.8, 0.8 } 
1206
1207         bg[NORMAL] = { 0.8, 0.8, 0.8 }
1208
1209         # background with no rows or no selection, plus
1210         # expander arrow core and DnD "icon" background
1211         base[NORMAL] = { 0.20, 0.20, 0.25 }
1212
1213         # selected row bg when window does not have focus (including during DnD)
1214         base[ACTIVE] = { 0.0, 0.75, 0.75 }    
1215
1216         # selected row bg when window has focus
1217         base[SELECTED] = { 0, 0.75, 0.75 }
1218
1219         # row text when in normal state and not a parent
1220         text[NORMAL] = { 0.80, 0.80, 0.80 }
1221
1222         # selected row text with window focus
1223         text[SELECTED] = { 1.0, 1.0, 1.0 }  
1224
1225         # selected row text without window focus (including during DnD)
1226         text[ACTIVE] = { 1.0, 1.0, 1.0 }  
1227 }
1228
1229 style "main_canvas_area"
1230 {
1231         bg[NORMAL] = { 0.30, 0.30, 0.34 }
1232         bg[ACTIVE] = { 0.30, 0.30, 0.34 }
1233         bg[INSENSITIVE] = { 0.30, 0.30, 0.34 }
1234         bg[SELECTED] = { 0.30, 0.30, 0.34 }
1235         bg[PRELIGHT] = { 0.30, 0.30, 0.34 }
1236 }
1237
1238 style "track_controls_inactive" = "larger_text"
1239 {
1240         bg[NORMAL] =      { 0.60, 0.60, 0.66 }
1241         bg[ACTIVE] =      { 0.60, 0.60, 0.66 }
1242         bg[INSENSITIVE] = { 0.60, 0.60, 0.66 }
1243         bg[SELECTED] =    { 0.60, 0.60, 0.66 }
1244         bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
1245
1246         fg[NORMAL] = { 0.7, 0.8, 0.2 }  
1247 }
1248
1249 style "edit_controls_base_selected"
1250 {
1251         bg[NORMAL] = { 0.32, 0.32, 0.54 }
1252         bg[ACTIVE] = { 0.32, 0.32, 0.54 }
1253         bg[INSENSITIVE] = { 0.32, 0.32, 0.54 }
1254         bg[SELECTED] = { 0.32, 0.32, 0.54 }
1255         bg[PRELIGHT] = { 0.32, 0.32, 0.54 }
1256 }
1257
1258 style "automation_track_controls_base"
1259 {
1260         bg[NORMAL] = { 0.22, 0.22, 0.29 }
1261         bg[ACTIVE] = { 0.22, 0.22, 0.29 }
1262         bg[INSENSITIVE] = { 0.22, 0.22, 0.29 }
1263         bg[SELECTED] = { 0.22, 0.22, 0.29 }
1264         bg[PRELIGHT] = { 0.22, 0.22, 0.29 }
1265 }
1266
1267 # Plugin Editors
1268 style "plugin_slider" 
1269 {
1270         #font_name ="bold @FONT_BIG@"
1271
1272         # the slider itself. the inactive part is INSENSITIVE,
1273         # the active part is taken from some other state.
1274
1275         fg[NORMAL] = @@COLPREFIX@_bright_color
1276         fg[ACTIVE] = @@COLPREFIX@_bright_color
1277         fg[INSENSITIVE] = @@COLPREFIX@_base # matches default
1278         fg[SELECTED] = @@COLPREFIX@_bright_color
1279         fg[PRELIGHT] = @@COLPREFIX@_bright_color
1280
1281         # draws the outer rectangle around the slider
1282
1283         bg[NORMAL] = shade (0.6, @@COLPREFIX@_lightest)
1284         bg[ACTIVE] = shade (0.6, @@COLPREFIX@_lightest)
1285         bg[INSENSITIVE] = shade (0.6, @@COLPREFIX@_lightest)
1286         bg[SELECTED] = shade (0.6, @@COLPREFIX@_lightest)
1287         bg[PRELIGHT] = shade (0.6, @@COLPREFIX@_lightest)
1288
1289         # the numeric display
1290
1291         text[NORMAL] = @@COLPREFIX@_text
1292         text[ACTIVE] = @@COLPREFIX@_text
1293         text[INSENSITIVE] = @@COLPREFIX@_text
1294         text[SELECTED] = @@COLPREFIX@_text
1295         text[PRELIGHT] = @@COLPREFIX@_text
1296 }
1297
1298 style "track_list_display" = "small_bold_text"
1299 {
1300         text[NORMAL] = @@COLPREFIX@_text
1301   text[ACTIVE] = darker(@@COLPREFIX@_text)
1302   text[INSENSITIVE] = @@COLPREFIX@_base
1303   text[SELECTED] = @@COLPREFIX@_fg_selected
1304
1305   base[NORMAL] = @@COLPREFIX@_base
1306   base[ACTIVE] = lighter(@@COLPREFIX@_base)
1307   base[INSENSITIVE] = darker(@@COLPREFIX@_base)
1308   base[SELECTED] = @@COLPREFIX@_bg_selected
1309 }
1310
1311 style "inspector_track_list_display" = "track_list_display"
1312 {
1313
1314 }
1315
1316 style "processor_list" = "very_small_text"
1317 {
1318         bg[NORMAL] = @@COLPREFIX@_darkest
1319         bg[ACTIVE] = shade (1.8, @@COLPREFIX@_fg_selected)
1320         fg[ACTIVE] = @@COLPREFIX@_darkest
1321         GtkCheckButton::indicator-size = 10
1322         GtkCheckButton::indicator-spacing = 0
1323 }
1324
1325 style "inspector_processor_list" = "processor_list"
1326 {
1327         base[SELECTED] = { 0.3, 0.3, 0.3 }
1328 }
1329
1330 # Colour of a processor frame when it is selected
1331 style "processor_frame_selected"
1332 {
1333         bg[NORMAL] = @@COLPREFIX@_fg_selected
1334 }
1335
1336 # Colour of a processor frame when it is a send whose level is being controller by the fader
1337 style "processor_frame_active_send"
1338 {
1339         bg[NORMAL] = @@COLPREFIX@_send_fg
1340 }
1341
1342 # Fader processor's background
1343 style "processor_fader"
1344 {
1345         bg[NORMAL] = @@COLPREFIX@_processor_fader_bg
1346 }
1347
1348 # Fader processor's frame
1349 style "processor_fader_frame" 
1350 {
1351 bg[NORMAL] = @@COLPREFIX@_processor_fader_frame
1352 }
1353
1354 # Pre-fader processor's background
1355 style "processor_prefader"
1356 {
1357         bg[NORMAL] = @@COLPREFIX@_processor_prefader
1358 }
1359
1360 # Pre-fader processor's frame
1361 style "processor_prefader_frame"
1362 {
1363         bg[NORMAL] = @@COLPREFIX@_processor_prefader_frame
1364 }
1365
1366 # Post-fader processor's background
1367 style "processor_postfader"
1368 {
1369         bg[NORMAL] = @@COLPREFIX@_processor_postfader
1370 }
1371
1372 # Post-fader processor's frame
1373 style "processor_postfader_frame"
1374 {
1375         bg[NORMAL] = @@COLPREFIX@_processor_postfader_frame
1376 }
1377
1378 # MixerPanZone:
1379 #
1380 # the NORMAL fg color is used for the pan puck
1381 # the ACTIVE fg color is used for the speaker boxes
1382
1383 style "pan_zone" = "default"
1384 {
1385         fg[NORMAL] = @@COLPREFIX@_contrasting_indicator
1386         fg[ACTIVE] = darker(@@COLPREFIX@_bright_color)
1387 }
1388
1389 style "paler_bright_when_active" = "medium_text"
1390 {
1391         fg[NORMAL] = @@COLPREFIX@_fg
1392         fg[PRELIGHT] = @@COLPREFIX@_fg
1393         bg[NORMAL] = @@COLPREFIX@_bg
1394         bg[PRELIGHT] = @@COLPREFIX@_bg
1395
1396         fg[ACTIVE] = @@COLPREFIX@_fg
1397         bg[ACTIVE] = lighter(@@COLPREFIX@_bright_indicator)
1398 }
1399
1400 style "peak_display_peaked_entry" = "small_text"
1401 {
1402         fg[NORMAL] = @@COLPREFIX@_text
1403         fg[ACTIVE] = @@COLPREFIX@_text
1404         fg[SELECTED] = @@COLPREFIX@_text
1405
1406         bg[NORMAL] = @@COLPREFIX@_bright_indicator
1407         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
1408         bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
1409         bg[INSENSITIVE] = @@COLPREFIX@_bright_indicator
1410         bg[SELECTED] = @@COLPREFIX@_bright_indicator
1411         base[NORMAL] = @@COLPREFIX@_bright_indicator
1412         base[ACTIVE] = @@COLPREFIX@_bright_indicator
1413         base[PRELIGHT] = @@COLPREFIX@_bright_indicator
1414         base[INSENSITIVE] = @@COLPREFIX@_bright_indicator
1415         base[SELECTED] = @@COLPREFIX@_bright_indicator
1416 }
1417
1418 style "selected_strip_frame"
1419 {
1420         fg[NORMAL] = @@COLPREFIX@_bright_indicator
1421         bg[NORMAL] = darker(@@COLPREFIX@_bright_indicator)
1422 }
1423
1424 style "flashing_alert" = "very_small_text"
1425 {
1426         GtkButton::child-displacement-x = 0
1427         GtkButton::child-displacement-y = 0
1428   
1429         fg[NORMAL] = darker(@@COLPREFIX@_fg)
1430         fg[PRELIGHT] = darker(@@COLPREFIX@_fg)
1431         bg[NORMAL] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
1432         bg[PRELIGHT] = mix(0.1,@@COLPREFIX@_bright_indicator,darker(@@COLPREFIX@_bg))
1433         
1434         fg[ACTIVE] = @@COLPREFIX@_fg
1435         bg[ACTIVE] = @@COLPREFIX@_bright_indicator
1436 }
1437
1438
1439 style "green_flashing_alert" = "very_small_text"
1440 {
1441         GtkButton::child-displacement-x = 0
1442         GtkButton::child-displacement-y = 0
1443
1444         fg[NORMAL] = darker(@@COLPREFIX@_fg)
1445         fg[PRELIGHT] = darker(@@COLPREFIX@_fg)
1446         bg[NORMAL] = mix(0.1,@@COLPREFIX@_contrasting_indicator,darker(@@COLPREFIX@_bg))
1447         bg[PRELIGHT] = mix(0.1,@@COLPREFIX@_contrasting_indicator,darker(@@COLPREFIX@_bg))
1448
1449         fg[ACTIVE] = @@COLPREFIX@_fg
1450         bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
1451 }
1452
1453 style "sync_alert"
1454 {
1455         #
1456         # this is used when the sync button is indicating that sync is
1457         # active, and alternates with another style if sync is active
1458         # but we are not locked
1459         #
1460         bg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
1461         bg[PRELIGHT] = @@COLPREFIX@_somewhat_bright_indicator
1462         bg[SELECTED] = @@COLPREFIX@_somewhat_bright_indicator
1463         bg[NORMAL] = @@COLPREFIX@_somewhat_bright_indicator
1464         
1465         fg[NORMAL] = @@COLPREFIX@_darkest
1466         fg[PRELIGHT] = @@COLPREFIX@_darkest
1467         fg[SELECTED] = @@COLPREFIX@_darkest
1468         fg[ACTIVE] = @@COLPREFIX@_darkest
1469 }
1470
1471 style "tearoff_arrow" = "medium_bold_entry"
1472 {
1473         fg[NORMAL] = darker(@@COLPREFIX@_fg)
1474         fg[PRELIGHT] = darker(@@COLPREFIX@_fg)
1475         bg[NORMAL] = darker(@@COLPREFIX@_fg)
1476         bg[PRELIGHT] = darker(@@COLPREFIX@_fg)
1477 }
1478
1479 style "location_row_button" = "default_button"
1480 {
1481         font_name = "@FONT_NORMAL@"
1482 }
1483
1484 style "location_rows_clock" = "default_clock_display"
1485 {
1486         font_name = "@FONT_NORMAL@"
1487 }
1488
1489 style "ardour_button" ="default_button"
1490 {
1491         xthickness = 1
1492         ythickness = 1
1493 }
1494
1495 style "padded_button" = "default_button"
1496 {
1497         xthickness = 8
1498 }
1499
1500
1501 #---------------------------------------------------------------
1502
1503 class "GtkWidget" style:highest "default"
1504 class "GtkScrollbar" style:highest "ardour_adjusters"
1505 class "GtkLabel" style:highest "default_generic"
1506 class "GtkButton" style:highest "ardour_button"
1507 class "GtkArrow" style:highest "tearoff_arrow"
1508 class "GtkProgressBar" style:highest "ardour_progressbars"
1509
1510 widget "*PaddedButton" style:highest "padded_button"
1511 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1512 widget "*MarkerText" style:highest "marker_text"
1513 widget "*TimeAxisViewItemName*" style:highest "time_axis_view_item_name"
1514 widget "*EditModeSelector" style:highest "medium_bold_entry"
1515 widget "*SnapTypeSelector" style:highest "medium_bold_entry"
1516 widget "*SnapModeSelector" style:highest "medium_bold_entry"
1517 widget "*ZoomFocusSelector" style:highest "medium_bold_entry"
1518 widget "*ArdourContextMenu*" style:highest "default_menu"
1519 widget "*EditGroupTitleButton*" style:highest "default_button"
1520 widget "*MixerGroupTitleButton*" style:highest "default_button"
1521 widget "*ErrorLogCloseButton" style:highest "default_button"
1522 widget "*EditorGTKButton*" style:highest "default_button" 
1523 widget "*ToolbarButton" style:highest "default_button"
1524 widget "*ToolbarButton*" style:highest "default_button"
1525 widget "*CrossfadeEditButton" style:highest "default_button"
1526 widget "*CrossfadeEditButton*" style:highest "default_button"
1527 widget "*TrackHistoryButton*" style:highest "default_button"
1528 widget "*TrackSizeButton*" style:highest "default_button"
1529 widget "*TrackPlaylistButton*" style:highest "default_button"
1530 widget "*TrackAutomationButton*" style:highest "default_button"
1531 widget "*TrackGroupButton*" style:highest "default_button"
1532 widget "*TrackMixButton*" style:highest "default_button"
1533 widget "*TrackVisualButton*" style:highest "default_button"
1534 widget "*TrackRemoveButton*" style:highest "default_button"
1535 widget "*BaseButton" style:highest "default_button"
1536 widget "*TakeButtonLabel" style:highest "default_button"
1537 widget "*MixerWidthButton" style:highest "default_button"
1538 widget "*MixerHideButton" style:highest "default_button"
1539 widget "*MixerSendButton" style:highest "default_button"
1540 widget "*MixerSendButtonLabel" style:highest "default_button"
1541 widget "*MixerSendSwitch" style:highest "default_button"
1542 widget "*MixerInsertButton" style:highest "default_button"
1543 widget "*MixerInsertButtonLabel" style:highest "default_button"
1544 widget "*MixerInsertSwitch" style:highest "default_button"
1545 widget "*MixerMonitorInputButton*" style:highest "very_small_button"
1546 widget "*MixerMonitorInputButton.*" style:highest "very_small_button"
1547 widget "*MixerIOButton" style:highest "very_small_button"
1548 widget "*MixerIOButtonLabel" style:highest "very_small_button"
1549 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1550 widget "*AddRouteDialogRadioButton*" style:highest "preferences"
1551 widget "*OptionsNotebook" style:highest "preferences"
1552 widget "*OptionEditorToggleButton*" style:highest "preferences"
1553 widget "*OptionsLabel" style:highest "preferences"
1554 widget "*OptionEditorAuditionerLabel" style:highest "preferences"
1555 widget "*OptionsEntry" style:highest "option_entry"
1556 widget "*InspectorNotebook" style:highest "preferences"
1557 widget "*NewSessionDialog" style:highest "preferences"
1558 widget "*NewSessionDialogButton*" style:highest "preferences"
1559 widget "*MixerSendSwitch*" style:highest "very_small_red_active_and_selected_button"
1560 widget "*OptionEditorToggleButton" style:highest "small_red_active_and_selected_button"
1561 widget "*NewSessionDialogButton" style:highest "small_red_active_and_selected_button"
1562 widget "*RecordEnableButton" style:highest "track_rec_enable_button"
1563 widget "*RecordEnableButton-active" style:highest "track_rec_enable_button_active"
1564 widget "*RecordEnableButton-alternate" style:highest "track_rec_enable_button_alternate"
1565 widget "*RecordEnableButton-alternate2" style:highest "track_rec_enable_button_alternate_two"
1566 widget "*MixerRecordEnableButton" style:highest "mixer_track_rec_enable_button"
1567 widget "*MixerRecordEnableButton-active" style:highest "mixer_track_rec_enable_button_active"
1568 widget "*MixerRecordEnableButton-alternate" style:highest "mixer_track_rec_enable_button_alternate"
1569 widget "*MuteButton" style:highest "mute_button"
1570 widget "*MuteButton-alternate" style:highest "mute_button_fullylit"
1571 widget "*MuteButton-active" style:highest "mute_button_halflit"
1572 widget "*MixerMuteButton" style:highest "mixer_mute_button"
1573 widget "*MixerMuteButton-alternate" style:highest "mixer_mute_button_fullylit"
1574 widget "*MixerMuteButton-active" style:highest "mixer_mute_button_halflit"
1575 widget "*SoloButton" style:highest "solo_button"
1576 widget "*SoloButton-alternate" style:highest "solo_button_alternate"
1577 widget "*SoloButton-alternate2" style:highest "solo_button_alternate2"
1578 widget "*SoloButton-active" style:highest "solo_button_active"
1579 widget "*MixerSoloButton" style:highest "mixer_solo_button"
1580 widget "*MixerSoloButton-alternate" style:highest "mixer_solo_button_alternate"
1581 widget "*MixerSoloButton-alternate2" style:highest "mixer_solo_button_alternate2"
1582 widget "*MixerSoloButton-active" style:highest "mixer_solo_button_active"
1583 widget "*TrackLoopButton*" style:highest "track_loop_button"
1584 widget "*PanAutomationLineSelector*" style:highest "multiline_combo"
1585 widget "*EditorTimeButton*" style:highest "time_button"
1586 widget "*MixerInvertButton*" style:highest "mixer_invert_button"
1587 widget "*MixerInvertButton.*" style:highest "mixer_invert_button"
1588 widget "*MixerAutomationRecordingButton*" style:highest "very_small_button"
1589 widget "*MixerAutomationRecordingButton.*" style:highest "very_small_button"
1590 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1591 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1592 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1593 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1594 widget "*MixerNameButton" style:highest "very_small_button"
1595 widget "*MixerNameButtonLabel" style:highest "very_small_button"
1596 widget "*MixerGroupButton" style:highest "very_small_button"
1597 widget "*MixerGroupButtonLabel" style:highest "very_small_button"
1598 widget "*MixerCommentButton" style:highest "very_small_button"
1599 widget "*MixerCommentButton*" style:highest "very_small_button"
1600 widget "*MixerMonoButton*" style:highest "very_small_button"
1601 widget "*EditGroupButton" style:highest "very_small_button"
1602 widget "*EditGroupButtonLabel" style:highest "very_small_button"
1603 widget "*TransportButton" style:highest "transport_button"
1604 widget "*TransportButton-active" style:highest "transport_button_active"
1605 widget "*TransportButton-alternate2" style:highest "transport_button_alternate_two"
1606 widget "*TransportSyncButton" style:highest "transport_button"
1607 widget "*TransportSyncButton*" style:highest "transport_button"
1608 widget "*TransportSyncButton-active" style:highest "sync_alert"
1609 widget "*TransportSyncButton-active*" style:highest "sync_alert"
1610 widget "*ShuttleButton" style:highest "transport_button"
1611 widget "*ShuttleButton*" style:highest "transport_button"
1612 widget "*ShuttleDisplay" style:highest "transport_button"
1613 widget "*ShuttleDisplay*" style:highest "transport_button"
1614 widget "*ShuttleControl" style:highest "shuttle_control"
1615 widget "*TransportRecButton" style:highest "transport_rec_button"
1616 widget "*TransportRecButton*" style:highest "transport_rec_button"
1617 widget "*TransportRecButton-active" style:highest "transport_rec_button_active"
1618 widget "*TransportRecButton-active*" style:highest "transport_rec_button_active"
1619 widget "*TransportRecButton-alternate" style:highest "transport_rec_button_alternate"
1620 widget "*TransportRecButton-alternate*" style:highest "transport_rec_button_alternate"
1621 widget "*TransportRecButton*" style:highest "transport_rec_button"
1622 widget "*RecordingXrunWarningWindow" style:highest "xrun_warn"
1623 widget "*RecordingXrunWarningWindow*" style:highest "xrun_warn"
1624 #widget "*MainMenuBar" style:highest "menu_bar_base"
1625 widget "*ErrorMessage" style:highest "error_message"
1626 widget "*FatalMessage" style:highest "fatal_message"
1627 widget "*InfoMessage" style:highest "info_message"
1628 widget "*WarningMessage" style:highest "warning_message"
1629 widget "*BigClockNonRecording" style:highest "non_recording_big_clock_display"
1630 widget "*BigClockRecording" style:highest "recording_big_clock_display"
1631 widget "*SelectionClockDisplay" style:highest "selection_clock_display"
1632 widget "*PunchClockDisplay" style:highest "punch_clock_display"
1633 widget "*TransportClockDisplay" style:highest "transport_clock_display"
1634 widget "*SecondaryClockDisplay" style:highest "transport_clock_display"
1635 widget "*TransportClockDisplayDelta" style:highest "transport_clock_display_delta"
1636 widget "*SecondaryClockDisplayDelta" style:highest "transport_clock_display_delta"
1637 widget "*AudioClockFramesUpperInfo" style:highest "tempo_meter_clock_display"
1638 widget "*AudioClockFramesLowerInfo" style:highest "tempo_meter_clock_display"
1639 widget "*AudioClockSMPTEUpperInfo" style:highest "tempo_meter_clock_display"
1640 widget "*AudioClockSMPTELowerInfo" style:highest "tempo_meter_clock_display"
1641 widget "*AudioClockBBTUpperInfo" style:highest "tempo_meter_clock_display"
1642 widget "*AudioClockBBTLowerInfo" style:highest "tempo_meter_clock_display"
1643 widget "*SelectionStartClock" style:highest "default_clock_display"
1644 widget "*SelectionEndClock" style:highest "default_clock_display"
1645 widget "*SilenceDurationClock" style:highest "white_on_black_clock_display"
1646 widget "*EditPointClock" style:highest "default_clock_display"
1647 widget "*PreRollClock" style:highest "default_clock_display"
1648 widget "*PostRollClock" style:highest "default_clock_display"
1649 widget "*NudgeClock" style:highest "default_clock_display"
1650 widget "*MenuBarClock" style:highest "default_clock_display"
1651 widget "*ZoomRangeClock" style:highest "default_clock_display"
1652 widget "*SMPTEOffsetClock" style:highest "default_clock_display"
1653 widget "*TransportLabel" style:highest "small_bold_text"
1654 widget "*TakeLabel" style:highest "small_bold_text"
1655 widget "*LocationLabel" style:highest "small_bold_text"
1656 widget "*WipeLabel" style:highest "small_bold_text"
1657 widget "*TakeTagLabel" style:highest "small_bold_text"
1658 widget "*ToolBarLabel" style:highest "small_bold_text"
1659 widget "*EditorDisplayLabel" style:highest "small_bold_text"
1660 widget "*NewSessionLabel" style:highest "larger_text"
1661 widget "*GlobalButtonLabel" style:highest "default_generic"
1662 widget "*ClickButton" style:highest "medium_entry"
1663 widget "*RegionNameDisplay" style:highest "medium_entry"
1664 widget "*PluginDisplay" style:highest "medium_entry"
1665 widget "*SelectionDisplay" style:highest "medium_entry"
1666 widget "*HistorySelector" style:highest "medium_entry"
1667 widget "*LocationSelector" style:highest "medium_entry"
1668 widget "*TakeSelector" style:highest "medium_entry"
1669 widget "*RegionSelector" style:highest "medium_entry"
1670 widget "*SMPTERuler" style:highest "editor_time_ruler"
1671 widget "*BBTRuler" style:highest "editor_time_ruler"
1672 widget "*SamplesRuler" style:highest "editor_time_ruler"
1673 widget "*TimecodeRuler" style:highest "editor_time_ruler"
1674 widget "*FramesRuler" style:highest "editor_time_ruler"
1675 widget "*MinSecRuler" style:highest "editor_time_ruler"
1676 widget "*BaseFrame" style:highest "base_frame"
1677
1678 widget "*SendStripBase" style:highest "send_strip_base"
1679 widget "*AudioTrackStripBase" style:highest "audio_track_base"
1680 widget "*AudioBusStripBase" style:highest "audio_bus_base"
1681 widget "*MidiTrackStripBase" style:highest "midi_track_base"
1682 widget "*AudioTrackStripBaseInactive" style:highest "track_controls_inactive"
1683 widget "*AudioBusStripBaseInactive" style:highest "track_controls_inactive"
1684 widget "*MidiTrackStripBaseInactive" style:highest "track_controls_inactive"
1685 widget "*FaderMetricsStrip" style:highest "audio_track_metrics"
1686 widget "*AudioTrackMetrics" style:highest "audio_track_metrics"
1687 widget "*MidiTrackMetrics" style:highest "midi_track_metrics"
1688 widget "*AudioBusMetrics" style:highest "audio_bus_metrics"
1689 widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive"
1690 widget "*MidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive"
1691 widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive"
1692
1693 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
1694 widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base"
1695 widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base"
1696 widget "*AudioTrackFader" style:highest "gain_fader"
1697
1698 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
1699 widget "*AudioBusFader" style:highest "gain_fader"
1700 widget "*TrackSeparator" style:highest "track_separator"
1701 widget "*TrackEditIndicator0*" style:highest "edit_group_0"
1702 widget "*TrackEditIndicator1*" style:highest "edit_group_1"
1703 widget "*TrackEditIndicator2*" style:highest "edit_group_2"
1704 widget "*TrackEditIndicator3*" style:highest "edit_group_3"
1705 widget "*TrackEditIndicator4*" style:highest "edit_group_3"
1706 widget "*TrackEditIndicator5*" style:highest "edit_group_3"
1707 widget "*TrackEditIndicator6*" style:highest "edit_group_3"
1708 widget "*TrackEditIndicator7*" style:highest "edit_group_3"
1709 widget "*EditorTrackNameDisplay" style:highest "track_name_display"
1710 widget "*EditorTrackNameDisplay*" style:highest "track_name_display"
1711 widget "*EditorActiveTrackNameDisplay" style:highest "active_track_name_display"
1712 widget "*EditorActiveTrackNameDisplay*" style:highest "active_track_name_display"
1713 widget "*CrossfadeEditAuditionButton" style:highest "bright_when_active"
1714 widget "*CrossfadeEditAuditionButton*" style:highest "bright_when_active"
1715 widget "*CrossfadeEditCurveButton" style:highest "bright_when_active"
1716 widget "*CrossfadeEditCurveButton*" style:highest "bright_when_active"
1717 widget "*CrossfadeEditLabel" style:highest "medium_text"
1718 widget "*CrossfadeEditFrame" style:highest "base_frame"
1719 widget "*MouseModeButton" style:highest "mouse_mode_button"
1720 widget "*MouseModeButton*" style:highest "default_button"
1721 widget "*EditorMainCanvas" style:highest "main_canvas_area"
1722 widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1723 widget "*BusControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1724 widget "*AutomationTrackControlsBaseInactiveUnselected" style:highest "track_controls_inactive"
1725 widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1726 widget "*BusControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1727 widget "*AutomationTrackControlsBaseInactiveSelected" style:highest "track_controls_inactive"
1728 widget "*AudioTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1729 widget "*MidiTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1730 widget "*BusControlsBaseSelected" style:highest "edit_controls_base_selected"
1731 widget "*AutomationTrackControlsBase" style:highest "automation_track_controls_base"
1732 widget "*AutomationTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
1733 #widget "*EditorMenuBar*" style:highest "black_mackie_menu_bar"
1734 #widget "*MainMenuBar*" style:highest "black_mackie_menu_bar"
1735 widget "*ZoomClickBox" style:highest "medium_bold_entry"
1736 widget "*PluginParameterLabel" style:highest "medium_text"
1737 widget "*PluginNameInfo" style:highest "plugin_name_text"
1738 widget "*PluginMakerInfo" style:highest "plugin_maker_text"
1739 widget "*PluginParameterInfo" style:highest "medium_text"
1740 widget "*MotionControllerValue" style:highest "medium_entry"
1741 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
1742 widget "*PluginUIClickBox" style:highest "medium_bold_entry"
1743 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
1744 widget "*PluginSlider" style:highest "plugin_slider"
1745 widget "*EditGroupDisplay" style:highest "treeview_display"
1746 widget "*TrackListDisplay" style:highest "treeview_display"
1747 widget "*RegionListDisplay" style:highest "treeview_display"
1748 widget "*NamedSelectionDisplay" style:highest "treeview_display"
1749 widget "*SnapshotDisplay" style:highest "treeview_display"
1750 widget "*MixerTrackCommentArea" style:highest "option_entry"
1751 widget "*MixerPanZone" style:highest "pan_zone"
1752 widget "*MixerTrackDisplayList" style:highest "treeview_display"
1753 widget "*MixerSnapshotDisplayList" style:highest "treeview_display"
1754 widget "*MixerAuxDisplayList" style:highest "treeview_display"
1755 widget "*MixerGroupList" style:highest "treeview_display"
1756 widget "*RegionEditorLabel" style:highest "medium_text"
1757 widget "*RegionEditorSmallLabel" style:highest "small_text"
1758 widget "*RegionEditorEntry" style:highest "medium_entry"
1759 widget "*RegionEditorClock" style:highest "default_clock_display"
1760 widget "*RegionEditorToggleButton" style:highest "paler_bright_when_active"
1761 widget "*RegionEditorToggleButton*" style:highest "paler_bright_when_active"
1762 widget "*MixerStripSpeedBase" style:highest "small_entry"
1763 widget "*MixerStripSpeedBase*" style:highest "small_entry"
1764 widget "*MixerStripSpeedBaseNotOne" style:highest "small_red_on_black_entry"
1765 widget "*MixerStripSpeedBaseNotOne*" style:highest "small_red_on_black_entry"
1766 widget "*MixerStripGainDisplay" style:highest "small_entry"
1767 widget "*MixerStripGainDisplay*" style:highest "small_entry"
1768 widget "*MixerStripGainUnitButton" style:highest "very_small_button"
1769 widget "*MixerStripGainUnitButton*" style:highest "very_small_button"
1770 widget "*MixerStripMeterPreButton" style:highest "very_small_button"
1771 widget "*MixerStripMeterPreButton*" style:highest "very_small_button"
1772 widget "*MixerStripPeakDisplay" style:highest "red_active_small_entry"
1773 widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry"
1774 widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry"
1775 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
1776 widget "*MixerStripFrame" style:highest "base_frame"
1777 widget "*HWMonitorButton" style:highest "bright_when_active"
1778 widget "*HWMonitorButton*" style:highest "bright_when_active"
1779 widget "*MonitorInvertButton" style:highest "monitor_invert_button"
1780 widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
1781 widget "*MonitorMuteButton" style:highest "monitor_mute_button"
1782 widget "*MonitorMuteButton*" style:highest "monitor_mute_button"
1783 widget "*MonitorDimButton" style:highest "monitor_dim_button"
1784 widget "*MonitorDimButton*" style:highest "monitor_dim_button"
1785 widget "*MonitorMonoButton" style:highest "monitor_mono_button"
1786 widget "*MonitorMonoButton*" style:highest "monitor_mono_button"
1787 widget "*MonitorInvertButton" style:highest "monitor_invert_button"
1788 widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
1789 widget "*MonitorOptButton" style:highest "monitor_opt_button"
1790 widget "*MonitorOptButton*" style:highest "monitor_opt_button"
1791 widget "*MonitorIsoAlert" style:highest "monitor_iso_button"
1792 widget "*MonitorIsoAlert*" style:highest "monitor_iso_button"
1793 widget "*BypassButton" style:highest "bright_when_active"
1794 widget "*BypassButton*" style:highest "bright_when_active"
1795 widget "*TransportSoloAlert" style:highest "flashing_alert"
1796 widget "*TransportSoloAlert.*" style:highest "flashing_alert"
1797 widget "*TransportSoloAlert-active" style:highest "flashing_alert"
1798 widget "*TransportSoloAlert-alternate" style:highest "flashing_alert"
1799 widget "*SendAlert" style:highest "green_flashing_alert"
1800 widget "*SendAlert.*" style:highest "green_flashing_alert"
1801 widget "*TransportAuditioningAlert" style:highest "flashing_alert"
1802 widget "*TransportAuditioningAlert.*" style:highest "flashing_alert"
1803 widget "*FadeCurve" style:highest "medium_bold_entry"
1804 widget "*FadeCurve*" style:highest "medium_bold_entry"
1805 widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
1806 widget "*TearOffArrow" style:highest "tearoff_arrow"
1807 widget "*RouteParamsTitleButton" style:highest "medium_text"
1808 widget "*RouteParamsTitleLabel" style:highest "medium_text"
1809 widget "*PluginAutomateRecordButton" style:highest "small_red_active_and_selected_button"
1810 widget "*PluginAutomateRecordButton*" style:highest "small_red_active_and_selected_button"
1811 widget "*PluginAutomatePlayButton" style:highest "small_red_active_and_selected_button"
1812 widget "*PluginAutomatePlayButton*" style:highest "small_red_active_and_selected_button"
1813 widget "*PluginAutomateButton" style:highest "small_button"
1814 widget "*PluginAutomateButton*" style:highest "small_button"
1815 widget "*PluginSaveButton" style:highest "small_button"
1816 widget "*PluginSaveButton*" style:highest "small_button"
1817 widget "*PluginEditButton*" style:highest "small_button"
1818 widget "*PluginLoadButton" style:highest "small_button"
1819 widget "*PluginLoadButton*" style:highest "small_button"
1820
1821 widget "*MetricDialogFrame" style:highest "base_frame"
1822 widget "*MetricEntry" style:highest "medium_bold_entry"
1823 widget "*MetricButton" style:highest "default_button"
1824 widget "*MetricButton.*" style:highest "default_button"
1825 widget "*MetricLabel" style:highest "medium_text"
1826 widget "*TimeStretchButton" style:highest "default_button"
1827 widget "*TimeStretchButton.*" style:highest "default_button"
1828 widget "*ChoiceWindow" style:highest "default_generic"
1829 widget "*ChoicePrompt" style:highest "default_generic"
1830 widget "*ChoiceButton" style:highest "default_button"
1831 widget "*ChoiceButton*" style:highest "default_button"
1832 widget "*SelectionModeButton" style:highest "default_button"
1833 widget "*SelectionModeButton*" style:highest "default_button"
1834 widget "*TrackLabel" style:highest "medium_text"
1835 widget "*TrackPlugName" style:highest "medium_text"
1836 widget "*TrackParameterName" style:highest "small_italic_text"
1837 widget "*AddRouteDialog*" style:highest "medium_text"
1838 widget "*AddRouteDialog.GtkLabel" style:highest "medium_text"
1839 widget "*AddRouteDialogChannelChoice" style:highest "medium_bold_entry"
1840 widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
1841 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
1842 widget "*AddRouteDialogRadioButton" style:highest "bright_when_active"
1843 widget "*AddRouteDialogButton" style:highest "default_button"
1844 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
1845 widget "*NewSessionIOLabel" style:highest "large_bold_text"
1846 widget "*NewSessionSR1Label" style:highest "red_medium_text"
1847 widget "*NewSessionSR2Label" style:highest "medium_text"
1848 widget "*NewSessionChannelChoice" style:highest "medium_bold_entry"
1849 widget "*NewSessionMainButton" style:highest "large_bold_text"
1850 widget "*NewSessionMainButton*" style:highest "large_bold_text"
1851 widget "*NewSessionMainLabel" style:highest "large_bold_text"
1852 widget "*LocationEditRowClock" style:highest "location_rows_clock"
1853 widget "*LocationEditNameLabel" style:highest "medium_text"
1854 widget "*LocationEditSetButton" style:highest "location_row_button"
1855 widget "*LocationEditSetButton*" style:highest "location_row_button"
1856 widget "*LocationEditGoButton" style:highest "location_row_button"
1857 widget "*LocationEditGoButton*" style:highest "location_row_button"
1858 widget "*LocationEditCdButton" style:highest "small_red_active_and_selected_button"
1859 widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button"
1860 widget "*LocationEditHideButton" style:highest "small_red_active_and_selected_button"
1861 widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button"
1862 widget "*LocationEditLockButton*" style:highest "small_red_active_and_selected_button"
1863 widget "*LocationEditGlueButton*" style:highest "small_red_active_and_selected_button"
1864 widget "*LocationEditNumberLabel" style:highest "small_text"
1865 widget "*LocationLocEditorFrame" style:highest "base_frame"
1866 widget "*LocationRangeEditorFrame" style:highest "base_frame"
1867 widget "*LocationEditNameEntry" style:highest "option_entry"
1868 widget "*LocationAddLocationButton" style:highest "default_button"
1869 widget "*LocationAddLocationButton*" style:highest "default_button"
1870 widget "*LocationAddRangeButton" style:highest "default_button"
1871 widget "*LocationAddRangeButton*" style:highest "default_button"
1872 widget "*LocationEditRemoveButton" style:highest "location_row_button"
1873 widget "*LocationEditRemoveButton*" style:highest "location_row_button"
1874 widget "*ChannelCountSelector" style:highest "medium_bold_entry"
1875 widget "*ChannelCountSelector.GtkArrow" style:highest "default_generic"
1876 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
1877 widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
1878 widget "*MidiListView*" style:highest "treeview_display"
1879 widget "*ProcessorList*" style:highest "processor_list"
1880 widget "*ProcessorFrameSelected" style:highest "processor_frame_selected"
1881 widget "*ProcessorFrameActiveSend" style:highest "processor_frame_active_send"
1882 widget "*ProcessorFaderFrame" style:highest "processor_fader_frame"
1883 widget "*ProcessorPreFader" style:highest "processor_prefader"
1884 widget "*ProcessorPreFaderFrame" style:highest "processor_prefader_frame"
1885 widget "*ProcessorFader" style:highest "processor_fader"
1886 widget "*ProcessorPostFader" style:highest "processor_postfader"
1887 widget "*ProcessorPostFaderFrame" style:highest "processor_postfader_frame"
1888 widget "*PortMatrixLabel*" style:highest "small_text"
1889 widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
1890 widget "*SoloIsolatedLED" style:highest "solo_isolate_led"
1891 widget "*SoloSafeLED" style:highest "solo_safe_led"
1892 widget "*SoloLEDLabel" style:highest "very_small_text"
1893 widget "*ContrastingPopup" style:highest "contrasting_popup"
1894 widget "*ContrastingPopup*" style:highest "contrasting_popup"
1895 widget "*MidiChannelSelectorButton" style:highest "midi_channel_selector_button"
1896 widget "*TimeInfoSelectionTitle" style:highest "very_small_bright_when_active"
1897 widget "*TimeInfoSelectionLabel" style:highest "very_small_bright_when_active"
1898 widget "*TimeInfoPunchTitle" style:highest "very_small_bright_when_active"
1899 widget "*TimeInfoPunchLabel" style:highest "very_small_bright_when_active"
1900 widget "*TimeInfoPunchButton" style:highest "punch_button"
1901
1902 widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
1903 widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
1904
1905 style "tooltip" = "medium_text"
1906 {
1907         fg[NORMAL] = @@COLPREFIX@_fg_tooltip
1908         bg[NORMAL] = @@COLPREFIX@_bg_tooltip
1909 }
1910 widget "gtk-tooltip*" style:highest "tooltip"