diff --git a/lua/onenord/theme.lua b/lua/onenord/theme.lua index 0f23e0a..36c5b18 100644 --- a/lua/onenord/theme.lua +++ b/lua/onenord/theme.lua @@ -752,6 +752,8 @@ function theme.highlights(colors, config) NeoTreeNormal = { fg = colors.fg, bg = colors.active }, NeoTreeNormalNC = { fg = colors.fg, bg = colors.active }, NeoTreeSymbolicLinkTarget = { fg = colors.cyan, style = "bold" }, + NeoTreeCursorLine= {link ="Visual"} + -- WhichKey WhichKey = { fg = colors.purple, style = "bold" },