[DEV] test multiple display of one buffer

This commit is contained in:
2013-10-30 21:16:38 +01:00
parent 50c1830696
commit 4693119e7d
11 changed files with 185 additions and 34 deletions

View File

@@ -1,9 +1,9 @@
{
"ednColor": [
{ name:"LIST_backgroung1", foreground:"#202020" },
{ name:"LIST_backgroung2", foreground:"#000000" },
{ name:"LIST_backgroungSelected", foreground:"#2f0ba4" },
{ name:"LIST_textNormal", foreground:"#EEEEEE" },
{ name:"LIST_textModify", foreground:"#FF0000" },
{ name:"backgroung1", foreground:"#202020" },
{ name:"backgroung2", foreground:"#000000" },
{ name:"backgroungSelected", foreground:"#2f0ba4" },
{ name:"textNormal", foreground:"#EEEEEE" },
{ name:"textModify", foreground:"#FF0000" },
]
}