tone down frame color and use a better widget name
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index 0d0e7a51ea825306217ddbbd70d434f90319dc19..13ff89a6e9b62ddacd998a11fb6849111c700bd0 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] = @texts
+       bg[NORMAL] = @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"