wip
This commit is contained in:
parent
094d873f2e
commit
57669c9c03
3 changed files with 24 additions and 5 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue