diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-02-01 07:42:32 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-02-12 10:26:12 +0100 |
| commit | 9e6b88df9c6b82151ba29086b2ceb1558c08ce6b (patch) | |
| tree | 4515cedef3142344b710a0e222ebec12f110ac09 | |
| parent | 990cba5466e3a853fd77ca9bb84879c2e4dc2248 (diff) | |
| download | dotfiles-9e6b88df9c6b82151ba29086b2ceb1558c08ce6b.tar.xz | |
Tweak more faces
Highlights:
* add etc/NEWS tags
* some Markdown markup
* tone done fringe bitmaps
* make current icomplete selection easier to spot on monitors with
poor contrast for black levels
| -rw-r--r-- | .emacs.d/eighters-theme.el | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 1cbb2e3..7506002 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -194,6 +194,8 @@ `(dired-header ((t (:inherit eighters-title-1)))) `(dired-special ((t (:foreground ,fg-yellow-dim)))) `(eldoc-highlight-function-argument ((t (:background ,bg-yellow :foreground ,fg-yellow :weight bold)))) + `(emacs-news-does-not-need-documentation ((t (:foreground ,fg-dimmer)))) + `(emacs-news-is-documented ((t (:foreground ,fg-blue-dim)))) `(error ((t :foreground ,fg-red :weight bold))) `(escape-glyph ((t (:foreground ,fg-red-dim :inherit fixed-pitch-serif)))) `(flymake-error ((t (:underline (:color ,fg-red :style wave))))) @@ -214,7 +216,7 @@ `(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)))) + `(fringe ((t (:background ,bg-hl-dimmer :foreground ,fg-dimmer)))) `(gnus-group-mail-1 ((t (:foreground ,fg-yellow :weight bold)))) `(gnus-group-mail-1-empty ((t (:foreground ,fg-yellow-dim)))) `(gnus-group-mail-3 ((t (:foreground ,fg-green :weight bold)))) @@ -256,6 +258,7 @@ `(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)))) + `(icomplete-selected-match ((t (:weight bold :inherit highlight)))) `(info-title-1 ((t (:inherit eighters-title-1)))) `(info-title-2 ((t (:inherit eighters-title-2)))) `(info-title-3 ((t (:inherit eighters-title-3)))) @@ -315,6 +318,7 @@ `(separator-line ((t (:background ,bg-hl :height 0.1)))) `(shadow ((t (:foreground ,fg-dimmer)))) `(show-paren-match ((t (:foreground ,fg-cyan :inverse-video t)))) + `(show-paren-mismatch ((t (:foreground ,fg-red :inverse-video t)))) `(success ((t (:foreground ,fg-blue :weight bold)))) `(tab-bar ((t (:background ,bg-hl-dimmer :inherit eighters-ui)))) `(tab-bar-tab ((t (:weight bold :box (:style released-button) :inherit tab-bar)))) @@ -368,7 +372,8 @@ `(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-refined-changed ((t (:inherit diff-refine-changed)))) + ;; 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)))) `(smerge-refined-removed ((t (:inherit diff-refine-removed)))) `(smerge-lower ((t (:background ,bg-blue-dim)))) @@ -386,7 +391,9 @@ `(markdown-header-face-5 ((t (:inherit eighters-title-5)))) `(markdown-header-face-6 ((t (:inherit eighters-title-6)))) `(markdown-inline-code-face ((t (:background ,bg-hl-dim :foreground ,fg-magenta :inherit markdown-code-face)))) + `(markdown-line-break-face ((t (:background ,bg-hl-dimmer :underline t :inherit markdown-markup-face)))) `(markdown-pre-face ((t (:background ,bg-hl-dimmer :inherit markdown-code-face :extend t)))) + `(markdown-url-face ((t (:inherit (markdown-markup-face markdown-plain-url-face))))) `(which-key-group-description-face ((t (:foreground ,fg-green-dim)))) `(which-key-key-face ((t :weight bold :inherit help-key-binding))) ;;;; Magit. |
