Skip to content

Commit

Permalink
ar(whim): expand oneiros
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Jan 15, 2025
1 parent 92ccf55 commit 3a5129d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3a5129d

Please sign in to comment.