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