Improve wallpaper feature
This commit is contained in:
parent
1dce62e42a
commit
37c80e8ef5
9 changed files with 32 additions and 48 deletions
|
|
@ -9,8 +9,8 @@ export type Theme = {
|
|||
props: { [key: string]: string };
|
||||
};
|
||||
|
||||
export const lightTheme: Theme = require('./themes/light.json5');
|
||||
export const darkTheme: Theme = require('./themes/dark.json5');
|
||||
export const lightTheme: Theme = require('./themes/_light.json5');
|
||||
export const darkTheme: Theme = require('./themes/_dark.json5');
|
||||
|
||||
export const builtinThemes = [
|
||||
lightTheme,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue