finga
9dec689c77
Create a basic configuration for alacritty. We create a minimal configuration file which just imports the "style" configuration. In the style configuration we configure the font and the color of the cursor.
6 lines
115 B
TOML
6 lines
115 B
TOML
[font]
|
|
normal = { family = "NimbusMonoPS", style = "Regular" }
|
|
size = 10
|
|
|
|
[colors]
|
|
cursor = { cursor = "#00aa00" }
|