This commit is contained in:
conner-mcnicholas 2025-10-30 11:23:12 -07:00
parent 4013e714d7
commit 7212c50429

View file

@ -1119,7 +1119,7 @@ export const themes: Record<ThemeName, Omit<Theme, "name">> = {
mainColor: "#3dff91",
subColor: "#eeff70",
textColor: "#a3ffd0",
},
},
};
export const ThemesList: Theme[] = Object.keys(themes)