emacs: style isearch faces

This commit is contained in:
Jeremy Baxter 2024-07-23 16:39:58 +12:00
parent b2ae6bea5b
commit ea70e81431

View file

@ -316,6 +316,8 @@ value `italic'."
(custom-button-mouse :background "#11111b" :foreground "white") (custom-button-mouse :background "#11111b" :foreground "white")
(custom-button-pressed :inherit custom-button-mouse (custom-button-pressed :inherit custom-button-mouse
:box (:line-width (1 . 1) :color "#11111b")) :box (:line-width (1 . 1) :color "#11111b"))
(match :background ,accent)
(lazy-highlight :background "#1e1e2e" :foreground ,accent)
(info-xref :inherit link :background "#181825" :foreground ,accent) (info-xref :inherit link :background "#181825" :foreground ,accent)
(anzu-mode-line :foreground ,accent) (anzu-mode-line :foreground ,accent)
(breadcrumb-imenu-leaf-face :foreground ,accent) (breadcrumb-imenu-leaf-face :foreground ,accent)