vim-modest icon indicating copy to clipboard operation
vim-modest copied to clipboard

Vim color scheme for all kinds of terminals

Vim modest colorscheme

A color scheme with both dark and light background.

Painless support for 8/16/256/TrueColor.

Installation

By minpac:

call minpac#init()
call minpac#add('matveyt/vim-modest', {'type': 'opt'})

Note: prefer installing colorschemes under opt to keep &runtimepath as short as possible.

Alternatively, use any other plugin manager or just copy modest.vim to your colors/ subdirectory.

Troubleshooting

If you wish you can also force only 16 colors in a terminal like this:

" disable TrueColor
set notermguicolors
" disable xterm-256 colors
let g:colors_8bit = 0
" reload color scheme
colorscheme modest

Screenshots

dark

light