22 lines
314 B
TOML
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"
|