summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-08-15 10:45:47 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-08-15 10:45:47 -0400
commit8b7df135b1cd4b09f67085cfbe0682229d19fae2 (patch)
tree90679a25f0f7197c43e5363baa2325bbfa23b3aa /gtk2_ardour/clearlooks.rc.in
parent7aaaae8bfefeb74b2e41d40761186cde64b03c16 (diff)
put a frame around template description, change background color
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..0d0e7a51ea 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 "highlight_frame"
+{
+ fg[NORMAL] = @foreground
+ bg[NORMAL] = @foreground
+}
+
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 "*HighlightFrame" style:highest "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"