···6
7
8000009## Installation & Usage
1011With [vim-plug][] you add this to the `.vimrc`:
···21colorscheme plain
22```
23000000000024[vim-colors-off]: https://github.com/pbrisbin/vim-colors-off
25[vim-plug]: https://github.com/junegunn/vim-plug
0
···6
7
89+## Motivation
10+11+Minimalistic colorscheme which uses bold to highlight keywords and a
12+distinguished color for constant literals (string, numbers, JSX tags).
13+14## Installation & Usage
1516With [vim-plug][] you add this to the `.vimrc`:
···26colorscheme plain
27```
2829+## FAQ
30+31+- What terminal emulator is shown on screenshots?
32+33+ This is [kitty][]. Fast and highly configurable.
34+35+- Is this Vim or Neovim on screenshots and why?
36+37+ This is Neovim.
38+39[vim-colors-off]: https://github.com/pbrisbin/vim-colors-off
40[vim-plug]: https://github.com/junegunn/vim-plug
41+[kitty]: https://github.com/kovidgoyal/kitty