mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
42 lines
575 B
Cheetah
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"
|
|
|