From 619c82249071a0f3df422bf07c700aa37efb0fdc Mon Sep 17 00:00:00 2001 From: james sangho nah Date: Sat, 6 May 2017 10:47:48 +1200 Subject: [PATCH] Support Avy --- nord-theme.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nord-theme.el b/nord-theme.el index 146170d..aabe406 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -411,6 +411,12 @@ `(anzu-mode-line ((,class (:foreground, nord8)))) `(anzu-mode-line-no-match ((,class (:foreground, nord11)))) + ;; > Avy + `(avy-lead-face ((,class (:background ,nord11 :foreground ,nord5)))) + `(avy-lead-face-0 ((,class (:background ,nord10 :foreground ,nord5)))) + `(avy-lead-face-1 ((,class (:background ,nord3 :foreground ,nord5)))) + `(avy-lead-face-2 ((,class (:background ,nord15 :foreground ,nord5)))) + ;; > Company `(company-echo-common ((,class (:foreground ,nord0 :background ,nord4)))) `(company-preview ((,class (:foreground ,nord4 :background ,nord10))))