branch: externals/nano-theme commit 064d3a1f99216bed46be81427006aad8f0b6d76a Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Added icomplete faces --- nano-theme-support.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nano-theme-support.el b/nano-theme-support.el index 806ced686e..409d7fa973 100644 --- a/nano-theme-support.el +++ b/nano-theme-support.el @@ -961,6 +961,12 @@ background color that is barely perceptible." '(diff-refine-changed ((t (:inherit nano-popout)))) '(diff-refine-removed ((t (:inherit nano-faded :strike-through t)))) + + ;; --- icomplete -------------------------------------------------------- + '(icomplete-first-match ((t (:inherit nano-strong)))) + '(icomplete-selected-match ((t (:inherit nano-strong)))) + '(icomplete-section ((t (:inherit nano-strong)))) + ;; --- Vertico -------------------------------------------------------- '(vertico-current ((t (:inherit (nano-strong nano-subtle)))))