vim-pink-moon icon indicating copy to clipboard operation
vim-pink-moon copied to clipboard

Add support for italics

Open sts10 opened this issue 6 years ago • 0 comments

It'd be nice if Pink Moon utilized italics for fonts that support it (one example is Victor Mono). I don't know how to do this!

My best guess

maybe put "italic" in one of these parameters? Guessing the third parameter, like this: call <sid>hi("Italic", "italic", "", "", "", "none")

or call <sid>hi("Italic", "", "italic", "", "", "none")

and then

call <sid>hi("Boolean",      s:teal, "italic", s:cterm09, "", "")
call <sid>hi("Conditional",  s:teal, "italic", s:cterm0E, "", "")

Here's a Stack Overflow answer that might help?

sts10 avatar Oct 07 '19 01:10 sts10