summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-14 09:48:58 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-14 09:48:58 +0000
commite454e0ec1191da30b896bb6fbaccfc8db68e00f8 (patch)
tree1791c3f4156016c614bfd3ab0d83c3ca36f0b580 /gtk2_ardour
parent34cd0f84192224a425fe47030a0e399399b9d7e1 (diff)
Darken light theme treeview text (#3877).
git-svn-id: svn://localhost/ardour2/branches/3.0@12720 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour3_ui_light.rc.in2
1 files changed, 1 insertions, 1 deletions
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 }