dotfiles/dot_config/alacritty/alacritty.toml.tmpl

42 lines
575 B
Cheetah

#import = ["~/.config/alacritty/everforest.toml",]
import = ["~/.config/alacritty/catppuccin-macchiato.toml"]
live_config_reload = true
[window]
dynamic_padding = true
opacity = 0.95
blur = true
[window.padding]
x = 20
y = 20
[cursor]
[cursor.style]
shape = "Block"
blinking = "On"
{{ if eq .chezmoi.hostname "helix" -}}
[font]
size = 16
{{- else }}
size = 13
{{- end }}
[font.bold]
family = "Hack"
style = "Bold"
[font.bold_italic]
family = "Hack"
style = "BoldItalic"
[font.italic]
family = "Hack"
style = "Italic"
[font.normal]
family = "Hack"
style = "Regular"