Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1006 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 1006 Bytes

palenight.nvim

A port of Material Palenight colorscheme for Neovim written in Lua

Palenight.nvim is a fast and modern colorscheme that supports the new Neovim features like builtin LSP and Treesitter

PHP example

Requirements

  • Neovim >= 0.5.0

Installation

use 'wilmanbarrios/palenight.nvim'

Usage

You can enable the colorscheme in two ways

Using Vim-Script

colorscheme palenight

Using Lua

require('palenight').set()