Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matveyt/vim-modest
Vim color scheme for all kinds of terminals
https://github.com/matveyt/vim-modest
vim vim-colorscheme
Last synced: about 1 month ago
JSON representation
Vim color scheme for all kinds of terminals
- Host: GitHub
- URL: https://github.com/matveyt/vim-modest
- Owner: matveyt
- Created: 2019-08-02T08:02:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T13:54:40.000Z (4 months ago)
- Last Synced: 2024-09-05T18:01:18.741Z (4 months ago)
- Topics: vim, vim-colorscheme
- Language: Vim Script
- Homepage:
- Size: 808 KB
- Stars: 25
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Vim modest colorscheme
A color scheme with both dark and light background.
Painless support for 8/16/256/TrueColor.
### Installation
By [minpac](https://github.com/k-takata/minpac):
```vim
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](dark.png "Dark background")
![light](light.png "Light background")