Skip to content

WezTerm

Color schemes for WezTerm, one TOML file per variant.

Install

bash
mkdir -p ~/.config/wezterm/colors
cp extras/wezterm/silkcircuit-*.toml ~/.config/wezterm/colors/

WezTerm reads every scheme in that directory and refers to them by the name in their [metadata] block, not by file name. In ~/.config/wezterm/wezterm.lua:

lua
config.color_scheme = "SilkCircuit Neon"

The other names are SilkCircuit Vibrant, SilkCircuit Soft, SilkCircuit Glow, and SilkCircuit Dawn.

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

Files

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