cocopon / iceberg.vim

:antarctica: Bluish color scheme for Vim and Neovim
https://cocopon.github.io/iceberg.vim/
MIT License
2.22k stars 132 forks source link

fix some typescript bg colors in hover window #94

Closed mwcz closed 2 years ago

mwcz commented 2 years ago

When hovering, as with neovim's LSP hover, these groups are displayed with a background color other than Normal's. Because of this, linking to Normal results in the wrong background color. To get around that, I removed the Normal links for typescript groups and linked them to vim-javascript groups instead.

I'm pretty sure there's a better approach that doesn't rely on vim-javascript, I'm just not savvy enough with colorschemes to know what that approach is.

Before:

Screenshot from 2021-11-11 11-43-00

After:

Screenshot from 2021-11-11 11-42-14

cocopon commented 2 years ago

Fixed. Thank you for your contribution!