Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 682 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 682 Bytes

🎨 Vercel

Terminal screenshot

Neovim clone of vscode theme. Initially converted via djanho + some of my tweaks.

Setup

return {
  "https://github.com/ceigh/vercel-theme.nvim",
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd("colorscheme vercel")
  end,
}

Disclaimer

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.