From f947014904459e7d436750c90b9477f0aa06b57c Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Thu, 19 Mar 2026 20:55:30 +0100 Subject: [PATCH] style: desaturate surface-50/100 to reduce yellow tint in light mode Co-Authored-By: Claude Opus 4.6 --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 415295c..e0e03ea 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -18,8 +18,8 @@ export default { colors: { // Gruvbox-inspired warm cream/brown — surfaces, text, structure surface: { - 50: "#fffef5", - 100: "#f2e5bc", + 50: "#faf8f4", + 100: "#f0ebe0", 200: "#d5c4a1", 300: "#bdae93", 400: "#a89984",