pre.hn/tree-sitter/config.json

60 lines
1.5 KiB
JSON
Raw Normal View History

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