summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-09-04 14:17:08 -0400
committerDavid Robillard <d@drobilla.net>2024-09-04 14:17:08 -0400
commitb68543bace33b7a2685350659a89594761b54efc (patch)
tree3867e8e149b92a3bcd2c46752d1c9d8e90df78e2
parenta7c7862a4819508a30caf37803a1f34b707a47e4 (diff)
downloaddotfiles-b68543bace33b7a2685350659a89594761b54efc.tar.gz
dotfiles-b68543bace33b7a2685350659a89594761b54efc.tar.bz2
dotfiles-b68543bace33b7a2685350659a89594761b54efc.zip
Highlight submode text slightly
-rw-r--r--emacs/.emacs.d/drobillized-theme.el1
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"))))