One dark and light colorscheme for neovim >= 0.5.0 written in lua based on Atom's One Dark and Light theme. Additionally, it comes with 5 color variant styles
MIT License
1.61k
stars
163
forks
source link
End of buffer tildes not visible in dark mode #223
End of buffer Tildes are not visible at all in dark mode using neovim, however they are in light mode. I have tried to change the highlight group with no success. These are my settings:
require('onedark').setup {
ending_tildes = true, -- Show the end-of-buffer tildes
highlights = {
["EndOfBuffer"] = {fg = 'Grey'}
}
}
I have the same issue in both Kitty and iTerm2 terminals.
End of buffer Tildes are not visible at all in dark mode using neovim, however they are in light mode. I have tried to change the highlight group with no success. These are my settings:
I have the same issue in both Kitty and iTerm2 terminals.