summaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.toml
blob: 8749fba477f9a73d039ee1c1ac808cc78803e7f9 (plain)
1
2
3
4
5
6
7
[general]
import = [
    "~/.config/alacritty/themes/themes/theme.toml"
]

[window]
padding = { x = 5, y = 5 }