aboutsummaryrefslogblamecommitdiffstats
path: root/README.md
blob: 24a66fec9366f21ada8ca45b184da8fd457c732e (plain) (tree)
1
2
3
4
5
6
7
8

                   
                                                                               
 
                                                  


          


                                                                     




                                        
                                                                       



                     

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

```