From 76251ab8a79c3edf80f74d518bb8c65f81866de1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 15 Jan 2026 17:48:27 -0500 Subject: [PATCH 1/2] feat(readme): include motivation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc58fc1..193e495 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,7 @@ Install with any package manager of your choice. For example, with - [nvim-cmp](https://github.com/hrsh7th/nvim-cmp), [blink.cmp](https://github.com/saghen/blink.cmp) - [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. From 0f85eb219d76cba86cb7e122d1a9b88de67b0d1a Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 15 Jan 2026 17:51:28 -0500 Subject: [PATCH 2/2] fix(ci): readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 193e495..ea19f09 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,9 @@ Install with any package manager of your choice. For example, with ## 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. +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.