This commit is contained in:
syuilo 2020-07-05 03:38:50 +09:00
parent b715ea4621
commit a891f7e862
6 changed files with 25 additions and 59 deletions

View file

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