summaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.toml
blob: 92fe80d881cdebd4c4bd903e002979d026649f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[general]
import = [ "dark-scheme.toml" ]

[font]
normal = { family = "Fira Code" }
size = 13

[window]
opacity = 1

[window.padding]
x = 4
y = 4

[env]
TERM = "xterm-256color"

[terminal.shell]
program = 'zellij'