bbatsov / solarized-emacs

The Solarized colour theme, ported to Emacs.
772 stars 176 forks source link

Add consult support #423

Closed leodag closed 3 years ago

leodag commented 3 years ago

By default, these faces inherit from region, which is not very pleasant to look at. This PR changes them so they only highlight the lines' background.

consult-preview-line highlights lines you are searching for, on commands such as consult-line or consult-grep, and consult-preview-insertion highlights a preview of a yank when calling consult-yank-pop.

consult-preview-line before/after: consult-preview-line before consult-preview-line after

consult-preview-insertion before/after: consult-preview-insertion before consult-preview-insertion after


Before submitting a PR make sure the following things have been done (and denote this by checking the relevant checkboxes):

Thanks!