From 637f8e413f81e1bf331c2b2a2dfce88c5a029481 Mon Sep 17 00:00:00 2001 From: Narcha <42248344+Narcha@users.noreply.github.com> Date: Tue, 2 Jul 2024 23:56:35 +0200 Subject: [PATCH] Default theme: Use different highlight color for secondary selections --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 81c1a91d7..d2205a901 100644 --- a/theme.toml +++ b/theme.toml @@ -61,7 +61,7 @@ label = "honey" "ui.virtual.indent-guide" = { fg = "comet" } -"ui.selection" = { bg = "#540099" } +"ui.selection" = { bg = "#481173" } "ui.selection.primary" = { bg = "#540099" } # TODO: namespace ui.cursor as ui.selection.cursor? "ui.cursor.select" = { bg = "delta" }