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
Neovim 0.5
Steps to reproduce Enable gruvbox8 theme https://github.com/lifepillar/vim-gruvbox8 Enable treesitter
Expected behavior Selected text should be visible and different than regular
Observed behavior Selected text can't be recognized
Expample of code
<div class="column" style="display: inline-block;"> <table> <tr> <td class="icon"> <a href="https://github.com/" target="_blank"> <img alt="git" /></a> </td> </tr> </table> </div>
Screenshot. There is selected word "class". But it's unvisible. Can't be recognized
The text was updated successfully, but these errors were encountered:
I think this is a problem with the colorscheme. Specifically, gruvbox8 sets the Visual and MatchParen highlights to identical colors
:hi MatchParen MatchParen xxx cterm=italic ctermbg=6 gui=italic guibg=#665c54 :hi Visual Visual xxx ctermbg=242 guibg=#665c54
Can you change one or the other?
Sorry, something went wrong.
Thanks. Sure. Let me redirect this issue to gruvbox8 repo.
Thanks. Closing this then, as fixed in colorscheme upstream.
No branches or pull requests
Explain the issue
Neovim 0.5
Steps to reproduce
Enable gruvbox8 theme
https://github.com/lifepillar/vim-gruvbox8
Enable treesitter
Expected behavior
Selected text should be visible and different than regular
Observed behavior
Selected text can't be recognized
Expample of code
Screenshot. There is selected word "class". But it's unvisible. Can't be recognized
The text was updated successfully, but these errors were encountered: