summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-10-12 15:50:30 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-10-12 15:50:30 -0400
commit27cff39dc7c8692e309ac0f9c515a583b775fd7d (patch)
tree141552ae994e0e531aa427aaca71ece750c9ab5a /gtk2_ardour/clearlooks.rc.in
parent4bfe70734209dad2e41107bc6df816ed342a4c0a (diff)
peak level numeric display now uses "clip indicator" for base color, not "bright indicator"
Should address #7010
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in
index 12ddf8465d..a1687b0418 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.in
@@ -195,11 +195,11 @@ style "peak_display_peaked_entry" = "mixer_strip_entry"
fg[SELECTED] = @texts
text[SELECTED] = @texts
- base[NORMAL] = @bright_indicator
- base[ACTIVE] = @bright_indicator
- base[PRELIGHT] = @bright_indicator
- base[INSENSITIVE] = @bright_indicator
- base[SELECTED] = @bright_indicator
+ base[NORMAL] = @clip_indicator
+ base[ACTIVE] = @clip_indicator
+ base[PRELIGHT] = @clip_indicator
+ base[INSENSITIVE] = @clip_indicator
+ base[SELECTED] = @clip_indicator
}
style "treeview_parent_node"