mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:23:08 +02:00
upd: add transfem mi dark cherry to theme selector
This commit is contained in:
parent
496f919e8e
commit
612dac29a9
1 changed files with 1 additions and 0 deletions
|
@ -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)),
|
||||
|
|
Loading…
Reference in a new issue