Skip to content

Alacritty

Colors for Alacritty, including the sixteen ANSI slots, cursor, selection, and search highlights.

Install

bash
mkdir -p ~/.config/alacritty/themes
cp extras/alacritty/silkcircuit-*.toml ~/.config/alacritty/themes/

Then in ~/.config/alacritty/alacritty.toml:

toml
[general]
import = ["~/.config/alacritty/themes/silkcircuit-neon.toml"]

These ship as TOML, which Alacritty has read since 0.13 replaced the YAML config. Where import lives has moved since: it sits under [general] in current releases, and if your Alacritty rejects it there, move the key to the top level.

The installer does the same thing: ./install.sh, or ./install.sh --variant neon for just that one.

Files

VariantFile
neonextras/alacritty/silkcircuit-neon.toml
vibrantextras/alacritty/silkcircuit-vibrant.toml
softextras/alacritty/silkcircuit-soft.toml
glowextras/alacritty/silkcircuit-glow.toml
dawnextras/alacritty/silkcircuit-dawn.toml