Allow to limit strip-inline controls (GUI optimization)
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index 0d0e7a51ea825306217ddbbd70d434f90319dc19..a73249656994298d656c04a742673d264c806386 100644 (file)
@@ -277,7 +277,7 @@ style "time_info_box"
 
 style "status_bar_box"
 {
-        bg[NORMAL] = @darkest
+        bg[NORMAL] = @background
 }
 
 style "very_small_text"
@@ -413,10 +413,10 @@ style "base_frame"
        bg[NORMAL] = @background
 }
 
-style "highlight_frame"
+style "text_highlight_frame"
 {
-       fg[NORMAL] = @foreground
-       bg[NORMAL] = @foreground
+       fg[NORMAL] = shade (0.4, @texts)
+       bg[NORMAL] = shade (0.4, @texts)
 }
 
 style "transport_frame"
@@ -1107,7 +1107,7 @@ widget "*zoomrange clock" style:highest "medium_text"
 widget "*timecodeoffset clock" style:highest "medium_text"
 
 widget "*BaseFrame" style:highest "base_frame"
-widget "*HighlightFrame" style:highest "highlight_frame"
+widget "*TextHighlightFrame" style:highest "text_highlight_frame"
 widget "*TransportFrame" style:highest "transport_frame"
 widget "*TransportFrame*" style:highest  "transport_frame"
 widget "*EditorWindow*" style:highest  "editor_window"
@@ -1219,6 +1219,7 @@ widget "*ChannelCountSelector" style:highest "medium_bold_entry"
 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
 widget "*ProcessorList*" style:highest "processor_list"
 widget "*PortMatrixLabel*" style:highest "small_text"
+widget "*MainMenuBar" style:highest "status_bar_box"
 widget "*midi device" style:highest "midi_device"
 widget "*MidiTracerTextView" style:highest "midi_tracer_textview"
 widget "*meterbridge label" style:highest "meterbridge_label"