21 lines
243 B
TOML
21 lines
243 B
TOML
|
|
[env]
|
|
TERM="xterm-256color"
|
|
|
|
[font]
|
|
size = 13.0
|
|
|
|
[font.normal]
|
|
family = "MesloLGL Nerd Font"
|
|
style = "Regular"
|
|
|
|
[window]
|
|
decorations = "Buttonless"
|
|
opacity = 0.8
|
|
blur = true
|
|
|
|
[general]
|
|
import = [
|
|
"~/.config/alacritty/themes/dracula.toml"
|
|
]
|