feat(theme): add cotton candy light theme with custom colors
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m28s

This commit is contained in:
2026-03-12 14:05:15 +01:00
parent 52f122a98a
commit 530377272b
2 changed files with 35 additions and 0 deletions

View File

@@ -160,6 +160,13 @@ export const themes = [
group: 'Community',
colors: { bg: '#0a0a0f', accent: '#ff0080', text: '#e0e0ff' },
},
{
id: 'cotton-candy-light',
name: 'Cotton Candy Light',
type: 'light',
group: 'Community',
colors: { bg: '#fff5f9', accent: '#ff85a2', text: '#8b2635' },
},
];
export function getThemeById(id) {