diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-08 11:55:37 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-08 11:55:37 +0900 |
| commit | 8b1fdb5a3b12a9a04edf5b1d4b4fe37ffa0feb5d (patch) | |
| tree | 7a98ba10293d0aa3e19a6eaed7bf50ba185c62c5 /packages/frontend/src/scripts/theme.ts | |
| parent | fix MkModal animation (diff) | |
| download | sharkey-8b1fdb5a3b12a9a04edf5b1d4b4fe37ffa0feb5d.tar.gz sharkey-8b1fdb5a3b12a9a04edf5b1d4b4fe37ffa0feb5d.tar.bz2 sharkey-8b1fdb5a3b12a9a04edf5b1d4b4fe37ffa0feb5d.zip | |
enhance(client): add theme
Diffstat (limited to 'packages/frontend/src/scripts/theme.ts')
| -rw-r--r-- | packages/frontend/src/scripts/theme.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/scripts/theme.ts b/packages/frontend/src/scripts/theme.ts index 42cb00265d..28284c7bcf 100644 --- a/packages/frontend/src/scripts/theme.ts +++ b/packages/frontend/src/scripts/theme.ts @@ -24,6 +24,7 @@ export const getBuiltinThemes = () => Promise.all( 'l-coffee', 'l-apricot', 'l-rainy', + 'l-botanical', 'l-vivid', 'l-cherry', 'l-sushi', |