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

LSP float text not visible in light mode with high contrast variant #43

Open
laurentS opened this issue Apr 26, 2022 · 1 comment
Open

Comments

@laurentS
Copy link

I'm using this theme with neovim 0.8.x from the nightly releases and alacritty as my terminal.

Overall it looks neat, but I have an issue with the LSP completion (I use https://github.com/hrsh7th/nvim-cmp/ for autocompletion) floating list of suggestions which are "invisible" in light mode. Dark mode works well.
image
image

My config is as shown on the screenshots above, and I have:

vim.o.termguicolors = true
vim.o.background = 'dark'

in my init.lua (I toggle the background value to light as needed).
Any tips on what might be causing this? I haven't managed to figure out which element in the theme I need to change to fix this, but happy to send a PR if someone can point me in the right direction.
This only happens with solarized-high, the other variants work fine.

@ishan9299
Copy link
Owner

https://github.com/hrsh7th/nvim-cmp/blob/433af3dffce64cbd3f99bdac9734768a6cc41951/doc/cmp.txt#L323
These are the highlight groups in nvim-cmp documentation can you play with these and see which works out ?

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

2 participants