This is a port of the beautiful Ariake Dark theme from Atom to Vim. To install, it's easiest to use something like vim-plug:
call plug#begin('~/.vim/plugged')
Plug 'davidcelis/vim-ariake-dark'
call plug#end()
syntax on
colorscheme Ariake-Dark
set background=dark