Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 636 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 636 Bytes

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'