Closed daveyarwood closed 3 years ago
Seems like it is only setting bold settings for cterm
. If you run
:highlight BaleiaColors_B_none_none
the result will be
BaleiaColors_B_none_none cterm=bold
and the correct should be
highlight BaleiaColors_B_none_none cterm=bold gui=bold
I'm going to make a patch 🔜
That fixed it. Nice!
Baleia is working great for the most part, but one thing I noticed is that the
\e[1m
(bold) escape code doesn't appear to be working. For example:See also: https://github.com/Olical/conjure/issues/53#issuecomment-552612529 https://github.com/chrisbra/Colorizer/issues/76