change gain meter bus text color for light theme

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2113 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2007-07-05 19:40:08 +00:00
parent 77b77b88a3
commit 65438f0fe4

View file

@ -708,7 +708,7 @@ style "editor_time_ruler" = "small_text"
style "audio_bus_base"
{
font_name = "sans 6"
fg[NORMAL] = { 0.7, 0.8, 0.2 }
fg[NORMAL] = { 0, 0, 0 }
bg[NORMAL] = { 0.65, 0.65, 0.65 }
}