branch: externals/nano-theme
commit f54908d002430f6e8071f40f42adf1af1650a64a
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>

    Added orderless faces
---
 nano-theme.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/nano-theme.el b/nano-theme.el
index 7c891dc2d8..eab6bd385a 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -913,6 +913,11 @@ background color that is barely perceptible."
    '(corfu-echo                     ((t (:inherit nano-faded))))
 
    ;; --- Orderless ----------------------------------------------------
+   '(orderless-match-face-0         ((t (:inherit (nano-salient
+                                                   nano-strong)))))
+   '(orderless-match-face-1         ((t (:inherit (nano-strong)))))
+   '(orderless-match-face-2         ((t (:inherit (nano-strong)))))
+   '(orderless-match-face-3         ((t (:inherit (nano-strong)))))
    
    ;; --- Message ------------------------------------------------------
    '(message-cited-text-1           ((t (:inherit nano-faded))))

Reply via email to