change cursor for copy selection (#2323)
This commit is contained in:
parent
667cdf929f
commit
668b39d1df
1 changed files with 3 additions and 6 deletions
|
@ -70,11 +70,9 @@
|
|||
|
||||
"ui.background" = { bg = "white" }
|
||||
|
||||
"ui.cursor" = { fg = "black", modifiers = ["reversed"] }
|
||||
"ui.cursor.primary" = { fg = "white", bg="black", modifiers = [] }
|
||||
"ui.cursor.match" = { fg = "purple", modifiers = ["underlined", "bold"] }
|
||||
"ui.cursor.select" = { bg = "purple" }
|
||||
"ui.cursor.insert" = { bg = "white" }
|
||||
"ui.cursor" = { fg = "white", bg = "black" }
|
||||
"ui.cursor.primary" = { fg = "white", bg = "black" }
|
||||
"ui.cursor.match" = { fg = "white", bg = "purple" }
|
||||
|
||||
"ui.highlight" = { bg = "light-white" }
|
||||
|
||||
|
@ -85,7 +83,6 @@
|
|||
"ui.virtual.ruler" = { bg = "light-white" }
|
||||
"ui.virtual.whitespace" = {fg = "light-white" }
|
||||
|
||||
|
||||
"ui.linenr" = { fg = "linenr" }
|
||||
"ui.linenr.selected" = { fg = "black", modifiers = ["reversed"] }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue