separate vimcolors from leaf

This commit is contained in:
Michael Chris Lopez
2021-10-31 08:35:07 +08:00
parent 6c3b373fff
commit 48af56f2c1
2 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ local hsluv = lush.hsluv
return util.palette_extend({
bg = hsluv(85.9, 27, 94),
fg = hsluv(0, 0, 22),
leaf = hsluv(131.8, 92, 51),
vim = hsluv(131.8, 92, 51),
}, "light")