1
0
Fork 0
dotfiles2000/dotfiles/i3-session/dot-config/alacritty/alacritty.toml

25 lines
349 B
TOML
Raw Permalink Normal View History

2024-10-31 22:09:39 +01:00
[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"]