Closed bitwombat closed 1 year ago
Could you try putting this before calling the colorscheme?:
vim.g.gruvbox_baby_highlights = {Pmenu = {bg = "#808080"}}
Thanks for the response. Unfortunately, no effect.
Happy to help debug / try other experiments.
Turns out that diagnostic menu is NormalFloat
, but blue
, slate
, and other built-in themes link Pmenu to that :angry:
Confusing!
Thanks for the theme, and thanks for the support.
The floating diagnostics window has a dark background yielding a pretty confusing view.
With other themes, I can control the background with:
Giving me something like, with
evening
theme, for example:However, with gruvbox-baby, this has no effect.
User error?