From 8df793aa0c6a0e31f8652776890dc2e698e3bd3c Mon Sep 17 00:00:00 2001 From: Felipe Bueno Date: Mon, 30 Sep 2024 11:50:16 -0300 Subject: [PATCH] minor fix to the curzon theme --- runtime/themes/curzon.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/curzon.toml b/runtime/themes/curzon.toml index d5a608f5f..ca24bdde5 100644 --- a/runtime/themes/curzon.toml +++ b/runtime/themes/curzon.toml @@ -57,7 +57,7 @@ label = "label" "ui.virtual.indent-guide" = { fg = "window_color" } -"ui.selection" = { bg = "#4f46e5" } +"ui.selection" = { bg = "cursor_normal_bg_color" } "ui.selection.primary" = { bg = "#4f46e5" } "ui.cursor.select" = { bg = "cursor_normal_bg_color" } "ui.cursor.primary.insert" = { bg = "#f43f5e", fg = "white" }