A minimal colorscheme for neovim and more
0

Configure Feed

Select the types of activity you want to include in your feed.

Lua 86.1%
Shell 6.0%
Other 7.9%
9 1 0

Clone this repository

https://tangled.org/ronshavit.com/nor.nvim https://tangled.org/did:plc:333nha27lvsl4db2avaqk6zd
git@knot.ronshavit.com:ronshavit.com/nor.nvim git@knot.ronshavit.com:did:plc:333nha27lvsl4db2avaqk6zd

For self-hosted knots, clone URLs may differ based on your setup.



README.md

nor.nvim#

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

nor.nvim preview

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.