You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2026. It is now read-only.
Current alacritty.yaml contains a dump of all gruvbox themes and several fonts. This isn't supported by alacritty.toml and Alacritty's inbuilt yaml-to-toml.
# We use Alacritty's default Linux config directory as our storage location here.
mkdir -p ~/.config/alacritty/themes
git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes
Current
alacritty.yamlcontains a dump of all gruvbox themes and several fonts. This isn't supported by alacritty.toml and Alacritty's inbuilt yaml-to-toml.As specified in alacritty/alacritty-theme#installation...
importshould probably be used.WSL
Windows stores alacritty config file in
/mnt/c/Users/<USER>/AppData/Roaming/alacritty/alacritty.toml.Quick and dirty setup:
alacritty.toml:cp ~/.config/alacritty/themes/themes/gruvbox_dark.toml /mnt/c/Users/dnth/AppData/Roaming/alacritty/alacritty.toml