try to add new theme
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m10s

This commit is contained in:
2026-02-26 14:49:29 +01:00
parent 32cc4d724b
commit 0b9bba2285

View File

@@ -104,6 +104,13 @@ export const themes = [
group: 'Community',
colors: { bg: '#0d1117', accent: '#58a6ff', text: '#c9d1d9' },
},
{
id: 'scrunkly-cat',
name: 'scrunkly.cat-dark',
type: 'dark',
group: 'Community',
colors: { bg: '#161924', accent: '#b30051', text: '#dadada' },
},
];
export function getThemeById(id) {