Skip to content

Commit

Permalink
Add additional themes to built in themes lit.
Browse files Browse the repository at this point in the history
  • Loading branch information
丈槍由紀 committed Nov 18, 2023
1 parent 5723d57 commit 0dbb54d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frontend/src/scripts/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const getBuiltinThemes = () => Promise.all(
'l-cherry',
'l-sushi',
'l-u0',
'l-rosepinedawn',

'd-dark',
'd-persimmon',
Expand All @@ -45,6 +46,8 @@ export const getBuiltinThemes = () => Promise.all(
'd-transfem-cherry',
'd-ice',
'd-u0',
'd-rosepine',
'd-rosepinemoon',
].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)),
);

Expand Down

0 comments on commit 0dbb54d

Please sign in to comment.