How to change highlighted line in minibuffer

What happened?

I’m using vertico with doom-material theme. When I search for a file, for instance, the highlighted line shows in brightblack color, I believe. Is there way to change the highlighted line color in the minibuffer? I also tried to set solaire-hl-line, but no effect at all. Thanks.

What did you expect to happen?

A way to set the highlighted line color in the minibuffer for better contrast.

Steps to reproduce

  1. Choose doom-material theme.
  2. Hit Spc-. to search for a file.
  3. See highlighted line color is black that has very little contrast.

System information


Loading data dump...

Never mind. Figured it out.

(custom-set-faces '(vertico-current ((t (:background “gray21”)))))

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.