694 B
694 B
midnight.nvim
neovim theme for code, not colors.
Installation
Install with any package manager of your choice. For example, with lazy.nvim:
{
'barrett-ruth/midnight.nvim',
config = function()
vim.cmd.colorscheme('midnight')
end,
}