fonts - Setting no antialias on the sublime sidebar -
in editor part easy turn off antialias, have add in user settings folowing statement:
"font_options": [ "no_antialias" ],
but how should on/for side bar? unter directory "theme - default" there configuration file named "default.sublime-theme". i've tried there following:
{ "class": "sidebar_container", "font_options": [ "no_antialias" ] },
but not work. can me further?
Comments
Post a Comment