overcache / NeoSolarized

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

no text highlight #31

Closed GBeauregard closed 2 years ago

GBeauregard commented 2 years ago

when using this colorscheme with neovim and indent-blankline, a bug similar to this appears: https://github.com/lukas-reineke/indent-blankline.nvim/issues/41

It seems to be specific to this color scheme though. Do you have any guidance on what the problem is?

The following was enough for me to reproduce the issue in neovim 0.5.1 (make a visual block selection where the indents are):

call plug#begin()
Plug 'lukas-reineke/indent-blankline.nvim'
Plug 'overcache/NeoSolarized'
call plug#end()
set termguicolors
syntax enable
set background=dark
colorscheme NeoSolarized
GBeauregard commented 2 years ago

This turned out to be a limitation in neovim and shouldn't need any action on the theme side. I've filed a bug with neovim https://github.com/neovim/neovim/issues/16481