tender.vim
tender.vim copied to clipboard
gutter color when using ale
Expected Behavior
gutter has the same or similar background as the editing window
Current Behavior
gutter is in a light grey which makes it intrusive
Context
setup: i started using the 'ale' asynchronous linting vim plugin (seems great). there are options for setting the gutter symbol but i don't think the plugin tries to set colors?
My Environment
vim 8; MacVim on OS X 10.12
the same happens when diffing -- the gutter is in a light grey. this is also different from what is shown in the screenshots here.
a workaround is to manually call :hi clear SignColumn
@nilsbecker I started using tender
colorscheme and had similar issues with ALE and so far explicitly setting a value in base.yml
for SignColumn
and regenerating the colorscheme with estilo seems to have addressed it.