Skip to content

Instantly share code, notes, and snippets.

@taktoa
Created July 7, 2021 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taktoa/c7c6ea1012c650ab21b8ea2e92005272 to your computer and use it in GitHub Desktop.
Save taktoa/c7c6ea1012c650ab21b8ea2e92005272 to your computer and use it in GitHub Desktop.
Tree Sitter config.json with Zenburn theme
{
"parser-directories": [
"/home/remy/github",
"/home/remy/src",
"/home/remy/source"
],
"theme": {
"attribute": {
"color": "#ffcfaf",
"italic": true
},
"punctuation.delimiter": "#AAAAAA",
"variable.builtin": {
"bold": true
},
"punctuation.bracket": "#AAAAAA",
"function": "#93E0E3",
"type.builtin": {
"color": "#7CB8BB",
"bold": true
},
"variable.parameter": {
"underline": true
},
"variable.local": "#ff969a",
"constant.builtin": {
"color": "#BFEBBF"
},
"string.special": 30,
"operator": {
"color": "#AAAAAA",
"bold": true
},
"comment": {
"italic": true,
"color": "#7F9F7F"
},
"comment.doc": {
"italic": true,
"color": "#97bd97"
},
"number": {
"color": "#8cd0d3"
},
"constructor": 136,
"function.builtin": {
"bold": true,
"color": "#93E0E3"
},
"embedded": null,
"string": "#cc9393",
"property": "#DFAF8F",
"constant": 94,
"tag": 18,
"type": "#7CB8BB",
"keyword": {
"bold": true,
"color": "#f0dfaf"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment