Skip to content

thimc/vis-colorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vis-colorizer

Highlights hex colors. Created for the vis editor.

Inspired by chrisbra/Colorizer.

image

Usage

Clone the repo to ~/.config/vis/plugins/.

Append the following line to your visrc.lua:

local colorizer = require('plugins/vis-colorizer')
colorizer.three = false -- (optional) diables three digit hex colors
colorizer.six   = true  -- (enabled by default) six digit hex colors

Releases

No releases published

Packages

No packages published

Languages