From b9d5e40adc1cdb0e9681b35098f22221679613d1 Mon Sep 17 00:00:00 2001 From: rojebd <132220348+rojebd@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:30:02 -0700 Subject: [PATCH] updated cursor colors to [reversed] --- 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 ad94a33dd..252e4f6dc 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" = { bg = "white" } +"ui.cursor" = { bg = "white", modifiers = ["reversed"] } "ui.cursorline.primary" = { bg = "white" } "ui.highlight" = { bg = "white" } "ui.highlight.frameline" = { bg = "#634450" }