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

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

[elpa] externals/modus-vivendi-theme 3dd3bba 25/73: Refine Magit log and


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 3dd3bba 25/73: Refine Magit log and section heading faces
Date: Wed, 26 Aug 2020 09:20:55 -0400 (EDT)

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

    Refine Magit log and section heading faces
    
    As with commit eff5a4a10, the intent is two-fold:
    
    + Make more consistent use of colour.
    + Avoid exaggerations in places where typography is sufficient.
---
 modus-operandi-theme.el | 12 ++++++------
 modus-vivendi-theme.el  | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index cb14761..5ebff31 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2611,17 +2611,17 @@ Also bind `class' to ((class color) (min-colors 89))."
                                               bg-diff-focus-removed 
fg-diff-focus-removed))))
    `(magit-diffstat-added ((,class :foreground ,green)))
    `(magit-diffstat-removed ((,class :foreground ,red)))
-   `(magit-dimmed ((,class :foreground ,fg-alt)))
+   `(magit-dimmed ((,class :foreground ,fg-unfocused)))
    `(magit-filename ((,class :foreground ,fg-special-cold)))
-   `(magit-hash ((,class :foreground ,fg-special-warm)))
+   `(magit-hash ((,class :foreground ,fg-alt)))
    `(magit-head ((,class :inherit magit-branch-local)))
-   `(magit-header-line ((,class :inherit bold :foreground ,cyan-active)))
+   `(magit-header-line ((,class :inherit bold :foreground ,magenta-active)))
    `(magit-header-line-key ((,class :inherit bold :foreground ,red-active)))
    `(magit-header-line-log-select ((,class :inherit bold :foreground 
,fg-main)))
    `(magit-keyword ((,class :foreground ,magenta)))
    `(magit-keyword-squash ((,class :inherit bold :foreground 
,yellow-alt-other)))
    `(magit-log-author ((,class :foreground ,cyan)))
-   `(magit-log-date ((,class :foreground ,magenta)))
+   `(magit-log-date ((,class :foreground ,fg-alt)))
    `(magit-log-graph ((,class :foreground ,fg-dim)))
    `(magit-mode-line-process ((,class :inherit bold :foreground ,blue-active)))
    `(magit-mode-line-process-error ((,class :inherit bold :foreground 
,red-active)))
@@ -2641,7 +2641,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 
,cyan-alt-other)))
+   `(magit-section-heading ((,class :inherit bold :foreground 
,fg-special-calm)))
    `(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)))
@@ -2659,7 +2659,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(magit-signature-good ((,class :background ,bg-main :foreground 
,green-intense)))
    `(magit-signature-revoked ((,class :background ,bg-main :foreground 
,magenta-intense)))
    `(magit-signature-untrusted ((,class :background ,bg-main :foreground 
,cyan-intense)))
-   `(magit-tag ((,class :foreground ,green-alt)))
+   `(magit-tag ((,class :foreground ,green-alt-other)))
 ;;;;; magit-imerge
    `(magit-imerge-overriding-value ((,class :inherit bold :foreground 
,red-alt)))
 ;;;;; man
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 2b9b488..d1a3d4d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2611,17 +2611,17 @@ Also bind `class' to ((class color) (min-colors 89))."
                                               bg-diff-focus-removed 
fg-diff-focus-removed))))
    `(magit-diffstat-added ((,class :foreground ,green)))
    `(magit-diffstat-removed ((,class :foreground ,red)))
-   `(magit-dimmed ((,class :foreground ,fg-alt)))
+   `(magit-dimmed ((,class :foreground ,fg-unfocused)))
    `(magit-filename ((,class :foreground ,fg-special-cold)))
-   `(magit-hash ((,class :foreground ,fg-special-warm)))
+   `(magit-hash ((,class :foreground ,fg-alt)))
    `(magit-head ((,class :inherit magit-branch-local)))
-   `(magit-header-line ((,class :inherit bold :foreground ,cyan-active)))
+   `(magit-header-line ((,class :inherit bold :foreground ,magenta-active)))
    `(magit-header-line-key ((,class :inherit bold :foreground ,red-active)))
    `(magit-header-line-log-select ((,class :inherit bold :foreground 
,fg-main)))
    `(magit-keyword ((,class :foreground ,magenta)))
    `(magit-keyword-squash ((,class :inherit bold :foreground 
,yellow-alt-other)))
    `(magit-log-author ((,class :foreground ,cyan)))
-   `(magit-log-date ((,class :foreground ,magenta)))
+   `(magit-log-date ((,class :foreground ,fg-alt)))
    `(magit-log-graph ((,class :foreground ,fg-dim)))
    `(magit-mode-line-process ((,class :inherit bold :foreground ,blue-active)))
    `(magit-mode-line-process-error ((,class :inherit bold :foreground 
,red-active)))
@@ -2641,7 +2641,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 
,cyan-alt-other)))
+   `(magit-section-heading ((,class :inherit bold :foreground 
,fg-special-calm)))
    `(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)))
@@ -2659,7 +2659,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(magit-signature-good ((,class :background ,bg-main :foreground 
,green-intense)))
    `(magit-signature-revoked ((,class :background ,bg-main :foreground 
,magenta-intense)))
    `(magit-signature-untrusted ((,class :background ,bg-main :foreground 
,cyan-intense)))
-   `(magit-tag ((,class :foreground ,green-alt)))
+   `(magit-tag ((,class :foreground ,green-alt-other)))
 ;;;;; magit-imerge
    `(magit-imerge-overriding-value ((,class :inherit bold :foreground 
,red-alt)))
 ;;;;; man



reply via email to

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