Skip to content

Commit

Permalink
feat: change visual-replace-region indication face
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Jul 22, 2024
1 parent 64448c8 commit e0051e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lisp/readable-mono-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,9 @@ For example links."
`(vr/match-0 ((t (:inverse-video t))))
`(vr/match-1 ((t (:inherit readable-mono-theme-subordinate :inverse-video t))))

;;;;; visual-replace
`(visual-replace-region ((t (:inherit readable-mono-theme-secondary))))

;;;;; web
`(web-mode-current-element-highlight-face ((t (:inherit show-paren-match))))

Expand Down

0 comments on commit e0051e3

Please sign in to comment.