summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/eighters-theme.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
index b4d597d..1cbb2e3 100644
--- a/.emacs.d/eighters-theme.el
+++ b/.emacs.d/eighters-theme.el
@@ -262,8 +262,8 @@
`(info-title-4 ((t (:inherit eighters-title-4))))
`(isearch ((t (:background ,bg-red :foreground ,fg-magenta :inverse-video t))))
`(isearch-fail ((t (:background ,bg-red :weight bold))))
- `(isearch-group-1 ((t (:background ,bg-red :foreground ,fg-blue :inverse-video t))))
- `(isearch-group-2 ((t (:background ,bg-red :foreground ,fg-cyan :inverse-video t))))
+ `(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))))
`(lazy-highlight ((t (:background ,bg-cyan :foreground ,fg-cyan-subtle :inverse-video t))))
`(link ((t (:foreground ,fg-blue :underline t))))
`(link-visited ((t (:foreground ,fg-magenta-dim :underline t))))
@@ -302,7 +302,7 @@
`(org-block-begin-line ((t (:background ,bg-hl-dim :inherit shadow :extend t))))
`(org-block-end-line ((t (:background ,bg-hl-dim :inherit shadow :extend t))))
`(org-checkbox ((t (:foreground ,fg-yellow :weight bold))))
- `(org-code ((t (:foreground ,fg-green-dim :inherit fixed-pitch-serif))))
+ `(org-code ((t (:background ,bg-hl-dim :inherit fixed-pitch-serif))))
`(org-date ((t (:inherit eighters-date))))
`(org-done ((t (:inherit success))))
`(org-drawer ((t (:inherit shadow))))
@@ -310,8 +310,8 @@
`(org-special-keyword ((t (:inherit shadow))))
`(org-tag ((t (:inherit font-lock-constant-face))))
`(org-todo ((t (:inherit error))))
- `(org-verbatim ((t (:foreground ,fg-magenta-dim :inherit fixed-pitch-serif))))
- `(region ((t (:background ,bg-blue-dim))))
+ `(org-verbatim ((t (:background ,bg-hl-dim :foreground ,fg-magenta :inherit fixed-pitch-serif))))
+ `(region ((t (:background ,bg-blue))))
`(separator-line ((t (:background ,bg-hl :height 0.1))))
`(shadow ((t (:foreground ,fg-dimmer))))
`(show-paren-match ((t (:foreground ,fg-cyan :inverse-video t))))
@@ -385,7 +385,7 @@
`(markdown-header-face-4 ((t (:inherit eighters-title-4))))
`(markdown-header-face-5 ((t (:inherit eighters-title-5))))
`(markdown-header-face-6 ((t (:inherit eighters-title-6))))
- `(markdown-inline-code-face ((t (:foreground ,fg-magenta-dim :inherit markdown-code-face))))
+ `(markdown-inline-code-face ((t (:background ,bg-hl-dim :foreground ,fg-magenta :inherit markdown-code-face))))
`(markdown-pre-face ((t (:background ,bg-hl-dimmer :inherit markdown-code-face :extend t))))
`(which-key-group-description-face ((t (:foreground ,fg-green-dim))))
`(which-key-key-face ((t :weight bold :inherit help-key-binding)))