Skip to content

Instantly share code, notes, and snippets.

@kenjij
Created August 22, 2015 03:24
Show Gist options
  • Select an option

  • Save kenjij/ee5c2e859c66f41d92bd to your computer and use it in GitHub Desktop.

Select an option

Save kenjij/ee5c2e859c66f41d92bd to your computer and use it in GitHub Desktop.
Font smoothing control in TextMate
# 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