From 8b1fdb5a3b12a9a04edf5b1d4b4fe37ffa0feb5d Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 8 Jan 2023 11:55:37 +0900 Subject: enhance(client): add theme --- packages/frontend/src/scripts/theme.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/frontend/src/scripts/theme.ts') diff --git a/packages/frontend/src/scripts/theme.ts b/packages/frontend/src/scripts/theme.ts index 42cb00265d..28284c7bcf 100644 --- a/packages/frontend/src/scripts/theme.ts +++ b/packages/frontend/src/scripts/theme.ts @@ -24,6 +24,7 @@ export const getBuiltinThemes = () => Promise.all( 'l-coffee', 'l-apricot', 'l-rainy', + 'l-botanical', 'l-vivid', 'l-cherry', 'l-sushi', -- cgit v1.2.3-freya