From 0b9bba2285b0675dd4d2b06b3696a1b15ff7660e Mon Sep 17 00:00:00 2001 From: Michelle Date: Thu, 26 Feb 2026 14:49:29 +0100 Subject: [PATCH] try to add new theme --- src/themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/themes/index.js b/src/themes/index.js index 9f435a7..00d68c5 100644 --- a/src/themes/index.js +++ b/src/themes/index.js @@ -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) {