adjusted default theme

This commit is contained in:
tapframe 2025-06-18 18:57:30 +05:30
parent f8f14a352a
commit 70586e2b64

View file

@ -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,
},