diff options
| -rw-r--r-- | .emacs.d/eighters-theme.el | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 5a8a473..9819d7b 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -123,8 +123,8 @@ `(ansi-color-bright-white ((t (:foreground ,fg :background ,fg)))) `(button ((t (:inherit eighters-button)))) `(completions-common-part ((t (:foreground ,fg-dimmer)))) - `(custom-button ((t (:inherit eighters-button)))) `(completions-first-difference ((t (:foreground ,fg-magenta :weight bold)))) + `(custom-button ((t (:inherit eighters-button)))) `(custom-comment ((t (:background ,bg-hl-dim :foreground ,fg-dim)))) `(custom-variable-tag ((t (:inherit eighters-title-3)))) `(default ((t (:background ,bg :foreground ,fg)))) @@ -133,14 +133,7 @@ `(dired-special ((t (:foreground ,fg-yellow-dim)))) `(eldoc-highlight-function-argument ((t (:background ,bg-yellow :foreground ,fg-yellow :weight bold)))) `(error ((t :foreground ,fg-red :weight bold))) - `(fringe ((t (:background ,bg-hl-dimmer)))) - `(shadow ((t (:foreground ,fg-dimmer)))) - `(help-key-binding ((t (:background ,bg-hl-dimmer :foreground ,fg-magenta :inherit fixed-pitch-serif)))) - `(highlight ((t (:background ,bg-hl-dim)))) - `(lazy-highlight ((t (:background ,bg-cyan)))) - `(region ((t (:background ,bg-blue-dim)))) `(escape-glyph ((t (:foreground ,fg-red-dim)))) - `(minibuffer-prompt ((t (:foreground ,fg-blue :weight bold)))) `(font-lock-builtin-face ((t (:foreground ,fg-blue)))) `(font-lock-comment-face ((t (:foreground ,fg-dim :slant italic)))) `(font-lock-constant-face ((t (:foreground ,fg-magenta)))) @@ -154,7 +147,10 @@ `(font-lock-type-face ((t (:foreground ,fg-green)))) `(font-lock-variable-name-face ((t (:foreground ,fg-yellow)))) `(font-lock-warning-face ((t (:inherit warning)))) + `(fringe ((t (:background ,bg-hl-dimmer)))) `(header-line ((t (:background ,bg-hl :inherit eighters-ui)))) + `(help-key-binding ((t (:background ,bg-hl-dimmer :foreground ,fg-magenta :inherit fixed-pitch-serif)))) + `(highlight ((t (:background ,bg-hl-dim)))) `(info-title-1 ((t (:inherit eighters-title-1)))) `(info-title-2 ((t (:inherit eighters-title-2)))) `(info-title-3 ((t (:inherit eighters-title-3)))) @@ -163,9 +159,11 @@ `(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)))) + `(lazy-highlight ((t (:background ,bg-cyan)))) `(link ((t (:foreground ,fg-blue :underline t)))) `(link-visited ((t (:foreground ,fg-magenta-dim :underline t)))) `(Man-overstrike ((t (:foreground ,fg-cyan :inherit bold)))) + `(minibuffer-prompt ((t (:foreground ,fg-blue :weight bold)))) `(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)))) `(outline-1 ((t (:inherit eighters-title-1)))) @@ -174,7 +172,10 @@ `(outline-4 ((t (:inherit eighters-title-4)))) `(outline-5 ((t (:inherit eighters-title-5)))) `(outline-6 ((t (:inherit eighters-title-6)))) + `(region ((t (:background ,bg-blue-dim)))) `(separator-line ((t (:background ,bg-hl :height 0.1)))) + `(shadow ((t (:foreground ,fg-dimmer)))) + `(show-paren-match ((t (:foreground ,fg-cyan :inverse-video t)))) `(tab-bar ((t (:background ,bg-hl-dimmer :inherit eighters-ui)))) `(tab-bar-tab ((t (:weight bold :box (:style released-button) :inherit tab-bar)))) `(tab-bar-tab-inactive ((t (:foreground ,fg-dimmer :weight normal :box (:style pressed-button) :inherit tab-bar-tab)))) @@ -184,7 +185,6 @@ `(transient-argument ((t :weight bold :inherit font-lock-string-face))) `(transient-key ((t :inherit help-key-binding))) `(transient-unreachable-key ((t :inherit (shadow help-key-binding)))) - `(show-paren-match ((t (:foreground ,fg-cyan :inverse-video t)))) `(vertical-border ((t (:foreground ,bg-hl)))) `(warning ((t (:foreground ,fg-yellow :weight bold)))) `(widget-field ((t (:background ,bg-hl-dim)))) |
