diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-29 00:44:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-29 00:44:23 +0900 |
| commit | 57669c9c0302392c1e12008fd01578cfd1d3f157 (patch) | |
| tree | 57b255fd1027cfc98843dd1707669d6986b7f39a /src/client/app | |
| parent | wip (diff) | |
| download | misskey-57669c9c0302392c1e12008fd01578cfd1d3f157.tar.gz misskey-57669c9c0302392c1e12008fd01578cfd1d3f157.tar.bz2 misskey-57669c9c0302392c1e12008fd01578cfd1d3f157.zip | |
wip
Diffstat (limited to 'src/client/app')
| -rw-r--r-- | src/client/app/theme.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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 ]; |