Created
July 7, 2021 02:03
-
-
Save taktoa/c7c6ea1012c650ab21b8ea2e92005272 to your computer and use it in GitHub Desktop.
Tree Sitter config.json with Zenburn theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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