Yet another vim theme :)
With the last vim 8
$ mkdir -p ~/.vim/pack/supercolors/start
$ git clone https://github.com/szorfein/sci.vim ~/.vim/pack/supercolors/start/sci
Into your ~/.vimrc
:
packadd! sci
colorscheme sci
The theme include a lightline theme, you can add into your ~/.vimrc
again:
let g:lightline.colorscheme = "sci"