move highlight themes to base16 repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user