Skip to content

Commit

Permalink
Change primary selection cursor color for naysayer (#11617)
Browse files Browse the repository at this point in the history
  • Loading branch information
viyic authored Sep 3, 2024
1 parent 1b5295a commit 90f978d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/themes/naysayer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"ui.virtual" = "indent"
"ui.virtual.ruler" = { bg = "line-fg" }
"ui.cursor.match" = { bg = "cyan" }
"ui.cursor" = { bg = "white" }
"ui.cursor" = { bg = "#777777" }
"ui.cursor.primary" = { bg = "white" }
"ui.debug" = { fg = "orange" }
"ui.highlight.frameline" = { bg = "#da8581" }
"ui.help" = { fg = "text", bg = "bg" }
Expand Down

0 comments on commit 90f978d

Please sign in to comment.