Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong color in airline theme #88

Open
tripurari001 opened this issue Jan 14, 2019 · 1 comment
Open

wrong color in airline theme #88

tripurari001 opened this issue Jan 14, 2019 · 1 comment

Comments

@tripurari001
Copy link

when in open the neovim/vim i see the color on airline something like this
screenshot 2019-01-14 at 4 02 23 pm

but when i do syn off and then syn on i see correct color like

screenshot 2019-01-14 at 4 02 41 pm

@tripurari001
Copy link
Author

tripurari001 commented Jan 23, 2019

I found the reason for this, I have some modification on diff color-scheme

highlight DiffAdd cterm=bold ctermfg=0 ctermbg=2 gui=bold guifg=#232834 guibg=#A6CC70
highlight DiffDelete cterm=bold ctermfg=0 ctermbg=203 gui=bold guifg=#232834 guibg=#F27983
highlight DiffChange cterm=bold ctermfg=0 ctermbg=11 gui=bold guifg=#232834 guibg=#FFCC66
highlight DiffText cterm=bold ctermfg=0 ctermbg=32 gui=bold guifg=#232834 guibg=#77A8D9

but I think that should not be the case ( adding modification for vim-diff color-scheme should not affect the airline theme color )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant