seoul256.vim icon indicating copy to clipboard operation
seoul256.vim copied to clipboard

Errors are illegible

Open ahstro opened this issue 6 years ago • 3 comments

Errors in Vim are currently quite hard to read, looking like this: error1

I solved this for me with this change here,

-call s:hi('Error', [s:dark_fg, s:light_bg_1], [52, 174])
+call s:hi('Error', [s:dark_fg, s:light_bg_1], [9, 174])

making errors look like this: error2

I haven't investigated any side-effects this might've had, but you might want to consider the change? 😊

ahstro avatar Jan 15 '18 11:01 ahstro

I have never experienced the issue. How can I reproduce the case?

junegunn avatar Jan 20 '18 13:01 junegunn

I'm getting it from using Neomake, but I assume any linting plugin should be able to throw a similar error.

ahstro avatar Jan 22 '18 09:01 ahstro

Can this be closed? @ahstro Has the issue been resolved?

lunacookies avatar Nov 11 '18 08:11 lunacookies