aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md48
1 files changed, 0 insertions, 48 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 7b3a077..0000000
--- a/README.md
+++ /dev/null
@@ -1,48 +0,0 @@
1# vim-colors-plain
2
3This is a fork of [vim-colors-off][] which is being developed based on my
4personal taste.
5
6![Screenshot](screenshots/plain-dark.png)
7![Screenshot](screenshots/plain-light.png)
8
9## Motivation
10
11Minimalistic colorscheme which uses bold to highlight keywords and a
12distinguished color for constant literals (string, numbers, JSX tags).
13
14## Installation & Usage
15
16With [vim-plug][] you add this to the `.vimrc`:
17
18```
19Plug 'andreypopp/vim-colors-plain'
20```
21
22Then:
23
24```
25set background=light " Set to dark for a dark variant
26colorscheme plain
27```
28
29## FAQ
30
31- What terminal emulator is shown on the screenshots?
32
33 This is [kitty][]. Fast and highly configurable.
34
35- Is this Vim or Neovim on the screenshots and why?
36
37 This is Neovim.
38
39- What font is being used on the screenshots?
40
41 [Pragmata Pro][] which is not free but worth the money paid. [Iosevka][] is
42 another great font I used before which is similar in feel.
43
44[vim-colors-off]: https://github.com/pbrisbin/vim-colors-off
45[vim-plug]: https://github.com/junegunn/vim-plug
46[kitty]: https://github.com/kovidgoyal/kitty
47[Pragmata Pro]: https://www.fsd.it/shop/fonts/pragmatapro/
48[Iosevka]: https://github.com/be5invis/Iosevka