Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 816 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 816 Bytes

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