emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/nano-theme ba8b37766e 14/21: Added corfu faces


From: ELPA Syncer
Subject: [elpa] externals/nano-theme ba8b37766e 14/21: Added corfu faces
Date: Mon, 31 Jan 2022 11:57:50 -0500 (EST)

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

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

diff --git a/nano-theme.el b/nano-theme.el
index 0d51b33f2c..7c891dc2d8 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -902,6 +902,17 @@ background color that is barely perceptible."
    '(diff-refine-changed            ((t (:inherit nano-popout))))
    '(diff-refine-removed            ((t (:inherit nano-faded
                                          :strike-through t))))
+
+   ;; --- Corfu --------------------------------------------------------
+   '(corfu-annotations              ((t (:inherit nano-faded))))
+   '(corfu-bar                      ((t (:inherit nano-default-i))))
+   '(corfu-border                   ((t (:inherit nano-default-i))))
+   '(corfu-current                  ((t (:inherit highlight))))
+   '(corfu-default                  ((t (:inherit nano-subtle))))
+   '(corfu-deprecated               ((t (:inherit nano-faded))))
+   '(corfu-echo                     ((t (:inherit nano-faded))))
+
+   ;; --- Orderless ----------------------------------------------------
    
    ;; --- Message ------------------------------------------------------
    '(message-cited-text-1           ((t (:inherit nano-faded))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]