diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/drobillized-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
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")))) |