diff options
| author | Thomas Voss <thomas.voss@humanwave.nl> | 2026-03-20 16:39:14 +0100 |
|---|---|---|
| committer | Thomas Voss <thomas.voss@humanwave.nl> | 2026-03-20 16:48:31 +0100 |
| commit | 4e0beba3438a9132eb4e049f53bd9a66d74645b2 (patch) | |
| tree | a3f1876bae39c055831958230d7b9f95bffc3317 /.config/emacs/mango-theme.el | |
| parent | c5797f6a1e6803a5eeff5a251c5ec7bbe91dd298 (diff) | |
emacs: Support marginalia for Git branches
Diffstat (limited to '.config/emacs/mango-theme.el')
| -rw-r--r-- | .config/emacs/mango-theme.el | 6 |
1 files changed, 6 insertions, 0 deletions
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 |