Skip to content

Commit

Permalink
change cursor for copy selection (#2323)
Browse files Browse the repository at this point in the history
  • Loading branch information
erasin authored Apr 29, 2022
1 parent 667cdf9 commit 668b39d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions runtime/themes/onelight.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand All @@ -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"] }

Expand Down

0 comments on commit 668b39d

Please sign in to comment.