From e1a97dba0e6d2d08cc67cb29475601e8d3b1e875 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 1/2] 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 2139c8bfd..5a378517b 100644 --- a/theme.toml +++ b/theme.toml @@ -63,7 +63,7 @@ tabstop = { modifiers = ["italic"], bg = "bossanova" } "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" } From 4dc83ddd104b9a9f47530d4c018bd3001fdf48af Mon Sep 17 00:00:00 2001 From: Rasmus Mecklenburg <42248344+rmburg@users.noreply.github.com> Date: Sun, 19 Jan 2025 15:15:40 +0100 Subject: [PATCH 2/2] Apply review suggestions --- theme.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/theme.toml b/theme.toml index 5a378517b..236a95e0b 100644 --- a/theme.toml +++ b/theme.toml @@ -63,11 +63,13 @@ tabstop = { modifiers = ["italic"], bg = "bossanova" } "ui.virtual.indent-guide" = { fg = "comet" } -"ui.selection" = { bg = "#481173" } +"ui.selection" = { bg = "#540099" } "ui.selection.primary" = { bg = "#540099" } # TODO: namespace ui.cursor as ui.selection.cursor? -"ui.cursor.select" = { bg = "delta" } -"ui.cursor.insert" = { bg = "white" } +"ui.cursor.normal" = { bg = "blueberry" } +"ui.cursor.select" = { bg = "blueberry" } +"ui.cursor.insert" = { bg = "blueberry" } +"ui.cursor.primary.normal" = { bg = "delta" } "ui.cursor.primary.select" = { bg = "delta" } "ui.cursor.primary.insert" = { bg = "white" } "ui.cursor.match" = { fg = "#212121", bg = "#6C6999" } @@ -112,3 +114,4 @@ honey = "#efba5d" apricot = "#f47868" lightning = "#ffcd1c" delta = "#6F44F0" +blueberry = "#55339E"