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