A dark color scheme that is inspired by Solarized and a certain Vtuber ported to Neovim.
Using lazy.nvim
{
"levelednain/karuminal.nvim"
config = function()
vim.cmd("colorscheme karuminal")
end
}Feel free to:
- Improve or add highlight groups
- Extend the support for other plugins (telescope.nvim, nvim-treesitter, etc.)
I'm stil new to Neovim plugin development. There is a chance that some of the code is terrible.
If you see any problems or you want to contribute to this color scheme, feel free to open an issue or PR. I'm very open to any feedback and contributions.
Thank you for reading, I hope you enjoy my creation.
