summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-08-15 10:48:29 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-08-15 10:48:29 -0400
commitc67d1d477e2e4530a226211b00fe5ca92a03bc84 (patch)
tree1c71f3d6259e6f83481e591d848b396841041e0e /gtk2_ardour/clearlooks.rc.in
parent5e41293f9e175fcb7f6564f65c13482c9916e003 (diff)
tone down frame color and use a better widget name
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in
index 0d0e7a51ea..13ff89a6e9 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.in
@@ -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"