Skip to content

Commit

Permalink
GHI-#5 Implement support for the "evil" package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
1 parent 7b8b6ec commit a240b41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a240b41

Please sign in to comment.