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" }