feat: Improve code highlight theme
This commit is contained in:
parent
4fc6a16a86
commit
81a584cbd9
1 changed files with 19 additions and 19 deletions
|
@ -8,52 +8,52 @@
|
||||||
"/builds/prehnRA/pre.hn/tree-sitter/_parsers/"
|
"/builds/prehnRA/pre.hn/tree-sitter/_parsers/"
|
||||||
],
|
],
|
||||||
"theme": {
|
"theme": {
|
||||||
"function": 26,
|
"function": "#a7b1f1",
|
||||||
"variable.parameter": {
|
"variable.parameter": {
|
||||||
"underline": true
|
"underline": true
|
||||||
},
|
},
|
||||||
"constant.builtin": {
|
"constant.builtin": {
|
||||||
"bold": true,
|
"bold": true,
|
||||||
"color": 94
|
"color": "#D9C426"
|
||||||
},
|
},
|
||||||
"tag": 18,
|
"tag": "#5d6eee",
|
||||||
"constructor": 136,
|
"constructor": "#a19112",
|
||||||
"keyword": 56,
|
"keyword": "#C211DA",
|
||||||
"punctuation.bracket": 239,
|
"punctuation.bracket": "#A1A1A1",
|
||||||
"number": {
|
"number": {
|
||||||
"color": 94,
|
"color": "#d9c426",
|
||||||
"bold": true
|
"bold": true
|
||||||
},
|
},
|
||||||
"operator": {
|
"operator": {
|
||||||
"color": 239,
|
"color": "#A1A1A1",
|
||||||
"bold": true
|
"bold": true
|
||||||
},
|
},
|
||||||
"string": 28,
|
"string": "#2fad1f",
|
||||||
"attribute": {
|
"attribute": {
|
||||||
"italic": true,
|
"italic": true,
|
||||||
"color": 124
|
"color": "#cf172c"
|
||||||
},
|
},
|
||||||
"string.special": 30,
|
"string.special": "#2fad1f",
|
||||||
"variable.builtin": {
|
"variable.builtin": {
|
||||||
"bold": true
|
"bold": true
|
||||||
},
|
},
|
||||||
"constant": 94,
|
"constant": "#d9c426",
|
||||||
"embedded": null,
|
"embedded": null,
|
||||||
"type.builtin": {
|
"type.builtin": {
|
||||||
"color": 23,
|
"color": "#d9c426",
|
||||||
"bold": true
|
"bold": true
|
||||||
},
|
},
|
||||||
"property": 124,
|
"property": "#cf172c",
|
||||||
"module": 136,
|
"module": "#d3f8f4",
|
||||||
"function.builtin": {
|
"function.builtin": {
|
||||||
"color": 26,
|
"color": "#a7b1f1",
|
||||||
"bold": true
|
"bold": true
|
||||||
},
|
},
|
||||||
"comment": {
|
"comment": {
|
||||||
"color": 245,
|
"color": "#8a8a8a",
|
||||||
"italic": true
|
"italic": true
|
||||||
},
|
},
|
||||||
"punctuation.delimiter": 239,
|
"punctuation.delimiter": "#A1A1A1",
|
||||||
"type": 23
|
"type": "#8bf3e7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue