You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
I noticed that using the vim extension COC, floating windows would become illegible due to poor contrast. COC relies on Pmenu for vim and NormalFloat (if exists) for nvim.
Changing hi Pmenu ctermbg=8 ctermfg=7 to hi Pmenu ctermbg=NONE ctermfg=5
renders the floating window in a legible manner with similar contrast to using wal with vs code.
Tested working on nvim v0.4.4 and vim v8.2.850
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that using the vim extension
COC
, floating windows would become illegible due to poor contrast. COC relies onPmenu
for vim andNormalFloat
(if exists) for nvim.Changing
hi Pmenu ctermbg=8 ctermfg=7
tohi Pmenu ctermbg=NONE ctermfg=5
renders the floating window in a legible manner with similar contrast to using wal with vs code.
Tested working on nvim v0.4.4 and vim v8.2.850
The text was updated successfully, but these errors were encountered: