diff --git a/runtime/themes/curzon.toml b/runtime/themes/curzon.toml index ca24bdde5..e5e52fb10 100644 --- a/runtime/themes/curzon.toml +++ b/runtime/themes/curzon.toml @@ -62,8 +62,10 @@ label = "label" "ui.cursor.select" = { bg = "cursor_normal_bg_color" } "ui.cursor.primary.insert" = { bg = "#f43f5e", fg = "white" } "ui.cursor.match" = { fg = "#212121", bg = "#6C6999" } +"ui.cursorcolumn" = { bg = "cursor_normal_bg_color"} +"ui.cursorline" = { bg = "cursor_normal_bg_color"} "ui.cursorline.primary" = { bg = "dark"} -"ui.highlight" = { bg = "dark" } +"ui.highlight" = { bg = "cursor_normal_bg_color" } "ui.highlight.frameline" = { bg = "#634450" } "ui.debug" = { fg = "#634450" } "ui.debug.breakpoint" = { fg = "debug_breakpoint" }