dotfiles/.config/alacritty/alacritty.yml

20 lines
345 B
YAML

# See: /usr/share/doc/alacritty/example/alacritty.yml
env:
TERM: xterm-256color
colors:
primary:
background: '#1a3a34'
foreground: '#f2f6e1'
font:
size: 13.5
normal:
family: Iosevka
key_bindings:
- key: F6
mods: Control|Shift
command: { program: "/bin/sh", args: ["-c", "~/.config/alacritty/switch_bg.py"] }