Exact palette match
Mirrors the same core hex values as the VS Code theme wherever Neovim allows.
A Neovim theme aligned to the same exact Leenium hex values used in VS Code, with highlight groups, Treesitter, LSP, and UI mappings tuned for a dark, low-glare workspace.
Add the plugin via Lazy:
{
"drunkleen/leenium.nvim",
priority = 1000,
config = function()
vim.cmd.colorscheme("leenium")
end,
}
Activate the theme:
Mirrors the same core hex values as the VS Code theme wherever Neovim allows.
Includes file tree, statusline, floating windows, diagnostics, and semantic tokens.
Install as a regular colorscheme and load it with `colorscheme leenium`.