diff options
-rw-r--r-- | lisp/km-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/km-theme.el b/lisp/km-theme.el index 6fafebd..95e103c 100644 --- a/lisp/km-theme.el +++ b/lisp/km-theme.el @@ -84,6 +84,7 @@ '(magit-section-highlight ((t (:background "white")))) '(magit-section-heading ((t (:inherit font-lock-constant-face :weight bold)))) '(magit-section-secondary-heading ((t (:inherit default)))) + '(mm-uu-extract ((t (:background "gray95" )))) '(org-agenda-calendar-event ((t (:inherit font-lock-function-name-face)))) '(org-agenda-calendar-sexp ((t (:inherit font-lock-variable-name-face)))) '(org-agenda-date ((t (:foreground "gray40")))) |