mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-10 04:44:52 +00:00
Upload code
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export const ThemeObj: {[k in string]: 'light' | 'dark'} = {
|
||||
default: 'light',
|
||||
light: 'light',
|
||||
dark: 'dark',
|
||||
};
|
||||
|
||||
export const AlasGuiTheme = {
|
||||
light: 'default',
|
||||
dark: 'dark',
|
||||
};
|
||||
Reference in New Issue
Block a user