branch: elpa/spacemacs-theme
commit 6360910cc53999f14d7654c8ea0dda478696cb37
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fix helm header margin
---
spacemacs-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 6d8c1b102e..352b59a761 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -268,6 +268,7 @@
`(helm-grep-match ((,class (:foreground nil :background nil :inherit
helm-match))))
`(helm-grep-running ((,class (:foreground ,func :background ,bg1))))
`(helm-header ((,class (:foreground ,base :background ,bg1 :underline nil
:box nil))))
+ `(helm-header-line-left-margin ((,class (:foreground ,inf :background
,nil))))
`(helm-match ((,class (:inherit match))))
`(helm-match-item ((,class (:inherit match))))
`(helm-moccur-buffer ((,class (:foreground ,func :background ,bg1))))