diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-08 21:59:18 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-08 21:59:18 +0900 |
| commit | 6cfad65ac773cc850a41bf79d443e3666d83552c (patch) | |
| tree | 4320afc8297f7c623015f9b4558b9b61c5afc59f /src/client/scripts | |
| parent | New Crowdin updates (#7616) (diff) | |
| download | sharkey-6cfad65ac773cc850a41bf79d443e3666d83552c.tar.gz sharkey-6cfad65ac773cc850a41bf79d443e3666d83552c.tar.bz2 sharkey-6cfad65ac773cc850a41bf79d443e3666d83552c.zip | |
:art:
Diffstat (limited to 'src/client/scripts')
| -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 09441c8a76..3fb5666a72 100644 --- a/src/client/scripts/theme.ts +++ b/src/client/scripts/theme.ts @@ -23,6 +23,7 @@ export const builtinThemes = [ require('@client/themes/d-dark.json5'), require('@client/themes/d-persimmon.json5'), require('@client/themes/d-astro.json5'), + require('@client/themes/d-future.json5'), require('@client/themes/d-black.json5'), ] as Theme[]; |