a duotonic color scheme

README

+16
+16
README.md
··· 6 6 ![Screenshot](screenshots/plain-dark.png) 7 7 ![Screenshot](screenshots/plain-light.png) 8 8 9 + ## Motivation 10 + 11 + Minimalistic colorscheme which uses bold to highlight keywords and a 12 + distinguished color for constant literals (string, numbers, JSX tags). 13 + 9 14 ## Installation & Usage 10 15 11 16 With [vim-plug][] you add this to the `.vimrc`: ··· 21 26 colorscheme plain 22 27 ``` 23 28 29 + ## 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 + 24 39 [vim-colors-off]: https://github.com/pbrisbin/vim-colors-off 25 40 [vim-plug]: https://github.com/junegunn/vim-plug 41 + [kitty]: https://github.com/kovidgoyal/kitty