An ambitious theme for alacritty
Edit alacritty configuration file (usually located at $XDG_CONFIG_HOME/alacritty/alacritty.yml
) and import embark to your config.
If you placed embark.yml
into $XDG/alacritty/alacritty/themes/embark.yml
then
the import would look like the following:
import:
- ~/.config/alacritty/themes/embark.yml
import = [
"~/.config/alacritty/themes/embark.toml"
]
See this repo for similar theme handling.