fix(matrix): use valid theme variant 'lavender' instead of 'purple'

The theme variant 'purple' doesn't exist - valid variants are:
lume, nature, stone, ocean, sunset, midnight, rose, lavender

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-29 14:49:14 +01:00
parent 5a0815708c
commit d492212261

View file

@ -2,7 +2,7 @@ import { createThemeStore } from '@manacore/shared-theme';
export const theme = createThemeStore({
appId: 'matrix',
defaultVariant: 'purple',
defaultVariant: 'lavender',
primaryColor: {
light: '270 70% 60%', // Purple/violet
dark: '270 70% 60%',