summaryrefslogtreecommitdiff
path: root/src/client/scripts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-26 10:46:55 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-26 10:46:55 +0900
commit8bce241170cd5b40b200c3b00d104677c35ba8e5 (patch)
treef9a6eb315c65a1e5c243e37c9b519233cbf88623 /src/client/scripts
parentFix #7481 (diff)
downloadsharkey-8bce241170cd5b40b200c3b00d104677c35ba8e5.tar.gz
sharkey-8bce241170cd5b40b200c3b00d104677c35ba8e5.tar.bz2
sharkey-8bce241170cd5b40b200c3b00d104677c35ba8e5.zip
:art:
Diffstat (limited to 'src/client/scripts')
-rw-r--r--src/client/scripts/theme.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/scripts/theme.ts b/src/client/scripts/theme.ts
index b0bf620a7d..09441c8a76 100644
--- a/src/client/scripts/theme.ts
+++ b/src/client/scripts/theme.ts
@@ -18,9 +18,11 @@ export const builtinThemes = [
require('@client/themes/l-light.json5'),
require('@client/themes/l-apricot.json5'),
require('@client/themes/l-rainy.json5'),
+ require('@client/themes/l-vivid.json5'),
require('@client/themes/d-dark.json5'),
require('@client/themes/d-persimmon.json5'),
+ require('@client/themes/d-astro.json5'),
require('@client/themes/d-black.json5'),
] as Theme[];