diff --git a/src/app/page.tsx b/src/app/page.tsx index 4189880..a81af5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,8 +183,8 @@ function Grass({ const worldZBase = y * size; const color = new Color(); - const lushColor = new Color('#009c00'); - const dryColor = new Color('#628502'); + const lushColor = new Color('#348a34'); + const dryColor = new Color('#556b19'); for (let i = 0; i < count; i++) { const localX = (Math.random() - 0.5) * size;