Skip to content

Commit 73e5cde

Browse files
p1gp1gShekhinah Memmel
authored andcommitted
Use different cursor color for primary cursor for ayu_mirage (helix-editor#4140)
1 parent 87b8d3e commit 73e5cde

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)