You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
646 B

return {
'zaldih/themery.nvim',
config = function ()
require("themery").setup({
themes = {
"nightfox",
"carbonfox",
"nightfly",
"gruvbox",
"catppuccin",
"kanagawa",
"rose-pine",
"everforest",
"onedark",
"onedark_dark",
"onedark_vivid",
},
themeConfigFile = "~/.config/nvim/lua/settings/theme.lua", -- Described below
livePreview = true, -- Apply theme while browsing. Default to true.
})
end
}