blob: 95a9b2ad351b78ab6dd2709cdf4f2cedb5fa3912 (
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, white and clear theme for [vis](https://github.com/martanne/vis)
We only use 3 shades of black and white per theme.
Clear theme is made for a terminal gradient or background image.
## 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)
```
|