19 lines
305 B
TOML
19 lines
305 B
TOML
[general]
|
|
import = ["~/.config/alacritty/tokyo-night-storm.toml"]
|
|
|
|
[env]
|
|
TERM="xterm"
|
|
|
|
[window]
|
|
padding = { x = 16, y = 16 }
|
|
# opacity = 0.75
|
|
decorations = "none"
|
|
# blur = true
|
|
|
|
[font]
|
|
normal = { family = "JetBrainsMono Nerd Font", style = "Semibold"}
|
|
size = 12
|
|
|
|
[terminal]
|
|
shell = "fish"
|