mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
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.
This commit is contained in:
parent
b8ddb2f114
commit
c5e257b81c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user