From 24cb141aa67d9aee85b4ea9b78b2347432a41ecd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 16 Aug 2017 05:02:26 +0200 Subject: Revert "Revert ongoing SessionDialog changes for 5.11 release." This reverts commit bd40b9132cbac2d2b79ba0ef480bd41d837f8f71. --- gtk2_ardour/clearlooks.rc.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/clearlooks.rc.in') diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index 11f39ca67c..13ff89a6e9 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -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] = @texts + bg[NORMAL] = @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" -- cgit v1.2.3