summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/theme.ts
diff options
context:
space:
mode:
authorMarie <marie@kaifa.ch>2023-09-22 04:18:48 +0200
committerGitHub <noreply@github.com>2023-09-22 04:18:48 +0200
commit612dac29a9b32c1ae322903b2f28773f3d7d23ff (patch)
treefcfd5f9c22842c61c30d77f4b177dc4976ba360e /packages/frontend/src/scripts/theme.ts
parentfix: element missing end (diff)
downloadsharkey-612dac29a9b32c1ae322903b2f28773f3d7d23ff.tar.gz
sharkey-612dac29a9b32c1ae322903b2f28773f3d7d23ff.tar.bz2
sharkey-612dac29a9b32c1ae322903b2f28773f3d7d23ff.zip
upd: add transfem mi dark cherry to theme selector
Diffstat (limited to 'packages/frontend/src/scripts/theme.ts')
-rw-r--r--packages/frontend/src/scripts/theme.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/scripts/theme.ts b/packages/frontend/src/scripts/theme.ts
index 1c924e774f..cabff97ffe 100644
--- a/packages/frontend/src/scripts/theme.ts
+++ b/packages/frontend/src/scripts/theme.ts
@@ -43,6 +43,7 @@ export const getBuiltinThemes = () => Promise.all(
'd-green-lime',
'd-green-orange',
'd-cherry',
+ 'd-transfem-cherry',
'd-ice',
'd-u0',
].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)),