Update nord.toml (#10307)

When "nord2" color is used in ui.selection it is almost invisible
if cursorline highlighting is enabled. Changing the color to "nord3" fixes the issue.
pull/10323/head
VKondakoff 2 months ago committed by GitHub
parent b8ddb2f114
commit c5e257b81c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -114,7 +114,7 @@
"ui.cursorcolumn.primary" = { bg = "nord1" }
"ui.cursorline.primary" = { bg = "nord1" }
"ui.selection" = { bg = "nord2" }
"ui.selection" = { bg = "nord3" }
"ui.highlight" = { fg = "nord8", bg = "nord2" }
# Statusline

Loading…
Cancel
Save