Repeat INSENSITIVE colors instead of relying on inheritance
[ardour.git] / gtk2_ardour / clearlooks.rc.in
1 gtk-button-images = 0                                                         # [ Default value: 1 ] Show stock icons on buttons.
2
3 style "default" = "medium_text"
4 {
5   #Original values for reference
6
7   GtkTreeView         :: vertical-padding                 = 0
8   GtkTreeView         :: horizontal-padding               = 0
9   GtkTreeView         :: even-row-color                   = @bases
10   GtkTreeView         :: odd-row-color                    = @bases
11   GtkTreeView         :: focus-line-width                 = 0
12   GtkTreeView         :: tree-line-width                  = 1
13   GtkTreeView         :: row-ending-details               = 0
14
15   GtkWidget           :: focus-line-pattern               = "\001\001"        #                              Dash pattern used to draw the focus indicator.
16   GtkWidget           :: focus-line-width                 = 1                 # [               1 ] ( >= 0 ) Width, in pixels, of the focus indicator line.
17   GtkWidget           :: focus-padding                    = 1                 # [               1 ] ( >= 0 ) Width, in pixels, between focus indicator and the widget box.
18   GtkWidget           :: interior-focus                   = 1                 # [               1 ] ( bool ) Draw the focus indicator inside widgets.
19   GtkWidget           :: scroll-arrow-hlength             = 16                # [              16 ] ( >= 1 ) Length of horizontal scroll arrows.
20   GtkWidget           :: scroll-arrow-vlength             = 16                # [              16 ] ( >= 1 ) Length of vertical scroll arrows.
21   GtkWidget           :: link-color                       = shade(1.25, @bright_color)
22   GtkWidget           :: visited-link-color               = @bright_color
23
24   GtkDialog           :: action-area-border               = 4                 # [               5 ] ( >= 0 ) Width of border around the button area at the bottom of the dialog.
25   GtkDialog           :: button-spacing                   = 4                 # [               6 ] ( >= 0 ) Spacing between buttons.
26   GtkDialog           :: content-area-border              = 2                 # [               2 ] ( >= 0 ) Width of border around the main dialog area.
27   GtkDialog           :: content-area-spacing             = 0                 # [               0 ] ( >= 0 ) The default spacing used between elements of the content area of the dialog.
28
29   GtkButton           :: default-border = { 0, 0, 0, 0 }
30   GtkButton           :: default-outside_border = { 0, 0, 0, 0 }
31   GtkButton           :: button-relief = GTK_RELIEF_NONE
32   GtkButton           :: child-displacement-x             = 1                 # [               0 ]          How far in x direction to move the button when its depressed.
33   GtkButton           :: child-displacement-y             = 1                 # [               0 ]          ... y
34   GtkButton           :: default-border                   = { 0, 0, 0, 0 }    #                              Extra space to add for CAN_DEFAULT buttons.
35   GtkButton           :: displace-focus                   = 0                 # [               0 ] ( bool ) Whether the child_displacement_x/child_displacement_y properties should also affect the focus rectangle.
36   GtkButton           :: image-spacing                    = 2                 # [               2 ] ( >= 0 ) Spacing in pixels between the image and label.
37
38   GtkCheckButton      :: indicator-size                   = 13                # [              13 ] ( >= 0 ) Size of check or radio indicator.
39   GtkCheckButton      :: indicator-spacing                = 2                 # [               2 ] ( >= 0 ) Spacing around check or radio indicator.
40   GtkCheckMenuItem    :: indicator-size                   = 13                # [              13 ] ( >= 0 ) Size of check or radio indicator.
41
42   GtkOptionMenu       :: indicator-size                   = { 6, 10 }         #                              Size of dropdown indicator.
43   GtkOptionMenu       :: indicator-spacing                = {   6, 5, 0, 0 }    #                              Spacing around indicator.
44
45   GtkComboBox         :: appears-as-list                  = 0                 # [               0 ] ( bool ) Whether dropdowns should look like lists rather than menus.
46   GtkComboBox         :: arrow-size                       = 13                # [              15 ] ( >= 0 ) Sets the minimum size of the arrow in the combo box.
47   GtkComboBox         :: shadow-type                      = GTK_SHADOW_NONE   # [ GTK_SHADOW_NONE ]          Which kind of shadow to draw around the combo box.
48
49   GtkPaned            :: handle-size                      = 4                 # [               5 ] ( >= 0 ) Width of handle.
50
51   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.
52   GtkScale            :: slider-length                    = 23                # [              31 ] ( >= 0 ) Length of scale's slider.
53   GtkScale            :: slider-width                     = 14                # [              14 ] ( >= 0 ) Width of scrollbar or scale thumb.
54   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.
55
56   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.
57   GtkScrollbar        :: arrow-scaling                    = 0.4               # [             0.5 ] ( 0.1  ) The arrow size proportion relative to the scroll button size.
58   GtkScrollbar        :: fixed-slider-length              = 0                 # [               0 ] ( bool ) Don't change slider size, just lock it to the minimum length.
59   GtkScrollbar        :: min-slider-length                = 50                # [              21 ] ( >= 0 ) Minimum length of scrollbar slider.
60   GtkScrollbar        :: slider-width                     = 15                # [              14 ] ( >= 0 ) Width of scrollbar or scale thumb.
61   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.
62   GtkScrollbar        :: trough-border                    = 0                 # [               1 ] ( >= 0 ) Spacing between thumb/steppers and outer trough bevel.
63   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.
64   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.
65
66   GtkScrollbar        :: has-backward-stepper             = 1                 # [               1 ] ( bool ) Display the standard backward arrow button.
67   GtkScrollbar        :: has-forward-stepper              = 1                 # [               1 ] ( bool ) Display the standard forward arrow button.
68   GtkScrollbar        :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
69   GtkScrollbar        :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
70
71   GtkHScrollbar       :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
72   GtkHScrollbar       :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
73   GtkVScrollbar       :: has-secondary-backward-stepper   = 0                 # [               0 ] ( bool ) Display a second backward arrow button on the opposite end of the scrollbar.
74   GtkVScrollbar       :: has-secondary-forward-stepper    = 0                 # [               0 ] ( bool ) Display a second forward arrow button on the opposite end of the scrollbar.
75
76 #Menu Properties
77   GtkMenuBar          :: internal-padding                 = 1                 # [               1 ] ( >= 0 ) Amount of border space between the menubar shadow and the menu items.
78   GtkMenuBar          :: shadow-type                      = GTK_SHADOW_OUT    # [  GTK_SHADOW_OUT ]          Style of bevel around the menubar.
79
80   GtkMenu             :: arrow-placement                  = GTK_ARROWS_BOTH   # [ GTK_ARROWS_BOTH ]          Indicates where scroll arrows should be placed.
81   GtkMenu             :: arrow-scaling                    = 0.5               # [             0.7 ] ( 0.1  ) Arbitrary constant to scale down the size of the scroll arrow.
82   GtkMenu             :: double-arrows                    = 1                 # [               1 ] ( bool ) When scrolling, always show both arrows.
83   GtkMenu             :: horizontal-offset                = -2                # [              -2 ]          When the menu is a submenu, position it this number of pixels offset horizontally.
84   GtkMenu             :: horizontal-padding               = 0                 # [               0 ] ( >= 0 ) Extra space at the left and right edges of the menu.
85   GtkMenu             :: vertical-offset                  = 0                 # [               0 ]          When the menu is a submenu, position it this number of pixels offset vertically.
86   GtkMenu             :: vertical-padding                 = 0                 # [               0 ] ( >= 0 ) Extra space at the top and bottom of the menu.
87
88   GtkMenuItem         :: arrow-scaling                    = 0.5               # [             0.8 ] ( 0.2  ) Amount of space used up by arrow, relative to the menu item's font size.
89   GtkMenuItem         :: arrow-spacing                    = 10                # [              10 ] ( >= 0 ) Space between label and arrow.
90   GtkMenuItem         :: horizontal-padding               = 3                 # [               3 ] ( >= 0 ) Padding to left and right of the menu item.
91   GtkMenuItem         :: selected-shadow-type             = GTK_SHADOW_NONE   # [ GTK_SHADOW_NONE ]          Shadow type when item is selected.
92   #GtkMenuItem         :: toggle-spacing                   = 4                 # [               5 ] ( >= 0 ) Space between icon and label.
93   GtkMenuItem         :: width-chars                      = 12                # [              12 ] ( >= 0 ) The minimum desired width of the menu item in characters.
94
95 #Other Properties
96   GtkArrow            :: arrow-scaling                    = 0.5               # [             0.7 ] ( 0.1  ) Amount of space used up by arrow.
97
98   GtkNotebook         :: arrow-spacing                    = 0                 # [               0 ] ( >= 0 ) Spacing between the scroll arrows and the tabs.
99   GtkNotebook         :: tab-curvature                    = 1                 # [               1 ] ( >= 0 ) Size of tab curvature.
100   GtkNotebook         :: tab-overlap                      = 1                 # [               2 ]          Size of tab overlap area.
101
102   GtkTreeView         :: horizontal-separator             = 8                 # [               2 ] ( >= 0 ) Horizontal space between cells. Must be an even number.
103   GtkTreeView         :: vertical-separator               = 2                 # [               2 ] ( >= 0 ) Vertical space between cells. Must be an even number.
104
105   GtkEntry::cursor_color = @entry_cursor
106   GtkEntry::state-hint = 0
107   
108   bg[NORMAL]          = @background
109   bg[PRELIGHT]        = shade(1.1, @background)
110   bg[ACTIVE]          = shade(0.9, @background)
111   bg[INSENSITIVE]     = @background
112   bg[SELECTED]        = @bg_selected
113
114   fg[NORMAL]          = @foreground
115   fg[PRELIGHT]        = @foreground
116   fg[ACTIVE]          = shade(0.9, @foreground)
117   fg[INSENSITIVE]     = shade(0.7, @background)
118   fg[SELECTED]        = @fg_selected
119
120   # These base and text colors will be used by treeviews and some other widgets.
121
122   base[NORMAL]        = @bases
123   base[PRELIGHT]      = @bases
124   base[INSENSITIVE]   = shade(1.0, @background)
125   base[ACTIVE]        = shade(0.9, @bg_selected) /* base for focused, selected text */
126   base[SELECTED]      = @bg_selected /* base for non-focused, selected text */
127
128   text[NORMAL]        = @texts
129   text[PRELIGHT]      = @texts
130   text[INSENSITIVE]   = shade(0.7, @lightest)
131   text[ACTIVE]        = @fg_selected          /* text color for focused selected text */
132   text[SELECTED]      = @fg_selected          /* text color for non-focused selected text */
133
134   #engine specific tweaks
135
136   engine "clearlooks"
137   {
138     menubarstyle       = 2 # 0 = flat, 1 = sunken, 2 = flat gradient
139   }
140 }
141
142 style "entry"
143 {
144   GtkEntry::cursor_color = @entry_cursor
145   GtkEntry::inner-border = { 2, 2, 2, 2 }
146
147   xthickness = 0
148   ythickness = 0
149
150   # special base + text for GtkEntry to aid with visibility during text entry
151
152   base[NORMAL]      = @bases
153   base[PRELIGHT]    = @bases
154   base[INSENSITIVE] = shade(1.0, @background)
155   base[ACTIVE]      = @bases
156   base[SELECTED]    = @bg_selected
157
158   text[NORMAL]      = @texts
159   text[PRELIGHT]    = @texts
160   text[INSENSITIVE] = shade(0.7, @lightest)
161   text[ACTIVE]      = @texts
162   text[SELECTED]    = @fg_selected
163 }
164
165 style "spin_button" = "entry"
166 {
167   engine "clearlooks"
168   {
169         # without this empty declaration, SpinButtons draw their arrows oddly
170   }
171
172 }
173
174 style "mixer_strip_entry" = "small_text"
175 {
176         xthickness = 3
177         ythickness = 3
178
179         bg[NORMAL] = @bases
180         bg[ACTIVE] = @bases
181         bg[SELECTED] = @bases
182
183         text[NORMAL] = @texts
184         text[ACTIVE] = @texts
185         text[SELECTED] = @texts
186
187         base[NORMAL] = @bases
188         base[ACTIVE] = @bases
189         base[SELECTED] = @bases
190 }
191
192 style "peak_display_peaked_entry" = "mixer_strip_entry"
193 {
194         fg[ACTIVE] = @texts
195         fg[SELECTED] = @texts
196         text[SELECTED] = @texts
197
198         base[NORMAL] = @bright_indicator
199         base[ACTIVE] = @bright_indicator
200         base[PRELIGHT] = @bright_indicator
201         base[INSENSITIVE] = @bright_indicator
202         base[SELECTED] = @bright_indicator
203 }
204
205 style "treeview_parent_node"
206 {
207         # specifies *just* the color used for whole file rows when not selected
208
209         fg[NORMAL] = { 0.0, 0.6, 0.85 }
210 }
211
212 style "treeview_display" = "small_bold_text"
213 {
214         GtkWidget::focus-line-width = 0
215
216         # expander arrow border and DnD "icon" text
217         fg[NORMAL] = { 0.8, 0.8, 0.8 }
218
219         bg[NORMAL] = { 0.8, 0.8, 0.8 }
220
221         # background with no rows or no selection, plus
222         # expander arrow core and DnD "icon" background
223         base[NORMAL] = { 0.20, 0.20, 0.25 }
224
225         # selected row bg when window does not have focus (including during DnD)
226         base[ACTIVE] = { 0.0, 0.75, 0.75 }
227
228         # selected row bg when window has focus
229         base[SELECTED] = { 0, 0.75, 0.75 }
230
231         # row text when in normal state and not a parent
232         text[NORMAL] = { 0.80, 0.80, 0.80 }
233
234         # selected row text with window focus
235         text[SELECTED] = { 1.0, 1.0, 1.0 }
236
237         # selected row text without window focus (including during DnD)
238         text[ACTIVE] = { 1.0, 1.0, 1.0 }
239 }
240
241 style "track_header_inactive"  = "larger_text"
242 {
243         bg[NORMAL] =      @track_header_inactive
244         bg[ACTIVE] =      @track_header_inactive
245         bg[INSENSITIVE] = @track_header_inactive
246         bg[SELECTED] =    @track_header_inactive
247         bg[PRELIGHT] =    @track_header_inactive
248 }
249
250 style "track_header_selected" = "track_header"
251 {
252         bg[NORMAL] = @track_header_selected
253         bg[ACTIVE] = @track_header_selected
254         bg[INSENSITIVE] = @track_header_selected
255         bg[SELECTED] = @track_header_selected
256         bg[PRELIGHT] = @track_header_selected
257 }
258
259 style "automation_track_header"
260 {
261         bg[NORMAL] = @automation_track_header
262         bg[ACTIVE] = @automation_track_header
263         bg[INSENSITIVE] = @automation_track_header
264         bg[SELECTED] = @automation_track_header
265         bg[PRELIGHT] = @automation_track_header
266 }
267
268 style "inspector_processor_list" = "processor_list"
269 {
270         base[SELECTED] = { 0.3, 0.3, 0.3 }
271 }
272
273 style "time_info_box"
274 {
275         bg[NORMAL] = { 0.05, 0.05, 0.05 }
276 }
277
278 style "status_bar_box"
279 {
280         bg[NORMAL] = { 0.149, 0.149, 0.149 }
281 }
282
283 style "very_small_text"
284 {
285         font_name = "@FONT_SMALLER@"
286 }
287
288 style "small_text"
289 {
290         font_name = "@FONT_SMALL@"
291 }
292
293 style "small_clock"
294 {
295         font_name = "@CLOCKFONT@ @FONT_NORMAL@"
296 }
297
298 style "small_italic_text"
299 {
300         font_name = "italic @FONT_SMALL@"
301 }
302
303 style "small_bold_text"
304 {
305         font_name = "bold @FONT_SMALL@"
306 }
307
308 style "medium_bold_text"
309 {
310         font_name = "bold @FONT_NORMAL@"
311 }
312
313 style "medium_text"
314 {
315         font_name = "@FONT_NORMAL@"
316 }
317
318 style "medium_monospace_text"
319 {
320         font_name = "@MONOSPACE@ @FONT_SIZE_NORMAL@"
321 }
322
323 style "red_medium_text" = "medium_text"
324 {
325         fg[NORMAL] = @bright_indicator
326         fg[ACTIVE] = @bright_indicator
327         fg[SELECTED] = @bright_indicator
328 }
329
330 style "large_bold_text"
331 {
332         font_name = "bold @FONT_LARGE@"
333 }
334
335 style "big_text"
336 {
337         font_name = "@FONT_BIG@"
338 }
339
340 style "bigger_clock"
341 {
342         font_name = "@CLOCKFONT@ @FONT_BIGGER@"
343 }
344
345 style "larger_text"
346 {
347         font_name = "@FONT_LARGE@"
348 }
349
350 style "massive_clock"
351 {
352         font_name = "@CLOCKFONT@ bold @FONT_MASSIVE@"
353 }
354
355 style "big_bold_text"
356 {
357         font_name = "bold @FONT_LARGER@"
358 }
359
360 style "plugin_name_text" = "big_bold_text"
361 {
362         fg[NORMAL] = @texts
363 }
364
365 style "plugin_maker_text" = "large_bold_text"
366 {
367         fg[NORMAL] = @texts
368 }
369
370 style "verbose_canvas_cursor" = "big_bold_text"
371 {
372 }
373
374 style "marker_text" = "small text"
375 {
376 }
377
378 style "midi_tracer_textview" = "medium_monospace_text"
379 {
380
381 }
382
383 style "time_axis_view_item_name" = "very small text"
384 {
385 }
386
387 style "midi_tracer_textview" = "medium_monospace_text"
388 {
389
390 }
391
392 style "time_axis_view_item_name" = "very small text"
393 {
394 }
395 style "contrasting_popup" = "medium_monospace_text"
396 {
397         bg[NORMAL]          = @lightest
398         fg[NORMAL]          = @darkest
399         base[NORMAL]        = @lightest
400         text[NORMAL]        = @darkest
401         text[ACTIVE]        = @darkest
402         text[SELECTED]      = @darkest
403 }
404
405 style "base_frame"
406 {
407         fg[NORMAL] = @background
408         bg[NORMAL] = @background
409 }
410
411 style "transport_base" = "medium_bold_text"
412 {
413 }
414
415 style "default_button" = "small_text"
416 {
417 }
418
419 style "gain_fader"
420 {
421         bg[NORMAL] = shade (0.7, @background)
422         bg[ACTIVE] = shade (0.705, @background)
423         bg[INSENSITIVE] = shade (0.705, @background)
424
425         fg[INSENSITIVE] = shade(1.4, @background)
426         fg[NORMAL] = shade(1.4, @background)
427         fg[ACTIVE] = shade(1.4, @background)
428 }
429
430 style "default_menu" = "medium_text"
431 {
432 }
433
434 style "default_generic" = "medium_text"
435 {
436 }
437
438 style "text_cell_entry" = "medium_text"
439 {
440 }
441
442 style "very_small_button" = "default_button"
443 {
444         ythickness = 0
445         xthickness = 0
446 }
447
448 style "small_button" = "default_button"
449 {
450 }
451
452 style "very_small_red_active_and_selected_button" = "very_small_button"
453 {
454         fg[ACTIVE] = @darkest
455         bg[ACTIVE] = @bright_indicator
456         bg[SELECTED] = @bright_indicator
457 }
458
459 style "small_red_active_and_selected_button" = "small_button"
460 {
461         fg[ACTIVE] = @darkest
462         bg[ACTIVE] = @bright_indicator
463         bg[SELECTED] = @bright_indicator
464 }
465
466 style "meterbridge_label" = "small_text"
467 {
468 }
469
470 style "midi_device" = "very_small_text"
471 {
472 }
473
474 style "solo_isolate" = "very_small_text"
475 {
476 }
477
478 style "solo_safe" = "very_small_text"
479 {
480 }
481
482 style "tracknumber_label" = "medium_monospace_text"
483 {
484 }
485
486 style "solo_button" = "small_button"
487 {
488 }
489
490 style "mute_button" = "small_button"
491 {
492 }
493
494 style "processor" = "small_text"
495 {
496 }
497
498 style "ruler_label" = "small_bold_text"
499 {
500         fg[NORMAL] = @light_text_on_dark
501 }
502
503 style "midi_channel_selector_button"
504 {
505         bg[NORMAL] = @background
506         bg[ACTIVE] = @midi_channel_selector
507         fg[NORMAL] = @foreground
508         fg[ACTIVE] = @light_text_on_dark
509 }
510
511 style "shuttle_control" = "very_small_text"
512 {
513         fg[NORMAL] = @control_text2
514         fg[ACTIVE] = @control_text2
515         fg[PRELIGHT] = @control_text2
516         fg[SELECTED] = @control_text2
517         fg[INSENSITIVE] = @control_text2
518
519         bg[NORMAL] = @darkest
520         bg[PRELIGHT] = @darkest
521         bg[INSENSITIVE] = @darkest
522         bg[ACTIVE] = @bright_color
523         bg[SELECTED] = @bright_color
524 }
525
526 style "ardour_adjusters" = "default_generic"
527 {
528         bg[NORMAL] = @background
529         bg[PRELIGHT] = lighter(@background)
530         bg[ACTIVE] = @darkest
531 }
532
533 style "editor_hscrollbar" = "ardour_adjusters"
534 {
535         #
536         # special case: we want this scrollbar to be as tall as the
537         # zoom focus selector combobox. scrollbars don't expand to
538         # fill the space available to them, so we have to explicitly
539         # make it bigger.
540         #
541         GtkRange::slider_width = 27
542         GtkScrollbar::slider_width = 27
543 }
544
545 style "ardour_progressbars" = "default_generic"
546 {
547         # Clearlooks always uses darkest for the advancing bar, sigh
548         # so this is just a contrasting color for the trough
549         bg[NORMAL] = @bright_color
550 }
551
552 style "preferences"  = "default"
553 {
554         fg[PRELIGHT] = lighter(@foreground)
555 }
556
557 style "option_entry"  = "default"
558 {
559
560 }
561
562 style "font_scale_slider" = "default"
563 {
564   # scale-marks are based on style->dark/light,
565         # which cannot be specified directly in the gtkrc.
566         # this is a quick hack to increase visibility of the marks
567   bg[NORMAL] = shade(1.4, @background)
568 }
569
570 style "very_small_bright_when_active" = "very_small_text"
571 {
572         fg[NORMAL] = @foreground
573         bg[NORMAL] = @background
574         bg[PRELIGHT] = @background
575
576         fg[ACTIVE] = @foreground
577         bg[ACTIVE] = @bright_indicator
578         bg[PRELIGHT] = @bright_indicator
579 }
580
581 style "bright_when_active" = "medium_text"
582 {
583         fg[NORMAL] = @foreground
584         bg[NORMAL] = @background
585         bg[PRELIGHT] = @background
586
587         fg[ACTIVE] = @foreground
588         bg[ACTIVE] = @bright_indicator
589         bg[PRELIGHT] = @bright_indicator
590 }
591
592 style "xrun_warn"  = "larger_bold_text"
593 {
594         fg[NORMAL] = @foreground
595         fg[ACTIVE] = @foreground
596         text[NORMAL] = @foreground
597         text[ACTIVE] = @foreground
598         base[NORMAL] = @bases
599         base[ACTIVE] = @bases
600         bg[NORMAL] = @bright_indicator
601         bg[ACTIVE] = @contrasting_indicator
602 }
603
604 style "fatal_message" = "medium_text"
605 {
606         fg[ACTIVE] = @bright_indicator
607         fg[NORMAL] = @bright_indicator
608         bg[ACTIVE]   = @bases
609         bg[NORMAL]   = @bases
610         base[NORMAL] = @bases
611 }
612
613 style "error_message" = "medium_text"
614 {
615         fg[ACTIVE] = @bright_indicator
616         fg[NORMAL] = @bright_indicator
617         bg[ACTIVE]   = @bases
618         bg[NORMAL]   = @bases
619         base[NORMAL] = @bases
620 }
621
622 style "info_message" = "medium_text"
623 {
624         fg[ACTIVE]   = @contrasting_indicator
625         fg[NORMAL]   = @contrasting_indicator
626         bg[ACTIVE]   = @bases
627         bg[NORMAL]   = @bases
628         base[NORMAL] = @bases
629 }
630
631 style "warning_message" = "medium_text"
632 {
633         fg[ACTIVE] = @bright_color
634         fg[NORMAL] = @bright_color
635         bg[ACTIVE]   = @bases
636         bg[NORMAL]   = @bases
637         base[NORMAL] = @bases
638 }
639
640 style "medium_entry" = "medium_text"
641 {
642         fg[NORMAL] = @texts
643         fg[ACTIVE] = @contrasting_indicator
644         fg[SELECTED] = @fg_selected
645
646         text[NORMAL] = @texts
647         text[ACTIVE] = @texts
648         text[SELECTED] = @fg_selected
649
650         bg[NORMAL] = @bases
651         bg[SELECTED] = @bases
652         bg[SELECTED] = @bg_selected
653
654         base[NORMAL] = @bases
655         base[ACTIVE] = @bases
656         base[SELECTED] = @bg_selected
657 }
658
659 style "medium_entry_noselection_fg" = "medium_entry"
660 {
661         # this seems wrong to me, but the light theme uses it
662         fg[SELECTED] = @contrasting_indicator
663 }
664
665 style "medium_entry_noselection_bg" = "medium_entry"
666 {
667         # this seems wrong to me, but the light theme uses it
668         bg[SELECTED] = @texts
669 }
670
671 style "medium_bold_entry"  = "medium_bold_text"
672 {
673         fg[NORMAL] = @texts
674         fg[ACTIVE] = @contrasting_indicator
675         fg[SELECTED] = @fg_selected
676
677         text[NORMAL] = @texts
678         text[ACTIVE] = @texts
679         text[SELECTED] = @fg_selected
680
681         bg[NORMAL] = @bases
682         bg[SELECTED] = @bases
683
684         base[NORMAL] = @bases
685         base[ACTIVE] = @bases
686         base[SELECTED] = @bg_selected
687 }
688
689 style "small_spinner" = "small_text"
690 {
691         xthickness = 0
692         ythickness = 0
693         fg[NORMAL] = @texts
694         fg[ACTIVE] = @contrasting_indicator
695         fg[SELECTED] = @fg_selected
696
697         text[NORMAL] = @texts
698         text[ACTIVE] = @texts
699         text[SELECTED] = @fg_selected
700
701         base[NORMAL] = @bases
702         base[ACTIVE] = @bases
703         base[SELECTED] = @background
704 }
705
706 style "small_red_on_black_entry"  = "small_bold_text"
707 {
708         fg[NORMAL] = @bright_indicator
709         fg[ACTIVE] = @bright_indicator
710         base[NORMAL] = @bases
711         base[ACTIVE] = @bases
712         bg[NORMAL] = @bases
713         bg[ACTIVE] = @bases
714 }
715
716 style "audio_bus_base" = "very_small_text"
717 {
718         fg[NORMAL] = @foreground
719         bg[NORMAL] = @audio_bus
720         bg[ACTIVE] = @background
721 }
722
723 style "send_strip_base" = "default"
724 {
725         font_name = " 8"
726         # NORMAL is used for single-data type labels, or Audio
727         # ACTIVE is used for MIDI in the presence of multiple data type
728         fg[NORMAL] = @send_fg
729         fg[ACTIVE] = darker(@foreground)
730
731         bg[NORMAL] = @send_bg
732         bg[ACTIVE] = @send_bg
733         bg[PRELIGHT] = @send_bg
734         bg[INSENSITIVE] = @send_bg
735         bg[SELECTED] = @send_bg
736 }
737
738 style "audio_track_base" = "default"
739 {
740         font_name = " 8"
741         # NORMAL is used for single-data type labels, or Audio
742         # ACTIVE is used for MIDI in the presence of multiple data type
743         fg[NORMAL] = @foreground
744         fg[ACTIVE] = darker(@foreground)
745
746         bg[NORMAL] = @audio_track
747         bg[ACTIVE] = @background
748         bg[PRELIGHT] = @background
749         bg[INSENSITIVE] = @background
750         bg[SELECTED] = @background
751 }
752
753 style "control_master_base" = "default"
754 {
755         font_name = " 8"
756         # NORMAL is used for single-data type labels, or Audio
757         # ACTIVE is used for MIDI in the presence of multiple data type
758         fg[NORMAL] = @foreground
759         fg[ACTIVE] = darker(@foreground)
760
761         bg[NORMAL] = @control_master
762         bg[ACTIVE] = @background
763         bg[PRELIGHT] = @background
764         bg[INSENSITIVE] = @background
765         bg[SELECTED] = @background
766 }
767
768 style "midi_track_base" = "default"
769 {
770         font_name = " 8"
771         # NORMAL is used for single-data type labels, or Audio
772         # ACTIVE is used for MIDI in the presence of multiple data type
773         fg[NORMAL] = @foreground
774         fg[ACTIVE] = darker(@foreground)
775
776         bg[NORMAL] = @midi_track
777         bg[ACTIVE] = @background
778         bg[PRELIGHT] = @background
779         bg[INSENSITIVE] = @background
780         bg[SELECTED] = @background
781 }
782
783 style "audio_track_fader" = "gain_fader"
784 {
785         bg[PRELIGHT] = @audio_track
786 }
787 style "audio_bus_fader" = "gain_fader"
788 {
789         bg[PRELIGHT] = @audio_bus
790 }
791 style "midi_track_fader" = "gain_fader"
792 {
793         bg[PRELIGHT] = @midi_track
794 }
795
796 style "audio_track_metrics" = "audio_track_base"
797 {
798         font_name = ""
799 }
800
801 style "midi_track_metrics" = "midi_track_base"
802 {
803         font_name = ""
804 }
805
806 style "audiomidi_track_metrics" = "midi_track_base"
807 {
808         font_name = ""
809 }
810
811 style "audio_bus_metrics" = "audio_bus_base"
812 {
813         font_name = ""
814 }
815
816 style "audio_track_metrics_inactive" = "track_controls_inactive"
817 {
818         font_name = ""
819 }
820
821 style "midi_track_metrics_inactive" = "track_controls_inactive"
822 {
823         font_name = ""
824 }
825
826 style "audiomidi_track_metrics_inactive" = "track_controls_inactive"
827 {
828         font_name = ""
829 }
830
831 style "audio_bus_metrics_inactive" = "track_controls_inactive"
832 {
833         font_name = ""
834 }
835
836 style "track_name_editor" = "medium_text"
837 {
838         xthickness = 0
839         ythickness = 0
840 }
841
842 style "track_separator"
843 {
844         bg[NORMAL] = lighter(@background)
845 }
846
847 # Plugin Editors
848 style "plugin_slider"
849 {
850         #font_name ="bold  14"
851
852         # the slider itself. the inactive part is INSENSITIVE,
853         # the active part is taken from some other state.
854
855         fg[NORMAL] = @bright_color
856         fg[ACTIVE] = @bright_color
857         fg[INSENSITIVE] = @lightest # matches default
858         fg[SELECTED] = @bright_color
859         fg[PRELIGHT] = @bright_color
860
861         # draws the outer rectangle around the slider
862
863         bg[NORMAL] = shade (0.6, @lightest)
864         bg[ACTIVE] = shade (0.6, @lightest)
865         bg[INSENSITIVE] = shade (0.6, @lightest)
866         bg[SELECTED] = shade (0.6, @lightest)
867
868         # outer round-corner-background (pixslider does its own hover prelight)
869         bg[PRELIGHT] = @background
870
871         # the numeric display
872
873         text[NORMAL] = @texts
874         text[ACTIVE] = @texts
875         text[INSENSITIVE] = @texts
876         text[SELECTED] = @texts
877         text[PRELIGHT] = @texts
878 }
879
880 style "processor_control_button"  = "very_small_text"
881 {
882 }
883
884 style "processor_control_slider"  = "plugin_slider"
885 {
886         bg[PRELIGHT] = @background
887         bg[NORMAL] = @darkest
888 }
889
890 style "track_list_display" = "small_bold_text"
891 {
892         text[NORMAL] = @texts
893         text[ACTIVE] = darker(@texts)
894         text[INSENSITIVE] = @bases
895         text[SELECTED] = @fg_selected
896
897         base[NORMAL] = @bases
898         base[ACTIVE] = lighter(@bases)
899         base[INSENSITIVE] = darker(@bases)
900         base[SELECTED] = @bg_selected
901 }
902
903 style "inspector_track_list_display" = "track_list_display"
904 {
905
906 }
907
908 style "processor_list" = "very_small_text"
909 {
910         bg[NORMAL] = @darkest
911         bg[ACTIVE] = shade (1.8, @fg_selected)
912         fg[ACTIVE] = @darkest
913 }
914
915 # MixerPanZone:
916 #
917 # the NORMAL fg color is used for the pan puck
918 # the ACTIVE fg color is used for the speaker boxes
919
920 style "pan_zone" = "default"
921 {
922         fg[NORMAL] = @contrasting_indicator
923         fg[ACTIVE] = darker(@bright_color)
924 }
925
926 style "paler_bright_when_active" = "medium_text"
927 {
928         fg[NORMAL] = @foreground
929         fg[PRELIGHT] = @foreground
930         bg[NORMAL] = @background
931         bg[PRELIGHT] = @background
932
933         fg[ACTIVE] = @foreground
934         bg[ACTIVE] = lighter(@bright_indicator)
935 }
936
937 style "selected_strip_frame"
938 {
939         fg[NORMAL] = @bright_indicator
940         bg[NORMAL] = darker(@bright_indicator)
941 }
942
943 style "flashing_alert" = "very_small_text"
944 {
945         GtkButton::child-displacement-x = 0
946         GtkButton::child-displacement-y = 0
947
948         fg[NORMAL] = darker(@foreground)
949         fg[PRELIGHT] = darker(@foreground)
950         bg[NORMAL] = mix(0.1,@bright_indicator,darker(@background))
951         bg[PRELIGHT] = mix(0.1,@bright_indicator,darker(@background))
952
953         fg[ACTIVE] = @foreground
954         bg[ACTIVE] = @bright_indicator
955 }
956
957 style "sync_alert"
958 {
959         #
960         # this is used when the sync button is indicating that sync is
961         # active, and alternates with another style if sync is active
962         # but we are not locked
963         #
964         bg[ACTIVE] = @somewhat_bright_indicator
965         bg[PRELIGHT] = @somewhat_bright_indicator
966         bg[SELECTED] = @somewhat_bright_indicator
967         bg[NORMAL] = @somewhat_bright_indicator
968
969         fg[NORMAL] = @darkest
970         fg[PRELIGHT] = @darkest
971         fg[SELECTED] = @darkest
972         fg[ACTIVE] = @darkest
973 }
974
975 style "tearoff_arrow" = "medium_bold_entry"
976 {
977         fg[NORMAL] = darker(@foreground)
978         fg[PRELIGHT] = darker(@foreground)
979         bg[NORMAL] = darker(@foreground)
980         bg[PRELIGHT] = darker(@foreground)
981 }
982
983 style "location_row_button" = "default_button"
984 {
985         font_name = " 10"
986 }
987
988 style "ardour_button" ="default_button"
989 {
990         xthickness = 1
991         ythickness = 1
992 }
993
994 style "tooltip" = "medium_text"
995 {
996         fg[NORMAL] = @fg_tooltip
997         bg[NORMAL] = @bg_tooltip
998 }
999
1000 style "default_toggle_button"
1001 {
1002         bg[NORMAL] = @background
1003         bg[PRELIGHT] = shade(1.1, @background)
1004         bg[ACTIVE] = @contrasting_indicator
1005 }
1006
1007 style "default_toggle_button_active" = "default_toggle_button"
1008 {
1009         bg[NORMAL] = @contrasting_indicator
1010         bg[ACTIVE] = @contrasting_indicator
1011         bg[SELECTED] = @contrasting_indicator
1012         bg[PRELIGHT] = shade(1.2, @contrasting_indicator)
1013 }
1014
1015 #style "meter_strip_dpm" = "default"
1016 #{
1017 #}
1018
1019 style "black_separator" = "default"
1020 {
1021         bg[NORMAL] = @darkest
1022 }
1023
1024 style "settings_notebook" = "big_text"
1025 {
1026
1027 }
1028
1029 style "pane"
1030 {
1031       fg[NORMAL] = lighter(@background)
1032       fg[SELECTED] = @foreground
1033       fg[ACTIVE] = @somewhat_bright_indicator
1034 }
1035
1036 style "vca_label_bar" = "medium_bold_text"
1037 {
1038         bg[NORMAL] = @darkest
1039         fg[NORMAL] = @lightest
1040 }
1041
1042 class "GtkWidget" style:highest "default"
1043 class "GtkSpinButton" style:highest "spin_button"
1044 class "GtkEntry" style "entry"                          # not :highest to allow instances to override this
1045 class "GtkScrollbar" style:highest "ardour_adjusters"
1046 class "GtkLabel" style:highest "default_generic"
1047 class "GtkButton" style:highest "ardour_button"
1048 class "GtkCheckButton" style:highest "ardour_button"
1049 class "GtkArrow" style:highest "tearoff_arrow"
1050 class "GtkProgressBar" style:highest "ardour_progressbars"
1051
1052 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1053 widget "*MarkerText" style:highest "marker_text"
1054 widget "*ArdourContextMenu*" style:highest "default_menu"
1055
1056 widget "*mixer strip button" style:highest "very_small_button"
1057
1058 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1059 widget "*OptionsNotebook" style:highest "preferences"
1060 widget "*OptionsLabel" style:highest "preferences"
1061 widget "*OptionsEntry" style:highest "option_entry"
1062 widget "*FontScaleSlider" style:highest "font_scale_slider"
1063 widget "*InspectorNotebook" style:highest "preferences"
1064 widget "*EditorRulerLabel*" style:highest "ruler_label"
1065 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1066 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1067 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1068 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1069 widget "*ShuttleControl" style:highest "shuttle_control"
1070 widget "*ErrorMessage" style:highest "error_message"
1071 widget "*FatalMessage" style:highest "fatal_message"
1072 widget "*InfoMessage" style:highest "info_message"
1073 widget "*WarningMessage" style:highest "warning_message"
1074
1075 widget "*big clock" style:highest "massive_clock"
1076 widget "*selection clock" style:highest "small_clock"
1077 widget "*punch clock" style:highest "small_clock"
1078 widget "*transport clock" style:highest "bigger_clock"
1079 widget "*secondary clock" style:highest "bigger_clock"
1080 widget "*transport delta clock" style:highest "bigger_clock"
1081 widget "*secondary delta clock" style:highest "bigger_clock"
1082 widget "*stretch clock" style:highest "bigger_clock"
1083 widget "*silence duration clock" style:highest "medium_text"
1084 widget "*edit point clock" style:highest "medium_text"
1085 widget "*nudge clock" style:highest "small_clock"
1086 widget "*menubar clock" style:highest "medium_text"
1087 widget "*zoomrange clock" style:highest "medium_text"
1088 widget "*timecodeoffset clock" style:highest "medium_text"
1089
1090 widget "*BaseFrame" style:highest "base_frame"
1091
1092 widget "*SendStripBase" style:highest "send_strip_base"
1093 widget "*AudioTrackStripBase" style:highest "audio_track_base"
1094 widget "*AudioBusStripBase" style:highest "audio_bus_base"
1095 widget "*MidiTrackStripBase" style:highest "midi_track_base"
1096 widget "*AudioTrackStripBaseInactive" style:highest "track_header_inactive"
1097 widget "*AudioBusStripBaseInactive" style:highest "track_header_inactive"
1098 widget "*MidiTrackStripBaseInactive" style:highest "track_header_inactive"
1099 widget "*AudioTrackMetrics" style:highest "audio_track_metrics"
1100 widget "*MidiTrackMetrics" style:highest "midi_track_metrics"
1101 widget "*AudioBusMetrics" style:highest "audio_bus_metrics"
1102 widget "*AudioMidiTrackMetrics" style:highest "midi_track_metrics"
1103 widget "*AudioTrackMetricsLeft" style:highest "audio_track_metrics"
1104 widget "*MidiTrackMetricsLeft" style:highest "midi_track_metrics"
1105 widget "*AudioBusMetricsLeft" style:highest "audio_bus_metrics"
1106 widget "*AudioMidiTrackMetricsLeft" style:highest "midi_track_metrics"
1107 widget "*AudioTrackMetricsRight" style:highest "audio_track_metrics"
1108 widget "*MidiTrackMetricsRight" style:highest "midi_track_metrics"
1109 widget "*AudioBusMetricsRight" style:highest "audio_bus_metrics"
1110 widget "*AudioMidiTrackMetricsRight" style:highest "midi_track_metrics"
1111 widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive"
1112 widget "*MidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive"
1113 widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive"
1114 widget "*AudioMidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive"
1115
1116 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
1117 widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base"
1118 widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base"
1119 widget "*ControlMasterBaseUnselected" style:highest "control_master_base"
1120
1121 widget "*SendUIFader" style:highest "plugin_slider"
1122 widget "*ReturnUIFader" style:highest "plugin_slider"
1123
1124 widget "*AudioTrackFader" style:highest "audio_track_fader"
1125 widget "*MidiTrackFader" style:highest "midi_track_fader"
1126 widget "*AudioBusFader" style:highest "audio_bus_fader"
1127
1128 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
1129 widget "*TrackSeparator" style:highest "track_separator"
1130 widget "*TrackNameEditor*" style:highest "track_name_editor"
1131 widget "*CrossfadeEditAuditionButton*" style:highest "bright_when_active"
1132 widget "*CrossfadeEditCurveButton*" style:highest "bright_when_active"
1133 widget "*CrossfadeEditFrame" style:highest "base_frame"
1134 widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_header_inactive"
1135 widget "*BusControlsBaseInactiveUnselected" style:highest "track_header_inactive"
1136 widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_header_inactive"
1137 widget "*BusControlsBaseInactiveSelected" style:highest "track_header_inactive"
1138 widget "*AudioTrackControlsBaseSelected" style:highest "track_header_selected"
1139 widget "*MidiTrackControlsBaseSelected" style:highest "track_header_selected"
1140 widget "*BusControlsBaseSelected" style:highest "track_header_selected"
1141 widget "*AutomationTrackControlsBase" style:highest "automation_track_header"
1142 widget "*AutomationTrackControlsBaseSelected" style:highest "track_header_selected"
1143 widget "*PluginParameterLabel" style:highest "medium_text"
1144 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
1145 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
1146 widget "*ProcessorControlSlider" style:highest "processor_control_slider"
1147 widget "*processor control button" style:highest "processor_control_button"
1148 widget "*PluginSlider" style:highest "plugin_slider"
1149 widget "*GainFader" style:highest "plugin_slider"
1150 widget "*MixerTrackCommentArea" style:highest "option_entry"
1151 widget "*MixerPanZone" style:highest "pan_zone"
1152 widget "*RegionEditorLabel" style:highest "medium_text"
1153 widget "*RegionEditorEntry" style:highest "medium_entry"
1154 widget "*MixerStripGainDisplay" style:highest "mixer_strip_entry"
1155 widget "*MixerStripPeakDisplay" style:highest "mixer_strip_entry"
1156 widget "*MixerStripPeakDisplayPeak" style:highest "peak_display_peaked_entry"
1157 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
1158 widget "*MixerStripFrame" style:highest "base_frame"
1159 widget "*FadeCurve*" style:highest "medium_bold_entry"
1160 widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
1161 widget "*TearOffArrow" style:highest "tearoff_arrow"
1162 widget "*RouteParamsTitleLabel" style:highest "medium_text"
1163 widget "*plugin automation state button*" style:highest "small_button"
1164 widget "*PluginSaveButton*" style:highest "small_button"
1165 widget "*PluginEditorButton*" style:highest "default_toggle_button"
1166 widget "*PluginEditorButton-active" style:highest "default_toggle_button_active"
1167 widget "*PluginAnalysisInfoLabel" style:highest "medium_monospace_text"
1168
1169 widget "*BarControlSpinner*" style:highest "small_spinner"
1170
1171 widget "*BlackSeparator" style:highest "black_separator"
1172
1173 widget "*MetricLabel" style:highest "medium_text"
1174 widget "*ChoiceWindow" style:highest "default_generic"
1175 widget "*TrackParameterName" style:highest "small_italic_text"
1176 widget "*AddRouteDialog*" style:highest "medium_text"
1177 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
1178 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
1179 widget "*NewSessionSR1Label" style:highest "red_medium_text"
1180 widget "*NewSessionSR2Label" style:highest "medium_text"
1181 widget "*location edit row clock" style:highest "medium_text"
1182 widget "*ArdourLuaEntry" style:highest "medium_monospace_text"
1183 widget "*LocationEditNameLabel" style:highest "medium_text"
1184 widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button"
1185 widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button"
1186 widget "*LocationEditLockButton*" style:highest "small_red_active_and_selected_button"
1187 widget "*LocationEditGlueButton*" style:highest "small_red_active_and_selected_button"
1188 widget "*LocationEditNumberLabel" style:highest "small_text"
1189 widget "*LocationEditNameEntry" style:highest "option_entry"
1190 widget "*LocationAddLocationButton*" style:highest "default_button"
1191 widget "*LocationAddRangeButton*" style:highest "default_button"
1192 widget "*LocationEditRemoveButton*" style:highest "location_row_button"
1193 widget "*ChannelCountSelector" style:highest "medium_bold_entry"
1194 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
1195 widget "*ProcessorList*" style:highest "processor_list"
1196 widget "*PortMatrixLabel*" style:highest "small_text"
1197 widget "*midi device" style:highest "midi_device"
1198 widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
1199 widget "*meterbridge label" style:highest "meterbridge_label"
1200 widget "*ContrastingPopup*" style:highest "contrasting_popup"
1201 widget "*MidiChannelSelectorButton" style:highest "midi_channel_selector_button"
1202 widget "*TimeInfoSelectionTitle" style:highest "small_text"
1203 widget "*TimeInfoSelectionLabel" style:highest "small_text"
1204 widget "*TimeInfoBox" style:highest "time_info_box"
1205 widget "*tracknumber label" style:highest "tracknumber_label"
1206 widget "*StatusBarBox" style:highest "status_bar_box"
1207 widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
1208 widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
1209 widget "*MeasureLatencyButton" style:highest "default_toggle_button"
1210 widget "*processor prefader" style:highest "processor"
1211 widget "*processor fader" style:highest "processor"
1212 widget "*processor postfader" style:highest "processor"
1213 widget "*MonitorSectionLabel" style:highest "small_text"
1214 widget "*ooltip*" style:highest "tooltip"
1215 widget "*Pane" style:highest "pane"
1216 widget "*Pane.Divider" style:highest "pane"
1217 widget "*VCALabelBar*" style:highest "vca_label_bar"
1218