jones-nvim-config/lua/config/themery.lua

19 lines
351 B
Lua
Executable File

-- Set custom name to the list
require("themery").setup({
themes = {
{
name = "Day",
colorscheme = "catppuccin-frappe",
},
-- {
-- name = "Afternoon",
-- colorscheme = "nvim-grey",
-- },
{
name = "Night",
colorscheme = "catppuccin-mocha",
},
},
livePreview = true, -- Apply theme while browsing. Default to true.
})