From 3f2b42f2a4cc88b17b703b588f9351daea9e2e25 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 7 Nov 2023 12:26:05 -0500 Subject: [PATCH] Add faces for orderless --- adwaita-dark-theme.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index c6123e9..ae658b4 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -785,6 +785,12 @@ `(nlinum-hl-face ((,class (:inherit line-number-current-line)))) `(nlinum-relative-current-face ((,class (:inherit line-number-current-line)))) + ;; orderless + `(orderless-match-face-0 ((,class (:inherit completions-common-part)))) + `(orderless-match-face-1 ((,class (:inherit orderless-match-face-0)))) + `(orderless-match-face-2 ((,class (:inherit orderless-match-face-0)))) + `(orderless-match-face-3 ((,class (:inherit orderless-match-face-0)))) + ;; popup `(popup-face ((,class (:background ,base-3 :foreground ,base-8)))) `(popup-tip-face ((,class (:inherit tooltip))))