branch: elpa/alect-themes
commit a24daff90090858ece7a2e3d78cfebf2e3037a1b
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add window-divider faces
---
alect-themes.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index 7d02c24..7c87916 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -381,6 +381,9 @@ For INVERT, see `alect-get-color'."
(secondary-selection ((,c :background ,(gc 'bg+1))))
(trailing-whitespace ((,c :background ,(gc 'red))))
(vertical-border ((,c :foreground ,(gc 'fg+1))))
+ (window-divider ((,c :foreground ,(gc 'green+2))))
+ (window-divider-first-pixel ((,c :foreground ,(gc 'green+1))))
+ (window-divider-last-pixel ((,c :inherit
window-divider-first-pixel)))
;; auxiliary faces for inheriting
(alect-prompt ((,c :foreground ,(gc 'magenta-1) :weight
bold)))