change default theme from hexagon (blue) to phonon (black) pt2

This commit is contained in:
edshot99 2024-10-28 12:46:25 -05:00
parent b8d3dc6824
commit f2af884e87

View File

@ -47,7 +47,7 @@ StorageUtils.bootstrapMany(LStorage.Site);
// Any changes here must be reflected there as well
LStorage.Theme = {
/** @returns {string} Main theme */
Main: ["theme", "hexagon"],
Main: ["theme", "phonon"],
/** @returns {string} Extra theme / seasonal decotrations */
Extra: ["theme-extra", "hexagon"],