nvim-solarized-lua
nvim-solarized-lua copied to clipboard
Error really sticks out?
Error sign in ALE a bit "noisy"?

I want this:

Which i achived by adding this to the bottom of my config:
hi Error cterm=bold,reverse ctermfg=23 ctermbg=203 gui=bold,reverse guifg=#002b36 guibg=#dc322f
If changed in the theme it would be this and im not sure why fg vs bg seems swapped.
syntax['Error'] = {fg=colors.base03,bg=colors.red,style='bold,reverse'}