branch: elpa/alect-themes
commit daaf2f45857c6d50d68b341de76a85f53c85b448
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add `mode-line-highlight' face
---
alect-themes.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index 1f1bd6e..d4c5d72 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -942,6 +942,10 @@ For INVERT, see `alect-get-color'."
:box (:line-width 2
:color ,(gc 'bg-2)
:style nil))))
+ (mode-line-highlight ((,c :inherit highlight
+ :box (:line-width 2
+ :color ,(gc 'green)
+ :style nil))))
;; mu4e
(mu4e-cited-1-face ((,c :foreground ,(gc 'blue) :slant italic)))