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

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

[elpa] externals/modus-vivendi-theme eff5a4a 24/73: Tweak git commit buf


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme eff5a4a 24/73: Tweak git commit buffer faces (Magit commit edit)
Date: Wed, 26 Aug 2020 09:20:55 -0400 (EDT)

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

    Tweak git commit buffer faces (Magit commit edit)
    
    + Make more consistent use of colour.
    + Avoid exaggerations in places where typography is sufficient.
---
 modus-operandi-theme.el | 16 ++++++++--------
 modus-vivendi-theme.el  | 16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 5fd166f..cb14761 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2065,16 +2065,16 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(geiser-font-lock-xref-header ((,class :inherit bold)))
    `(geiser-font-lock-xref-link ((,class :inherit link)))
 ;;;;; git-commit
-   `(git-commit-comment-action ((,class :foreground ,fg-special-calm :slant 
,modus-theme-slant)))
-   `(git-commit-comment-branch-local ((,class :foreground ,cyan :slant 
,modus-theme-slant)))
-   `(git-commit-comment-branch-remote ((,class :foreground ,blue :slant 
,modus-theme-slant)))
-   `(git-commit-comment-detached ((,class :foreground ,yellow :slant 
,modus-theme-slant)))
-   `(git-commit-comment-file ((,class :foreground ,blue :slant 
,modus-theme-slant)))
-   `(git-commit-comment-heading ((,class :inherit bold :foreground ,fg-main 
:slant ,modus-theme-slant)))
+   `(git-commit-comment-action ((,class :foreground ,fg-alt :slant 
,modus-theme-slant)))
+   `(git-commit-comment-branch-local ((,class :foreground ,blue-alt :slant 
,modus-theme-slant)))
+   `(git-commit-comment-branch-remote ((,class :foreground ,magenta-alt :slant 
,modus-theme-slant)))
+   `(git-commit-comment-detached ((,class :foreground ,cyan-alt :slant 
,modus-theme-slant)))
+   `(git-commit-comment-file ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
+   `(git-commit-comment-heading ((,class :inherit bold :foreground ,fg-alt 
:slant ,modus-theme-slant)))
    `(git-commit-keyword ((,class :foreground ,magenta)))
    `(git-commit-known-pseudo-header ((,class :inherit bold :foreground 
,fg-special-warm)))
-   `(git-commit-nonempty-second-line ((,class :inherit 
(modus-theme-refine-yellow bold))))
-   `(git-commit-overlong-summary ((,class :inherit modus-theme-subtle-yellow)))
+   `(git-commit-nonempty-second-line ((,class :inherit 
modus-theme-refine-yellow)))
+   `(git-commit-overlong-summary ((,class :inherit modus-theme-refine-yellow)))
    `(git-commit-pseudo-header ((,class :inherit bold :foreground ,fg-alt)))
    `(git-commit-summary ((,class :foreground ,magenta-alt-other)))
 ;;;;; git-gutter
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index ae398b0..2b9b488 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2065,16 +2065,16 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(geiser-font-lock-xref-header ((,class :inherit bold)))
    `(geiser-font-lock-xref-link ((,class :inherit link)))
 ;;;;; git-commit
-   `(git-commit-comment-action ((,class :foreground ,fg-special-calm :slant 
,modus-theme-slant)))
-   `(git-commit-comment-branch-local ((,class :foreground ,cyan :slant 
,modus-theme-slant)))
-   `(git-commit-comment-branch-remote ((,class :foreground ,blue :slant 
,modus-theme-slant)))
-   `(git-commit-comment-detached ((,class :foreground ,yellow :slant 
,modus-theme-slant)))
-   `(git-commit-comment-file ((,class :foreground ,blue :slant 
,modus-theme-slant)))
-   `(git-commit-comment-heading ((,class :inherit bold :foreground ,fg-main 
:slant ,modus-theme-slant)))
+   `(git-commit-comment-action ((,class :foreground ,fg-alt :slant 
,modus-theme-slant)))
+   `(git-commit-comment-branch-local ((,class :foreground ,blue-alt :slant 
,modus-theme-slant)))
+   `(git-commit-comment-branch-remote ((,class :foreground ,magenta-alt :slant 
,modus-theme-slant)))
+   `(git-commit-comment-detached ((,class :foreground ,cyan-alt :slant 
,modus-theme-slant)))
+   `(git-commit-comment-file ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
+   `(git-commit-comment-heading ((,class :inherit bold :foreground ,fg-alt 
:slant ,modus-theme-slant)))
    `(git-commit-keyword ((,class :foreground ,magenta)))
    `(git-commit-known-pseudo-header ((,class :inherit bold :foreground 
,fg-special-warm)))
-   `(git-commit-nonempty-second-line ((,class :inherit 
(modus-theme-refine-yellow bold))))
-   `(git-commit-overlong-summary ((,class :inherit modus-theme-subtle-yellow)))
+   `(git-commit-nonempty-second-line ((,class :inherit 
modus-theme-refine-yellow)))
+   `(git-commit-overlong-summary ((,class :inherit modus-theme-refine-yellow)))
    `(git-commit-pseudo-header ((,class :inherit bold :foreground ,fg-alt)))
    `(git-commit-summary ((,class :foreground ,magenta-alt-other)))
 ;;;;; git-gutter



reply via email to

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