AlessandroYorba / Alduin

A Vim Colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignColumn

opened this issue · comments

Looks a bit striking against the suggested CursorLine colour, and a bit too bright for the theme as a whole, I think:

screenshot_2016-02-19_11-52-37

How about making it the same colour, with SignColumn ctermfg=14 ctermbg=235 guifg=Cyan guibg=#262626:

screenshot_2016-02-19_11-53-33

I like the idea that the SignColumn match the LineNr and FoldColumn groups. Remember that your LineNr is based on a custom setting. You definitely bring up something to consider. Thank you for the observation.

@NightVigil SignColumn has been updated in the latest commit. I took your advise and I added the green foreground color that you were using. However, I left the background dark to match the LineNr highlight group for either the default alduin or Ethereal. Thanks