pre.hn/tree-sitter/config.json
2023-09-30 16:29:01 +00:00

59 lines
1.5 KiB
JSON

{
"parser-directories": [
"/home/prehnra/github",
"/home/prehnra/src",
"/home/prehnra/source",
"/home/prehnra/projects",
"/home/prehnra/treesitter",
"/builds/prehnRA/pre.hn/tree-sitter/_parsers/"
],
"theme": {
"function": "#a7b1f1",
"variable.parameter": {
"underline": true
},
"constant.builtin": {
"bold": true,
"color": "#D9C426"
},
"tag": "#5d6eee",
"constructor": "#a19112",
"keyword": "#C211DA",
"punctuation.bracket": "#A1A1A1",
"number": {
"color": "#d9c426",
"bold": true
},
"operator": {
"color": "#A1A1A1",
"bold": true
},
"string": "#2fad1f",
"attribute": {
"italic": true,
"color": "#cf172c"
},
"string.special": "#2fad1f",
"variable.builtin": {
"bold": true
},
"constant": "#d9c426",
"embedded": null,
"type.builtin": {
"color": "#d9c426",
"bold": true
},
"property": "#cf172c",
"module": "#d3f8f4",
"function.builtin": {
"color": "#a7b1f1",
"bold": true
},
"comment": {
"color": "#8a8a8a",
"italic": true
},
"punctuation.delimiter": "#A1A1A1",
"type": "#8bf3e7"
}
}