fix cursor color for text entries
[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 = @bg_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 "font_scale_slider" = "default"
505 {
506   # scale-marks are based on style->dark/light,
507         # which cannot be specified directly in the gtkrc.
508         # this is a quick hack to increase visibility of the marks
509   bg[NORMAL] = shade(1.4, @background)
510 }
511
512 style "very_small_bright_when_active" = "very_small_text"
513 {
514         fg[NORMAL] = @foreground
515         bg[NORMAL] = @background
516         bg[PRELIGHT] = @background
517
518         fg[ACTIVE] = @foreground
519         bg[ACTIVE] = @bright_indicator
520         bg[PRELIGHT] = @bright_indicator
521 }
522
523 style "bright_when_active" = "medium_text"
524 {
525         fg[NORMAL] = @foreground
526         bg[NORMAL] = @background
527         bg[PRELIGHT] = @background
528
529         fg[ACTIVE] = @foreground
530         bg[ACTIVE] = @bright_indicator
531         bg[PRELIGHT] = @bright_indicator
532 }
533
534 style "xrun_warn"  = "larger_bold_text"
535 {
536         fg[NORMAL] = @foreground
537         fg[ACTIVE] = @foreground
538         text[NORMAL] = @foreground
539         text[ACTIVE] = @foreground
540         base[NORMAL] = @bases
541         base[ACTIVE] = @bases
542         bg[NORMAL] = @bright_indicator
543         bg[ACTIVE] = @contrasting_indicator
544 }
545
546 style "fatal_message" = "medium_text"
547 {
548         fg[ACTIVE] = @bright_indicator
549         fg[NORMAL] = @bright_indicator
550         bg[ACTIVE]   = @bases
551         bg[NORMAL]   = @bases
552         base[NORMAL] = @bases
553         base[NORMAL] = @bases
554 }
555
556 style "error_message" = "medium_text"
557 {
558         fg[ACTIVE] = @bright_indicator
559         fg[NORMAL] = @bright_indicator
560         bg[ACTIVE]   = @bases
561         bg[NORMAL]   = @bases
562         base[NORMAL] = @bases
563         base[NORMAL] = @bases
564 }
565
566 style "info_message" = "medium_text"
567 {
568         fg[ACTIVE]   = @contrasting_indicator
569         fg[NORMAL]   = @contrasting_indicator
570         bg[ACTIVE]   = @bases
571         bg[NORMAL]   = @bases
572         base[NORMAL] = @bases
573         base[NORMAL] = @bases
574 }
575
576 style "warning_message" = "medium_text"
577 {
578         fg[ACTIVE] = @bright_color
579         fg[NORMAL] = @bright_color
580         bg[ACTIVE]   = @bases
581         bg[NORMAL]   = @bases
582         base[NORMAL] = @bases
583         base[NORMAL] = @bases
584 }
585
586 style "medium_entry" = "medium_text"
587 {
588         fg[NORMAL] = @texts
589         fg[ACTIVE] = @contrasting_indicator
590         fg[SELECTED] = @fg_selected
591
592         text[NORMAL] = @texts
593         text[ACTIVE] = @texts
594         text[SELECTED] = @fg_selected
595
596         bg[NORMAL] = @bases
597         bg[SELECTED] = @bases
598         bg[SELECTED] = @bg_selected
599
600         base[NORMAL] = @bases
601         base[ACTIVE] = @bases
602         base[SELECTED] = @bg_selected
603 }
604
605 style "medium_entry_noselection_fg" = "medium_entry"
606 {
607         # this seems wrong to me, but the light theme uses it
608         fg[SELECTED] = @contrasting_indicator
609 }
610
611 style "medium_entry_noselection_bg" = "medium_entry"
612 {
613         # this seems wrong to me, but the light theme uses it
614         bg[SELECTED] = @texts
615 }
616
617 style "medium_bold_entry"  = "medium_bold_text"
618 {
619         fg[NORMAL] = @texts
620         fg[ACTIVE] = @contrasting_indicator
621         fg[SELECTED] = @fg_selected
622         
623         text[NORMAL] = @texts
624         text[ACTIVE] = @texts
625         text[SELECTED] = @fg_selected
626
627         bg[NORMAL] = @bases
628         bg[SELECTED] = @bases
629         bg[SELECTED] = @bases
630         
631         base[NORMAL] = @bases
632         base[ACTIVE] = @bases
633         base[SELECTED] = @bg_selected
634 }
635
636 style "small_entry" = "small_text"
637 {
638         xthickness = 3
639         ythickness = 3
640         fg[NORMAL] = @texts
641         fg[ACTIVE] = @contrasting_indicator
642         fg[SELECTED] = @fg_selected
643
644         text[NORMAL] = @texts
645         text[ACTIVE] = @texts
646         text[SELECTED] = @fg_selected
647
648         bg[NORMAL] = @bases
649         bg[ACTIVE] = @bases
650         bg[SELECTED] = @bases
651
652         base[NORMAL] = @bases
653         base[ACTIVE] = @bases
654         base[SELECTED] = @bases
655 }
656
657 style "small_spinner" = "small_text"
658 {
659         xthickness = 0
660         ythickness = 0
661         fg[NORMAL] = @texts
662         fg[ACTIVE] = @contrasting_indicator
663         fg[SELECTED] = @fg_selected
664
665         text[NORMAL] = @texts
666         text[ACTIVE] = @texts
667         text[SELECTED] = @fg_selected
668
669         base[NORMAL] = @bases
670         base[ACTIVE] = @bases
671         base[SELECTED] = @background
672 }
673
674 style "red_active_small_entry" = "small_entry"
675 {
676         fg[ACTIVE] = @texts
677         fg[SELECTED] = @texts
678         text[SELECTED] = @texts
679 }
680
681 style "small_red_on_black_entry"  = "small_bold_text"
682 {
683         fg[NORMAL] = @bright_indicator
684         fg[ACTIVE] = @bright_indicator
685         base[NORMAL] = @bases
686         base[ACTIVE] = @bases
687         bg[NORMAL] = @bases
688         bg[ACTIVE] = @bases
689 }
690
691 style "audio_bus_base" = "very_small_text"
692 {
693         fg[NORMAL] = @foreground
694         bg[NORMAL] = @audio_bus
695         bg[ACTIVE] = @background
696 }
697
698 style "send_strip_base" = "default"
699 {
700         font_name = " 8"
701         # NORMAL is used for single-data type labels, or Audio
702         # ACTIVE is used for MIDI in the presence of multiple data type
703         fg[NORMAL] = @send_fg
704         fg[ACTIVE] = darker(@foreground)
705
706         bg[NORMAL] = @send_bg
707         bg[ACTIVE] = @send_bg
708         bg[PRELIGHT] = @send_bg
709         bg[INSENSITIVE] = @send_bg
710         bg[SELECTED] = @send_bg
711 }
712
713 style "audio_track_base" = "default"
714 {
715         font_name = " 8"
716         # NORMAL is used for single-data type labels, or Audio
717         # ACTIVE is used for MIDI in the presence of multiple data type
718         fg[NORMAL] = @foreground
719         fg[ACTIVE] = darker(@foreground)
720
721         bg[NORMAL] = @audio_track
722         bg[ACTIVE] = @background
723         bg[PRELIGHT] = @background
724         bg[INSENSITIVE] = @background
725         bg[SELECTED] = @background
726 }
727
728 style "midi_track_base" = "default"
729 {
730         font_name = " 8"
731         # NORMAL is used for single-data type labels, or Audio
732         # ACTIVE is used for MIDI in the presence of multiple data type
733         fg[NORMAL] = @foreground
734         fg[ACTIVE] = darker(@foreground)
735
736         bg[NORMAL] = @midi_track
737         bg[ACTIVE] = @background
738         bg[PRELIGHT] = @background
739         bg[INSENSITIVE] = @background
740         bg[SELECTED] = @background
741 }
742
743 style "audio_track_fader" = "gain_fader"
744 {
745         bg[PRELIGHT] = @audio_track
746 }
747 style "audio_bus_fader" = "gain_fader"
748 {
749         bg[PRELIGHT] = @audio_bus
750 }
751 style "midi_track_fader" = "gain_fader"
752 {
753         bg[PRELIGHT] = @midi_track
754 }
755
756 style "audio_track_metrics" = "audio_track_base"
757 {
758         font_name = ""
759 }
760
761 style "midi_track_metrics" = "midi_track_base"
762 {
763         font_name = ""
764 }
765
766 style "audiomidi_track_metrics" = "midi_track_base"
767 {
768         font_name = ""
769 }
770
771 style "audio_bus_metrics" = "audio_bus_base"
772 {
773         font_name = ""
774 }
775
776 style "audio_track_metrics_inactive" = "track_controls_inactive"
777 {
778         font_name = ""
779 }
780
781 style "midi_track_metrics_inactive" = "track_controls_inactive"
782 {
783         font_name = ""
784 }
785
786 style "audiomidi_track_metrics_inactive" = "track_controls_inactive"
787 {
788         font_name = ""
789 }
790
791 style "audio_bus_metrics_inactive" = "track_controls_inactive"
792 {
793         font_name = ""
794 }
795
796 style "track_name_display" = "medium_text"
797 {
798         xthickness = 0
799         ythickness = 0
800         fg[NORMAL] = @foreground
801         fg[ACTIVE] = @foreground
802         fg[SELECTED] = @foreground
803
804         text[NORMAL] = @foreground
805         text[ACTIVE] = @foreground
806         text[SELECTED] = @foreground
807
808         base[NORMAL] = @bases
809         base[ACTIVE] = lighter(@bases)
810         base[SELECTED] = @bg_selected
811
812         bg[NORMAL] = lighter(@bases)
813         bg[ACTIVE] = lighter(@bases)
814         bg[SELECTED] = lighter(@bases)
815 }
816
817 style "track_separator"
818 {
819         bg[NORMAL] = lighter(@background)
820 }
821
822 # Plugin Editors
823 style "plugin_slider"
824 {
825         #font_name ="bold  14"
826
827         # the slider itself. the inactive part is INSENSITIVE,
828         # the active part is taken from some other state.
829
830         fg[NORMAL] = @bright_color
831         fg[ACTIVE] = @bright_color
832         fg[INSENSITIVE] = @lightest # matches default
833         fg[SELECTED] = @bright_color
834         fg[PRELIGHT] = @bright_color
835
836         # draws the outer rectangle around the slider
837
838         bg[NORMAL] = shade (0.6, @lightest)
839         bg[ACTIVE] = shade (0.6, @lightest)
840         bg[INSENSITIVE] = shade (0.6, @lightest)
841         bg[SELECTED] = shade (0.6, @lightest)
842
843         # outer round-corner-background (pixslider does its own hover prelight)
844         bg[PRELIGHT] = @background
845
846         # the numeric display
847
848         text[NORMAL] = @texts
849         text[ACTIVE] = @texts
850         text[INSENSITIVE] = @texts
851         text[SELECTED] = @texts
852         text[PRELIGHT] = @texts
853 }
854
855 style "processor_control_button"  = "very_small_text"
856 {
857 }
858
859 style "processor_control_slider"  = "plugin_slider"
860 {
861         bg[PRELIGHT] = @background
862         bg[NORMAL] = @darkest
863 }
864
865 style "track_list_display" = "small_bold_text"
866 {
867         text[NORMAL] = @texts
868         text[ACTIVE] = darker(@texts)
869         text[INSENSITIVE] = @bases
870         text[SELECTED] = @fg_selected
871
872         base[NORMAL] = @bases
873         base[ACTIVE] = lighter(@bases)
874         base[INSENSITIVE] = darker(@bases)
875         base[SELECTED] = @bg_selected
876 }
877
878 style "inspector_track_list_display" = "track_list_display"
879 {
880
881 }
882
883 style "processor_list" = "very_small_text"
884 {
885         bg[NORMAL] = @darkest
886         bg[ACTIVE] = shade (1.8, @fg_selected)
887         fg[ACTIVE] = @darkest
888 }
889
890 # MixerPanZone:
891 #
892 # the NORMAL fg color is used for the pan puck
893 # the ACTIVE fg color is used for the speaker boxes
894
895 style "pan_zone" = "default"
896 {
897         fg[NORMAL] = @contrasting_indicator
898         fg[ACTIVE] = darker(@bright_color)
899 }
900
901 style "paler_bright_when_active" = "medium_text"
902 {
903         fg[NORMAL] = @foreground
904         fg[PRELIGHT] = @foreground
905         bg[NORMAL] = @background
906         bg[PRELIGHT] = @background
907
908         fg[ACTIVE] = @foreground
909         bg[ACTIVE] = lighter(@bright_indicator)
910 }
911
912 style "peak_display_peaked_entry" = "small_entry"
913 {
914         fg[ACTIVE] = @texts
915         fg[SELECTED] = @texts
916         text[SELECTED] = @texts
917
918         base[NORMAL] = @bright_indicator
919         base[ACTIVE] = @bright_indicator
920         base[PRELIGHT] = @bright_indicator
921         base[INSENSITIVE] = @bright_indicator
922         base[SELECTED] = @bright_indicator
923 }
924
925 style "selected_strip_frame"
926 {
927         fg[NORMAL] = @bright_indicator
928         bg[NORMAL] = darker(@bright_indicator)
929 }
930
931 style "flashing_alert" = "very_small_text"
932 {
933         GtkButton::child-displacement-x = 0
934         GtkButton::child-displacement-y = 0
935
936         fg[NORMAL] = darker(@foreground)
937         fg[PRELIGHT] = darker(@foreground)
938         bg[NORMAL] = mix(0.1,@bright_indicator,darker(@background))
939         bg[PRELIGHT] = mix(0.1,@bright_indicator,darker(@background))
940
941         fg[ACTIVE] = @foreground
942         bg[ACTIVE] = @bright_indicator
943 }
944
945 style "sync_alert"
946 {
947         #
948         # this is used when the sync button is indicating that sync is
949         # active, and alternates with another style if sync is active
950         # but we are not locked
951         #
952         bg[ACTIVE] = @somewhat_bright_indicator
953         bg[PRELIGHT] = @somewhat_bright_indicator
954         bg[SELECTED] = @somewhat_bright_indicator
955         bg[NORMAL] = @somewhat_bright_indicator
956         
957         fg[NORMAL] = @darkest
958         fg[PRELIGHT] = @darkest
959         fg[SELECTED] = @darkest
960         fg[ACTIVE] = @darkest
961 }
962
963 style "tearoff_arrow" = "medium_bold_entry"
964 {
965         fg[NORMAL] = darker(@foreground)
966         fg[PRELIGHT] = darker(@foreground)
967         bg[NORMAL] = darker(@foreground)
968         bg[PRELIGHT] = darker(@foreground)
969 }
970
971 style "location_row_button" = "default_button"
972 {
973         font_name = " 10"
974 }
975
976
977 style "ardour_button" ="default_button"
978 {
979         xthickness = 1
980         ythickness = 1
981 }
982
983 style "padded_button" = "default_button"
984 {
985         xthickness = 8
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
1031 widget "*PaddedButton" style:highest "padded_button"
1032 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
1033 widget "*MarkerText" style:highest "marker_text"
1034 widget "*ArdourContextMenu*" style:highest "default_menu"
1035
1036 widget "*mixer strip button" style:highest "very_small_button"
1037
1038 widget "*AddRouteDialogSpinner" style:highest "ardour_adjusters"
1039 widget "*OptionsNotebook" style:highest "preferences"
1040 widget "*OptionsLabel" style:highest "preferences"
1041 widget "*OptionsEntry" style:highest "option_entry"
1042 widget "*FontScaleSlider" style:highest "font_scale_slider"
1043 widget "*InspectorNotebook" style:highest "preferences"
1044 widget "*EditorRulerLabel*" style:highest "ruler_label"
1045 widget "*MixerAutomationModeButton*" style:highest "very_small_button"
1046 widget "*MixerAutomationModeButton.*" style:highest "very_small_button"
1047 widget "*MixerAutomationPlaybackButton*" style:highest "very_small_button"
1048 widget "*MixerAutomationPlaybackButton.*" style:highest "very_small_button"
1049 widget "*ShuttleControl" style:highest "shuttle_control"
1050 #widget "*MainMenuBar" style:highest "menu_bar_base"
1051 widget "*ErrorMessage" style:highest "error_message"
1052 widget "*FatalMessage" style:highest "fatal_message"
1053 widget "*InfoMessage" style:highest "info_message"
1054 widget "*WarningMessage" style:highest "warning_message"
1055
1056 widget "*big clock" style:highest "monospace massive_text"
1057 widget "*selection clock" style:highest "small_mono_text"
1058 widget "*punch clock" style:highest "small_mono_text"
1059 widget "*transport clock" style:highest "bigger_mono_text"
1060 widget "*secondary clock" style:highest "bigger_mono_text"
1061 widget "*transport delta clock" style:highest "bigger_mono_text"
1062 widget "*secondary delta clock" style:highest "bigger_mono_text"
1063 widget "*silence duration clock" style:highest "medium_text"
1064 widget "*edit point clock" style:highest "medium_text"
1065 widget "*nudge clock" style:highest "small_mono_text"
1066 widget "*menubar clock" style:highest "medium_text"
1067 widget "*zoomrange clock" style:highest "medium_text"
1068 widget "*timecodeoffset clock" style:highest "medium_text"
1069
1070 widget "*BaseFrame" style:highest "base_frame"
1071
1072 widget "*SendStripBase" style:highest "send_strip_base"
1073 widget "*AudioTrackStripBase" style:highest "audio_track_base"
1074 widget "*AudioBusStripBase" style:highest "audio_bus_base"
1075 widget "*MidiTrackStripBase" style:highest "midi_track_base"
1076 widget "*AudioTrackStripBaseInactive" style:highest "track_header_inactive"
1077 widget "*AudioBusStripBaseInactive" style:highest "track_header_inactive"
1078 widget "*MidiTrackStripBaseInactive" style:highest "track_header_inactive"
1079 widget "*AudioTrackMetrics" style:highest "audio_track_metrics"
1080 widget "*MidiTrackMetrics" style:highest "midi_track_metrics"
1081 widget "*AudioBusMetrics" style:highest "audio_bus_metrics"
1082 widget "*AudioMidiTrackMetrics" style:highest "midi_track_metrics"
1083 widget "*AudioTrackMetricsLeft" style:highest "audio_track_metrics"
1084 widget "*MidiTrackMetricsLeft" style:highest "midi_track_metrics"
1085 widget "*AudioBusMetricsLeft" style:highest "audio_bus_metrics"
1086 widget "*AudioMidiTrackMetricsLeft" style:highest "midi_track_metrics"
1087 widget "*AudioTrackMetricsRight" style:highest "audio_track_metrics"
1088 widget "*MidiTrackMetricsRight" style:highest "midi_track_metrics"
1089 widget "*AudioBusMetricsRight" style:highest "audio_bus_metrics"
1090 widget "*AudioMidiTrackMetricsRight" style:highest "midi_track_metrics"
1091 widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive"
1092 widget "*MidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive"
1093 widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive"
1094 widget "*AudioMidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive"
1095
1096 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
1097 widget "*AudioTrackControlsBaseUnselected" style:highest "audio_track_base"
1098 widget "*MidiTrackControlsBaseUnselected" style:highest "midi_track_base"
1099
1100 widget "*SendUIFader" style:highest "plugin_slider"
1101 widget "*ReturnUIFader" style:highest "plugin_slider"
1102
1103 widget "*AudioTrackFader" style:highest "audio_track_fader"
1104 widget "*MidiTrackFader" style:highest "midi_track_fader"
1105 widget "*AudioBusFader" style:highest "audio_bus_fader"
1106
1107 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
1108 widget "*TrackSeparator" style:highest "track_separator"
1109 widget "*EditorTrackNameDisplay" style:highest "track_name_display"
1110 widget "*EditorTrackNameDisplay*" style:highest "track_name_display"
1111 widget "*CrossfadeEditAuditionButton" style:highest "bright_when_active"
1112 widget "*CrossfadeEditAuditionButton*" style:highest "bright_when_active"
1113 widget "*CrossfadeEditCurveButton" style:highest "bright_when_active"
1114 widget "*CrossfadeEditCurveButton*" style:highest "bright_when_active"
1115 widget "*CrossfadeEditFrame" style:highest "base_frame"
1116 widget "*AudioTrackControlsBaseInactiveUnselected" style:highest "track_header_inactive"
1117 widget "*BusControlsBaseInactiveUnselected" style:highest "track_header_inactive"
1118 widget "*AudioTrackControlsBaseInactiveSelected" style:highest "track_header_inactive"
1119 widget "*BusControlsBaseInactiveSelected" style:highest "track_header_inactive"
1120 widget "*AudioTrackControlsBaseSelected" style:highest "track_header_selected"
1121 widget "*MidiTrackControlsBaseSelected" style:highest "track_header_selected"
1122 widget "*BusControlsBaseSelected" style:highest "track_header_selected"
1123 widget "*AutomationTrackControlsBase" style:highest "automation_track_header"
1124 widget "*AutomationTrackControlsBaseSelected" style:highest "track_header_selected"
1125 widget "*PluginParameterLabel" style:highest "medium_text"
1126 widget "*MotionControllerValue" style:highest "small_entry"
1127 widget "*MotionControllerValue*" style:highest "small_entry"
1128 widget "*ParameterValueDisplay" style:highest "medium_bold_entry"
1129 widget "*PluginUIClickBox" style:highest "medium_bold_entry"
1130 widget "*PluginUIClickBox*" style:highest "medium_bold_entry"
1131 widget "*ProcessorControlSlider" style:highest "processor_control_slider"
1132 widget "*processor control button" style:highest "processor_control_button"
1133 widget "*PluginSlider" style:highest "plugin_slider"
1134 widget "*GainFader" style:highest "plugin_slider"
1135 widget "*MixerTrackCommentArea" style:highest "option_entry"
1136 widget "*MixerPanZone" style:highest "pan_zone"
1137 widget "*RegionEditorLabel" style:highest "medium_text"
1138 widget "*RegionEditorEntry" style:highest "medium_entry"
1139 widget "*MixerStripGainDisplay" style:highest "small_entry"
1140 widget "*MixerStripGainDisplay*" style:highest "small_entry"
1141 widget "*MixerStripPeakDisplay" style:highest "red_active_small_entry"
1142 widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry"
1143 widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry"
1144 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
1145 widget "*MixerStripFrame" style:highest "base_frame"
1146 widget "*FadeCurve" style:highest "medium_bold_entry"
1147 widget "*FadeCurve*" style:highest "medium_bold_entry"
1148 widget "*RouteParamsListDisplay" style:highest "inspector_track_list_display"
1149 widget "*TearOffArrow" style:highest "tearoff_arrow"
1150 widget "*RouteParamsTitleLabel" style:highest "medium_text"
1151 widget "*PluginAutomateButton" style:highest "small_button"
1152 widget "*PluginAutomateButton*" style:highest "small_button"
1153 widget "*PluginSaveButton" style:highest "small_button"
1154 widget "*PluginSaveButton*" style:highest "small_button"
1155 widget "*PluginEditorButton*" style:highest "default_toggle_button"
1156 widget "*PluginEditorButton-active" style:highest "default_toggle_button_active"
1157
1158 widget "*BarControlSpinner" style:highest "small_spinner"
1159 widget "*BarControlSpinner*" style:highest "small_spinner"
1160
1161 widget "*BlackSeparator" style:highest "black_separator"
1162
1163 widget "*MetricLabel" style:highest "medium_text"
1164 widget "*ChoiceWindow" style:highest "default_generic"
1165 widget "*TrackLabel" style:highest "medium_text"
1166 widget "*TrackParameterName" style:highest "small_italic_text"
1167 widget "*AddRouteDialog*" style:highest "medium_text"
1168 widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
1169 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
1170 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
1171 widget "*NewSessionSR1Label" style:highest "red_medium_text"
1172 widget "*NewSessionSR2Label" style:highest "medium_text"
1173 widget "*location edit row clock" style:highest "medium_text"
1174 widget "*LocationEditNameLabel" style:highest "medium_text"
1175 widget "*LocationEditCdButton" style:highest "small_red_active_and_selected_button"
1176 widget "*LocationEditCdButton*" style:highest "small_red_active_and_selected_button"
1177 widget "*LocationEditHideButton" style:highest "small_red_active_and_selected_button"
1178 widget "*LocationEditHideButton*" style:highest "small_red_active_and_selected_button"
1179 widget "*LocationEditLockButton*" style:highest "small_red_active_and_selected_button"
1180 widget "*LocationEditGlueButton*" style:highest "small_red_active_and_selected_button"
1181 widget "*LocationEditNumberLabel" style:highest "small_text"
1182 widget "*LocationEditNameEntry" style:highest "option_entry"
1183 widget "*LocationAddLocationButton" style:highest "default_button"
1184 widget "*LocationAddLocationButton*" style:highest "default_button"
1185 widget "*LocationAddRangeButton" style:highest "default_button"
1186 widget "*LocationAddRangeButton*" style:highest "default_button"
1187 widget "*LocationEditRemoveButton" style:highest "location_row_button"
1188 widget "*LocationEditRemoveButton*" style:highest "location_row_button"
1189 widget "*ChannelCountSelector" style:highest "medium_bold_entry"
1190 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
1191 widget "*ProcessorList*" style:highest "processor_list"
1192 widget "*PortMatrixLabel*" style:highest "small_text"
1193 widget "*midi device" style:highest "midi_device"
1194 widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
1195 widget "*meterbridge label" style:highest "meterbridge_label"
1196 widget "*ContrastingPopup" style:highest "contrasting_popup"
1197 widget "*ContrastingPopup*" style:highest "contrasting_popup"
1198 widget "*MidiChannelSelectorButton" style:highest "midi_channel_selector_button"
1199 widget "*TimeInfoSelectionTitle" style:highest "small_text"
1200 widget "*TimeInfoSelectionLabel" style:highest "small_text"
1201 widget "*TimeInfoBox" style:highest "time_info_box"
1202 widget "*tracknumber label" style:highest "tracknumber_label"
1203 widget "*StatusBarBox" style:highest "status_bar_box"
1204 widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
1205 widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
1206 widget "*MeasureLatencyButton" style:highest "default_toggle_button"
1207 widget "*processor prefader" style:highest "processor"
1208 widget "*processor fader" style:highest "processor"
1209 widget "*processor postfader" style:highest "processor"
1210 widget "*MonitorSectionLabel" style:highest "small_text"
1211 widget "*ooltip*" style:highest "tooltip"