Update alacritty.toml

The cursor and text color in the ristretto alactritty theme config are currently the same. This change sets the cursor text color to match the background color. This should be the expected behavior.
This commit is contained in:
Olly
2025-09-03 20:41:54 +10:00
committed by GitHub
parent 8fd668fbb3
commit 9cc185c82d

View File

@@ -22,7 +22,7 @@ white = "#f1e5e7"
[colors.cursor]
cursor = '#c3b7b8'
text = '#c3b7b8'
text = '#2c2525'
[colors.primary]
background = '#2c2525'