diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-11-09 13:06:54 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-11-09 13:07:19 +0100 |
| commit | a6070130109bf1d383dd949911ac5aa825e49c66 (patch) | |
| tree | 53f0002ca9a65188e8bd5ccebee3389bcc26f76e | |
| parent | 0faee6dfc5882f54a60b959c8b28929b1c171c60 (diff) | |
| download | dotfiles-a6070130109bf1d383dd949911ac5aa825e49c66.tar.xz | |
Customize new Emacs faces
| -rw-r--r-- | .config/emacs/eighters-theme.el | 2 |
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)))) |
