branch: elpa/alect-themes
commit 59841fddec1507171b621629aac1c9ae81ce112c
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'helm-header-line-left-margin' face
---
alect-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/alect-themes.el b/alect-themes.el
index 503f05a..3d90582 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -920,6 +920,7 @@ For INVERT, see `alect-get-color'."
(guix-devel-gexp-symbol ((,c :foreground ,(gc
'yellow+2))))
;; helm
+ (helm-header-line-left-margin ((,c :inherit alect-prompt)))
(helm-header ((,c :inherit header-line)))
(helm-source-header ((,c :inherit alect-title)))
(helm-separator ((,c :foreground ,(gc 'blue+2))))