From 3a5129d0b4dd95b7487b2e897fb207da4e51ab54 Mon Sep 17 00:00:00 2001 From: Angelo Reale <12191809+angeloreale@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:06:45 +0100 Subject: [PATCH] ar(whim): expand oneiros --- tailwind.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tailwind.config.ts b/tailwind.config.ts index 5bb2c62..544e590 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -93,6 +93,12 @@ const dark2 = purpleHaze; const light1 = royalWhite; const light2 = slyPink; +const darkTrans1 = dark1 + 'cc'; +const darkTrans2 = dark2 + 'aa'; + +const lightTrans1 = light1 + 'cc'; +const lightTrans2 = light2 + 'aa'; + const passion = pinkDive; const passionLight = pinkSurf; const passionSoft = pinkSand;