junegunn / junegunn/limelight.vim
Doesn't work with slate colorscheme
Open
- Dominant language
- Vim Script
- Stars
- 2.5k
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
I am using the slate colorscheme.
I set `g:limelight_conceal_ctermfg` just like in the README. However, when it gets to like 139 and 140 in `autoload/limelight.vim`, `synIDattr` returns an empty string for both `fg` and `bg`.
So then when it gets down to likes 165 and 166, calling the function `s:gray_contiguous` on the empty string leads to throw the unsupported error.
I am not sure if if it supposed to be in the guicolors section, but it would still throw the error at line 146 if so.
Not sure why slate doesn't return the fg or bg.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.