peak level numeric display now uses "clip indicator" for base color, not "bright indicator"

Should address #7010
This commit is contained in:
Paul Davis 2016-10-12 15:50:30 -04:00
parent 4bfe707342
commit 27cff39dc7
1 changed files with 5 additions and 5 deletions

View File

@ -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"