summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts/theme.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-03-01 23:58:28 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-03-01 23:58:28 +0900
commit0893f36f467e576db914faddb9e7d82b700abe17 (patch)
tree8895e9c7ac35632e04797f8e6d129823a8495c9c /packages/client/src/scripts/theme.ts
parentfeat: instance default theme (diff)
downloadsharkey-0893f36f467e576db914faddb9e7d82b700abe17.tar.gz
sharkey-0893f36f467e576db914faddb9e7d82b700abe17.tar.bz2
sharkey-0893f36f467e576db914faddb9e7d82b700abe17.zip
:art:
Diffstat (limited to 'packages/client/src/scripts/theme.ts')
-rw-r--r--packages/client/src/scripts/theme.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/client/src/scripts/theme.ts b/packages/client/src/scripts/theme.ts
index 4bc70b27ab..45743d0ffa 100644
--- a/packages/client/src/scripts/theme.ts
+++ b/packages/client/src/scripts/theme.ts
@@ -17,6 +17,7 @@ export const themeProps = Object.keys(lightTheme.props).filter(key => !key.start
export const builtinThemes = [
require('@/themes/l-light.json5'),
+ require('@/themes/l-coffee.json5'),
require('@/themes/l-apricot.json5'),
require('@/themes/l-rainy.json5'),
require('@/themes/l-vivid.json5'),