Colorscheme

Neovim

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.

Lua Treesitter LSP

Installation

Add the plugin via Lazy:

{
  "drunkleen/leenium.nvim",
  priority = 1000,
  config = function()
    vim.cmd.colorscheme("leenium")
  end,
}

Activate the theme:

vim.cmd.colorscheme("leenium")

Highlights

Exact palette match

Mirrors the same core hex values as the VS Code theme wherever Neovim allows.

Full UI mapping

Includes file tree, statusline, floating windows, diagnostics, and semantic tokens.

Minimal friction

Install as a regular colorscheme and load it with `colorscheme leenium`.