Unnamed repository; edit this file 'description' to name the repository.
Change cursor color per mode for default (#10608)
Diogenesoftoronto 2024-04-27
parent 31248d4 · commit 5ee7411
-rw-r--r--theme.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
index 83791b0a..81c1a91d 100644
--- a/theme.toml
+++ b/theme.toml
@@ -66,6 +66,8 @@ label = "honey"
# TODO: namespace ui.cursor as ui.selection.cursor?
"ui.cursor.select" = { bg = "delta" }
"ui.cursor.insert" = { bg = "white" }
+"ui.cursor.primary.select" = { bg = "delta" }
+"ui.cursor.primary.insert" = { bg = "white" }
"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursorline.primary" = { bg = "bossanova" }