Skip to content

huytd/nvim-forest-all-nighter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forest All-Nighter

This is a fork of sainnhe's Forest Night theme, with darker background.

Installation

Plug 'huytd/nvim-forest-all-nighter'

Configuration

Set the color scheme:

colo forest-all-nighter

Set lightline or airline theme:

let g:lightline.colorscheme = 'forest_all_nighter'
" or
let g:airline_theme = 'forest_all_nighter'

Transparent background:

let g:forest_all_nighter_transparent_background = 1

Disable sign column background:

let g:forest_all_nighter_sign_column_background = 'none'

About

🌲 Comfortable & Pleasant Color Scheme for Vim

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 99.3%
  • Shell 0.7%