navarasu / onedark.nvim

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

Open caseycronyn opened 5 months ago

caseycronyn commented 5 months ago

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.

caseycronyn commented 5 months ago

I have discovered that adding require('onedark').load() at the end of my init.lua file loads the tildes