aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7b3a07740c57bdb552d17c06a2d1fc2ff52f7d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# vim-colors-plain

This is a fork of [vim-colors-off][] which is being developed based on my
personal taste.

![Screenshot](screenshots/plain-dark.png)
![Screenshot](screenshots/plain-light.png)

## Motivation

Minimalistic colorscheme which uses bold to highlight keywords and a
distinguished color for constant literals (string, numbers, JSX tags).

## Installation & Usage

With [vim-plug][] you add this to the `.vimrc`:

```
Plug 'andreypopp/vim-colors-plain'
```

Then:

```
set background=light " Set to dark for a dark variant
colorscheme plain
```

## FAQ

- What terminal emulator is shown on the screenshots?

  This is [kitty][]. Fast and highly configurable.

- Is this Vim or Neovim on the screenshots and why?

  This is Neovim.

- What font is being used on the screenshots?

  [Pragmata Pro][] which is not free but worth the money paid. [Iosevka][] is
  another great font I used before which is similar in feel.

[vim-colors-off]: https://github.com/pbrisbin/vim-colors-off
[vim-plug]: https://github.com/junegunn/vim-plug
[kitty]: https://github.com/kovidgoyal/kitty
[Pragmata Pro]: https://www.fsd.it/shop/fonts/pragmatapro/
[Iosevka]: https://github.com/be5invis/Iosevka