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