This commit is contained in:
syuilo
2022-07-13 16:33:18 +09:00
parent d7247e2db2
commit 05a342009f
3 changed files with 6 additions and 6 deletions

View File

@@ -31,8 +31,8 @@ export const getBuiltinThemes = () => Promise.all(
'd-astro',
'd-future',
'd-botanical',
'd-lime-green',
'd-orange-green',
'd-green-lime',
'd-green-orange',
'd-cherry',
'd-ice',
].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)),