25 lines
349 B
TOML
25 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"]
|