aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 1f308cfc190b71de05ddce636fe83f8791872398 (plain) (blame)
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
# vis-minimal-theme

Minimal **black** and **white** theme for [vis](https://github.com/martanne/vis)

We only use 3 shades of black and white per theme.

There are also **black-clear** and **white-clear**,  if you'd like to use the terminal background.

## Install

Install manually or using [vis-plug](https://github.com/erf/vis-plug)

Example `visrc.lua`:

```Lua
local plug = require('plugins/vis-plug')

local conf = {
	{ url = 'erf/vis-minimal-theme', theme = true, file = 'dark' },
}

plug.init(conf, true)

```