No description
Colorschemes load via :colorscheme command, making the setup() no-op redundant. |
||
|---|---|---|
| .github/workflows | ||
| colors | ||
| doc | ||
| lua/midnight | ||
| scripts | ||
| .gitignore | ||
| .luarc.json | ||
| .pre-commit-config.yaml | ||
| .prettierignore | ||
| .prettierrc | ||
| .python-version | ||
| LICENSE | ||
| midnight.nvim-scm-1.rockspec | ||
| pyproject.toml | ||
| README.md | ||
| selene.toml | ||
| stylua.toml | ||
| uv.lock | ||
| vim.toml | ||
midnight.nvim
neovim theme for code, not colors.
Installation
Install with any package manager of your choice. For example, with lazy.nvim:
{
'barrettruth/midnight.nvim',
config = function()
vim.cmd.colorscheme('midnight')
end,
}
Plugin Integration
Motivation
I find existing colorschemes to generally be excessively colorful and distracting rather than informative. I wrote midnight.nvim to focus on code structure, specifically for competitive programming and workplace software development environments. I included highlighting of constants (e.g. strings, numbers, booleans) and language keywords to emphasize the maximally important aspects of code and its structure, respectively.