[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
- [elpa] externals/modus-vivendi-theme a5e1325 06/73: TENTATIVE review of Magit blame faces, (continued)
- [elpa] externals/modus-vivendi-theme a5e1325 06/73: TENTATIVE review of Magit blame faces, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme f66e923 09/73: Tentative review of intense paren match, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 91a5bfe 10/73: Review paren match colours (amend f66e923d7), Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme e4ff240 16/73: Add explicit styles for comint prompts, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme da83a06 15/73: Internal: adjust trashed sort to match A-Z, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 3c60a60 11/73: Avoid setting a foreground in generic italic face, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 97d757a 14/73: Add support for table-cell (built-in table.el), Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 3729979 19/73: Note that php-mode is supported indirectly, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 3dd3bba 25/73: Refine Magit log and section heading faces, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 8c67612 23/73: Review built-in VC log faces, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme eff5a4a 24/73: Tweak git commit buffer faces (Magit commit edit),
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 7debb3e 26/73: Minor doc update on "git" being "git-commit", Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme dbfffe9 27/73: Add explicit support for git-rebase (Magit), Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 03a1e5d 20/73: Update sample package declaration, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 35391ae 21/73: Add support for built-in 'file-name-shadow' face, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 042bac1 22/73: Add support for PKGBUILD-MODE, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme dc8c584 07/73: Further tweaks to Magit Blame (extend a5e1325ca), Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 1bd6fd6 12/73: Use accented background for notmuch message folds, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 0e9be20 13/73: Add support for org-table-sticky-header, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme cf0a1f2 17/73: Add support for Emacs 27 line number ticks, Stefan Monnier, 2020/08/26
- [elpa] externals/modus-vivendi-theme 05844a1 18/73: Let 'hl-todo' keywords use optional slant, Stefan Monnier, 2020/08/26