From 2f3d49ca403e000d098b4b9a17981e69aa432491 Mon Sep 17 00:00:00 2001 From: Felipe Bueno Date: Sat, 5 Oct 2024 20:39:48 -0300 Subject: [PATCH] update curzon/ui.highlight.bg color --- runtime/themes/curzon.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/runtime/themes/curzon.toml b/runtime/themes/curzon.toml index e5e52fb10..70237dd24 100644 --- a/runtime/themes/curzon.toml +++ b/runtime/themes/curzon.toml @@ -62,10 +62,8 @@ 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 = "cursor_normal_bg_color" } +"ui.highlight" = { bg = "#4f46e5" } "ui.highlight.frameline" = { bg = "#634450" } "ui.debug" = { fg = "#634450" } "ui.debug.breakpoint" = { fg = "debug_breakpoint" }