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