···11-# vim-colors-plain
22-33-This is a fork of [vim-colors-off][] which is being developed based on my
44-personal taste.
55-66-
77-
88-99-## Motivation
1010-1111-Minimalistic colorscheme which uses bold to highlight keywords and a
1212-distinguished color for constant literals (string, numbers, JSX tags).
1313-1414-## Installation & Usage
1515-1616-With [vim-plug][] you add this to the `.vimrc`:
1717-1818-```
1919-Plug 'andreypopp/vim-colors-plain'
2020-```
2121-2222-Then:
2323-2424-```
2525-set background=light " Set to dark for a dark variant
2626-colorscheme plain
2727-```
2828-2929-## FAQ
3030-3131-- What terminal emulator is shown on the screenshots?
3232-3333- This is [kitty][]. Fast and highly configurable.
3434-3535-- Is this Vim or Neovim on the screenshots and why?
3636-3737- This is Neovim.
3838-3939-- What font is being used on the screenshots?
4040-4141- [Pragmata Pro][] which is not free but worth the money paid. [Iosevka][] is
4242- another great font I used before which is similar in feel.
4343-4444-[vim-colors-off]: https://github.com/pbrisbin/vim-colors-off
4545-[vim-plug]: https://github.com/junegunn/vim-plug
4646-[kitty]: https://github.com/kovidgoyal/kitty
4747-[Pragmata Pro]: https://www.fsd.it/shop/fonts/pragmatapro/
4848-[Iosevka]: https://github.com/be5invis/Iosevka
+13
readme.md
···11+
22+33+vim-colors-plain is a duotonic color scheme, the two accents
44+being cyan and pink by default (configurable).
55+66+vim-plug does not support installing plugins from sources
77+that do not allow shallow clones (such as git.peppe.rs), i
88+would suggesting installing manually by cloning into your
99+plugin directory or dropping `colors/plain.vim` into one of
1010+the following directories:
1111+1212+ - vim: `.vim/plugin`
1313+ - neovim: `.config/nvim/plugin`