dotfiles

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

commit a337bdf8afd85816dedd3666516354e76641c84a
parent 1ae2f66ea814d161a2f3176e90358c317e2d86ef
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 29 Oct 2023 16:34:39 +0100

Tone down faces for message metadata

Diffstat:
M.emacs.d/eighters-theme.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el @@ -215,8 +215,8 @@ `(eighters-citation-4 ((t (:foreground ,fg-red-dim)))) `(eighters-citation-5 ((t (:foreground ,fg-magenta-dim)))) `(eighters-citation-6 ((t (:foreground ,fg-blue-dim)))) - `(eighters-date ((t (:foreground ,fg-magenta)))) - `(eighters-identity ((t (:foreground ,fg-red)))) + `(eighters-date ((t (:foreground ,fg-magenta-dim)))) + `(eighters-identity ((t (:foreground ,fg-red-subtle)))) `(eighters-markup ((t (:foreground ,fg-dim)))) `(eighters-metadata ((t (:foreground ,fg-magenta-dim)))) `(eighters-title-1 ((t (:foreground ,fg-cyan-subtle :weight bold :height 1.28 :inherit variable-pitch))))