nor.nvim#
A minimal, dark and high-contrast colorscheme for Neovim. Also has a light variant, cause why not.

Installation#
Requires Neovim 0.12+. Using vim.pack:
vim.pack.add({
{ src = "https://tangled.org/ronshavit.com/nor.nvim" },
})
Usage#
-- Optionally configure before loading
vim.g.nor_opts = {
style = {
statusline = {
bg = "normal", -- "none" | "normal"
dim_inactive = true,
},
column_bg = "none", -- "none" | "number" | "sign"
},
}
vim.cmd("colorscheme nor")
What's Supported?#
All of the basic stuff, Tree-sitter, LSP, :terminal colors
Plugins#
- blink.cmp
- mini.icons
- mini.clue
- mini.hipatterns
- mini.trailspace
- minuet-ai
- oil.nvim
Acknowledgements#
Heavily inspired by ashen.nvim, I really liked its colors, but wanted something with higher contrast.