emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme 1faab94 30/54: Tweak MAGIT header


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 1faab94 30/54: Tweak MAGIT header line key colour
Date: Thu, 4 Jun 2020 08:20:15 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 1faab9421160a0cacb4bbd9fecff9a61651c6ebd
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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

[Prev in Thread] Current Thread [Next in Thread]