From b85ca7b2b636c9922231c25328ccecd828f4a71f Mon Sep 17 00:00:00 2001 From: Felipe Bueno Date: Tue, 1 Oct 2024 15:48:13 -0300 Subject: [PATCH] Add cursor bg highlights on the curzon theme --- runtime/themes/curzon.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" }