mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Change primary selection cursor color for naysayer (#11617)
This commit is contained in:
parent
1b5295a3f3
commit
90f978d5af
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user