summaryrefslogtreecommitdiff
path: root/src/client/scripts/theme.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/scripts/theme.ts')
-rw-r--r--src/client/scripts/theme.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/scripts/theme.ts b/src/client/scripts/theme.ts
index c1580c6367..804d808683 100644
--- a/src/client/scripts/theme.ts
+++ b/src/client/scripts/theme.ts
@@ -17,6 +17,7 @@ export const themeProps = Object.keys(lightTheme.props).filter(key => !key.start
export const builtinThemes = [
require('../themes/l-light.json5'),
require('../themes/l-apricot.json5'),
+ require('../themes/l-rainy.json5'),
require('../themes/d-dark.json5'),
require('../themes/d-persimmon.json5'),