Home

Awesome

Malotru

A relatively comfortable Vim colorscheme primarily designed for 16color terminal emulators.

Goals

Someone's vimrc in 256c

vimrc

Instructions

  1. Install this the same way you installed your other plugins.

    See :help package if you are beginning with Vim plugins.

  2. Add the line below to your vimrc:

    colorscheme malotru
    

Tips

If you want to see your terminal emulator's background through Vim, add the following snippet to your vimrc before colorscheme malotru:

augroup TransparentMalotru
    autocmd!
    autocmd ColorScheme malotru hi Normal ctermbg=NONE | hi EndOfBuffer ctermbg=NONE | hi NonText ctermbg=NONE
augroup END

See this gist for the rationale.

FAQ