Alacritty Themes
You can customize the appearance/theme of Alacritty by cloning the alacrity-theme Github repository.
Install themes
- Create a directory
~/.config/alacritty
cd
into the newly created directory and clone the themes repositorycd ~/.config/alacritty
git clone https://github.com/alacritty/alacritty-theme .
Configure Alacritty theme
- Edit your
alacritty.toml
file - At the top of the file, add an
import
statement with the path to a theme in thethemes/
directory of the cloned repository - Example:
import = ["~/.config/alacritty/themes/atom_one_dark.toml"]
Visit the Alacritty Github for all themes & previews.