overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.51k stars 241 forks source link

query-replace term highlighting #184

Closed dubiousdavid closed 9 years ago

dubiousdavid commented 9 years ago

Highlighting of the next term to be replaced using query-replace is almost unusable given the background and foreground colors are so dark. Screenshot below. screen shot 2015-01-27 at 11 35 29 am

practicalli-johnny commented 9 years ago

A suggested fix is to use grey42 for the colour value of query-replace in the file ~/.emacs.d/packs/stable/colour-pack/lib/cyberpunk.el, rather than grey10

The change would read: (query-replace ((t (:background "gray42"))))

I have created a pull request with the suggested change Thanks

practicalli-johnny commented 9 years ago

@dubiousdavid the highlight colour has been updated for the query-replace function in Emacs Live. Could you mark this issue as closed please.