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

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

[elpa] externals/modus-vivendi-theme b60deb5 60/73: Tweak magit-section-


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme b60deb5 60/73: Tweak magit-section-heading face
Date: Wed, 26 Aug 2020 09:21:03 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit b60deb568337f585f6bc24d2cb098f44ce93a0f8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak magit-section-heading face
---
 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 1a918bc..97bc622 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2820,7 +2820,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(magit-refname-stash ((,class :foreground ,fg-alt)))
    `(magit-refname-wip ((,class :foreground ,fg-alt)))
    `(magit-section ((,class :background ,bg-dim :foreground ,fg-main)))
-   `(magit-section-heading ((,class :inherit bold :foreground 
,fg-special-calm)))
+   `(magit-section-heading ((,class :inherit bold :foreground ,cyan)))
    `(magit-section-heading-selection ((,class :inherit 
(modus-theme-refine-cyan bold))))
    `(magit-section-highlight ((,class :background ,bg-alt)))
    `(magit-sequence-done ((,class :foreground ,green-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index f8a9908..85cc42e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2820,7 +2820,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(magit-refname-stash ((,class :foreground ,fg-alt)))
    `(magit-refname-wip ((,class :foreground ,fg-alt)))
    `(magit-section ((,class :background ,bg-dim :foreground ,fg-main)))
-   `(magit-section-heading ((,class :inherit bold :foreground 
,fg-special-calm)))
+   `(magit-section-heading ((,class :inherit bold :foreground ,cyan)))
    `(magit-section-heading-selection ((,class :inherit 
(modus-theme-refine-cyan bold))))
    `(magit-section-highlight ((,class :background ,bg-alt)))
    `(magit-sequence-done ((,class :foreground ,green-alt)))



reply via email to

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