Skip to content

Commit

Permalink
GHI-#4 Implement support for the "git-gutter" package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
1 parent 9c784ef commit fa6ea1f
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 @@ -414,6 +414,11 @@
`(flycheck-fringe-warning ((,class (:foreground ,nord13 :weight bold))))
`(flycheck-info ((,class (:underline (:style wave :color ,nord8)))))
`(flycheck-warning ((,class (:underline (:style wave :color ,nord13)))))

;; > Git Gutter
`(git-gutter:modified ((,class (:foreground ,nord13))))
`(git-gutter:added ((,class (:foreground ,nord14))))
`(git-gutter:deleted ((,class (:foreground ,nord11))))
))

;;;###autoload
Expand Down

0 comments on commit fa6ea1f

Please sign in to comment.