tested install on LazyVim
return {
-- add theme
{
"Haize-uwu/ephemeral.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd([[colorscheme ephemeral]])
end,
},
-- configure LazyVim to load theme
{
"LazyVim/LazyVim",
opts = {
colorscheme = "ephemeral",
},
},
}
Consider contributing to improve the theme
TODO:
inspired by doom-ephemeral theme