dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 86b1f5d7fb7a0079af9f1d7e357f37bb6e8c3131
parent e11742176e61696ff735b0c788115ad4c798cc5d
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 11 Jun 2023 11:55:43 +0200

Make matches more legible

Diffstat:
M.emacs.d/eighters-theme.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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))))