Neovim clone of vscode theme. Initially converted via djanho + some of my tweaks.
return {
"https://github.com/ceigh/vercel-theme.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd("colorscheme vercel")
end,
}
This theme is inspired by Vercel and I don't have any relevant experience building themes, so you may encounter some bugs. If you do, please open an issue, and I'll try to fix it as soon as possible.