The plugin is working but expect breaking changes
install:
lvim.plugins = {
"LunarVim/lvim-themes",
}
call setup anywhere in your config.lua:
require("lvim-themes").setup {
theme = "flat",
telescope = { set_highlights = true },
}
config options are different for each theme:
-- options for 'flat' theme
local flat = {
telescope = { set_highlights = true },
}