midnight.nvim/README.md
Barrett Ruth 18fe9c5628 cleanup
2025-11-10 01:21:46 -05:00

693 B

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