mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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:
parent
34cd0f8419
commit
e454e0ec11
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue