branch: elpa/alect-themes
commit 684249b83d711145865ec31650e66ed9aa6e691b
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add 'magit-header-line-key' face
---
 alect-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alect-themes.el b/alect-themes.el
index 61a2ce1..2534376 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1117,6 +1117,7 @@ For INVERT, see `alect-get-color'."
          (magit-section-heading             ((,c :inherit alect-title)))
          (magit-section-highlight           ((,c :background ,(gc 'bg))))
          (magit-section-heading-selection   ((,c :foreground ,(gc 'blue-2))))
+         (magit-header-line-key             ((,c :inherit alect-key)))
          (magit-head                        ((,c :background ,(gc 'bg-2)
                                                  :foreground ,(gc 'fg+2)
                                                  :box (:line-width 2

Reply via email to