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