mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
8 lines
181 B
JavaScript
8 lines
181 B
JavaScript
![]() |
export const THEMES = {
|
||
|
dark: require("./themes/dark.json"),
|
||
|
light: require("./themes/light.json"),
|
||
|
};
|
||
|
|
||
|
// TODO: Make themes customizable
|
||
|
export const THEME = THEMES.light;
|