A color scheme with both dark and light background.
Painless support for 8/16/256/TrueColor.
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.
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