Note
The Helix versions of the kinda_nvim and kinda_nvim_light themes have been merged into Helix and will be available in the next release after 25.01. See PR #13406 and the Helix repository at strash/kinda_nvim.hx.
A beautiful, dark and light Neovim colorscheme inspired by the default Neovim colorscheme, with enhanced support for LSP and Tree-sitter.
Features:
- Elegant dark and light themes
- Seamless integration with LSP and Tree-sitter for syntax highlighting
- Carefully crafted color palette for readability and aesthetics
- Support for popular Neovim plugins
{
"strash/kinda_nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd("colorscheme kinda_nvim")
end
}use {
"strash/kinda_nvim",
config = function()
vim.cmd("colorscheme kinda_nvim")
end
}To switch between dark and light themes, set the background option:
vim.o.background = "dark" -- or "light"Contributions are welcome! Please open an issue or submit a pull request.
Distributed under the MIT License. See LICENSE for more information.