How To Set Font Style In A TextMate 2 Theme? -
i this:
settings = { fontstyle = 'italic'; foreground = '#e5a472'; }; },
but font style not changed.
what right syntax alter font styles in textmate 2 theme?
edit
i made changes this:
{ name = 'markdown italic'; scope = 'markup.italic'; settings = { fontstyle = 'italic'; foreground = '#e5a472'; }; },
but no joy.
the scope selector markup.italic.markdown
not markup.italic
.
{ name = 'markdown italic'; scope = 'markup.italic.markdown'; settings = { fontstyle = 'italic'; foreground = '#e5a472'; }; },
this hidden font not having italics @ all. ensure font has italic face.
fonts themes textmate2
No comments:
Post a Comment