dotfiles

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

commit 539e025464d98e166ae71ed909e065e470ac562c
parent 148e82aa321c5e77c538fbd0c669b77556787500
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed,  1 Feb 2023 07:49:24 +0100

Theme Magit process faces

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

diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el @@ -412,10 +412,13 @@ `(magit-branch-local ((t (:foreground ,fg-blue)))) `(magit-branch-remote ((t (:foreground ,fg-green-dim)))) `(magit-branch-remote-head ((t (:inverse-video t :inherit magit-branch-remote)))) + `(magit-process-ng ((t (:inherit error)))) + `(magit-process-ok ((t (:inherit success)))) `(magit-log-date ((t (:inherit eighters-date)))) `(magit-hash ((t (:inherit shadow)))) `(magit-log-author ((t (:inherit eighters-identity)))) `(magit-log-graph ((t (:inherit eighters-markup)))) + `(magit-mode-line-process ((t (:inherit compilation-mode-line-run)))) ;; FIXME: Teach magit-section overlays to de-prioritize their ;; :background so that tags can have one. `(magit-tag ((t (:foreground ,fg-yellow))))