upd: add rosepine and rosepine dawn as preinstalle themes
This commit is contained in:
parent
049129fabe
commit
8e02d7f364
4 changed files with 179 additions and 0 deletions
|
|
@ -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)),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue