summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-08-16 05:02:26 +0200
committerRobin Gareus <robin@gareus.org>2017-08-16 05:23:13 +0200
commit24cb141aa67d9aee85b4ea9b78b2347432a41ecd (patch)
tree9c51a8ff8e92df36e57ba6fddda0eef6e39665cb /gtk2_ardour/clearlooks.rc.in
parentbd40b9132cbac2d2b79ba0ef480bd41d837f8f71 (diff)
Revert "Revert ongoing SessionDialog changes for 5.11 release."
This reverts commit bd40b9132cbac2d2b79ba0ef480bd41d837f8f71.
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in14
1 files changed, 13 insertions, 1 deletions
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"