From ea0e94c3123b295b809fdb3805e0daa0d6c3db03 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 9 Mar 2024 20:19:41 +0100 Subject: [PATCH] Only keep orderless match faces that are readable with solarized --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 3b811ef..2009d13 100644 --- a/init.el +++ b/init.el @@ -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