ishan9299 / nvim-solarized-lua

solarized colorscheme in lua for nvim 0.5
MIT License
184 stars 54 forks source link

Less harsh colors and decorations for Lsp diagnostics #31

Closed app closed 3 years ago

app commented 3 years ago

I'm happy with this beautiful theme, but I hope a little tuning is still possible. I removed underlines from messages. Leaving them only on code targets. Would you mind that orange is more comfortable than red for errors? )

ishan9299 commented 3 years ago

I don't use the lsp can you share a screenshot showing previous and after changes?

app commented 3 years ago

изображение

ishan9299 commented 3 years ago

I think removing the underlining from the red highlights would make it less distracting. If you want the orange then I guess making it a option vim.g.solarized_errorlight would be preferable. You can name the option whatever you want.

app commented 3 years ago

Orange or red without underline is minor difference. And I agree the red is more consistent choice in long time frame. I updated PR with red for errors.