From b68543bace33b7a2685350659a89594761b54efc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 4 Sep 2024 14:17:08 -0400 Subject: Highlight submode text slightly --- emacs/.emacs.d/drobillized-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el index b1ce414..d8c4e0f 100644 --- a/emacs/.emacs.d/drobillized-theme.el +++ b/emacs/.emacs.d/drobillized-theme.el @@ -202,6 +202,7 @@ Reload the theme after changing anything in this group." `(magit-tag ((t (:foreground ,yellow)))) `(magit-section-highlight ((t (:background "grey15")))) `(minibuffer-prompt ((((background dark)) (:foreground "white")))) + `(mmm-default-submode-face ((t (:background "gray10")))) `(mode-line ((t (:background "#282828" :foreground "#AAA")))) `(mode-line-buffer-id ((t (:weight bold)))) `(mode-line-buffer-id-inactive ((t (:inherit mode-line-buffer-id :foreground "gray30")))) -- cgit v1.2.1