Created
August 22, 2015 03:24
-
-
Save kenjij/ee5c2e859c66f41d92bd to your computer and use it in GitHub Desktop.
Font smoothing control in TextMate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Change settings below if font renderings appear to thin or bold. | |
| # 0: Always disabled. | |
| # 1: Always enabled. | |
| # 2: Disabled for dark themes. | |
| # 3: Disabled for dark themes on high-DPI displays (default). | |
| # Generaly, set the value to 1 if renderings appear too thin | |
| defaults write com.macromates.TextMate.preview fontSmoothing 1 | |
| # Reset to default | |
| defaults delete com.macromates.TextMate.preview fontSmoothing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment