add back-pointer to TempoMap from points, and push dirty=true into map
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index 11f39ca67c3edfae2aa479bedf79f5e3762331c6..f7311a793ec3da5f07cd8728e340c482534fb3e4 100644 (file)
@@ -375,6 +375,11 @@ style "marker_text" = "small text"
 {
 }
 
+style "text_on_bg" = "medium_text"
+{
+       base[NORMAL] = @background
+}
+
 style "midi_tracer_textview" = "medium_monospace_text"
 {
 
@@ -408,6 +413,12 @@ style "base_frame"
        bg[NORMAL] = @background
 }
 
+style "text_highlight_frame"
+{
+       fg[NORMAL] = shade (0.4, @texts)
+       bg[NORMAL] = shade (0.4, @texts)
+}
+
 style "transport_frame"
 {
 }
@@ -1096,6 +1107,7 @@ widget "*zoomrange clock" style:highest "medium_text"
 widget "*timecodeoffset clock" style:highest "medium_text"
 
 widget "*BaseFrame" style:highest "base_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"
@@ -1228,4 +1240,4 @@ widget "*ooltip*" style:highest "tooltip"
 widget "*Pane" style:highest "pane"
 widget "*Pane.Divider" style:highest "pane"
 widget "*VCALabelBar*" style:highest "vca_label_bar"
-
+widget "*TextOnBackground" style:highest "text_on_bg"