diff --git a/theme.toml b/theme.toml index 2139c8bfd..236a95e0b 100644 --- a/theme.toml +++ b/theme.toml @@ -66,8 +66,10 @@ tabstop = { modifiers = ["italic"], bg = "bossanova" } "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"