From 7159b76344948ef9b98e83013ae0c39beea0f95a Mon Sep 17 00:00:00 2001
From: Isra <byzkk@protonmail.com>
Date: Wed, 6 Mar 2024 10:58:38 -0600
Subject: [PATCH] Add onboarding styles to default theme

---
 themes/default.ts | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/themes/default.ts b/themes/default.ts
index 1854b6f1..7d08a6f3 100644
--- a/themes/default.ts
+++ b/themes/default.ts
@@ -228,6 +228,24 @@ export const defaultTheme = {
         },
       },
 
+      // Utilities
+      utils: {
+        divider: tokens.ash.c300,
+      },
+
+      // Onboarding
+      onboarding: {
+        bar: tokens.shade.c400,
+        barFilled: tokens.purple.c300,
+        divider: tokens.shade.c200,
+        card: tokens.shade.c800,
+        cardHover: tokens.shade.c700,
+        border: tokens.shade.c600,
+        good: tokens.purple.c100,
+        best: tokens.semantic.yellow.c100,
+        link: tokens.purple.c100,
+      },
+
       utils: {
         divider: tokens.ash.c300,
       },