Skip to content

Neovim theme based off of the Nord and Mariana Color Palette, with some twists. Written in Lua, based on shaunsingh/nord.nvim.

License

Notifications You must be signed in to change notification settings

miksa1987/nord.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miksa1987/nord.nvim

Neovim theme based off of the shaunsingh's great nord.nvim

...More like Mariana Nord for VS Code. I love that color scheme.

screenshot-js

Features

Nord.nvim is meant to be a modern colorscheme written in lua for NeoVim that supports a lot of the new features added to NeoVim like built-in LSP and TreeSitter

⚡️ Requirements

  • Neovim >= 0.5.0

🌙 Installation

Install via your favourite package manager:

" If you are using Vim-Plug
Plug 'miksa1987/nord.nvim'
-- If you are using Packer
use 'miksa1987/nord.nvim'

🌓 Usage

Enable the colorscheme:

"Vim-Script:
colorscheme nord
--Lua:
vim.cmd[[colorscheme nord]]

To enable the nord theme for Lualine, simply specify it in your lualine settings:

require('lualine').setup {
  options = {
    -- ... your lualine config
    theme = 'nord'
    -- ... your lualine config
  }
}

About

Neovim theme based off of the Nord and Mariana Color Palette, with some twists. Written in Lua, based on shaunsingh/nord.nvim.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 99.3%
  • Vim Script 0.7%