summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2007-07-05 19:40:08 +0000
committerDoug McLain <doug@nostar.net>2007-07-05 19:40:08 +0000
commit65438f0fe4abb11ce0d039f6bbd7cd74696cae9c (patch)
treeb700688219de10e832782ee905e8927494bb001c
parent77b77b88a3db21c47cf62afae147f24298c655f3 (diff)
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
-rw-r--r--gtk2_ardour/ardour2_ui_light.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour2_ui_light.rc b/gtk2_ardour/ardour2_ui_light.rc
index 955171b407..7a9ee5d855 100644
--- a/gtk2_ardour/ardour2_ui_light.rc
+++ b/gtk2_ardour/ardour2_ui_light.rc
@@ -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 }
}