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

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

[elpa] externals/modus-vivendi-theme 48b9df3 083/110: Use optional slant


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 48b9df3 083/110: Use optional slanted text for Git commits (Magit)
Date: Wed, 29 Apr 2020 21:40:12 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 48b9df3a72345f8f68aef7b25b2c82dfdc29c30c
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Use optional slanted text for Git commits (Magit)
    
    This patch make the special comments consistent with ordinary comments
    when the user opts for the themes' option for slanted constructs.
    
    These faces come into effect in the buffer named COMMIT_EDITMSG after
    committing in Magit (though there may be other scenaria as well).
---
 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 0204d8b..256b253 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1628,12 +1628,12 @@ AMOUNT is a customisation option."
    `(geiser-font-lock-xref-header ((,class (:weight bold))))
    `(geiser-font-lock-xref-link ((,class (:inherit link))))
    ;;;; git-commit
-   `(git-commit-comment-action ((,class (:foreground ,fg-special-calm))))
-   `(git-commit-comment-branch-local ((,class (:foreground ,cyan))))
-   `(git-commit-comment-branch-remote ((,class (:foreground ,blue))))
-   `(git-commit-comment-detached ((,class (:foreground ,yellow))))
-   `(git-commit-comment-file ((,class (:foreground ,blue))))
-   `(git-commit-comment-heading ((,class (:foreground ,fg-main :weight bold))))
+   `(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 (:foreground ,fg-main :weight bold 
:slant ,modus-theme-slant))))
    `(git-commit-keyword ((,class (:foreground ,magenta))))
    `(git-commit-known-pseudo-header ((,class (:foreground ,fg-special-warm 
:weight bold))))
    `(git-commit-nonempty-second-line ((,class (:inherit 
modus-theme-refine-yellow :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e1c0a53..e36361a 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1628,12 +1628,12 @@ AMOUNT is a customisation option."
    `(geiser-font-lock-xref-header ((,class (:weight bold))))
    `(geiser-font-lock-xref-link ((,class (:inherit link))))
    ;;;; git-commit
-   `(git-commit-comment-action ((,class (:foreground ,fg-special-calm))))
-   `(git-commit-comment-branch-local ((,class (:foreground ,cyan))))
-   `(git-commit-comment-branch-remote ((,class (:foreground ,blue))))
-   `(git-commit-comment-detached ((,class (:foreground ,yellow))))
-   `(git-commit-comment-file ((,class (:foreground ,blue))))
-   `(git-commit-comment-heading ((,class (:foreground ,fg-main :weight bold))))
+   `(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 (:foreground ,fg-main :weight bold 
:slant ,modus-theme-slant))))
    `(git-commit-keyword ((,class (:foreground ,magenta))))
    `(git-commit-known-pseudo-header ((,class (:foreground ,fg-special-warm 
:weight bold))))
    `(git-commit-nonempty-second-line ((,class (:inherit 
modus-theme-refine-yellow :weight bold))))



reply via email to

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