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', name: 'Moonlight',
colors: { colors: {
...defaultColors, ...defaultColors,
primary: '#a786df', primary: '#c084fc',
secondary: '#5e72e4', secondary: '#60a5fa',
darkBackground: '#0f0f1a', darkBackground: '#060609',
}, },
isEditable: false, isEditable: false,
}, },