diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-02-12 16:52:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-02-12 16:52:01 +0900 |
| commit | 720d5db041e52baa57177331eea3490d75c6b75c (patch) | |
| tree | 55a2db5e9ec96b01edd3a7cb60951ebcf64af39b /packages/client/src/scripts/theme.ts | |
| parent | fix(client): フッターでセーフエリアを考慮するように (diff) | |
| download | sharkey-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.ts | 2 |
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[]; |