Fix cursor color

Default cursor color in alacritty is white (foreground) and not cyan.
This commit is contained in:
valoq 2026-02-23 16:46:36 +01:00
parent c291194a4e
commit e24334a8df

View file

@ -2,7 +2,7 @@
# Alacritty
[colors-dark]
cursor = 181818 56d8c9
cursor = 181818 d8d8d8
background= 181818
foreground= d8d8d8