From 4e0beba3438a9132eb4e049f53bd9a66d74645b2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 20 Mar 2026 16:39:14 +0100 Subject: emacs: Support marginalia for Git branches --- .config/emacs/mango-theme.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/emacs/mango-theme.el') diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index 5fec2e0..f18f4c0 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -175,6 +175,12 @@ graphically, so I shouldn’t need to have multiple specs per face. (marginalia-documentation :foreground ,(mango-theme--color 'disabled) :underline nil) + (mm-diffstat-counter-added + :foreground "green" + :weight bold) + (mm-diffstat-counter-removed + :foreground "red" + :weight bold) ;; Tempel (tempel-default -- cgit v1.2.3