move highlight themes to base16 repo

This commit is contained in:
siduck76
2021-09-09 08:10:12 +05:30
parent 3d6d429793
commit f73ba68c08
19 changed files with 1 additions and 631 deletions

View File

@@ -30,7 +30,7 @@ M.get = function(theme)
theme = vim.g.nvchad_theme
end
return require("colors.themes." .. theme)
return require("hl_themes." .. theme)
end
return M