A low-contrast pink colorscheme for neovim inspired by zenbones, rose-pine, and lackluster, built using lush.nvim.
Plugin spec for LazyVim
return {
"anAcc22/sakura.nvim",
dependencies = "rktjmp/lush.nvim",
config = function()
vim.opt.background = "dark" -- or "light"
vim.cmd('colorscheme sakura') -- sets the colorscheme
end
}