branch: elpa/ample-theme
commit 02c50a6903c519e7c2c46b7e5cdfab35482f6f0b
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>
git-gutter colors yay
---
ample-theme.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ample-theme.el b/ample-theme.el
index e9cc7cc..5c51e55 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -623,6 +623,12 @@
;;`(magit-valid-signature ((t (:foreground
"PaleTurquoise" :background nil :bold t))))
`(magit-whitespace-warning-face ((t (:foreground ,ample/bg
:background "white" :bold t))))
+ `(git-gutter:added ((t (:foreground ,ample/green :background nil :bold
t))))
+ `(git-gutter:deleted ((t (:foreground ,ample/red :background nil :bold
t))))
+ `(git-gutter:modified ((t (:foreground ,ample/purple :background nil :bold
t))))
+ `(git-gutter:separator ((t (:foreground ,ample/orange :background nil :bold
t))))
+ `(git-gutter:unchanged ((t (:foreground ,ample/yellow :background nil))))
+
;; trailing whitespace
`(trailing-whitespace ((t (:background "white" :bold t))))))