Import a theme in alacritty.toml
masterYou can apply a theme by adding an import array to the [general] section of your alacritty.toml file. Replace {theme} with the name of the specific .toml file you wish to use from the themes directory.
[general]
import = [
"~/.config/alacritty/themes/themes/{theme}.toml"
]