branch: externals/nano-theme commit ba8b37766e4f4fb69fc1072884fb1ee2d45db58d Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@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))))