mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
Use different cursor color for primary cursor for ayu_mirage (#4140)
This commit is contained in:
parent
9b7f349f5c
commit
d27551d814
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user