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 Vulpesx committed Jun 7, 2024
1 parent da1a398 commit 5ad0352
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 5ad0352

Please sign in to comment.