22 lines
275 B
TOML
22 lines
275 B
TOML
import = [
|
|
"~/.config/alacritty/catppuccin-latte.toml"
|
|
]
|
|
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[font]
|
|
size = 14.0
|
|
|
|
[font.normal]
|
|
family = "FiraCode Nerd Font Mono"
|
|
style = "Light"
|
|
|
|
[window]
|
|
opacity = 0.95
|
|
option_as_alt = "Both"
|
|
dynamic_padding = true
|
|
|
|
[window.padding]
|
|
x = 2
|
|
y = 2
|