neovim theme for code, not colors
- Lua 87.7%
- Nix 6%
- Python 4.6%
- Just 1.7%
## Problem This public Forgejo repo already had issue templates but was missing the standard pull request template. ## Solution Add the shared Forgejo pull request template under `.forgejo`. Reviewed-on: #40 |
||
|---|---|---|
| .forgejo | ||
| .github/workflows | ||
| colors | ||
| doc | ||
| lua/midnight | ||
| scripts | ||
| .gitignore | ||
| .luarc.json | ||
| .python-version | ||
| .styluaignore | ||
| biome.json | ||
| flake.lock | ||
| flake.nix | ||
| justfile | ||
| LICENSE | ||
| midnight.nvim-scm-1.rockspec | ||
| pyproject.toml | ||
| README.md | ||
| selene.toml | ||
| stylua.toml | ||
| uv.lock | ||
| vim.yaml | ||
midnight.nvim
Neovim theme for code, not colors.
Installation
With vim.pack (Neovim 0.12+):
vim.pack.add({
'https://git.barrettruth.com/barrettruth/midnight.nvim',
})
Or via luarocks:
luarocks install midnight.nvim
Then set the colorscheme:
vim.cmd.colorscheme('midnight')
Plugin Integrations
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.