From e454e0ec1191da30b896bb6fbaccfc8db68e00f8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 14 Jun 2012 09:48:58 +0000 Subject: [PATCH] Darken light theme treeview text (#3877). git-svn-id: svn://localhost/ardour2/branches/3.0@12720 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour3_ui_light.rc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/ardour3_ui_light.rc.in b/gtk2_ardour/ardour3_ui_light.rc.in index 5d1f89dba8..907ef38f5d 100644 --- a/gtk2_ardour/ardour3_ui_light.rc.in +++ b/gtk2_ardour/ardour3_ui_light.rc.in @@ -298,7 +298,7 @@ style "treeview_display" = "small_bold_text" base[SELECTED] = { 0, 0.75, 0.75 } # row text when in normal state and not a parent - text[NORMAL] = { 0.80, 0.80, 0.80 } + text[NORMAL] = { 0.20, 0.20, 0.20 } # selected row text with window focus text[SELECTED] = { 1.0, 1.0, 1.0 }