diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-13 16:33:18 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-13 16:33:18 +0900 |
| commit | 05a342009fcd214ab1ad11dbda58a383075dcec2 (patch) | |
| tree | 5cd409a32e7fe90621ccf967163ff06c1ef083b1 /packages/client/src/scripts | |
| parent | chore(client): tweak ui (diff) | |
| download | sharkey-05a342009fcd214ab1ad11dbda58a383075dcec2.tar.gz sharkey-05a342009fcd214ab1ad11dbda58a383075dcec2.tar.bz2 sharkey-05a342009fcd214ab1ad11dbda58a383075dcec2.zip | |
:art:
Diffstat (limited to 'packages/client/src/scripts')
| -rw-r--r-- | packages/client/src/scripts/theme.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/src/scripts/theme.ts b/packages/client/src/scripts/theme.ts index eb82044b32..77d1df0826 100644 --- a/packages/client/src/scripts/theme.ts +++ b/packages/client/src/scripts/theme.ts @@ -31,8 +31,8 @@ export const getBuiltinThemes = () => Promise.all( 'd-astro', 'd-future', 'd-botanical', - 'd-lime-green', - 'd-orange-green', + 'd-green-lime', + 'd-green-orange', 'd-cherry', 'd-ice', ].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)), |