branch: elpa/spacemacs-theme
commit c45aa258dcc7427082f1bb253964d82967c24072
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Support diff-file-header (Fix #74)
---
spacemacs-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 7ad82a21f5..761c6ce27e 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -230,6 +230,7 @@
`(diff-added ((,class :background nil :foreground ,green)))
`(diff-changed ((,class :background nil :foreground ,keyword)))
`(diff-header ((,class :background ,cblk-ln-bg :foreground
,func)))
+ `(diff-file-header ((,class :background ,cblk-ln-bg :foreground
,cblk)))
`(diff-indicator-added ((,class :background nil :foreground ,green)))
`(diff-indicator-changed ((,class :background nil :foreground ,keyword)))
`(diff-indicator-removed ((,class :background nil :foreground ,red)))