branch: elpa/spacemacs-theme
commit e6972e5ffa4c23e9ecc17e4452b5a79429053cc2
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Add diff-header face
---
spacemacs-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 4c8b2d1e5b..e5c103cc7f 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -169,6 +169,7 @@
;;;;; diff
`(diff-added ((,class :background nil :foreground ,green)))
`(diff-changed ((,class :background nil :foreground ,inf)))
+ `(diff-header ((,class :background ,org-cb-ln-bg :foreground
,func)))
`(diff-indicator-added ((,class :background nil :foreground ,green)))
`(diff-indicator-changed ((,class :background nil :foreground ,inf)))
`(diff-indicator-removed ((,class :background nil :foreground ,red)))