mirror of https://github.com/helix-editor/helix
Add matching cursor to nord theme (#13574)
parent
ae0dd313bd
commit
b70b8df916
|
@ -113,6 +113,7 @@
|
|||
"ui.cursor" = { fg = "nord4", modifiers = [ "reversed" ] }
|
||||
"ui.cursorcolumn.primary" = { bg = "nord1" }
|
||||
"ui.cursorline.primary" = { bg = "nord1" }
|
||||
"ui.cursor.match" = { bg = "nord3" }
|
||||
|
||||
"ui.selection" = { bg = "nord3" }
|
||||
"ui.highlight" = { fg = "nord8", bg = "nord2" }
|
||||
|
|
Loading…
Reference in New Issue