diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-08 22:42:05 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-08 22:42:05 +0200 |
commit | 2a224ff34c4d0c13c2eafae3bd631da369ae8e0b (patch) | |
tree | b384a6ce5bdc581a7cb5c3c7d5879be2de4972ac /.config/emacs/mango-theme.el | |
parent | 395e55129c78e6507342d906030061bf97aa9223 (diff) |
emacs: Remove understore from marginalia text
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r-- | .config/emacs/mango-theme.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index d947062..ecfc370 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -156,4 +156,9 @@ graphically, so I shouldn’t need to have multiple specs per face. ;; Vertico (vertico-current - :inherit hl-line)) + :inherit hl-line) + + ;; Marginalia + (marginalia-documentation + :foreground ,(mango-theme--get-color 'disabled) + :underline nil)) |