move highlight themes to base16 repo
This commit is contained in:
parent
3d6d429793
commit
f73ba68c08
19 changed files with 1 additions and 631 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue