Skip to content

Commit d27551d

Browse files
authored
Use different cursor color for primary cursor for ayu_mirage (#4140)
1 parent 9b7f349 commit d27551d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/themes/ayu_mirage.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434

3535
# Interface
3636
"ui.background"= { bg = "background" }
37-
"ui.cursor" = { bg = "yellow", fg = "dark_gray" }
37+
"ui.cursor" = { bg = "green", fg = "dark_gray" }
38+
"ui.cursor.primary" = { bg = "orange", fg = "dark_gray" }
3839
"ui.cursor.match" = { fg = "orange" }
3940
"ui.linenr" = { fg = "dark_gray" }
4041
"ui.linenr.selected" = { fg = "orange" }

0 commit comments

Comments
 (0)