Hollow Knight
August 16, 2025 ยท View on GitHub
A simple, elegant, and dark theme for Neovim.
In halls of green and paths of grey,
A silent knight will find their way.
With nail and soul, a kingdom's fate,
Through darkened lands, they navigate.
Installation
Install with your favorite plugin manager.
lazy.nvim
Add the following to your lazy.nvim configuration:
{
"bjarneo/hollow-knight.nvim",
priority = 1000,
config = function()
vim.cmd([[colorscheme hollow-knight]])
end,
}
Usage
To use the theme, add the following to your init.lua:
vim.cmd.colorscheme "hollow-knight"
Omarchy theme
https://github.com/bjarneo/omarchy-hollow-knight-theme