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
- Host: GitHub
- URL: https://github.com/erf/vis-minimal-theme
- Owner: erf
- Created: 2022-01-15T02:04:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T00:04:19.000Z (over 3 years ago)
- Last Synced: 2025-04-04T22:11:22.231Z (about 1 year ago)
- Language: Lua
- Size: 22.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vis-minimal-theme
Minimal **dark**, **light** and **clear** themes for [vis](https://github.com/martanne/vis)



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