diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-19 09:20:49 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-19 09:20:49 +0300 |
| commit | b3ff246467cd3fed31a4214c7817d129ab4fadc0 (patch) | |
| tree | f42c12e19a5e71f81d6077d4e817ad9b7380815a | |
| parent | 3a8eead639101d04e1443811e61a58a128290a09 (diff) | |
Refine git commit faces (Magit)
Makes them more consistent with other theme metaphors.
With the exception of the comment heading, the others are the ones you
can insert with, e.g., C-c TAB from the commit message buffer.
| -rw-r--r-- | modus-operandi-theme.el | 6 | ||||
| -rw-r--r-- | modus-vivendi-theme.el | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index 0161e95..4e2e3df 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -2542,12 +2542,12 @@ Also bind `class' to ((class color) (min-colors 89))." `(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-comment-heading ((,class :inherit bold :foreground ,fg-dim :slant ,modus-theme-slant))) `(git-commit-keyword ((,class :foreground ,magenta))) - `(git-commit-known-pseudo-header ((,class :inherit bold :foreground ,fg-special-warm))) + `(git-commit-known-pseudo-header ((,class :foreground ,cyan-alt-other))) `(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-pseudo-header ((,class :foreground ,blue))) `(git-commit-summary ((,class :foreground ,magenta-alt-other))) ;;;;; git-gutter `(git-gutter:added ((,class :inherit modus-theme-fringe-green))) diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index 997eca4..1c70c4b 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -2542,12 +2542,12 @@ Also bind `class' to ((class color) (min-colors 89))." `(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-comment-heading ((,class :inherit bold :foreground ,fg-dim :slant ,modus-theme-slant))) `(git-commit-keyword ((,class :foreground ,magenta))) - `(git-commit-known-pseudo-header ((,class :inherit bold :foreground ,fg-special-warm))) + `(git-commit-known-pseudo-header ((,class :foreground ,cyan-alt-other))) `(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-pseudo-header ((,class :foreground ,blue))) `(git-commit-summary ((,class :foreground ,magenta-alt-other))) ;;;;; git-gutter `(git-gutter:added ((,class :inherit modus-theme-fringe-green))) |
