upd: add rosepine and rosepine dawn as preinstalle themes

This commit is contained in:
Marie 2023-12-31 20:14:22 +01:00
parent 049129fabe
commit 8e02d7f364
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
4 changed files with 179 additions and 0 deletions

View file

@ -44,6 +44,8 @@ export const getBuiltinThemes = () => Promise.all(
'd-cherry',
'd-ice',
'd-u0',
'rosepine',
'rosepine-dawn',
].map(name => import(`@/themes/${name}.json5`).then(({ default: _default }): Theme => _default)),
);