Skip to content

Commit

Permalink
Fixed yellow1 background color for evil-isearch
Browse files Browse the repository at this point in the history
`yellow1` is the default background color for the `evil-search-highlight-persist-highlight-face`.  The same settings as for `lazy-highlight` seem appropriate.
  • Loading branch information
StefPac authored and jtbx committed Oct 6, 2024
1 parent 3e4e534 commit f579a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ FLAVOR defaults to the value of `catppuccin-flavor'."
(solaire-header-line-face :inherit 'solaire-mode-line-face)

;; evil
(evil-search-highlight-persist-highlight-face :inherit lazy-highlight)
(evil-ex-lazy-highlight :inherit lazy-highlight)
(evil-ex-substitute-matches :foreground ,ctp-red :underline t)
(evil-ex-substitute-replacement :foreground ,ctp-green
Expand Down

0 comments on commit f579a6a

Please sign in to comment.