1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 13:17:00 +08:00
Files
AzurLaneAutoScript/webapp/packages/common/constant/theme.ts
SevCrane 5e482958f6 AlasGG
2024-06-05 23:20:28 +08:00

11 lines
188 B
TypeScript

export const ThemeObj: {[k in string]: 'light' | 'dark'} = {
default: 'light',
light: 'light',
dark: 'dark',
};
export const AlasGuiTheme = {
light: 'default',
dark: 'dark',
};