rajasegar / alacritty-themes

:rainbow: :lollipop: Themes :candy: :heart_eyes: for Alacritty: A cross-platform GPU-accelerated Terminal emulator
MIT License
685 stars 70 forks source link

use_thin_strokes has been removed. #169

Closed rohithvishaal closed 1 year ago

rohithvishaal commented 1 year ago

Change in the Config File: alacritty.yml

use_thin_strokes has been removed; Set the AppleFontSmoothing user default instead

To Reproduce

alacritty-themes --create

  1. Installation

Expected behavior

Expected to show no error warning after changing the theme.

Operating System:

Add your alacritty.yml content

# defective line 
use_thin_strokes: true

Screenshots

Before Resolving the Warning: image

After Resolving the warning: image

Replaced the line :

use_thin_strokes: true
# Replaced the above line with
AppleFontSmooting: true

in ~/.config/alacritty/alacritty.yml

JuanVqz commented 1 year ago

Hey! Thank you for opening this issue I'll fix it as soon as possible 🧐

rajasegar commented 1 year ago

:tada: This issue has been resolved in version 5.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

joaotapparo commented 1 year ago

Thanks a lot for the help!!

PranavBhattarai commented 1 year ago

Just got an update on Alacritty ver 0.10.0 to 0.12.0 in Fedora 38.

I met this bug/warning EVERY time, I open the terminal. Thank you for opening the issue.

The only small mistake you (@rohithvishaal) did above is a spelling mistake in "Smoothing": AppleFontSmooting: true

Instead, it should be: AppleFontSmoothing: true

Minor typo.