summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-29 00:44:23 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-29 00:44:23 +0900
commit57669c9c0302392c1e12008fd01578cfd1d3f157 (patch)
tree57b255fd1027cfc98843dd1707669d6986b7f39a /src/client/app
parentwip (diff)
downloadmisskey-57669c9c0302392c1e12008fd01578cfd1d3f157.tar.gz
misskey-57669c9c0302392c1e12008fd01578cfd1d3f157.tar.bz2
misskey-57669c9c0302392c1e12008fd01578cfd1d3f157.zip
wip
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/theme.ts2
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
];