diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-22 06:28:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-22 06:28:01 +0900 |
| commit | f84ad3e1ea8e8ffb064a947083058efc2c0e111a (patch) | |
| tree | f07193cf03cbb173d217278fe517785861f2ca18 /src/client/scripts/theme.ts | |
| parent | :art: (diff) | |
| download | sharkey-f84ad3e1ea8e8ffb064a947083058efc2c0e111a.tar.gz sharkey-f84ad3e1ea8e8ffb064a947083058efc2c0e111a.tar.bz2 sharkey-f84ad3e1ea8e8ffb064a947083058efc2c0e111a.zip | |
:art:
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 ad1b033edf..8b63821293 100644 --- a/src/client/scripts/theme.ts +++ b/src/client/scripts/theme.ts @@ -27,6 +27,7 @@ export const builtinThemes = [ require('@client/themes/d-astro.json5'), require('@client/themes/d-future.json5'), require('@client/themes/d-botanical.json5'), + require('@client/themes/d-pumpkin.json5'), require('@client/themes/d-black.json5'), ] as Theme[]; |