An open API service indexing awesome lists of open source software.

https://github.com/erf/vis-minimal-theme

A minimal B&W theme for the vis editor in both dark and light versions
https://github.com/erf/vis-minimal-theme

Last synced: 3 months ago
JSON representation

A minimal B&W theme for the vis editor in both dark and light versions

Awesome Lists containing this project

README

          

# vis-minimal-theme

Minimal **dark**, **light** and **clear** themes for [vis](https://github.com/martanne/vis)

Screenshot 2022-11-29 at 01 27 30Screenshot 2022-11-29 at 01 27 50Screenshot 2022-11-30 at 00 03 09

We only use 3 shades of black and white.

The **dark-clear** and **light-clear** themes has a transparent background, for
using the terminal background and a either black or white foreground.

The **clear** theme uses a transparent background and the terminal foreground
with no syntax highlighting.

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

```