A color theme for people who like their editor dark, warm, and a little worn in.
Named after the metal wedge typesetters used to lock type in place — right before the press came down.
Quoin — dark. Warm black, aged cream, rust and indigo. Quoin Daylight — light. Cream paper, deep ink, morning light.
git clone https://github.com/PeRobin/quoin-theme.git
cp quoin-theme/wezterm/Quoin.toml ~/.config/wezterm/colors/
cp quoin-theme/wezterm/Quoin\ Daylight.toml ~/.config/wezterm/colors/Then add to your wezterm.lua:
config.color_scheme = 'Quoin'
-- or
config.color_scheme = 'Quoin Daylight'