Skip to content

Commit

Permalink
feat: support NeoTreeTab (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isrothy authored Jan 29, 2023
1 parent 58a9acb commit 289dcd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/nord/plugins/filetree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ function filetree.highlights()
NeoTreeDirectoryIcon = { fg = c.frost.artic_water },
NeoTreeFileName = { fg = c.snow_storm.origin },
NeoTreeFileIcon = { fg = c.snow_storm.origin },

NeoTreeTabInactive = { fg = c.polar_night.light, bg = c.polar_night.origin },
NeoTreeTabActive = { fg = c.snow_storm.origin, bg = c.polar_night.brighter, bold = true },
NeoTreeTabSeparatorInactive = { fg = c.polar_night.origin, bg = c.polar_night.origin },
NeoTreeTabSeparatorActive = { fg = c.polar_night.brighter, bg = c.polar_night.origin },
}
end

Expand Down

0 comments on commit 289dcd5

Please # to comment.