Files
.dotfiles/macos/alacritty.toml

16 lines
274 B
TOML
Raw Normal View History

2024-12-21 14:13:20 +04:00
[env]
TERM = "xterm-256color"
2024-12-21 14:30:10 +04:00
[window]
padding.x = 20
padding.y = 20
2024-12-21 14:51:25 +04:00
[general]
import = [
"~/.config/alacritty/themes/themes/gruvbox_dark.toml"
]
#decorations = "Buttonless"
#opacity = 0.92
#blur = true
2024-12-21 14:30:10 +04:00
[font]
2025-08-05 12:02:06 +04:00
normal.family = "DaddyTimeMono Nerd Font Mono"
2024-12-21 14:51:25 +04:00
size = 14.0