From ea70e814316b888b6be849d66a6d0aa93557149e Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 23 Jul 2024 16:39:58 +1200 Subject: [PATCH] emacs: style isearch faces --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 99c2943..b5fede7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -316,6 +316,8 @@ value `italic'." (custom-button-mouse :background "#11111b" :foreground "white") (custom-button-pressed :inherit custom-button-mouse :box (:line-width (1 . 1) :color "#11111b")) + (match :background ,accent) + (lazy-highlight :background "#1e1e2e" :foreground ,accent) (info-xref :inherit link :background "#181825" :foreground ,accent) (anzu-mode-line :foreground ,accent) (breadcrumb-imenu-leaf-face :foreground ,accent)