Skip to content

Commit

Permalink
GHI-#19 Implement support for the "anzu" package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
1 parent f1b893e commit 6c3d0ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,11 @@
`(web-mode-type-face ((,class (:foreground ,nord-class))))
`(web-mode-warning-face ((,class (:inherit ,font-lock-warning-face))))
`(web-mode-variable-name-face ((,class (:foreground ,nord-variable))))

;; +--- UI ---+
;; > Anzu
`(anzu-mode-line ((,class (:foreground, nord8))))
`(anzu-mode-line-no-match ((,class (:foreground, nord11))))
))

;;;###autoload
Expand Down

0 comments on commit 6c3d0ba

Please sign in to comment.