diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-01 23:58:28 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-01 23:58:28 +0900 |
| commit | 0893f36f467e576db914faddb9e7d82b700abe17 (patch) | |
| tree | 8895e9c7ac35632e04797f8e6d129823a8495c9c /packages/client/src/scripts | |
| parent | feat: instance default theme (diff) | |
| download | sharkey-0893f36f467e576db914faddb9e7d82b700abe17.tar.gz sharkey-0893f36f467e576db914faddb9e7d82b700abe17.tar.bz2 sharkey-0893f36f467e576db914faddb9e7d82b700abe17.zip | |
:art:
Diffstat (limited to 'packages/client/src/scripts')
| -rw-r--r-- | packages/client/src/scripts/theme.ts | 1 |
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'), |