-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: more colour please #28
Comments
Tree-sitter is not responsible for the displayed color, augroup theming
au!
au BufEnter *.{yaml,yml} :hi TSField guifg=a_better_color
au BufEnter *{.yaml,.yml}\@<! :hi TSField guifg=original_color
augroup END |
I am having the same problem where most of the text is just plain ol' white with coloured colons. I have tried to do it like this as a test:
But it returns with an error like so: |
While using tree-sitter and YAMl, I opened this issue since I thought my theme (Nord) was not correct. Turns out it is, the tree-sitter configuration just has fewer colours than the vanilla one.
Could we please have more colours?
I am happy to test things if you want me to.
The text was updated successfully, but these errors were encountered: