[DEV] better display of the treeview...

This commit is contained in:
2018-08-29 22:15:58 +02:00
parent bba1477118
commit 962da14ed1
4 changed files with 29 additions and 11 deletions

View File

@@ -6,5 +6,6 @@
{ name:"backgroungSelected", foreground:"#2f0ba4" },
{ name:"textNormal", foreground:"#EEEEEE" },
{ name:"textModify", foreground:"#FF0000" },
{ name:"textNotOpen", foreground:"#808080"},
]
}

View File

@@ -5,6 +5,7 @@
{ name:"backgroundhide", foreground:"#606060" },
{ name:"backgroungSelected", foreground:"#3da3f9"},
{ name:"textNormal", foreground:"#000000"},
{ name:"textModify", foreground:"#FF0000"}
{ name:"textModify", foreground:"#FF0000"},
{ name:"textNotOpen", foreground:"#808080"}
]
}