Revert transport frame color in Ardour. But now its theme-able for those who are...
[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] = @clip_indicator
199         base[ACTIVE] = @clip_indicator
200         base[PRELIGHT] = @clip_indicator
201         base[INSENSITIVE] = @clip_indicator
202         base[SELECTED] = @clip_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.00, 0.00, 0.00 }
276 }
277
278 style "status_bar_box"
279 {
280         bg[NORMAL] = @darkest
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_frame"
412 {
413 }
414
415 style "transport_base" = "medium_bold_text"
416 {
417 }
418
419 style "default_button" = "small_text"
420 {
421 }
422
423 style "gain_fader"
424 {
425         bg[NORMAL] = shade (0.7, @background)
426         bg[ACTIVE] = shade (0.705, @background)
427         bg[INSENSITIVE] = shade (0.705, @background)
428
429         fg[INSENSITIVE] = shade(1.4, @background)
430         fg[NORMAL] = shade(1.4, @background)
431         fg[ACTIVE] = shade(1.4, @background)
432 }
433
434 style "default_menu" = "medium_text"
435 {
436 }
437
438 style "default_generic" = "medium_text"
439 {
440 }
441
442 style "text_cell_entry" = "medium_text"
443 {
444 }
445
446 style "very_small_button" = "default_button"
447 {
448         ythickness = 0
449         xthickness = 0
450 }
451
452 style "small_button" = "default_button"
453 {
454 }
455
456 style "very_small_red_active_and_selected_button" = "very_small_button"
457 {
458         fg[ACTIVE] = @darkest
459         bg[ACTIVE] = @bright_indicator
460         bg[SELECTED] = @bright_indicator
461 }
462
463 style "small_red_active_and_selected_button" = "small_button"
464 {
465         fg[ACTIVE] = @darkest
466         bg[ACTIVE] = @bright_indicator
467         bg[SELECTED] = @bright_indicator
468 }
469
470 style "meterbridge_label" = "small_text"
471 {
472 }
473
474 style "midi_device" = "very_small_text"
475 {
476 }
477
478 style "solo_isolate" = "very_small_text"
479 {
480 }
481
482 style "solo_safe" = "very_small_text"
483 {
484 }
485
486 style "tracknumber_label" = "medium_monospace_text"
487 {
488 }
489
490 style "solo_button" = "small_button"
491 {
492 }
493
494 style "mute_button" = "small_button"
495 {
496 }
497
498 style "processor" = "small_text"
499 {
500 }
501
502 style "ruler_label" = "small_text"
503 {
504         fg[NORMAL] = @light_text_on_dark
505 }
506
507 style "midi_channel_selector_button"
508 {
509         bg[NORMAL] = @background
510         bg[ACTIVE] = @midi_channel_selector
511         fg[NORMAL] = @foreground
512         fg[ACTIVE] = @light_text_on_dark
513 }
514
515 style "shuttle_control" = "very_small_text"
516 {
517         fg[NORMAL] = @control_text2
518         fg[ACTIVE] = @control_text2
519         fg[PRELIGHT] = @control_text2
520         fg[SELECTED] = @control_text2
521         fg[INSENSITIVE] = @control_text2
522
523         bg[NORMAL] = @darkest
524         bg[PRELIGHT] = @darkest
525         bg[INSENSITIVE] = @darkest
526         bg[ACTIVE] = @bright_color
527         bg[SELECTED] = @bright_color
528 }
529
530 style "ardour_adjusters" = "default_generic"
531 {
532         bg[NORMAL] = @background
533         bg[PRELIGHT] = lighter(@background)
534         bg[ACTIVE] = @darkest
535 }
536
537 style "editor_hscrollbar" = "ardour_adjusters"
538 {
539         #
540         # special case: we want this scrollbar to be as tall as the
541         # zoom focus selector combobox. scrollbars don't expand to
542         # fill the space available to them, so we have to explicitly
543         # make it bigger.
544         #
545         GtkRange::slider_width = 27
546         GtkScrollbar::slider_width = 27
547 }
548
549 style "ardour_progressbars" = "default_generic"
550 {
551         # Clearlooks always uses darkest for the advancing bar, sigh
552         # so this is just a contrasting color for the trough
553         bg[NORMAL] = @bright_color
554 }
555
556 style "preferences"  = "default"
557 {
558         fg[PRELIGHT] = lighter(@foreground)
559 }
560
561 style "option_entry"  = "default"
562 {
563
564 }
565
566 style "font_scale_slider" = "default"
567 {
568   # scale-marks are based on style->dark/light,
569         # which cannot be specified directly in the gtkrc.
570         # this is a quick hack to increase visibility of the marks
571   bg[NORMAL] = shade(1.4, @background)
572 }
573
574 style "very_small_bright_when_active" = "very_small_text"
575 {
576         fg[NORMAL] = @foreground
577         bg[NORMAL] = @background
578         bg[PRELIGHT] = @background
579
580         fg[ACTIVE] = @foreground
581         bg[ACTIVE] = @bright_indicator
582         bg[PRELIGHT] = @bright_indicator
583 }
584
585 style "bright_when_active" = "medium_text"
586 {
587         fg[NORMAL] = @foreground
588         bg[NORMAL] = @background
589         bg[PRELIGHT] = @background
590
591         fg[ACTIVE] = @foreground
592         bg[ACTIVE] = @bright_indicator
593         bg[PRELIGHT] = @bright_indicator
594 }
595
596 style "xrun_warn"  = "larger_bold_text"
597 {
598         fg[NORMAL] = @foreground
599         fg[ACTIVE] = @foreground
600         text[NORMAL] = @foreground
601         text[ACTIVE] = @foreground
602         base[NORMAL] = @bases
603         base[ACTIVE] = @bases
604         bg[NORMAL] = @bright_indicator
605         bg[ACTIVE] = @contrasting_indicator
606 }
607
608 style "fatal_message" = "medium_text"
609 {
610         fg[ACTIVE] = @bright_indicator
611         fg[NORMAL] = @bright_indicator
612         bg[ACTIVE]   = @bases
613         bg[NORMAL]   = @bases
614         base[NORMAL] = @bases
615 }
616
617 style "error_message" = "medium_text"
618 {
619         fg[ACTIVE] = @bright_indicator
620         fg[NORMAL] = @bright_indicator
621         bg[ACTIVE]   = @bases
622         bg[NORMAL]   = @bases
623         base[NORMAL] = @bases
624 }
625
626 style "info_message" = "medium_text"
627 {
628         fg[ACTIVE]   = @contrasting_indicator
629         fg[NORMAL]   = @contrasting_indicator
630         bg[ACTIVE]   = @bases
631         bg[NORMAL]   = @bases
632         base[NORMAL] = @bases
633 }
634
635 style "warning_message" = "medium_text"
636 {
637         fg[ACTIVE] = @bright_color
638         fg[NORMAL] = @bright_color
639         bg[ACTIVE]   = @bases
640         bg[NORMAL]   = @bases
641         base[NORMAL] = @bases
642 }
643
644 style "medium_entry" = "medium_text"
645 {
646         fg[NORMAL] = @texts
647         fg[ACTIVE] = @contrasting_indicator
648         fg[SELECTED] = @fg_selected
649
650         text[NORMAL] = @texts
651         text[ACTIVE] = @texts
652         text[SELECTED] = @fg_selected
653
654         bg[NORMAL] = @bases
655         bg[SELECTED] = @bases
656         bg[SELECTED] = @bg_selected
657
658         base[NORMAL] = @bases
659         base[ACTIVE] = @bases
660         base[SELECTED] = @bg_selected
661 }
662
663 style "medium_entry_noselection_fg" = "medium_entry"
664 {
665         # this seems wrong to me, but the light theme uses it
666         fg[SELECTED] = @contrasting_indicator
667 }
668
669 style "medium_entry_noselection_bg" = "medium_entry"
670 {
671         # this seems wrong to me, but the light theme uses it
672         bg[SELECTED] = @texts
673 }
674
675 style "medium_bold_entry"  = "medium_bold_text"
676 {
677         fg[NORMAL] = @texts
678         fg[ACTIVE] = @contrasting_indicator
679         fg[SELECTED] = @fg_selected
680
681         text[NORMAL] = @texts
682         text[ACTIVE] = @texts
683         text[SELECTED] = @fg_selected
684
685         bg[NORMAL] = @bases
686         bg[SELECTED] = @bases
687
688         base[NORMAL] = @bases
689         base[ACTIVE] = @bases
690         base[SELECTED] = @bg_selected
691 }
692
693 style "small_spinner" = "small_text"
694 {
695         xthickness = 0
696         ythickness = 0
697         fg[NORMAL] = @texts
698         fg[ACTIVE] = @contrasting_indicator
699         fg[SELECTED] = @fg_selected
700
701         text[NORMAL] = @texts
702         text[ACTIVE] = @texts
703         text[SELECTED] = @fg_selected
704
705         base[NORMAL] = @bases
706         base[ACTIVE] = @bases
707         base[SELECTED] = @background
708 }
709
710 style "small_red_on_black_entry"  = "small_bold_text"
711 {
712         fg[NORMAL] = @bright_indicator
713         fg[ACTIVE] = @bright_indicator
714         base[NORMAL] = @bases
715         base[ACTIVE] = @bases
716         bg[NORMAL] = @bases
717         bg[ACTIVE] = @bases
718 }
719
720 style "audio_bus_base" = "very_small_text"
721 {
722         fg[NORMAL] = @foreground
723         bg[NORMAL] = @audio_bus
724         bg[ACTIVE] = @background
725 }
726
727 style "send_strip_base" = "default"
728 {
729         font_name = " 8"
730         # NORMAL is used for single-data type labels, or Audio
731         # ACTIVE is used for MIDI in the presence of multiple data type
732         fg[NORMAL] = @send_fg
733         fg[ACTIVE] = darker(@foreground)
734
735         bg[NORMAL] = @send_bg
736         bg[ACTIVE] = @send_bg
737         bg[PRELIGHT] = @send_bg
738         bg[INSENSITIVE] = @send_bg
739         bg[SELECTED] = @send_bg
740 }
741
742 style "audio_track_base" = "default"
743 {
744         font_name = " 8"
745         # NORMAL is used for single-data type labels, or Audio
746         # ACTIVE is used for MIDI in the presence of multiple data type
747         fg[NORMAL] = @foreground
748         fg[ACTIVE] = darker(@foreground)
749
750         bg[NORMAL] = @audio_track
751         bg[ACTIVE] = @background
752         bg[PRELIGHT] = @background
753         bg[INSENSITIVE] = @background
754         bg[SELECTED] = @background
755 }
756
757 style "control_master_base" = "default"
758 {
759         font_name = " 8"
760         # NORMAL is used for single-data type labels, or Audio
761         # ACTIVE is used for MIDI in the presence of multiple data type
762         fg[NORMAL] = @foreground
763         fg[ACTIVE] = darker(@foreground)
764
765         bg[NORMAL] = @control_master
766         bg[ACTIVE] = @background
767         bg[PRELIGHT] = @background
768         bg[INSENSITIVE] = @background
769         bg[SELECTED] = @background
770 }
771
772 style "midi_track_base" = "default"
773 {
774         font_name = " 8"
775         # NORMAL is used for single-data type labels, or Audio
776         # ACTIVE is used for MIDI in the presence of multiple data type
777         fg[NORMAL] = @foreground
778         fg[ACTIVE] = darker(@foreground)
779
780         bg[NORMAL] = @midi_track
781         bg[ACTIVE] = @background
782         bg[PRELIGHT] = @background
783         bg[INSENSITIVE] = @background
784         bg[SELECTED] = @background
785 }
786
787 style "audio_track_fader" = "gain_fader"
788 {
789         bg[PRELIGHT] = @audio_track
790 }
791 style "audio_bus_fader" = "gain_fader"
792 {
793         bg[PRELIGHT] = @audio_bus
794 }
795 style "midi_track_fader" = "gain_fader"
796 {
797         bg[PRELIGHT] = @midi_track
798 }
799
800 style "audio_track_metrics" = "audio_track_base"
801 {
802         font_name = ""
803 }
804
805 style "midi_track_metrics" = "midi_track_base"
806 {
807         font_name = ""
808 }
809
810 style "audiomidi_track_metrics" = "midi_track_base"
811 {
812         font_name = ""
813 }
814
815 style "audio_bus_metrics" = "audio_bus_base"
816 {
817         font_name = ""
818 }
819
820 style "audio_track_metrics_inactive" = "track_controls_inactive"
821 {
822         font_name = ""
823 }
824
825 style "midi_track_metrics_inactive" = "track_controls_inactive"
826 {
827         font_name = ""
828 }
829
830 style "audiomidi_track_metrics_inactive" = "track_controls_inactive"
831 {
832         font_name = ""
833 }
834
835 style "audio_bus_metrics_inactive" = "track_controls_inactive"
836 {
837         font_name = ""
838 }
839
840 style "track_name_editor" = "medium_text"
841 {
842         xthickness = 0
843         ythickness = 0
844 }
845
846 style "track_separator"
847 {
848         bg[NORMAL] = lighter(@background)
849 }
850
851 # Plugin Editors
852 style "plugin_slider"
853 {
854         #font_name ="bold  14"
855
856         # the slider itself. the inactive part is INSENSITIVE,
857         # the active part is taken from some other state.
858
859         fg[NORMAL] = @bright_color
860         fg[ACTIVE] = @bright_color
861         fg[INSENSITIVE] = @lightest # matches default
862         fg[SELECTED] = @bright_color
863         fg[PRELIGHT] = @bright_color
864
865         # draws the outer rectangle around the slider
866
867         bg[NORMAL] = shade (0.6, @lightest)
868         bg[ACTIVE] = shade (0.6, @lightest)
869         bg[INSENSITIVE] = shade (0.6, @lightest)
870         bg[SELECTED] = shade (0.6, @lightest)
871
872         # outer round-corner-background (pixslider does its own hover prelight)
873         bg[PRELIGHT] = @background
874
875         # the numeric display
876
877         text[NORMAL] = @texts
878         text[ACTIVE] = @texts
879         text[INSENSITIVE] = @texts
880         text[SELECTED] = @texts
881         text[PRELIGHT] = @texts
882 }
883
884 style "processor_control_button"  = "very_small_text"
885 {
886 }
887
888 style "processor_control_slider"  = "plugin_slider"
889 {
890         bg[PRELIGHT] = @background
891         bg[NORMAL] = @darkest
892 }
893
894 style "track_list_display" = "small_bold_text"
895 {
896         text[NORMAL] = @texts
897         text[ACTIVE] = darker(@texts)
898         text[INSENSITIVE] = @bases
899         text[SELECTED] = @fg_selected
900
901         base[NORMAL] = @bases
902         base[ACTIVE] = lighter(@bases)
903         base[INSENSITIVE] = darker(@bases)
904         base[SELECTED] = @bg_selected
905 }
906
907 style "inspector_track_list_display" = "track_list_display"
908 {
909
910 }
911
912 style "processor_list" = "very_small_text"
913 {
914         bg[NORMAL] = @darkest
915         bg[ACTIVE] = shade (1.8, @fg_selected)
916         fg[ACTIVE] = @darkest
917 }
918
919 # MixerPanZone:
920 #
921 # the NORMAL fg color is used for the pan puck
922 # the ACTIVE fg color is used for the speaker boxes
923
924 style "pan_zone" = "default"
925 {
926         fg[NORMAL] = @contrasting_indicator
927         fg[ACTIVE] = darker(@bright_color)
928 }
929
930 style "paler_bright_when_active" = "medium_text"
931 {
932         fg[NORMAL] = @foreground
933         fg[PRELIGHT] = @foreground
934         bg[NORMAL] = @background
935         bg[PRELIGHT] = @background
936
937         fg[ACTIVE] = @foreground
938         bg[ACTIVE] = lighter(@bright_indicator)
939 }
940
941 style "selected_strip_frame"
942 {
943         fg[NORMAL] = @bright_indicator
944         bg[NORMAL] = darker(@bright_indicator)
945 }
946
947 style "flashing_alert" = "very_small_text"
948 {
949         GtkButton::child-displacement-x = 0
950         GtkButton::child-displacement-y = 0
951
952         fg[NORMAL] = darker(@foreground)
953         fg[PRELIGHT] = darker(@foreground)
954         bg[NORMAL] = mix(0.1,@bright_indicator,darker(@background))
955         bg[PRELIGHT] = mix(0.1,@bright_indicator,darker(@background))
956
957         fg[ACTIVE] = @foreground
958         bg[ACTIVE] = @bright_indicator
959 }
960
961 style "sync_alert"
962 {
963         #
964         # this is used when the sync button is indicating that sync is
965         # active, and alternates with another style if sync is active
966         # but we are not locked
967         #
968         bg[ACTIVE] = @somewhat_bright_indicator
969         bg[PRELIGHT] = @somewhat_bright_indicator
970         bg[SELECTED] = @somewhat_bright_indicator
971         bg[NORMAL] = @somewhat_bright_indicator
972
973         fg[NORMAL] = @darkest
974         fg[PRELIGHT] = @darkest
975         fg[SELECTED] = @darkest
976         fg[ACTIVE] = @darkest
977 }
978
979 style "tearoff_arrow" = "medium_bold_entry"
980 {
981         fg[NORMAL] = darker(@foreground)
982         fg[PRELIGHT] = darker(@foreground)
983         bg[NORMAL] = darker(@foreground)
984         bg[PRELIGHT] = darker(@foreground)
985 }
986
987 style "location_row_button" = "default_button"
988 {
989         font_name = " 10"
990 }
991
992 style "ardour_button" ="default_button"
993 {
994         xthickness = 1
995         ythickness = 1
996 }
997
998 style "tooltip" = "medium_text"
999 {
1000         fg[NORMAL] = @fg_tooltip
1001         bg[NORMAL] = @bg_tooltip
1002 }
1003
1004 style "default_toggle_button"
1005 {
1006         bg[NORMAL] = @background
1007         bg[PRELIGHT] = shade(1.1, @background)
1008         bg[ACTIVE] = @contrasting_indicator
1009 }
1010
1011 style "default_toggle_button_active" = "default_toggle_button"
1012 {
1013         bg[NORMAL] = @contrasting_indicator
1014         bg[ACTIVE] = @contrasting_indicator
1015         bg[SELECTED] = @contrasting_indicator
1016         bg[PRELIGHT] = shade(1.2, @contrasting_indicator)
1017 }
1018
1019 #style "meter_strip_dpm" = "default"
1020 #{
1021 #}
1022
1023 style "black_separator" = "default"
1024 {
1025         bg[NORMAL] = @darkest
1026 }
1027
1028 style "settings_notebook" = "big_text"
1029 {
1030
1031 }
1032
1033 style "pane"
1034 {
1035       fg[NORMAL] = lighter(@background)
1036       fg[SELECTED] = @foreground
1037       fg[ACTIVE] = @somewhat_bright_indicator
1038 }
1039
1040 style "vca_label_bar" = "medium_bold_text"
1041 {
1042         bg[NORMAL] = @darkest
1043         fg[NORMAL] = @lightest
1044 }
1045
1046 class "GtkWidget" style:highest "default"
1047 class "GtkSpinButton" style:highest "spin_button"
1048 class "GtkEntry" style "entry"                          # not :highest to allow instances to override this
1049 class "GtkScrollbar" style:highest "ardour_adjusters"
1050 class "GtkLabel" style:highest "default_generic"
1051 class "GtkButton" style:highest "ardour_button"
1052 class "GtkCheckButton" style:highest "ardour_button"
1053 class "GtkArrow" style:highest "tearoff_arrow"
1054 class "GtkProgressBar" style:highest "ardour_progressbars"
1055
1056 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1057 widget "*MarkerText" style:highest "marker_text"
1058 widget "*ArdourContextMenu*" style:highest "default_menu"
1059
1060 widget "*mixer strip button" style:highest "very_small_button"
1061
1062 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1063 widget "*OptionsNotebook" style:highest "preferences"
1064 widget "*OptionsLabel" style:highest "preferences"
1065 widget "*OptionsEntry" style:highest "option_entry"
1066 widget "*FontScaleSlider" style:highest "font_scale_slider"
1067 widget "*InspectorNotebook" style:highest "preferences"
1068 widget "*EditorRulerLabel*" style:highest "ruler_label"
1069 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1070 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1071 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1072 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1073 widget "*ShuttleControl" style:highest "shuttle_control"
1074 widget "*ErrorMessage" style:highest "error_message"
1075 widget "*FatalMessage" style:highest "fatal_message"
1076 widget "*InfoMessage" style:highest "info_message"
1077 widget "*WarningMessage" style:highest "warning_message"
1078
1079 widget "*big clock" style:highest "massive_clock"
1080 widget "*selection clock" style:highest "small_clock"
1081 widget "*punch clock" style:highest "small_clock"
1082 widget "*transport clock" style:highest "bigger_clock"
1083 widget "*secondary clock" style:highest "bigger_clock"
1084 widget "*transport delta clock" style:highest "bigger_clock"
1085 widget "*secondary delta clock" style:highest "bigger_clock"
1086 widget "*stretch clock" style:highest "bigger_clock"
1087 widget "*silence duration clock" style:highest "medium_text"
1088 widget "*edit point clock" style:highest "medium_text"
1089 widget "*nudge clock" style:highest "small_clock"
1090 widget "*menubar clock" style:highest "medium_text"
1091 widget "*zoomrange clock" style:highest "medium_text"
1092 widget "*timecodeoffset clock" style:highest "medium_text"
1093
1094 widget "*BaseFrame" style:highest "base_frame"
1095 widget "*TransportFrame" style:highest "transport_frame"
1096 widget "*TransportFrame*" style:highest  "transport_frame"
1097
1098 widget "*SendStripBase" style:highest "send_strip_base"
1099 widget "*AudioTrackStripBase" style:highest "audio_track_base"
1100 widget "*AudioBusStripBase" style:highest "audio_bus_base"
1101 widget "*MidiTrackStripBase" style:highest "midi_track_base"
1102 widget "*AudioTrackStripBaseInactive" style:highest "track_header_inactive"
1103 widget "*AudioBusStripBaseInactive" style:highest "track_header_inactive"
1104 widget "*MidiTrackStripBaseInactive" style:highest "track_header_inactive"
1105 widget "*AudioTrackMetrics" style:highest "audio_track_metrics"
1106 widget "*MidiTrackMetrics" style:highest "midi_track_metrics"
1107 widget "*AudioBusMetrics" style:highest "audio_bus_metrics"
1108 widget "*AudioMidiTrackMetrics" style:highest "midi_track_metrics"
1109 widget "*AudioTrackMetricsLeft" style:highest "audio_track_metrics"
1110 widget "*MidiTrackMetricsLeft" style:highest "midi_track_metrics"
1111 widget "*AudioBusMetricsLeft" style:highest "audio_bus_metrics"
1112 widget "*AudioMidiTrackMetricsLeft" style:highest "midi_track_metrics"
1113 widget "*AudioTrackMetricsRight" style:highest "audio_track_metrics"
1114 widget "*MidiTrackMetricsRight" style:highest "midi_track_metrics"
1115 widget "*AudioBusMetricsRight" style:highest "audio_bus_metrics"
1116 widget "*AudioMidiTrackMetricsRight" style:highest "midi_track_metrics"
1117 widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive"
1118 widget "*MidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive"
1119 widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive"
1120 widget "*AudioMidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive"
1121
1122 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
1123 widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base"
1124 widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base"
1125 widget "*ControlMasterBaseUnselected" style:highest "control_master_base"
1126
1127 widget "*SendUIFader" style:highest "plugin_slider"
1128 widget "*ReturnUIFader" style:highest "plugin_slider"
1129
1130 widget "*AudioTrackFader" style:highest "audio_track_fader"
1131 widget "*MidiTrackFader" style:highest "midi_track_fader"
1132 widget "*AudioBusFader" style:highest "audio_bus_fader"
1133
1134 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
1135 widget "*TrackSeparator" style:highest "track_separator"
1136 widget "*TrackNameEditor*" style:highest "track_name_editor"
1137 widget "*CrossfadeEditAuditionButton*" style:highest "bright_when_active"
1138 widget "*CrossfadeEditCurveButton*" style:highest "bright_when_active"
1139 widget "*CrossfadeEditFrame" style:highest "base_frame"
1140 widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_header_inactive"
1141 widget "*BusControlsBaseInactiveUnselected" style:highest "track_header_inactive"
1142 widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_header_inactive"
1143 widget "*BusControlsBaseInactiveSelected" style:highest "track_header_inactive"
1144 widget "*AudioTrackControlsBaseSelected" style:highest "track_header_selected"
1145 widget "*MidiTrackControlsBaseSelected" style:highest "track_header_selected"
1146 widget "*BusControlsBaseSelected" style:highest "track_header_selected"
1147 widget "*AutomationTrackControlsBase" style:highest "automation_track_header"
1148 widget "*AutomationTrackControlsBaseSelected" style:highest "track_header_selected"
1149 widget "*PluginParameterLabel" style:highest "medium_text"
1150 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
1151 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
1152 widget "*ProcessorControlSlider" style:highest "processor_control_slider"
1153 widget "*processor control button" style:highest "processor_control_button"
1154 widget "*PluginSlider" style:highest "plugin_slider"
1155 widget "*GainFader" style:highest "plugin_slider"
1156 widget "*MixerTrackCommentArea" style:highest "option_entry"
1157 widget "*MixerPanZone" style:highest "pan_zone"
1158 widget "*RegionEditorLabel" style:highest "medium_text"
1159 widget "*RegionEditorEntry" style:highest "medium_entry"
1160 widget "*MixerStripGainDisplay" style:highest "mixer_strip_entry"
1161 widget "*MixerStripPeakDisplay" style:highest "mixer_strip_entry"
1162 widget "*MixerStripPeakDisplayPeak" style:highest "peak_display_peaked_entry"
1163 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
1164 widget "*MixerStripFrame" style:highest "base_frame"
1165 widget "*FadeCurve*" style:highest "medium_bold_entry"
1166 widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
1167 widget "*TearOffArrow" style:highest "tearoff_arrow"
1168 widget "*RouteParamsTitleLabel" style:highest "medium_text"
1169 widget "*plugin automation state button*" style:highest "small_button"
1170 widget "*PluginSaveButton*" style:highest "small_button"
1171 widget "*PluginEditorButton*" style:highest "default_toggle_button"
1172 widget "*PluginEditorButton-active" style:highest "default_toggle_button_active"
1173 widget "*PluginAnalysisInfoLabel" style:highest "medium_monospace_text"
1174
1175 widget "*BarControlSpinner*" style:highest "small_spinner"
1176
1177 widget "*BlackSeparator" style:highest "black_separator"
1178
1179 widget "*MetricLabel" style:highest "medium_text"
1180 widget "*ChoiceWindow" style:highest "default_generic"
1181 widget "*TrackParameterName" style:highest "small_italic_text"
1182 widget "*AddRouteDialog*" style:highest "medium_text"
1183 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
1184 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
1185 widget "*NewSessionSR1Label" style:highest "red_medium_text"
1186 widget "*NewSessionSR2Label" style:highest "medium_text"
1187 widget "*location edit row clock" style:highest "medium_text"
1188 widget "*ArdourLuaEntry" style:highest "medium_monospace_text"
1189 widget "*LocationEditNameLabel" style:highest "medium_text"
1190 widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button"
1191 widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button"
1192 widget "*LocationEditLockButton*" style:highest "small_red_active_and_selected_button"
1193 widget "*LocationEditGlueButton*" style:highest "small_red_active_and_selected_button"
1194 widget "*LocationEditNumberLabel" style:highest "small_text"
1195 widget "*LocationEditNameEntry" style:highest "option_entry"
1196 widget "*LocationAddLocationButton*" style:highest "default_button"
1197 widget "*LocationAddRangeButton*" style:highest "default_button"
1198 widget "*LocationEditRemoveButton*" style:highest "location_row_button"
1199 widget "*ChannelCountSelector" style:highest "medium_bold_entry"
1200 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
1201 widget "*ProcessorList*" style:highest "processor_list"
1202 widget "*PortMatrixLabel*" style:highest "small_text"
1203 widget "*midi device" style:highest "midi_device"
1204 widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
1205 widget "*meterbridge label" style:highest "meterbridge_label"
1206 widget "*ContrastingPopup*" style:highest "contrasting_popup"
1207 widget "*MidiChannelSelectorButton" style:highest "midi_channel_selector_button"
1208 widget "*TimeInfoSelectionTitle" style:highest "small_text"
1209 widget "*TimeInfoSelectionLabel" style:highest "small_text"
1210 widget "*TimeInfoBox" style:highest "time_info_box"
1211 widget "*tracknumber label" style:highest "tracknumber_label"
1212 widget "*StatusBarBox" style:highest "status_bar_box"
1213 widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
1214 widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
1215 widget "*MeasureLatencyButton" style:highest "default_toggle_button"
1216 widget "*processor prefader" style:highest "processor"
1217 widget "*processor fader" style:highest "processor"
1218 widget "*processor postfader" style:highest "processor"
1219 widget "*MonitorSectionLabel" style:highest "small_text"
1220 widget "*ooltip*" style:highest "tooltip"
1221 widget "*Pane" style:highest "pane"
1222 widget "*Pane.Divider" style:highest "pane"
1223 widget "*VCALabelBar*" style:highest "vca_label_bar"
1224