Unnamed repository; edit this file 'description' to name the repository.
Use different cursor color for primary cursor for ayu_mirage (#4140)
S1m 2022-10-10
parent 9b7f349 · commit d27551d
-rw-r--r--runtime/themes/ayu_mirage.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/ayu_mirage.toml b/runtime/themes/ayu_mirage.toml
index f3b49d87..e01866a9 100644
--- a/runtime/themes/ayu_mirage.toml
+++ b/runtime/themes/ayu_mirage.toml
@@ -34,7 +34,8 @@
# Interface
"ui.background"= { bg = "background" }
-"ui.cursor" = { bg = "yellow", fg = "dark_gray" }
+"ui.cursor" = { bg = "green", fg = "dark_gray" }
+"ui.cursor.primary" = { bg = "orange", fg = "dark_gray" }
"ui.cursor.match" = { fg = "orange" }
"ui.linenr" = { fg = "dark_gray" }
"ui.linenr.selected" = { fg = "orange" }