No description
Find a file
2025-11-08 13:13:40 -05:00
.github/workflows feat: rockspec 2025-11-08 13:12:54 -05:00
colors initial commit 2025-11-08 13:04:35 -05:00
lua/midnight fix(ci): format 2025-11-08 13:13:40 -05:00
.gitignore fix(ci): format 2025-11-08 13:13:40 -05:00
.luarc.json feat: more ci stuff 2025-11-08 13:05:48 -05:00
.pre-commit-config.yaml feat: more ci stuff 2025-11-08 13:05:48 -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
README.md fix(ci): format 2025-11-08 13:13:40 -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
vim.toml initial commit 2025-11-08 13:04:35 -05:00

midnight.nvim

neovim theme for code, not colors.

Installation

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

Plugin Integration