From 1278ee77d26defcc6fa4db2c84b913060a45407f Mon Sep 17 00:00:00 2001 From: yashpalgoyal1304 Date: Tue, 27 Dec 2022 12:24:36 +0530 Subject: [PATCH] Change primary selection color... Fix https://github.com/helix-editor/helix/issues/5314 in continuation of https://github.com/helix-editor/helix/pull/5309/ --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index c7b5dc84e7e0..76243295b660 100644 --- a/theme.toml +++ b/theme.toml @@ -60,7 +60,7 @@ label = "honey" "ui.virtual.indent-guide" = { fg = "comet" } "ui.selection" = { bg = "#540099" } -"ui.selection.primary" = { bg = "#540099" } +"ui.selection.primary" = { bg = "#7900DB" } # TODO: namespace ui.cursor as ui.selection.cursor? "ui.cursor.select" = { bg = "delta" } "ui.cursor.insert" = { bg = "white" }