add back-pointer to TempoMap from points, and push dirty=true into map
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index 0d0e7a51ea825306217ddbbd70d434f90319dc19..f7311a793ec3da5f07cd8728e340c482534fb3e4 100644 (file)
@@ -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"