Only keep orderless match faces that are readable with solarized

This commit is contained in:
Daniel - 2024-03-09 20:19:41 +01:00
parent 6b8b97fe8d
commit ea0e94c312
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 5 additions and 1 deletions

View File

@ -2188,7 +2188,11 @@ Note that this workaround is incomplete, as explained in this comment."
:commands (vertico-mode))
(use-package orderless
:ensure t)
:ensure t
:init (setq orderless-match-faces ; Some of the default faces are hard to
; read with when solarized is enabled;
; only keep those that are readable
[orderless-match-face-1 orderless-match-face-2]))
;; * Navigation