upd: add transfem mi dark cherry to theme selector

This commit is contained in:
Marie 2023-09-22 04:18:48 +02:00 committed by GitHub
parent 496f919e8e
commit 612dac29a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ export const getBuiltinThemes = () => Promise.all(
'd-green-lime',
'd-green-orange',
'd-cherry',
'd-transfem-cherry',
'd-ice',
'd-u0',
].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)),