From a240b411d6b41006e7dca3c698cd22dd467efb4d Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 25 Mar 2017 18:09:14 +0100 Subject: [PATCH] GHI-#5 Implement support for the "evil" package --- nord-theme.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nord-theme.el b/nord-theme.el index 4fffed8..4dfc510 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -401,6 +401,11 @@ `(company-tooltip-common-selection ((,class (:foreground ,nord8 :background ,nord3)))) `(company-tooltip-mouse ((,class (:inherit highlight)))) `(company-tooltip-selection ((,class (:background ,nord3 :weight bold)))) + + ;; > Evil + `(evil-ex-info ((,class (:foreground ,nord8)))) + `(evil-ex-substitute-replacement ((,class (:foreground ,nord9)))) + `(evil-ex-substitute-matches ((,class (:inherit isearch)))) )) ;;;###autoload