summaryrefslogtreecommitdiff
path: root/src/client/scripts/theme.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-08-08 21:59:18 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-08-08 21:59:18 +0900
commit6cfad65ac773cc850a41bf79d443e3666d83552c (patch)
tree4320afc8297f7c623015f9b4558b9b61c5afc59f /src/client/scripts/theme.ts
parentNew Crowdin updates (#7616) (diff)
downloadsharkey-6cfad65ac773cc850a41bf79d443e3666d83552c.tar.gz
sharkey-6cfad65ac773cc850a41bf79d443e3666d83552c.tar.bz2
sharkey-6cfad65ac773cc850a41bf79d443e3666d83552c.zip
:art:
Diffstat (limited to 'src/client/scripts/theme.ts')
-rw-r--r--src/client/scripts/theme.ts1
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[];