After upgrading to macOS Mojave the font rendering in Sublime Text 3 is not working correctly.
Just reporting the answer stated here by MTuner
Apple removed colored sub-pixel antialiasing in MacOS Mojave (https://developer.apple.com/videos/play/wwdc2018/209/ starting from ~28min)
To make fonts look normal in Sublime Text, add to Preferences:
// For the editor
"font_options": [ "gray_antialias" ],
// For the sidebar / other elements
"theme_font_options": [ "gray_antialias" ],
Thanks for the Tip!!
you saved my eyes... but unfortunately Sublime isn't the only software with an horrible font.
If you want to enable antiAliasing in all OS as before on High Sierra, you can run from Terminal the command:
defaults write -g CGFontRenderingFontSmoothingDisabled -bool FALSE
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With