From bb914920985bf5c69f70d00c06e5d1b7b481633e Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Mon, 18 Jul 2022 12:33:09 -0400 Subject: [PATCH] Fix missing red color in `sandcastle` theme --- styles/src/themes/sandcastle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/themes/sandcastle.ts b/styles/src/themes/sandcastle.ts index 45e0be1623..7d08ec46db 100644 --- a/styles/src/themes/sandcastle.ts +++ b/styles/src/themes/sandcastle.ts @@ -14,7 +14,7 @@ const ramps = { "#d5c4a1", "#fdf4c1", ]), - red: colorRamp(chroma("#83a598")), + red: colorRamp(chroma("#B4637A")), orange: colorRamp(chroma("#a07e3b")), yellow: colorRamp(chroma("#a07e3b")), green: colorRamp(chroma("#528b8b")),