vis-minimal-theme
Minimal dark, light and clear themes for 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
Example visrc.lua
:
local plug = require('plugins/vis-plug')
local conf = {
{ url = 'erf/vis-minimal-theme', theme = true, file = 'dark' },
}
plug.init(conf, true)