Use different cursor color for primary cursor for ayu_mirage (#4140)
This commit is contained in:
parent
9b7f349f5c
commit
d27551d814
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@
|
||||||
|
|
||||||
# Interface
|
# Interface
|
||||||
"ui.background"= { bg = "background" }
|
"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.cursor.match" = { fg = "orange" }
|
||||||
"ui.linenr" = { fg = "dark_gray" }
|
"ui.linenr" = { fg = "dark_gray" }
|
||||||
"ui.linenr.selected" = { fg = "orange" }
|
"ui.linenr.selected" = { fg = "orange" }
|
||||||
|
|
Loading…
Reference in a new issue