2024-04-07 03:14:14 +00:00
|
|
|
-- Set custom name to the list
|
|
|
|
require("themery").setup({
|
2024-04-09 18:00:35 +00:00
|
|
|
themes = {
|
|
|
|
{
|
|
|
|
name = "Day",
|
2024-04-10 22:58:00 +00:00
|
|
|
colorscheme = "catppuccin-frappe",
|
2024-04-09 18:00:35 +00:00
|
|
|
},
|
|
|
|
-- {
|
|
|
|
-- name = "Afternoon",
|
|
|
|
-- colorscheme = "nvim-grey",
|
|
|
|
-- },
|
|
|
|
{
|
|
|
|
name = "Night",
|
|
|
|
colorscheme = "catppuccin-mocha",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
livePreview = true, -- Apply theme while browsing. Default to true.
|
2024-04-07 03:14:14 +00:00
|
|
|
})
|