From 89bd7c064f3a5182b60de4e8faea446cafecbe9a Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 8 Nov 2025 15:52:26 -0500 Subject: [PATCH] feat: midnight.nvim --- src/content/git/midnight.nvim.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/content/git/midnight.nvim.mdx diff --git a/src/content/git/midnight.nvim.mdx b/src/content/git/midnight.nvim.mdx new file mode 100644 index 0000000..ead875f --- /dev/null +++ b/src/content/git/midnight.nvim.mdx @@ -0,0 +1,13 @@ +--- +title: "midnight.nvim" +slug: "midnight.nvim" +date: "8/11/2025" +--- + +[Source code](https://github.com/barrett-ruth/midnight.nvim) + +neovim theme for code, not colors. + +# motivation + +I was tired of all the over-engineered and distracting color schemes. I wrote this to focus on the code in competitive programming and workplace 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.