This commit is contained in:
tamaina 2022-04-23 02:54:51 +09:00
parent f5f8843022
commit c63c1c9040
6 changed files with 89 additions and 9 deletions

View file

@ -255,13 +255,10 @@ type Plugin = {
/**
* ()
*/
import lightTheme from '@/themes/l-light.json5';
import darkTheme from '@/themes/l-dark.json5';
export class ColdDeviceStorage {
public static default = {
lightTheme,
darkTheme,
lightTheme: require('@/themes/l-light.json5') as Theme,
darkTheme: require('@/themes/d-dark.json5') as Theme,
syncDeviceDarkMode: true,
plugins: [] as Plugin[],
mediaVolume: 0.5,