Add matching cursor to nord theme (#13574)

pull/11441/head
Kris Warner 2025-05-24 10:22:23 -04:00 committed by GitHub
parent ae0dd313bd
commit b70b8df916
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@
"ui.cursor" = { fg = "nord4", modifiers = [ "reversed" ] } "ui.cursor" = { fg = "nord4", modifiers = [ "reversed" ] }
"ui.cursorcolumn.primary" = { bg = "nord1" } "ui.cursorcolumn.primary" = { bg = "nord1" }
"ui.cursorline.primary" = { bg = "nord1" } "ui.cursorline.primary" = { bg = "nord1" }
"ui.cursor.match" = { bg = "nord3" }
"ui.selection" = { bg = "nord3" } "ui.selection" = { bg = "nord3" }
"ui.highlight" = { fg = "nord8", bg = "nord2" } "ui.highlight" = { fg = "nord8", bg = "nord2" }