dotfiles-alacritty/.config/alacritty/style.toml
finga 9dec689c77 Create a basic config for alacritty
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.
2024-03-08 18:08:36 +01:00

6 lines
115 B
TOML

[font]
normal = { family = "NimbusMonoPS", style = "Regular" }
size = 10
[colors]
cursor = { cursor = "#00aa00" }