No description
Find a file
2025-11-25 00:05:40 -05:00
.github/workflows feat(ci): script checking; 2025-11-08 17:41:49 -05:00
colors feat: daylight theme; 2025-11-08 17:35:03 -05:00
doc cleanup 2025-11-08 23:04:24 -05:00
lua/midnight feat: cmp theme 2025-11-25 00:04:06 -05:00
scripts feat: scripts 2025-11-08 22:46:49 -05:00
.gitignore feat: prettier, gitignore config 2025-11-08 13:35:36 -05:00
.luarc.json feat: more ci stuff 2025-11-08 13:05:48 -05:00
.pre-commit-config.yaml feat(ci): script checking; 2025-11-08 17:41:49 -05:00
.prettierignore feat: prettier, gitignore config 2025-11-08 13:35:36 -05:00
.prettierrc feat: prettier, gitignore config 2025-11-08 13:35:36 -05:00
.python-version feat(ci): script checking; 2025-11-08 17:41:49 -05:00
LICENSE initial commit 2025-11-08 13:04:35 -05:00
midnight.nvim-scm-1.rockspec feat: rockspec 2025-11-08 13:12:54 -05:00
pyproject.toml feat: add ruff 2025-11-08 17:43:36 -05:00
README.md feat(doc): update readme to show completion support 2025-11-25 00:05:02 -05:00
selene.toml initial commit 2025-11-08 13:04:35 -05:00
stylua.toml initial commit 2025-11-08 13:04:35 -05:00
uv.lock feat: add ruff 2025-11-08 17:43:36 -05:00
vim.toml initial commit 2025-11-08 13:04:35 -05:00

midnight.nvim

neovim theme for code, not colors.

Image

Installation

Install with any package manager of your choice. For example, with lazy.nvim:

{
  'barrett-ruth/midnight.nvim',
  config = function()
    vim.cmd.colorscheme('midnight')
  end,
}

Plugin Integration