branch: elpa/subatomic-theme
commit ce72fed05ba5d7a20788ced06b34a3565d983ae0
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>

    Added faces for git-gutter.
---
 subatomic-theme.el | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index 1669a49..c32a17b 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -691,7 +691,25 @@ The theme has to be reloaded after changing anything in 
this group."
 
     `(nxml-element-prefix
       ((t (:foreground ,deep-gold))))
-   ))
+
+    ;; git-gutter
+
+    `(git-gutter:modified
+      ((t (:background ,bright-gold :foreground ,bright-gold))))
+
+    `(git-gutter:added
+      ((t (:background ,jungle-green :foreground ,jungle-green))))
+
+    `(git-gutter:deleted
+      ((t (:background ,brick-red :foreground ,brick-red))))
+
+    `(git-gutter:separator
+      ((t (:background ,midnight-2 :foreground ,midnight-2))))
+
+    `(git-gutter:unchanged
+      ((t (:background ,midnight-3 :foreground ,midnight-3))))
+
+    ))
 
 ;;;###autoload
 (when load-file-name

Reply via email to