feat(readme): include motivation

This commit is contained in:
Barrett Ruth 2026-01-15 17:48:27 -05:00
parent 50d4bed9f8
commit 76251ab8a7

View file

@ -25,3 +25,7 @@ Install with any package manager of your choice. For example, with
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp), - [nvim-cmp](https://github.com/hrsh7th/nvim-cmp),
[blink.cmp](https://github.com/saghen/blink.cmp) [blink.cmp](https://github.com/saghen/blink.cmp)
- [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) - [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
## 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.