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
Add the missing highlight attributes cterm, term, and gui to g:jellybeans_override.
You could also modify the override to look at attributes and set whatever the attributes that exist, looking for a 256 prefixed version for things that begin with `c.
This would work best when you have done #32 and #37.
Add the missing
highlight
attributescterm
,term
, andgui
tog:jellybeans_override
.You could also modify the override to look at attributes and set whatever the attributes that exist, looking for a
256
prefixed version for things that begin with `c.This would work best when you have done #32 and #37.
This code may be helpful: How to modify existing highlight group in vim?
The text was updated successfully, but these errors were encountered: