new colorscheme

This commit is contained in:
Chris 2020-09-04 16:15:26 -04:00
parent 58e714dbd8
commit 787f9404cb
6 changed files with 20 additions and 14 deletions

View file

@ -3,7 +3,7 @@ require'colorizer'.setup(
{
RGB = true; -- #RGB hex codes
RRGGBB = true; -- #RRGGBB hex codes
names = true; -- "Name" codes like Blue
-- names = true; -- "Name" codes like Blue
RRGGBBAA = true; -- #RRGGBBAA hex codes
rgb_fn = true; -- CSS rgb() and rgba() functions
hsl_fn = true; -- CSS hsl() and hsla() functions