1
0
Fork 0
dotfiles/configDots/alacritty/alacritty.toml
2024-03-04 17:05:19 +01:00

22 lines
314 B
TOML

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"