From 9cc185c82d9bd0abb563b25e12e550870aa6a70b Mon Sep 17 00:00:00 2001 From: Olly <138418350+ollymarkey@users.noreply.github.com> Date: Wed, 3 Sep 2025 20:41:54 +1000 Subject: [PATCH] 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. --- themes/ristretto/alacritty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ristretto/alacritty.toml b/themes/ristretto/alacritty.toml index c716798a..45236efd 100644 --- a/themes/ristretto/alacritty.toml +++ b/themes/ristretto/alacritty.toml @@ -22,7 +22,7 @@ white = "#f1e5e7" [colors.cursor] cursor = '#c3b7b8' -text = '#c3b7b8' +text = '#2c2525' [colors.primary] background = '#2c2525'