more work on time/pitch stretch/shifting
[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_display" = "medium_text"
802 {
803         xthickness = 0
804         ythickness = 0
805         fg[NORMAL] = @foreground
806         fg[ACTIVE] = @foreground
807         fg[SELECTED] = @foreground
808
809         text[NORMAL] = @foreground
810         text[ACTIVE] = @foreground
811         text[SELECTED] = @foreground
812
813         base[NORMAL] = @bases
814         base[ACTIVE] = @bg_selected
815         base[SELECTED] = @bg_selected
816
817         bg[NORMAL] = lighter(@bases)
818         bg[ACTIVE] = lighter(@bases)
819         bg[SELECTED] = lighter(@bases)
820 }
821
822 style "track_separator"
823 {
824         bg[NORMAL] = lighter(@background)
825 }
826
827 # Plugin Editors
828 style "plugin_slider"
829 {
830         #font_name ="bold  14"
831
832         # the slider itself. the inactive part is INSENSITIVE,
833         # the active part is taken from some other state.
834
835         fg[NORMAL] = @bright_color
836         fg[ACTIVE] = @bright_color
837         fg[INSENSITIVE] = @lightest # matches default
838         fg[SELECTED] = @bright_color
839         fg[PRELIGHT] = @bright_color
840
841         # draws the outer rectangle around the slider
842
843         bg[NORMAL] = shade (0.6, @lightest)
844         bg[ACTIVE] = shade (0.6, @lightest)
845         bg[INSENSITIVE] = shade (0.6, @lightest)
846         bg[SELECTED] = shade (0.6, @lightest)
847
848         # outer round-corner-background (pixslider does its own hover prelight)
849         bg[PRELIGHT] = @background
850
851         # the numeric display
852
853         text[NORMAL] = @texts
854         text[ACTIVE] = @texts
855         text[INSENSITIVE] = @texts
856         text[SELECTED] = @texts
857         text[PRELIGHT] = @texts
858 }
859
860 style "processor_control_button"  = "very_small_text"
861 {
862 }
863
864 style "processor_control_slider"  = "plugin_slider"
865 {
866         bg[PRELIGHT] = @background
867         bg[NORMAL] = @darkest
868 }
869
870 style "track_list_display" = "small_bold_text"
871 {
872         text[NORMAL] = @texts
873         text[ACTIVE] = darker(@texts)
874         text[INSENSITIVE] = @bases
875         text[SELECTED] = @fg_selected
876
877         base[NORMAL] = @bases
878         base[ACTIVE] = lighter(@bases)
879         base[INSENSITIVE] = darker(@bases)
880         base[SELECTED] = @bg_selected
881 }
882
883 style "inspector_track_list_display" = "track_list_display"
884 {
885
886 }
887
888 style "processor_list" = "very_small_text"
889 {
890         bg[NORMAL] = @darkest
891         bg[ACTIVE] = shade (1.8, @fg_selected)
892         fg[ACTIVE] = @darkest
893 }
894
895 # MixerPanZone:
896 #
897 # the NORMAL fg color is used for the pan puck
898 # the ACTIVE fg color is used for the speaker boxes
899
900 style "pan_zone" = "default"
901 {
902         fg[NORMAL] = @contrasting_indicator
903         fg[ACTIVE] = darker(@bright_color)
904 }
905
906 style "paler_bright_when_active" = "medium_text"
907 {
908         fg[NORMAL] = @foreground
909         fg[PRELIGHT] = @foreground
910         bg[NORMAL] = @background
911         bg[PRELIGHT] = @background
912
913         fg[ACTIVE] = @foreground
914         bg[ACTIVE] = lighter(@bright_indicator)
915 }
916
917 style "peak_display_peaked_entry" = "small_entry"
918 {
919         fg[ACTIVE] = @texts
920         fg[SELECTED] = @texts
921         text[SELECTED] = @texts
922
923         base[NORMAL] = @bright_indicator
924         base[ACTIVE] = @bright_indicator
925         base[PRELIGHT] = @bright_indicator
926         base[INSENSITIVE] = @bright_indicator
927         base[SELECTED] = @bright_indicator
928 }
929
930 style "selected_strip_frame"
931 {
932         fg[NORMAL] = @bright_indicator
933         bg[NORMAL] = darker(@bright_indicator)
934 }
935
936 style "flashing_alert" = "very_small_text"
937 {
938         GtkButton::child-displacement-x = 0
939         GtkButton::child-displacement-y = 0
940
941         fg[NORMAL] = darker(@foreground)
942         fg[PRELIGHT] = darker(@foreground)
943         bg[NORMAL] = mix(0.1,@bright_indicator,darker(@background))
944         bg[PRELIGHT] = mix(0.1,@bright_indicator,darker(@background))
945
946         fg[ACTIVE] = @foreground
947         bg[ACTIVE] = @bright_indicator
948 }
949
950 style "sync_alert"
951 {
952         #
953         # this is used when the sync button is indicating that sync is
954         # active, and alternates with another style if sync is active
955         # but we are not locked
956         #
957         bg[ACTIVE] = @somewhat_bright_indicator
958         bg[PRELIGHT] = @somewhat_bright_indicator
959         bg[SELECTED] = @somewhat_bright_indicator
960         bg[NORMAL] = @somewhat_bright_indicator
961         
962         fg[NORMAL] = @darkest
963         fg[PRELIGHT] = @darkest
964         fg[SELECTED] = @darkest
965         fg[ACTIVE] = @darkest
966 }
967
968 style "tearoff_arrow" = "medium_bold_entry"
969 {
970         fg[NORMAL] = darker(@foreground)
971         fg[PRELIGHT] = darker(@foreground)
972         bg[NORMAL] = darker(@foreground)
973         bg[PRELIGHT] = darker(@foreground)
974 }
975
976 style "location_row_button" = "default_button"
977 {
978         font_name = " 10"
979 }
980
981
982 style "ardour_button" ="default_button"
983 {
984         xthickness = 1
985         ythickness = 1
986 }
987
988 style "tooltip" = "medium_text"
989 {
990         fg[NORMAL] = @fg_tooltip
991         bg[NORMAL] = @bg_tooltip
992 }
993
994 style "default_toggle_button"
995 {
996         bg[NORMAL] = @background
997         bg[PRELIGHT] = shade(1.1, @background)
998         bg[ACTIVE] = @contrasting_indicator
999 }
1000
1001 style "default_toggle_button_active" = "default_toggle_button"
1002 {
1003         bg[NORMAL] = @contrasting_indicator
1004         bg[ACTIVE] = @contrasting_indicator
1005         bg[SELECTED] = @contrasting_indicator
1006         bg[PRELIGHT] = shade(1.2, @contrasting_indicator)
1007 }
1008
1009 #style "meter_strip_dpm" = "default"
1010 #{
1011 #}
1012
1013 style "black_separator" = "default"
1014 {
1015         bg[NORMAL] = @darkest
1016 }
1017
1018 style "settings_notebook" = "big_text"
1019 {
1020
1021 }
1022 class "GtkWidget" style:highest "default"
1023 class "GtkScrollbar" style:highest "ardour_adjusters"
1024 class "GtkLabel" style:highest "default_generic"
1025 class "GtkButton" style:highest "ardour_button"
1026 class "GtkCheckButton" style:highest "ardour_button"
1027 class "GtkArrow" style:highest "tearoff_arrow"
1028 class "GtkProgressBar" style:highest "ardour_progressbars"
1029
1030 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1031 widget "*MarkerText" style:highest "marker_text"
1032 widget "*ArdourContextMenu*" style:highest "default_menu"
1033
1034 widget "*mixer strip button" style:highest "very_small_button"
1035
1036 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1037 widget "*OptionsNotebook" style:highest "preferences"
1038 widget "*OptionsLabel" style:highest "preferences"
1039 widget "*OptionsEntry" style:highest "option_entry"
1040 widget "*FontScaleSlider" style:highest "font_scale_slider"
1041 widget "*InspectorNotebook" style:highest "preferences"
1042 widget "*EditorRulerLabel*" style:highest "ruler_label"
1043 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1044 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1045 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1046 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1047 widget "*ShuttleControl" style:highest "shuttle_control"
1048 #widget "*MainMenuBar" style:highest "menu_bar_base"
1049 widget "*ErrorMessage" style:highest "error_message"
1050 widget "*FatalMessage" style:highest "fatal_message"
1051 widget "*InfoMessage" style:highest "info_message"
1052 widget "*WarningMessage" style:highest "warning_message"
1053
1054 widget "*big clock" style:highest "massive_clock"
1055 widget "*selection clock" style:highest "small_clock"
1056 widget "*punch clock" style:highest "small_clock"
1057 widget "*transport clock" style:highest "bigger_clock"
1058 widget "*secondary clock" style:highest "bigger_clock"
1059 widget "*transport delta clock" style:highest "bigger_clock"
1060 widget "*secondary delta clock" style:highest "bigger_clock"
1061 widget "*stretch clock" style:highest "bigger_clock"
1062 widget "*silence duration clock" style:highest "medium_text"
1063 widget "*edit point clock" style:highest "medium_text"
1064 widget "*nudge clock" style:highest "small_clock"
1065 widget "*menubar clock" style:highest "medium_text"
1066 widget "*zoomrange clock" style:highest "medium_text"
1067 widget "*timecodeoffset clock" style:highest "medium_text"
1068
1069 widget "*BaseFrame" style:highest "base_frame"
1070
1071 widget "*SendStripBase" style:highest "send_strip_base"
1072 widget "*AudioTrackStripBase" style:highest "audio_track_base"
1073 widget "*AudioBusStripBase" style:highest "audio_bus_base"
1074 widget "*MidiTrackStripBase" style:highest "midi_track_base"
1075 widget "*AudioTrackStripBaseInactive" style:highest "track_header_inactive"
1076 widget "*AudioBusStripBaseInactive" style:highest "track_header_inactive"
1077 widget "*MidiTrackStripBaseInactive" style:highest "track_header_inactive"
1078 widget "*AudioTrackMetrics" style:highest "audio_track_metrics"
1079 widget "*MidiTrackMetrics" style:highest "midi_track_metrics"
1080 widget "*AudioBusMetrics" style:highest "audio_bus_metrics"
1081 widget "*AudioMidiTrackMetrics" style:highest "midi_track_metrics"
1082 widget "*AudioTrackMetricsLeft" style:highest "audio_track_metrics"
1083 widget "*MidiTrackMetricsLeft" style:highest "midi_track_metrics"
1084 widget "*AudioBusMetricsLeft" style:highest "audio_bus_metrics"
1085 widget "*AudioMidiTrackMetricsLeft" style:highest "midi_track_metrics"
1086 widget "*AudioTrackMetricsRight" style:highest "audio_track_metrics"
1087 widget "*MidiTrackMetricsRight" style:highest "midi_track_metrics"
1088 widget "*AudioBusMetricsRight" style:highest "audio_bus_metrics"
1089 widget "*AudioMidiTrackMetricsRight" style:highest "midi_track_metrics"
1090 widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive"
1091 widget "*MidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive"
1092 widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive"
1093 widget "*AudioMidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive"
1094
1095 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
1096 widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base"
1097 widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base"
1098
1099 widget "*SendUIFader" style:highest "plugin_slider"
1100 widget "*ReturnUIFader" style:highest "plugin_slider"
1101
1102 widget "*AudioTrackFader" style:highest "audio_track_fader"
1103 widget "*MidiTrackFader" style:highest "midi_track_fader"
1104 widget "*AudioBusFader" style:highest "audio_bus_fader"
1105
1106 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
1107 widget "*TrackSeparator" style:highest "track_separator"
1108 widget "*EditorTrackNameDisplay" style:highest "track_name_display"
1109 widget "*EditorTrackNameDisplay*" style:highest "track_name_display"
1110 widget "*CrossfadeEditAuditionButton" style:highest "bright_when_active"
1111 widget "*CrossfadeEditAuditionButton*" style:highest "bright_when_active"
1112 widget "*CrossfadeEditCurveButton" style:highest "bright_when_active"
1113 widget "*CrossfadeEditCurveButton*" style:highest "bright_when_active"
1114 widget "*CrossfadeEditFrame" style:highest "base_frame"
1115 widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_header_inactive"
1116 widget "*BusControlsBaseInactiveUnselected" style:highest "track_header_inactive"
1117 widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_header_inactive"
1118 widget "*BusControlsBaseInactiveSelected" style:highest "track_header_inactive"
1119 widget "*AudioTrackControlsBaseSelected" style:highest "track_header_selected"
1120 widget "*MidiTrackControlsBaseSelected" style:highest "track_header_selected"
1121 widget "*BusControlsBaseSelected" style:highest "track_header_selected"
1122 widget "*AutomationTrackControlsBase" style:highest "automation_track_header"
1123 widget "*AutomationTrackControlsBaseSelected" style:highest "track_header_selected"
1124 widget "*PluginParameterLabel" style:highest "medium_text"
1125 widget "*MotionControllerValue" style:highest "small_entry"
1126 widget "*MotionControllerValue*" style:highest "small_entry"
1127 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
1128 widget "*PluginUIClickBox" style:highest "medium_bold_entry"
1129 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
1130 widget "*ProcessorControlSlider" style:highest "processor_control_slider"
1131 widget "*processor control button" style:highest "processor_control_button"
1132 widget "*PluginSlider" style:highest "plugin_slider"
1133 widget "*GainFader" style:highest "plugin_slider"
1134 widget "*MixerTrackCommentArea" style:highest "option_entry"
1135 widget "*MixerPanZone" style:highest "pan_zone"
1136 widget "*RegionEditorLabel" style:highest "medium_text"
1137 widget "*RegionEditorEntry" style:highest "medium_entry"
1138 widget "*MixerStripGainDisplay" style:highest "small_entry"
1139 widget "*MixerStripGainDisplay*" style:highest "small_entry"
1140 widget "*MixerStripPeakDisplay" style:highest "red_active_small_entry"
1141 widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry"
1142 widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry"
1143 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
1144 widget "*MixerStripFrame" style:highest "base_frame"
1145 widget "*FadeCurve" style:highest "medium_bold_entry"
1146 widget "*FadeCurve*" style:highest "medium_bold_entry"
1147 widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
1148 widget "*TearOffArrow" style:highest "tearoff_arrow"
1149 widget "*RouteParamsTitleLabel" style:highest "medium_text"
1150 widget "*PluginAutomateButton" style:highest "small_button"
1151 widget "*PluginAutomateButton*" style:highest "small_button"
1152 widget "*PluginSaveButton" style:highest "small_button"
1153 widget "*PluginSaveButton*" style:highest "small_button"
1154 widget "*PluginEditorButton*" style:highest "default_toggle_button"
1155 widget "*PluginEditorButton-active" style:highest "default_toggle_button_active"
1156
1157 widget "*BarControlSpinner" style:highest "small_spinner"
1158 widget "*BarControlSpinner*" style:highest "small_spinner"
1159
1160 widget "*BlackSeparator" style:highest "black_separator"
1161
1162 widget "*MetricLabel" style:highest "medium_text"
1163 widget "*ChoiceWindow" style:highest "default_generic"
1164 widget "*TrackLabel" style:highest "medium_text"
1165 widget "*TrackParameterName" style:highest "small_italic_text"
1166 widget "*AddRouteDialog*" style:highest "medium_text"
1167 widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
1168 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
1169 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
1170 widget "*NewSessionSR1Label" style:highest "red_medium_text"
1171 widget "*NewSessionSR2Label" style:highest "medium_text"
1172 widget "*location edit row clock" style:highest "medium_text"
1173 widget "*LocationEditNameLabel" style:highest "medium_text"
1174 widget "*LocationEditCdButton" style:highest "small_red_active_and_selected_button"
1175 widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button"
1176 widget "*LocationEditHideButton" style:highest "small_red_active_and_selected_button"
1177 widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button"
1178 widget "*LocationEditLockButton*" style:highest "small_red_active_and_selected_button"
1179 widget "*LocationEditGlueButton*" style:highest "small_red_active_and_selected_button"
1180 widget "*LocationEditNumberLabel" style:highest "small_text"
1181 widget "*LocationEditNameEntry" style:highest "option_entry"
1182 widget "*LocationAddLocationButton" style:highest "default_button"
1183 widget "*LocationAddLocationButton*" style:highest "default_button"
1184 widget "*LocationAddRangeButton" style:highest "default_button"
1185 widget "*LocationAddRangeButton*" style:highest "default_button"
1186 widget "*LocationEditRemoveButton" style:highest "location_row_button"
1187 widget "*LocationEditRemoveButton*" style:highest "location_row_button"
1188 widget "*ChannelCountSelector" style:highest "medium_bold_entry"
1189 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
1190 widget "*ProcessorList*" style:highest "processor_list"
1191 widget "*PortMatrixLabel*" style:highest "small_text"
1192 widget "*midi device" style:highest "midi_device"
1193 widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
1194 widget "*meterbridge label" style:highest "meterbridge_label"
1195 widget "*ContrastingPopup" style:highest "contrasting_popup"
1196 widget "*ContrastingPopup*" style:highest "contrasting_popup"
1197 widget "*MidiChannelSelectorButton" style:highest "midi_channel_selector_button"
1198 widget "*TimeInfoSelectionTitle" style:highest "small_text"
1199 widget "*TimeInfoSelectionLabel" style:highest "small_text"
1200 widget "*TimeInfoBox" style:highest "time_info_box"
1201 widget "*tracknumber label" style:highest "tracknumber_label"
1202 widget "*StatusBarBox" style:highest "status_bar_box"
1203 widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
1204 widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
1205 widget "*MeasureLatencyButton" style:highest "default_toggle_button"
1206 widget "*processor prefader" style:highest "processor"
1207 widget "*processor fader" style:highest "processor"
1208 widget "*processor postfader" style:highest "processor"
1209 widget "*MonitorSectionLabel" style:highest "small_text"
1210 widget "*ooltip*" style:highest "tooltip"