aboutsummaryrefslogtreecommitdiffstats

vis-minimal-theme

Minimal dark, light and clear themes for 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

Example visrc.lua:

local plug = require('plugins/vis-plug')

local conf = {
    { url = 'erf/vis-minimal-theme', theme = true, file = 'dark' },
}

plug.init(conf, true)