feat(theme): add cotton candy light theme with custom colors
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m28s
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m28s
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user