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