adjust stone color

This commit is contained in:
Michael Chris Lopez
2021-08-23 11:46:09 +08:00
parent e582e03083
commit a7fd952938

View File

@@ -46,7 +46,7 @@ local lush = require "lush"
local hsluv = lush.hsluv
local sand = hsluv(39, 12, 90)
local stone = hsluv(215, 24, 20)
local stone = hsluv(230, 30, 24)
local leaf = hsluv(103, 72, 46)
local water = hsluv(236, 84, 40)
local rose = hsluv(5, 76, 46)