Skip to content

Commit

Permalink
Use different cursor color for primary cursor for ayu_mirage (helix-e…
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g authored and pathwave committed Nov 4, 2022
1 parent 0a22724 commit 584e73a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/themes/ayu_mirage.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 584e73a

Please sign in to comment.