Skip to content
New issue

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

End of buffer tildes not visible in dark mode #223

Open
caseycronyn opened this issue Jun 11, 2024 · 1 comment
Open

End of buffer tildes not visible in dark mode #223

caseycronyn opened this issue Jun 11, 2024 · 1 comment

Comments

@caseycronyn
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant