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

    Added faces for git-gutter-fringe.
---
 subatomic-theme.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index 994fcb8..484c6c5 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -724,6 +724,16 @@ The theme has to be reloaded after changing anything in 
this group."
    `(git-gutter:unchanged
      ((t (:background ,midnight-3 :foreground ,midnight-3))))
 
+   ;; git-gutter-fringe
+
+   `(git-gutter-fr:modified
+     ((t (:background ,bright-gold :foreground ,bright-gold))))
+
+   `(git-gutter-fr:added
+     ((t (:background ,jungle-green :foreground ,jungle-green))))
+
+   `(git-gutter-fr:deleted
+     ((t (:background ,brick-red :foreground ,brick-red))))
    ))
 
 ;;;###autoload

Reply via email to