diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-14 01:25:19 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-14 01:25:19 +0900 |
| commit | 23de45cea5b84b26c352836a12d33c46210dc0fc (patch) | |
| tree | de367d4166f609e2cce67539acf3feacca637241 /src/client/scripts/theme.ts | |
| parent | fix(api): 管理者およびモデレーターをブロックできてしま... (diff) | |
| download | sharkey-23de45cea5b84b26c352836a12d33c46210dc0fc.tar.gz sharkey-23de45cea5b84b26c352836a12d33c46210dc0fc.tar.bz2 sharkey-23de45cea5b84b26c352836a12d33c46210dc0fc.zip | |
feat(client): add new theme
Diffstat (limited to 'src/client/scripts/theme.ts')
| -rw-r--r-- | src/client/scripts/theme.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/scripts/theme.ts b/src/client/scripts/theme.ts index 10842b8943..9f165f7998 100644 --- a/src/client/scripts/theme.ts +++ b/src/client/scripts/theme.ts @@ -25,6 +25,7 @@ export const builtinThemes = [ require('@client/themes/d-persimmon.json5'), require('@client/themes/d-astro.json5'), require('@client/themes/d-future.json5'), + require('@client/themes/d-botanical.json5'), require('@client/themes/d-black.json5'), ] as Theme[]; |