You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to see color support for the FoldColumn of Vim (which you can enable with :set foldcolumn=1).
At the moment its background is a light grey with cyan text, which doesn't fit into the color schema.
At the moment I've set the colors of the FoldColumn to the same as LineNr - but I think it would be better to give it a darker textcolor to distinct both columns.
Before:
After:
Thanks and best regards!
The text was updated successfully, but these errors were encountered:
@dubst3pp4 Thanks for opening this. I just pushed a commit to use #333333 as the foreground of FoldColumn, I want the text color to be darker than LineNr.
Hi and thanks for that wonderful colorschema,
I would like to see color support for the
FoldColumn
of Vim (which you can enable with:set foldcolumn=1
).At the moment its background is a light grey with cyan text, which doesn't fit into the color schema.
At the moment I've set the colors of the
FoldColumn
to the same asLineNr
- but I think it would be better to give it a darker textcolor to distinct both columns.Before:
After:
Thanks and best regards!
The text was updated successfully, but these errors were encountered: