Skip to content

Commit

Permalink
Ongoing Neo-tree styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bluz71 committed Aug 14, 2023
1 parent 0713bd1 commit cb71374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/moonfly/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ M.style = function()
highlight(0, "NeoTreeCursorLine", { bg = grey235 })
highlight(0, "NeoTreeDimText", { link = "MoonflyGrey239" })
highlight(0, "NeoTreeDirectoryIcon", { link = "MoonflyGrey241" })
highlight(0, "NeoTreeDotfile", { link = "MoonflyGrey236" })
highlight(0, "NeoTreeDotfile", { link = "MoonflyGrey246" })
highlight(0, "NeoTreeFloatTitle", { bg = grey236, fg = white })
highlight(0, "NeoTreeGitAdded", { link = "MoonflyGreen" })
highlight(0, "NeoTreeGitConflict", { link = "MoonflyCrimson" })
Expand Down

0 comments on commit cb71374

Please sign in to comment.