From 70586e2b64488a9776a26375e52dc8a07573d75b Mon Sep 17 00:00:00 2001 From: tapframe Date: Wed, 18 Jun 2025 18:57:30 +0530 Subject: [PATCH] adjusted default theme --- src/contexts/ThemeContext.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/contexts/ThemeContext.tsx b/src/contexts/ThemeContext.tsx index 5eb8c96fc..54c550b82 100644 --- a/src/contexts/ThemeContext.tsx +++ b/src/contexts/ThemeContext.tsx @@ -45,9 +45,9 @@ export const DEFAULT_THEMES: Theme[] = [ name: 'Moonlight', colors: { ...defaultColors, - primary: '#a786df', - secondary: '#5e72e4', - darkBackground: '#0f0f1a', + primary: '#c084fc', + secondary: '#60a5fa', + darkBackground: '#060609', }, isEditable: false, },