13
0

change bus gainmeter text for light theme to black in trunk too

git-svn-id: svn://localhost/ardour2/trunk@2114 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2007-07-05 20:03:53 +00:00
parent cfe29a14ee
commit 40f353f151

View File

@ -703,7 +703,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 }
}