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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -