`DiffAdd` is grey
ambroisie opened this issue · 8 comments
Describe the bug
After updating the plug-in, the color of DiffAdd
changed from green to grey.
To Reproduce
Steps to reproduce the behavior:
- Use
git commit
withcommit.verbose=true
configured. - Notice that the wrong color is being used.
Expected behavior
I would expect it to be green, as it used to be.
Additional context
I'm not sure why it changed, as looking at the code/:highlight
everything looks in order. I don't override any color in my config either.
This is in the terminal with termguicolors
enabled.
Agree, Old style more confortable and clear to me, I use tag to revert it right now.
Plug 'ellisonleao/gruvbox.nvim', {'tag': '5e697fa640944dd4a98748d15c6e0a7725777551'}
Alright, so I fixed the tmux
/native terminal issue: turns out my tmux
was not correctly configured for 24-bit colour!
See this SO answer.
I still dislike the new styling however, so thankfully #291 gets us most of the way there (not quite: I want both the old colours and the low-key high-lighting from reverse = true
).
hey guys, thanks for opening the issue. I've made a comment in the PR so i really think this should be changed using overrides in your config. LMK if that work for you guys
@ellisonleao I opened a discussion about an issue I have with overrides
: #321.