|
|
@ -5,7 +5,7 @@ function M.get(cpt)
|
|
|
|
|
|
|
|
|
|
|
|
local root_dir_color = cpt.bg_sidebar
|
|
|
|
local root_dir_color = cpt.bg_sidebar
|
|
|
|
|
|
|
|
|
|
|
|
if (config.integrations.nvimtree.show_root) then
|
|
|
|
if config.integrations.nvimtree.show_root then
|
|
|
|
root_dir_color = cpt.blue
|
|
|
|
root_dir_color = cpt.blue
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ function M.get(cpt)
|
|
|
|
NvimTreeGitDeleted = { fg = cpt.git.delete },
|
|
|
|
NvimTreeGitDeleted = { fg = cpt.git.delete },
|
|
|
|
NvimTreeSpecialFile = { fg = cpt.cyan },
|
|
|
|
NvimTreeSpecialFile = { fg = cpt.cyan },
|
|
|
|
NvimTreeImageFile = { fg = cpt.fg_sidebar },
|
|
|
|
NvimTreeImageFile = { fg = cpt.fg_sidebar },
|
|
|
|
NvimTreeOpenedFile = {fg = cpt.magenta}
|
|
|
|
NvimTreeOpenedFile = { fg = cpt.magenta },
|
|
|
|
}
|
|
|
|
}
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|