From 75d1a78b0a268a16814286adfa2405b91605b168 Mon Sep 17 00:00:00 2001 From: james sangho nah Date: Sun, 23 Apr 2017 10:13:42 +1200 Subject: [PATCH] Support git-gutter+ https://github.com/nonsequitur/git-gutter-plus --- nord-theme.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nord-theme.el b/nord-theme.el index 5e6b052..cf12386 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -431,6 +431,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))))