Skip to content

Commit

Permalink
Merge pull request #30 from microamp/feature/git-gutter-plus
Browse files Browse the repository at this point in the history
Support git-gutter+
  • Loading branch information
arcticicestudio committed May 1, 2017
2 parents 52413e7 + 75d1a78 commit a94a28f
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 @@ -445,6 +445,11 @@
`(git-gutter:added ((,class (:foreground ,nord14))))
`(git-gutter:deleted ((,class (:foreground ,nord11))))

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

;; > Helm
`(helm-bookmark-addressbook ((,class (:foreground ,nord7))))
`(helm-bookmark-directory ((,class (:foreground ,nord9))))
Expand Down

0 comments on commit a94a28f

Please sign in to comment.