diff options
author | David Robillard <d@drobilla.net> | 2024-09-04 14:17:08 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-09-04 14:17:08 -0400 |
commit | b68543bace33b7a2685350659a89594761b54efc (patch) | |
tree | 3867e8e149b92a3bcd2c46752d1c9d8e90df78e2 | |
parent | a7c7862a4819508a30caf37803a1f34b707a47e4 (diff) | |
download | dotfiles-b68543bace33b7a2685350659a89594761b54efc.tar.gz dotfiles-b68543bace33b7a2685350659a89594761b54efc.tar.bz2 dotfiles-b68543bace33b7a2685350659a89594761b54efc.zip |
Highlight submode text slightly
-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")))) |