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)