dotfiles/components/alacritty/alacritty.toml

21 lines
341 B
TOML
Raw Normal View History

2024-09-13 16:47:26 +00:00
import = [
"~/.config/alacritty/colors.toml"
]
shell = { program = "tmux", args = ["new"] }
live_config_reload = true
[env]
TERM = "xterm-256color"
[window]
padding = { x = 10, y = 10 }
dynamic_padding = true
decorations = "Full"
2024-10-07 17:10:18 +00:00
opacity = 0.85
2024-09-13 16:47:26 +00:00
[font]
normal = { family = "JetBrainsMono Nerd Font Mono", style = "Regular" }
2024-10-07 17:10:18 +00:00
size = 16