/gothic.nvim

Gothic Colorscheme for Neovim

Primary LanguageLua

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' }