summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/emacs/eighters-theme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/emacs/eighters-theme.el b/.config/emacs/eighters-theme.el
index ff372fd..10a5a4c 100644
--- a/.config/emacs/eighters-theme.el
+++ b/.config/emacs/eighters-theme.el
@@ -391,6 +391,7 @@
`(message-separator ((t (:background ,bg-hl-dim :inherit (eighters-ui shadow)))))
`(message-signature-separator ((t (:background ,bg-hl-dim :inherit (eighters-ui shadow)))))
`(minibuffer-prompt ((t (:background ,bg-blue :foreground ,fg-blue-subtle :weight bold :inherit eighters-ui))))
+ `(minibuffer-nonselected ((t (:background ,bg-red :foreground ,fg-yellow))))
`(mm-uu-extract ((t (:background ,bg-hl-dimmer))))
`(mode-line ((t (:background ,bg-hl :box (:color ,fg) :inherit eighters-ui))))
`(mode-line-inactive ((t (:background ,bg-hl-dimmer :foreground ,fg-dimmer :box (:color ,bg-hl-dimmer) :inherit eighters-ui))))
@@ -517,6 +518,7 @@
`(ediff-fine-diff-Ancestor ((t (:background ,bg-magenta))))
`(smerge-markers ((t (:background ,bg-hl-dim :foreground ,fg-dim))))
`(smerge-base ((t (:background ,bg-yellow-dim))))
+ `(smerge-refine-shadow-cursor ((t (:box (:color ,fg-dimmer :line-width (-1 . -1))))))
;; Do *NOT* customize smerge-refined-changed, because that tells
;; smerge to use it for both removed and added sections.
`(smerge-upper ((t (:background ,bg-red-dim))))