Update nord.toml ()

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.
This commit is contained in:
VKondakoff 2024-04-09 17:43:21 +03:00 committed by GitHub
parent b8ddb2f114
commit c5e257b81c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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