Skip to content

Commit

Permalink
Update nord.toml (helix-editor#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 authored and Schuyler Mortimer committed Jul 10, 2024
1 parent b116564 commit dc706d7
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 dc706d7

Please sign in to comment.