nvim-solarized-lua icon indicating copy to clipboard operation
nvim-solarized-lua copied to clipboard

Error really sticks out?

Open jonaz opened this issue 3 years ago • 0 comments

Error sign in ALE a bit "noisy"? 2022-11-14-212302_446x63_scrot

I want this: 2022-11-14-212243_481x84_scrot

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'}

jonaz avatar Nov 14 '22 20:11 jonaz