Files
.dotfiles/alacritty.toml

16 lines
260 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]
normal.family = "Hack Nerd Font"
2024-12-21 14:51:25 +04:00
size = 14.0