[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))))
- [elpa] externals/modus-vivendi-theme 23889e0 090/110: Section heading style for Org priorities, keywords, (continued)
- [elpa] externals/modus-vivendi-theme 23889e0 090/110: Section heading style for Org priorities, keywords, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme cd9cce9 093/110: Refine HYDRA colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 277c202 099/110: Review ELFEED faces, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 2101557 105/110: Use less intense foreground for fringe indicators, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d68b1e3 031/110: Major review of SMERGE faces, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 0c4f871 029/110: Major review of EDIFF (superior UI/semantics), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 5107407 059/110: Internal: convert two defmacro into defun, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 7a7e22c 060/110: Internal: reorganise `defun' initial placement, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e50f582 064/110: Internal: add page breaks for convenience (the ^L), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1921e3b 088/110: Use web-friendly href for README table of contents, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 48b9df3 083/110: Use optional slanted text for Git commits (Magit),
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme e0c57fe 084/110: Add support for VTERM, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 66416bc 092/110: Tweak `message-mml' face, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 35fbfb7 032/110: Expand and refine MAGIT faces, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 5767a3d 037/110: Add support for WINUM, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme a5f8651 036/110: Add support for FORGE (magit issue tracker), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 55dad77 052/110: Make bold optional in WINUM and ESHELL prompt, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 54a2534 066/110: Adapt KEYCAST to new 3D modeline option, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme a395411 070/110: Review linter faces (FLYCHECK and FLYMAKE), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 43f0136 082/110: Allow `org-quote' to use optional slanted text, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 69203f2 091/110: Add support for EGLOT, Stefan Monnier, 2020/04/29