Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.06 KB

abyss.vim - dark colorscheme for NeoVim

Overview | Installation | Configuration | License

license-badge release-badge

Overview

dark colorscheme for NeoVim

screenshot

Installation

You can use dein.vim to install abyss.vim. Add the following to your init.vim:

call dein#add('ytet5uy4/abyss.vim')

Configuration

Add the following to your init.vim:

colorscheme abyss

To use lightline.vim, add the following to your init.vim:

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

License

Copyright (c) 2017 ytet5uy4

Released under the MIT License, see LICENSE.md.