Skip to content

matveyt/vim-modest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vim color scheme for all kinds of terminals

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages