adjust sand/stone saturation/contrast

This commit is contained in:
Michael Chris Lopez
2021-09-13 18:13:50 +08:00
parent fc60dd4e2e
commit 0fcc7a94dc
2 changed files with 9 additions and 9 deletions

View File

@@ -2,8 +2,8 @@ local lush = require "lush"
local hsluv = lush.hsluv
return {
sand = hsluv(39, 10, 10),
stone = hsluv(230, 7, 75),
sand = hsluv(39, 12, 8),
stone = hsluv(230, 8, 76),
leaf = hsluv(103, 63, 54),
water = hsluv(236, 78, 53),
rose = hsluv(4, 38, 53),