26 lines
582 B
TOML
26 lines
582 B
TOML
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
|