From 57669c9c0302392c1e12008fd01578cfd1d3f157 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:44:23 +0900 Subject: wip --- src/client/app/theme.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/app') diff --git a/src/client/app/theme.ts b/src/client/app/theme.ts index 1147ff300d..555f8411f2 100644 --- a/src/client/app/theme.ts +++ b/src/client/app/theme.ts @@ -91,10 +91,12 @@ function genValue(c: tinycolor.Instance): string { export const lightTheme = require('../theme/light.json'); export const darkTheme = require('../theme/dark.json'); +export const pinkTheme = require('../theme/pink.json'); export const halloweenTheme = require('../theme/halloween.json'); export const builtinThemes = [ lightTheme, darkTheme, + pinkTheme, halloweenTheme ]; -- cgit v1.2.3-freya