branch: externals/modus-operandi-theme
commit 1faab9421160a0cacb4bbd9fecff9a61651c6ebd
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Tweak MAGIT header line key colour
    
    This is visible when, e.g., running a commit fixup (such as with `c F'
    from the main status area).
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index ce86e2f..8706cbd 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2241,7 +2241,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(magit-hash ((,class (:foreground ,fg-special-warm))))
    `(magit-head ((,class (:inherit magit-branch-local))))
    `(magit-header-line ((,class (:foreground ,cyan-active :weight bold))))
-   `(magit-header-line-key ((,class (:foreground ,blue-active :weight bold))))
+   `(magit-header-line-key ((,class (:foreground ,red-active :weight bold))))
    `(magit-header-line-log-select ((,class (:foreground ,fg-main :weight 
bold))))
    `(magit-keyword ((,class (:foreground ,magenta))))
    `(magit-keyword-squash ((,class (:foreground ,yellow-alt-other :weight 
bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 183cd32..bdc8571 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2241,7 +2241,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(magit-hash ((,class (:foreground ,fg-special-warm))))
    `(magit-head ((,class (:inherit magit-branch-local))))
    `(magit-header-line ((,class (:foreground ,cyan-active :weight bold))))
-   `(magit-header-line-key ((,class (:foreground ,blue-active :weight bold))))
+   `(magit-header-line-key ((,class (:foreground ,red-active :weight bold))))
    `(magit-header-line-log-select ((,class (:foreground ,fg-main :weight 
bold))))
    `(magit-keyword ((,class (:foreground ,magenta))))
    `(magit-keyword-squash ((,class (:foreground ,yellow-alt-other :weight 
bold))))

Reply via email to