Unnamed repository; edit this file 'description' to name the repository.
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.
| -rw-r--r-- | runtime/themes/nord.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index 4916c3e8..b70f67a1 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -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 |