upd: replace default dark theme

Closes #244
This commit is contained in:
Marie 2023-12-21 21:31:28 +01:00
parent 03dc868536
commit 7a83e46e6a
3 changed files with 1 additions and 22 deletions

View file

@ -42,7 +42,6 @@ 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)),