13
0

Darken light theme treeview text (#3877).

git-svn-id: svn://localhost/ardour2/branches/3.0@12720 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-06-14 09:48:58 +00:00
parent 34cd0f8419
commit e454e0ec11

View File

@ -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 }