Skip to content

Commit

Permalink
Update nord.toml (#10307)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
VKondakoff committed Apr 9, 2024
1 parent b8ddb2f commit c5e257b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/nord.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5e257b

Please sign in to comment.