mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
Fix cursor color
Default cursor color in alacritty is white (foreground) and not cyan.
This commit is contained in:
parent
c291194a4e
commit
e24334a8df
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# Alacritty
|
# Alacritty
|
||||||
|
|
||||||
[colors-dark]
|
[colors-dark]
|
||||||
cursor = 181818 56d8c9
|
cursor = 181818 d8d8d8
|
||||||
background= 181818
|
background= 181818
|
||||||
foreground= d8d8d8
|
foreground= d8d8d8
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue