Skip to content

Commit

Permalink
fix: no contrast issue for lsp popups
Browse files Browse the repository at this point in the history
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
  • Loading branch information
roosta committed Feb 17, 2024
1 parent 2e9b1d4 commit 289c6a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion colors/srcery.vim
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ call s:HL('SrceryXgray6', s:xgray6)
"
call s:HL('Normal', s:bright_white, g:srcery_bg)

call s:HL('NormalFloat', s:bright_white, g:srcery_bg)
call s:HL('FloatBorder', s:white, g:srcery_bg)

if v:version >= 700
Expand Down

0 comments on commit 289c6a1

Please sign in to comment.