Dalton.vim is a Vim port of Dalton Theme, check out Dalton Website to get more dalton theme ports.
Dalton is a minimalist theme for Vim, very based in Ayu Vim theme, only with dark theme.
Add the Dalton to your Vim plugins manager.
Add these lines to your Vim config file:
call vundle#begin()
Plugin 'lissaferreira/dalton-vim'
call vundle#end()
color dalton
call plug#begin()
Plug 'lissaferreira/dalton-vim'
call plug#end()
color dalton
To use dalton in Vim Airline, change/add this line to your vim conig file:
let g:airline_theme='dalton'