This commit is contained in:
syuilo
2018-09-29 00:44:23 +09:00
parent 094d873f2e
commit 57669c9c03
3 changed files with 24 additions and 5 deletions

View File

@@ -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
];