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