diff options
author | Casper Rogild Storm <2248455+casperstorm@users.noreply.github.com> | 2020-05-17 23:14:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 21:14:13 +0000 |
commit | ab1f173ccd20001aafe2f5b3268423861b0ecdfe (patch) | |
tree | d71c0990b1dd1fef80787a64fb553cf18393a983 /alacritty.yml | |
parent | 395fee2b01d0fe59f5502402e102f50ebfd88cd1 (diff) | |
download | alacritty-ab1f173ccd20001aafe2f5b3268423861b0ecdfe.tar.gz alacritty-ab1f173ccd20001aafe2f5b3268423861b0ecdfe.zip |
Add subpixel anti-aliasing support on macOS 10.14+
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/alacritty.yml b/alacritty.yml index bf2b4048..d9054b04 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -153,17 +153,7 @@ # Thin stroke font rendering (macOS only) # # Thin strokes are suitable for retina displays, but for non-retina screens - # it is recommended to set `use_thin_strokes` to `false` - # - # macOS >= 10.14.x: - # - # If the font quality on non-retina display looks bad then set - # `use_thin_strokes` to `true` and enable font smoothing by running the - # following command: - # `defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO` - # - # This is a global setting and will require a log out or restart to take - # effect. + # it is recommended to set `use_thin_strokes` to `false`. #use_thin_strokes: true # If `true`, bold text is drawn using the bright color variants. |