dotfiles/dot_config/alacritty/alacritty.toml

39 lines
499 B
TOML
Raw Normal View History

2024-07-09 08:53:00 -04:00
#import = ["~/.config/alacritty/everforest.toml",]
import = ["~/.config/alacritty/catppuccin-mocha.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"
[font]
size = 13
[font.bold]
family = "Hack"
style = "Bold"
[font.bold_italic]
family = "Hack"
style = "BoldItalic"
[font.italic]
family = "Hack"
2024-07-09 09:04:34 -04:00
style = "Italic"
2024-07-09 08:53:00 -04:00
[font.normal]
family = "Hack"
style = "Regular"