Skip to content

Commit

Permalink
add selected mark for neo-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
qanyue committed Mar 7, 2024
1 parent 1527c93 commit 9e45716
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/onenord/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 9e45716

Please sign in to comment.