branch: elpa/spacemacs-theme
commit 8a023785f47a18593f41111e7985a4e48957c51d
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Support diff-hl
---
spacemacs-common.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 8cee5dad45..5e291a9855 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -163,6 +163,11 @@
`(diff-refine-removed ((,class :background ,red :foreground ,bg4)))
`(diff-removed ((,class :background nil :foreground ,red)))
+;;;;; diff-hl
+ `(diff-hl-change ((,class :background ,inf :foreground nil)))
+ `(diff-hl-delete ((,class :background ,err :foreground nil)))
+ `(diff-hl-insert ((,class :background ,suc :foreground nil)))
+
;;;;; dired
`(dired-directory ((,class (:foreground ,key1 :background ,bg1 :weight
bold))))
`(dired-flagged ((,class (:foreground ,red))))