Skip to content

AugustUnderground/gothic.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gothic Colorscheme for NeoVim

The colorscheme was created with colorscheme_generator.nvim, and the lightline theme is based on nvim-palenight.

Installation

Using vim-plug add the following to your init.vim:

Plug 'augustunderground/gothic.nvim'

Usage

Set the color scheme by adding

set termguicolors
colorscheme gothic

to your init.vim. The lightline scheme is configured by setting:

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

Releases

No releases published

Packages

No packages published