yardnsm / nvim-base46

🎨 A port of NvChad's base46 colorscheme to be used in any Neovim environment.

Repository from Github https://github.comyardnsm/nvim-base46Repository from Github https://github.comyardnsm/nvim-base46

nvim-base46

A custom port of NvChad's base46 colorscheme to be used in any Neovim environment. By "custom" I mean somewhat modified, removing some unnecessary highlight groups that was apparent in the original repo.

Currently this is still a work in progress, including support for plugins that I mainly use.

Installation

Install the theme with your preferred package manager, such as folke/lazy.nvim:

{
  "yardnsm/nvim-base46",
  lazy = false,
  priority = 1000,
  opts = {},
}

License

MIT © Yarden Sod-Moriah

About

🎨 A port of NvChad's base46 colorscheme to be used in any Neovim environment.

License:MIT License


Languages

Language:Lua 99.2%Language:Shell 0.8%