From fa6ea1f81ae8c9974eff58ac5787252a0d3e747d Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 25 Mar 2017 18:10:45 +0100 Subject: [PATCH] GHI-#4 Implement support for the "git-gutter" package --- nord-theme.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nord-theme.el b/nord-theme.el index bb9985d..433691f 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -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