Home

Awesome

vim-colors-meh

A 256-color / 24-bit Vim color scheme, with preference for contrast over hues.

It works for me, just publishing it in case someone has similar taste and wants to use it.

A generated screenshot on vimcolors may be more up to date.

January 2020

older screenshot

Installation

Copy the files to the appropriate directories in ~/.vim/, use vim's native pack, or use a plugin manager like vim-plug, e.g.

Plug 'davidosomething/vim-colors-meh'
colorscheme meh

Enable the pandoc syntax if you want special pandoc colors. It requires a full plugin install, so ensure the plugin/ dir is part of your runtime.

let g:meh_pandoc_enabled = 1

Some design choices

Implementation details

License

MIT