srcery-colors / srcery-vim

Srcery is a dark color scheme with clearly defined contrasting colors and a slightly earthy tone.
https://srcery.sh
Other
824 stars 60 forks source link

fix: no contrast issue for lsp popups #116

Closed roosta closed 7 months ago

roosta commented 7 months ago

Issue was introduced with 2e9b1d4, defining NormalFloat to srcery_bg was a bad idea and broke other popups, due to lacking background contrast.

I left in the border fix though, so that popup borders match what's configured for telescope.

This still leaves some plugin borders looking a bit off, especially if they configure the background to something other than NormalFloat.

Fixes: #115