Skip to content

pR0Ps/molokai-dark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A dark Molokai color scheme for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%