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