From 9e8e227b4684ae11922694b9707deb7be25b65e2 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 19 Oct 2022 13:02:34 -0400 Subject: [PATCH] Rebalance `rose-pine-dawn` --- styles/src/themes/rose-pine-dawn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/themes/rose-pine-dawn.ts b/styles/src/themes/rose-pine-dawn.ts index 514e54bcd4..e0e72e21ec 100644 --- a/styles/src/themes/rose-pine-dawn.ts +++ b/styles/src/themes/rose-pine-dawn.ts @@ -15,7 +15,7 @@ const ramps = { "#FFFAF3", "#FAF4ED", ]) - .domain([0, 0.73, 1]), + .domain([0, 0.35, 0.45, 0.65, 0.7, 0.8, 0.9, 1]), red: colorRamp(chroma("#B4637A")), orange: colorRamp(chroma("#D7827E")), yellow: colorRamp(chroma("#EA9D34")),