summaryrefslogtreecommitdiff
path: root/src/client/theme.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-05 03:38:50 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-05 03:38:50 +0900
commita891f7e8629de6c24d12604ced2bf4d1842a4b26 (patch)
treee06653b8669a82a758549c872745ded81417e6c4 /src/client/theme.ts
parent:art: (diff)
downloadmisskey-a891f7e8629de6c24d12604ced2bf4d1842a4b26.tar.gz
misskey-a891f7e8629de6c24d12604ced2bf4d1842a4b26.tar.bz2
misskey-a891f7e8629de6c24d12604ced2bf4d1842a4b26.zip
:art:
Diffstat (limited to 'src/client/theme.ts')
-rw-r--r--src/client/theme.ts6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/theme.ts b/src/client/theme.ts
index 2f4920e3af..07981c36ff 100644
--- a/src/client/theme.ts
+++ b/src/client/theme.ts
@@ -17,16 +17,14 @@ export const builtinThemes = [
require('./themes/black.json5'),
require('./themes/lavender.json5'),
require('./themes/halloween.json5'),
- require('./themes/garden.json5'),
- require('./themes/mauve.json5'),
- require('./themes/elegant.json5'),
+ require('./themes/city.json5'),
require('./themes/rainy.json5'),
require('./themes/urban.json5'),
require('./themes/cafe.json5'),
require('./themes/chocolate.json5'),
require('./themes/danboard.json5'),
require('./themes/olive.json5'),
- require('./themes/tweetdeck.json5'),
+ require('./themes/ocean.json5'),
] as Theme[];
let timeout = null;