nvim-tree for zenflesh
This commit is contained in:
@@ -263,6 +263,8 @@ local theme = lush(function()
|
||||
diffFile { fg = p.wood, gui = "bold" },
|
||||
diffLine { fg = p.blossom, gui = "bold" },
|
||||
diffIndexLine { fg = p.wood },
|
||||
|
||||
gitcommitOverflow { WarningMsg },
|
||||
|
||||
markdownH1 { Statement, gui = "bold,underline" },
|
||||
markdownH2 { Statement },
|
||||
|
||||
@@ -355,6 +355,17 @@ local theme = lush(function()
|
||||
TroubleNormal { Function },
|
||||
TroubleText { Function },
|
||||
TroubleSource { Constant },
|
||||
|
||||
NvimTreeNormal { NormalFloat },
|
||||
NvimTreeVertSplit { fg = "bg" },
|
||||
NvimTreeCursorLine { bg = StatusLineNC.bg },
|
||||
NvimTreeCursorColumn { NvimTreeCursorLine },
|
||||
NvimTreeRootFolder { fg = p.water, gui = "bold" },
|
||||
NvimTreeSymlink { fg = p.water },
|
||||
NvimTreeGitDirty { diffChanged },
|
||||
NvimTreeGitNew { diffAdded },
|
||||
NvimTreeGitDeleted { diffRemoved },
|
||||
NvimTreeSpecialFile { fg = p.blossom, gui = "underline" },
|
||||
}
|
||||
end)
|
||||
-- stylua: ignore end
|
||||
|
||||
Reference in New Issue
Block a user