Fix so smear cursor matches the color of the cursor in the terminal

This commit is contained in:
Martin Lasson 2025-02-18 12:47:10 +01:00
parent 9cb58fb978
commit aa526204b5

View file

@ -9,7 +9,7 @@ return {
scroll_buffer_space = true,
smear_insert_mode = false,
cursor_color = "#d3cdc3",
cursor_color = "#FFCC66",
transparent_bg_fallback_color = "#303030",
stiffness = 0.85,