kyazdani42 / nvim-palenight.lua

A palenight colorscheme for neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nvim-palenight.lua

A dark color scheme for Neovim based off this great palenight plugin

Notices

  • The background is #1b1e2b and not #292d3e
  • This plugin works better with vim-polyglot
  • I don't want to bother with non true color and terminal colors because don't use a tty, i use the good old alacritty
  • I want to port most of what i can from vimscript to lua
  • Thanks again @drewtempelmeyer

Installation

Using vim-plug (modify this to work with your Vim package manager of choice):

Plug 'kyazdani42/nvim-palenight.lua'

Setup

You'll need to enable termguicolors for the theme to work properly

set termguicolors
colorscheme palenight

To configure lightline, add the following line:

let g:lightline = { 'colorscheme': 'palenight' }

About

A palenight colorscheme for neovim


Languages

Language:Lua 99.1%Language:Vim Script 0.9%