From 5f02cd6a4d5e92b3f42d87780e911f0763d94d41 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 27 Apr 2020 17:50:23 -0400 Subject: added some color --- lua/plug-colorizer.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lua/plug-colorizer.lua (limited to 'lua/plug-colorizer.lua') diff --git a/lua/plug-colorizer.lua b/lua/plug-colorizer.lua new file mode 100644 index 00000000..f365160d --- /dev/null +++ b/lua/plug-colorizer.lua @@ -0,0 +1,13 @@ +require'colorizer'.setup( + {'*';}, + { + RGB = true; -- #RGB hex codes + RRGGBB = true; -- #RRGGBB hex codes + 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 + css = true; -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB + css_fn = true; -- Enable all CSS *functions*: rgb_fn, hsl_fn + }) + -- cgit v1.2.3