Molokai-dark is a darker and re-worked version of the Molokai theme by @tomasr.
It uses a completely black background to increase the contrast between background and text.
256-color terminals are fully supported with only minor differences from the full-color version.
Install it via your preferred Vim plugin installation method and configure it in your ~/.vimrc
:
colorscheme molokai-dark
Spelling errors and Syntastic issues will attempt to use colored underlines to show issues. If colored underlines are not supported then there is a fallback that also changes the background color of the text.
The theme assumes that if you are running a gui like gvim
it will support colored underlines but
if you're running vim
in a terminal, it will not. These assumptions can be changed by setting the
following variables in your ~/.vimrc
(defaults shown):
let g:molokaidark_undercolor_gui = 1
let g:molokaidark_undercolor_cterm = 0
colorscheme molokai-dark
Licensed under the Mozilla Public License, version 2.0