summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts/theme.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-02-12 16:52:01 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-02-12 16:52:01 +0900
commit720d5db041e52baa57177331eea3490d75c6b75c (patch)
tree55a2db5e9ec96b01edd3a7cb60951ebcf64af39b /packages/client/src/scripts/theme.ts
parentfix(client): フッターでセーフエリアを考慮するように (diff)
downloadsharkey-720d5db041e52baa57177331eea3490d75c6b75c.tar.gz
sharkey-720d5db041e52baa57177331eea3490d75c6b75c.tar.bz2
sharkey-720d5db041e52baa57177331eea3490d75c6b75c.zip
:art:
Diffstat (limited to 'packages/client/src/scripts/theme.ts')
-rw-r--r--packages/client/src/scripts/theme.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/client/src/scripts/theme.ts b/packages/client/src/scripts/theme.ts
index 85c087331b..2001b135ca 100644
--- a/packages/client/src/scripts/theme.ts
+++ b/packages/client/src/scripts/theme.ts
@@ -20,6 +20,7 @@ export const builtinThemes = [
require('@/themes/l-apricot.json5'),
require('@/themes/l-rainy.json5'),
require('@/themes/l-vivid.json5'),
+ require('@/themes/l-cherry.json5'),
require('@/themes/l-sushi.json5'),
require('@/themes/d-dark.json5'),
@@ -27,6 +28,7 @@ export const builtinThemes = [
require('@/themes/d-astro.json5'),
require('@/themes/d-future.json5'),
require('@/themes/d-botanical.json5'),
+ require('@/themes/d-cherry.json5'),
require('@/themes/d-pumpkin.json5'),
require('@/themes/d-black.json5'),
] as Theme[];