No description
| .github/workflows | ||
| colors | ||
| lua/midnight | ||
| .luarc.json | ||
| .pre-commit-config.yaml | ||
| LICENSE | ||
| midnight.nvim-scm-1.rockspec | ||
| README.md | ||
| selene.toml | ||
| stylua.toml | ||
| vim.toml | ||
midnight.nvim
neovim theme for code, not colors.
Installation
{
'barrett-ruth/midnight.nvim',
config = function()
vim.cmd.colorscheme('midnight')
end,
}