Skip to content

Commit

Permalink
Merge pull request #36 from microamp/feature/avy
Browse files Browse the repository at this point in the history
Support Avy
  • Loading branch information
arcticicestudio authored May 6, 2017
2 parents f58eb2a + 619c822 commit f65ff21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit f65ff21

Please sign in to comment.