Try bright_color instead of somewhat_bright_indicator for warning messages in the log window.

git-svn-id: svn://localhost/ardour2/branches/3.0@10379 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-01 19:26:56 +00:00
parent f57c5574d9
commit afcb4309e9

View File

@ -561,8 +561,8 @@ style "info_message" = "medium_text"
style "warning_message" = "medium_text"
{
fg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
fg[NORMAL] = @@COLPREFIX@_somewhat_bright_indicator
fg[ACTIVE] = @@COLPREFIX@_bright_color
fg[NORMAL] = @@COLPREFIX@_bright_color
bg[ACTIVE] = @@COLPREFIX@_base
bg[NORMAL] = @@COLPREFIX@_base
base[NORMAL] = @@COLPREFIX@_base