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.
Install the theme with your preferred package manager, such as folke/lazy.nvim:
{
"yardnsm/nvim-base46",
lazy = false,
priority = 1000,
opts = {},
}MIT © Yarden Sod-Moriah