diff options
author | Andrey Popp <[email protected]> | 2018-05-02 20:49:37 +0100 |
---|---|---|
committer | Andrey Popp <[email protected]> | 2018-05-02 20:49:37 +0100 |
commit | 04c415dc115435e1d948881b127a5eba0f93757a (patch) | |
tree | 2760e159d7ec6a26b3655ec5280abc3880870d32 | |
parent | 264febebf599bc9576c1762e282d074ffb6c882d (diff) |
README
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,6 +6,11 @@ personal taste. | |||
6 | ![Screenshot](screenshots/plain-dark.png) | 6 | ![Screenshot](screenshots/plain-dark.png) |
7 | ![Screenshot](screenshots/plain-light.png) | 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 | ## Installation & Usage | 14 | ## Installation & Usage |
10 | 15 | ||
11 | With [vim-plug][] you add this to the `.vimrc`: | 16 | With [vim-plug][] you add this to the `.vimrc`: |
@@ -21,5 +26,16 @@ set background=light " Set to dark for a dark variant | |||
21 | colorscheme plain | 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 | [vim-colors-off]: https://github.com/pbrisbin/vim-colors-off | 39 | [vim-colors-off]: https://github.com/pbrisbin/vim-colors-off |
25 | [vim-plug]: https://github.com/junegunn/vim-plug | 40 | [vim-plug]: https://github.com/junegunn/vim-plug |
41 | [kitty]: https://github.com/kovidgoyal/kitty | ||