Skip to content

Commit

Permalink
GHI-#17 Implement support for the "flycheck" package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
1 parent a240b41 commit 9c784ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,14 @@
`(evil-ex-info ((,class (:foreground ,nord8))))
`(evil-ex-substitute-replacement ((,class (:foreground ,nord9))))
`(evil-ex-substitute-matches ((,class (:inherit isearch))))

;; > Flycheck
`(flycheck-error ((,class (:underline (:style wave :color ,nord11)))))
`(flycheck-fringe-error ((,class (:foreground ,nord11 :weight bold))))
`(flycheck-fringe-info ((,class (:foreground ,nord8 :weight bold))))
`(flycheck-fringe-warning ((,class (:foreground ,nord13 :weight bold))))
`(flycheck-info ((,class (:underline (:style wave :color ,nord8)))))
`(flycheck-warning ((,class (:underline (:style wave :color ,nord13)))))
))

;;;###autoload
Expand Down

0 comments on commit 9c784ef

Please sign in to comment.