diff options
| -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))  |