dotfiles/components/alacritty/alacritty.toml

26 lines
582 B
TOML
Raw Normal View History

2024-09-13 17:06:26 +00:00
import = [
# uncomment the flavour you want below:
# "~/.config/alacritty/catppuccin-latte.toml"
# "~/.config/alacritty/catppuccin-frappe.toml"
# "~/.config/alacritty/catppuccin-macchiato.toml"
# "~/.config/alacritty/catppuccin-mocha.toml"
"~/.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"
opacity = 0.80
[font]
normal = { family = "BigBlueTermPlus Nerd Font Mono", style = "Regular" }
size = 12