aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a161398c7a8e70a68d12e12fce938998d69b087b (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
# 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)

## 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
```

[vim-colors-off]: https://github.com/pbrisbin/vim-colors-off
[vim-plug]: https://github.com/junegunn/vim-plug