32 lines
1.5 KiB
JSON
32 lines
1.5 KiB
JSON
{
|
|
"ednColor": [
|
|
{ name:"CODE_basicBackgroung", foreground:"#151515" },
|
|
{ name:"CODE_space", foreground:"#333333" },
|
|
{ name:"CODE_tabulation", foreground:"#444444" },
|
|
{ name:"CODE_cursor", foreground:"#eadd05" },
|
|
{ name:"CODE_lineNumber", foreground:"#fff725", background:"#464646"},
|
|
{ name:"normal", foreground:"#EEEEEE"},
|
|
{ name:"SelectedText", foreground:"#AAAAAA", background:"#225a09"},
|
|
{ name:"error", foreground:"#FF0000"},
|
|
{ name:"doubleQuoteText", foreground:"#00FF00"},
|
|
|
|
{ name:"type", foreground:"#56bf10", bold:true},
|
|
{ name:"storageKeyword", foreground:"#5c8fed"},
|
|
{ name:"inputFunction", foreground:"#B80000", bold:true, italic:true},
|
|
{ name:"memberClass", foreground:"#7c5406", bold:true},
|
|
{ name:"number", foreground:"#00ff00"},
|
|
{ name:"systemFunction", foreground:"#ffff00"},
|
|
{ name:"commonDefine", foreground:"#56bf10"},
|
|
{ name:"boolean", foreground:"#214cf1"},
|
|
{ name:"preprocesseur", foreground:"#FF0000"},
|
|
{ name:"comment", foreground:"#ef4def", italic:true},
|
|
{ name:"commentDoxygen", foreground:"#ef4d00", bold:true, italic:true},
|
|
{ name:"keyword", foreground:"#5c8fed", bold:true},
|
|
{ name:"macro", foreground:"#6c09c8", bold:true},
|
|
{ name:"SYNTAX_ERROR", foreground:"#000000", background:"#FF0000", bold:true},
|
|
{ name:"functionName", foreground:"#24d1e0", bold:true},
|
|
{ name:"TestResultOK", foreground:"#000000", background:"#00FF00", bold:true},
|
|
{ name:"TestResultERROR", FG:"#000000", background:"#FF0000", bold:true}
|
|
]
|
|
}
|