From e1e6e8a898cd9ba194e0c39a0a2b47531818fa6f Mon Sep 17 00:00:00 2001 From: rojebd <132220348+rojebd@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:33:56 -0700 Subject: [PATCH] makes cursor always white disables the cursor from changing color depeding on which color is hovering over it ex. hovers over blue -> cursor is blue --- runtime/themes/voxed.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/voxed.toml b/runtime/themes/voxed.toml index 74d4a3a7a..c975bc74b 100644 --- a/runtime/themes/voxed.toml +++ b/runtime/themes/voxed.toml @@ -61,7 +61,7 @@ label = "yellow" "ui.cursor.select" = { bg = "white" } "ui.cursor.insert" = { bg = "white" } "ui.cursor.match" = { fg = "#212121", bg = "#6C6999" } -"ui.cursor" = { modifiers = ["reversed"] } +"ui.cursor" = { bg = "white" } "ui.cursorline.primary" = { bg = "white" } "ui.highlight" = { bg = "white" } "ui.highlight.frameline" = { bg = "#634450" }