diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-01-12 00:04:40 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-01-12 00:17:50 +0100 |
| commit | 63dd17688c9b2a76e941c322a48b0001d7921def (patch) | |
| tree | e999c4f41e01b0ea04b7e4105813100929e3426e /.emacs.d/eighters-theme.el | |
| parent | 72b42d3dfe2777ff71af24755a3ab37c17322cd4 (diff) | |
| download | dotfiles-63dd17688c9b2a76e941c322a48b0001d7921def.tar.xz | |
Theme git-commit faces
Wonder how long I can live with that "make commit summaries all
title-like" gag.
Diffstat (limited to '.emacs.d/eighters-theme.el')
| -rw-r--r-- | .emacs.d/eighters-theme.el | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 79a7962..b4d597d 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -308,6 +308,7 @@ `(org-drawer ((t (:inherit shadow)))) `(org-ellipsis ((t (:inherit shadow)))) `(org-special-keyword ((t (:inherit shadow)))) + `(org-tag ((t (:inherit font-lock-constant-face)))) `(org-todo ((t (:inherit error)))) `(org-verbatim ((t (:foreground ,fg-magenta-dim :inherit fixed-pitch-serif)))) `(region ((t (:background ,bg-blue-dim)))) @@ -416,6 +417,16 @@ `(magit-diffstat-removed ((t (:foreground ,fg-red)))) `(magit-diff-added ((t (:foreground ,fg-dim :inherit diff-added)))) `(magit-diff-added-highlight ((t (:background ,bg-blue-dim)))) - `(magit-diffstat-added ((t (:foreground ,fg-blue)))))) + `(magit-diffstat-added ((t (:foreground ,fg-blue)))) +;;;;; Git commit. + `(git-commit-comment-action ((t (:inherit eighters-title-3)))) + `(git-commit-comment-branch-local ((t (:inherit magit-branch-local)))) + `(git-commit-comment-branch-remote ((t (:inherit magit-branch-remote)))) + `(git-commit-comment-file ((t (:foreground ,fg-dim)))) + `(git-commit-comment-heading ((t (:inherit eighters-title-2)))) + `(git-commit-keyword ((t (:inherit font-lock-constant-face)))) + `(git-commit-known-pseudo-header ((t (:inherit message-header-name)))) + `(git-commit-summary ((t (:inherit eighters-title-1)))) + `(git-commit-pseudo-header ((t (:inherit eighters-identity)))))) (provide-theme 'eighters) |
