20 lines
225 B
TOML
20 lines
225 B
TOML
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[font]
|
|
size = 16
|
|
|
|
[font.normal]
|
|
family = "Victor Mono"
|
|
style = "Medium Italic"
|
|
|
|
[font.offset]
|
|
x = 0
|
|
y = 0
|
|
|
|
[window]
|
|
opacity = 0.9
|
|
|
|
[general]
|
|
import = ["/home/opal/.config/alacritty/theme.toml"]
|