Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change cursor for copy selection #2323

Merged
merged 5 commits into from
Apr 29, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update onelight.toml
change cursor for copy selection
  • Loading branch information
erasin authored Apr 29, 2022
commit 45ff1a26409d9c421b19226f8373d85f32cb167a
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