dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 63dd17688c9b2a76e941c322a48b0001d7921def
parent 72b42d3dfe2777ff71af24755a3ab37c17322cd4
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 12 Jan 2023 00:04:40 +0100

Theme git-commit faces

Wonder how long I can live with that "make commit summaries all
title-like" gag.

Diffstat:
M.emacs.d/eighters-theme.el | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git 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)