summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/eighters-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
index 453e546..9c9c72d 100644
--- a/.emacs.d/eighters-theme.el
+++ b/.emacs.d/eighters-theme.el
@@ -263,7 +263,7 @@
`(dired-header ((t (:inherit eighters-title-1))))
`(dired-special ((t (:foreground ,fg-yellow-dim))))
`(eglot-highlight-symbol-face ((t (:background ,bg-cyan-dim :underline ,fg-cyan-dim))))
- `(eldoc-highlight-function-argument ((t (:background ,bg-red :foreground ,fg-magenta :inverse-video t :weight bold))))
+ `(eldoc-highlight-function-argument ((t (:background ,bg-red-dim :foreground ,fg-magenta :inverse-video t :weight bold))))
`(emacs-authors-author ((t (:inherit (bold eighters-identity variable-pitch)))))
`(emacs-authors-descriptor ((t (:inherit (shadow variable-pitch)))))
`(emacs-news-does-not-need-documentation ((t (:foreground ,fg-dimmer))))
@@ -348,7 +348,7 @@
`(info-title-2 ((t (:inherit eighters-title-2))))
`(info-title-3 ((t (:inherit eighters-title-3))))
`(info-title-4 ((t (:inherit eighters-title-4))))
- `(isearch ((t (:background ,bg-red :foreground ,fg-magenta :inverse-video t))))
+ `(isearch ((t (:background ,bg-red-dim :foreground ,fg-magenta :inverse-video t))))
`(isearch-fail ((t (:background ,bg-red :weight bold))))
`(isearch-group-1 ((t (:background ,bg-red :foreground ,fg-red :inverse-video t))))
`(isearch-group-2 ((t (:background ,bg-red :foreground ,fg-blue :inverse-video t))))