[DEBUG] correct color selection error

This commit is contained in:
2018-08-27 22:58:04 +02:00
parent 857ad3001b
commit bba1477118
5 changed files with 16 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
"ednColor": [
{ name:"backgroung1", foreground:"#202020" },
{ name:"backgroung2", foreground:"#000000" },
{ name:"backgroundhide", foreground:"#606060" },
{ name:"backgroungSelected", foreground:"#2f0ba4" },
{ name:"textNormal", foreground:"#EEEEEE" },
{ name:"textModify", foreground:"#FF0000" },

View File

@@ -2,6 +2,7 @@
"ednColor": [
{ name:"backgroung1", foreground:"#d9d7d7"},
{ name:"backgroung2", foreground:"#b7b6b6"},
{ name:"backgroundhide", foreground:"#606060" },
{ name:"backgroungSelected", foreground:"#3da3f9"},
{ name:"textNormal", foreground:"#000000"},
{ name:"textModify", foreground:"#FF0000"}