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