We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See nvim-treesitter/nvim-treesitter@42ab95d
I took a quick look at https://github.com/Shatur/neovim-ayu/blob/master/lua/ayu/init.lua and there doesn't seem to be a good place to add the new hl calls. I can make the change if you let me know how to approach it. Perhaps a new function for the treesitter highlights? Also, my read of it is that it only affects these four groups -- is that right? https://github.com/Shatur/neovim-ayu/blob/master/lua/ayu/init.lua#L117
hl
The text was updated successfully, but these errors were encountered:
Here's how the other color scheme I use solved it: sainnhe/sonokai@d422f09
Sorry, something went wrong.
Thanks for letting me know! Looks like we just need to replace these 4 groups:
neovim-ayu/lua/ayu/init.lua
Lines 117 to 121 in bae6314
@*
d4bccd7
No branches or pull requests
See nvim-treesitter/nvim-treesitter@42ab95d
I took a quick look at https://github.com/Shatur/neovim-ayu/blob/master/lua/ayu/init.lua and there doesn't seem to be a good place to add the new
hl
calls. I can make the change if you let me know how to approach it. Perhaps a new function for the treesitter highlights? Also, my read of it is that it only affects these four groups -- is that right? https://github.com/Shatur/neovim-ayu/blob/master/lua/ayu/init.lua#L117The text was updated successfully, but these errors were encountered: