Change primary selection cursor color for naysayer (#11617)

This commit is contained in:
viyic 2024-09-03 12:37:17 +07:00 committed by GitHub
parent 1b5295a3f3
commit 90f978d5af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" }