allow adjusting lightness

This commit is contained in:
Michael Chris Lopez
2021-08-30 08:56:33 +08:00
parent 0830853167
commit 1cdf036c10
2 changed files with 26 additions and 20 deletions

View File

@@ -12,6 +12,4 @@ local colors = {
sky = hsluv(204, 80, 53),
}
colors.white = colors.sand.li(58)
return colors