1
0
Fork 0
dotfiles2000/dotfiles/i3-session/dot-config/alacritty/alacritty.toml
2024-11-02 13:39:20 +01:00

24 lines
349 B
TOML

[cursor.style]
shape = "Beam"
[cursor.vi_mode_style]
shape = "Underline"
[font]
size = 10
[font.bold]
family = "EnvyCodeR Nerd Font Mono"
style = "Bold"
[font.italic]
family = "EnvyCodeR Nerd Font Mono"
style = "Italic"
[font.normal]
family = "EnvyCodeR Nerd Font Mono"
style = "Regular"
[general]
import = ["~/.local/alacritty_colors.toml"]