Files
.dotfiles/macos/alacritty/alacritty.toml

16 lines
273 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 = [
2026-01-13 08:00:00 +04:00
"~/.config/alacritty/themes/themes/nackerthemes.toml"
2024-12-21 14:51:25 +04:00
]
#decorations = "Buttonless"
#opacity = 0.92
#blur = true
2024-12-21 14:30:10 +04:00
[font]
2026-01-13 08:00:00 +04:00
normal.family = "CodeNewRoman Nerd Font Mono"
size = 14.5