AugustUnderground / gothic.nvim

Gothic Colorscheme for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Gothic Colorscheme for Neovim


Languages

Language:Lua 99.9%Language:Vim Script 0.1%