1
0
Fork 0
dotfiles/configDots/alacritty/alacritty.toml

23 lines
314 B
TOML
Raw Normal View History

2024-03-04 17:05:10 +01:00
import = ["/home/je/.config/alacritty/active_colourscheme.toml"]
[cursor.style]
shape = "Beam"
[cursor.vi_mode_style]
shape = "Underline"
[font]
size = 10
[font.bold]
family = "EnvyCodeR"
style = "Bold"
[font.italic]
family = "EnvyCodeR"
style = "Italic"
[font.normal]
family = "EnvyCodeR"
style = "Regular"