aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/ayu_mirage.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/ayu_mirage.toml')
-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" }