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
fix(base16): don't set background where not neeeded
Details:- `ErrorMsg` having background doesn't work if it is displayed in not usual "message area" (like in floating window of `vim._extui` on Neovim>=0.12).- `PmenuMatch[Sel]` groups don't need background as they will blend with `Pmenu`.- `PmenuKind[Sel]` and `PmenuExtra[Sel]` also don't need background, but only on Neovim>=0.11. So instead link them to corresponding `Pmenu` (which is more appropriate solution for them anyway).