[DEV] correct display with highlight ==> maybe rework the highlight
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<EdnColor version="0.1">
|
||||
<gui> <!-- Doivent tous y <20>tre de prf<72>rence ... global system acces -->
|
||||
<color name="CODE_basicBackgroung" val="#d9d7d7"/>
|
||||
<color name="CODE_space" val="#b7b6b6"/>
|
||||
<color name="CODE_tabulation" val="#a7a5a5"/>
|
||||
<color name="CODE_cursor" val="#2a00ff"/>
|
||||
<color name="CODE_lineNumber" val="#1a00a0"/>
|
||||
<!-- Buffer list property -->
|
||||
<color name="LIST_backgroung1" val="#d9d7d7"/>
|
||||
<color name="LIST_backgroung2" val="#b7b6b6"/>
|
||||
<color name="LIST_backgroungSelected" val="#3da3f9"/>
|
||||
<color name="LIST_textNormal" val="#000000"/>
|
||||
<color name="LIST_textModify" val="#FF0000"/>
|
||||
</gui>
|
||||
<syntax>
|
||||
<color name="normal" FG="#000000"/>
|
||||
<color name="SelectedText" FG="#292929" BG="#009ce7"/>
|
||||
<color name="error" FG="#FF0000"/>
|
||||
<color name="doubleQuoteText" FG="#008e00"/>
|
||||
|
||||
<!-- hightline description : -->
|
||||
<color name="type" FG="#376d0a" bold="yes"/>
|
||||
<color name="memberClass" FG="#7c5406" bold="yes"/>
|
||||
<color name="inputFunction" FG="#B80000" bold="yes" italic="yes"/>
|
||||
<color name="storageKeyword" FG="#466cb4"/>
|
||||
<color name="number" FG="#007b00"/>
|
||||
<color name="systemFunction" FG="#acaa00"/>
|
||||
<color name="commonDefine" FG="#3c850b"/>
|
||||
<color name="boolean" FG="#1633a3"/>
|
||||
<color name="preprocesseur" FG="#ac0000"/>
|
||||
<color name="comment" FG="#b704b5" italic="yes"/>
|
||||
<color name="commentDoxygen" FG="#bf3e00" bold="yes" italic="yes"/>
|
||||
<color name="keyword" FG="#215eb8" bold="yes"/>
|
||||
<color name="macro" FG="#571793" bold="yes"/>
|
||||
<color name="SYNTAX_ERROR" FG="#000000" BG="#c20000" bold="yes"/>
|
||||
<color name="functionName" FG="#09857e" bold="yes"/>
|
||||
<color name="TestResultOK" FG="#000000" BG="#009c00" bold="yes"/>
|
||||
<color name="TestResultERROR" FG="#000000" BG="#c20000" bold="yes"/>
|
||||
</syntax>
|
||||
</EdnColor>
|
||||
|
9
data/theme/colorBlack/bufferList.json
Normal file
9
data/theme/colorBlack/bufferList.json
Normal file
@@ -0,0 +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" },
|
||||
]
|
||||
}
|
31
data/theme/colorBlack/textViewer.json
Normal file
31
data/theme/colorBlack/textViewer.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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" },
|
||||
{ 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}
|
||||
]
|
||||
}
|
9
data/theme/colorWhite/bufferList.json
Normal file
9
data/theme/colorWhite/bufferList.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ednColor": [
|
||||
{ name:"LIST_backgroung1", foreground:"#d9d7d7"},
|
||||
{ name:"LIST_backgroung2", foreground:"#b7b6b6"},
|
||||
{ name:"LIST_backgroungSelected", foreground:"#3da3f9"},
|
||||
{ name:"LIST_textNormal", foreground:"#000000"},
|
||||
{ name:"LIST_textModify", foreground:"#FF0000"}
|
||||
]
|
||||
}
|
31
data/theme/colorWhite/textViewer.json
Normal file
31
data/theme/colorWhite/textViewer.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"ednColor": [
|
||||
{ name:"CODE_basicBackgroung", foreground:"#d9d7d7"},
|
||||
{ name:"CODE_space", foreground:"#b7b6b6"},
|
||||
{ name:"CODE_tabulation", foreground:"#a7a5a5"},
|
||||
{ name:"CODE_cursor", foreground:"#2a00ff"},
|
||||
{ name:"CODE_lineNumber", foreground:"#1a00a0"},
|
||||
{ name:"normal", foreground:"#000000"},
|
||||
{ name:"SelectedText", foreground:"#292929", background:"#009ce7"},
|
||||
{ name:"error", foreground:"#FF0000"},
|
||||
{ name:"doubleQuoteText", foreground:"#008e00"},
|
||||
{ name:"type", foreground:"#376d0a", bold:true},
|
||||
{ name:"memberClass", foreground:"#7c5406", bold:true},
|
||||
{ name:"inputFunction", foreground:"#B80000", bold:true, italic:true},
|
||||
{ name:"storageKeyword", foreground:"#466cb4"},
|
||||
{ name:"number", foreground:"#007b00"},
|
||||
{ name:"systemFunction", foreground:"#acaa00"},
|
||||
{ name:"commonDefine", foreground:"#3c850b"},
|
||||
{ name:"boolean", foreground:"#1633a3"},
|
||||
{ name:"preprocesseur", foreground:"#ac0000"},
|
||||
{ name:"comment", foreground:"#b704b5", italic:true},
|
||||
{ name:"commentDoxygen", foreground:"#bf3e00", bold:true, italic:true},
|
||||
{ name:"keyword", foreground:"#215eb8", bold:true},
|
||||
{ name:"macro", foreground:"#571793", bold:true},
|
||||
{ name:"SYNTAX_ERROR", foreground:"#000000", background:"#c20000", bold:true},
|
||||
{ name:"functionName", foreground:"#09857e", bold:true},
|
||||
{ name:"TestResultOK", foreground:"#000000", background:"#009c00", bold:true},
|
||||
{ name:"TestResultERROR", foreground:"#000000", background:"#c20000", bold:true}
|
||||
]
|
||||
}
|
||||
|
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"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" },
|
||||
]
|
||||
}
|
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"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" },
|
||||
{ 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="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}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user