aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 24a66fec9366f21ada8ca45b184da8fd457c732e (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
# vis-minimal-theme

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

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

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

```