Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.58 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.58 KB

molokai-dark theme for Vim

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.

Screenshots

Full-color

256-color

vimdiff

Spelling/Syntastic (with underline support)

Spelling/Syntastic (no underline support)

Setup

Install it via your preferred Vim plugin installation method and configure it in your ~/.vimrc:

colorscheme molokai-dark

Options

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

License

Licensed under the Mozilla Public License, version 2.0