summaryrefslogtreecommitdiff
path: root/alacritty.toml
blob: 75c92d80945dba98535e8120684791ef38ede871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[general]
live_config_reload = true

[colors.primary]
background = "#F2EFDF"
foreground = "#5C6A72"

[font]
normal = { family = "JetBrainsMono Nerd Font", style = "Bald" }

[terminal.shell]
program = "/bin/zsh"