overcache / NeoSolarized

NeoSolarized: A fixed solarized colorscheme for better truecolor support.
MIT License
517 stars 99 forks source link

gitgutter support? #12

Closed tpict closed 7 years ago

tpict commented 7 years ago

The first screenshot in the readme shows the gitgutter add sign using the Solarized green colour, but when I load the colourscheme it's using the gitgutter built-in green. I don't see any of the gitgutter highlight groups in NeoSolarized.vim

overcache commented 7 years ago

gitgutter would override "sign colum" color by default. You can disable this by config your init.vim:

let g:gitgutter_override_sign_column_highlight = 0
tpict commented 7 years ago

I do use that setting - the problem isn't with the sign column highlighting, it's that the symbol characters don't use the Solarized palette. For example, the add symbol is #009900 where it should be #5f8700.

I use

hi! link GitGutterAdd DiffAdd
hi! link GitGutterChange DiffChange
hi! link GitGutterDelete DiffDelete
hi! link GitGutterChangeDelete DiffChange
overcache commented 7 years ago

sorry for the delay reply. I found the gitgutter color was defined in my vimrc 😂 , now I add to the theme. Please update to latest version