diff --git a/templates/2xx.html b/templates/2xx.html
index 5ab866de..d0873e63 100644
--- a/templates/2xx.html
+++ b/templates/2xx.html
@@ -52,8 +52,8 @@ body.offline,body.theme-hotpants.offline,body.theme-majesty.offline,body.theme-o
gecko: "#4ab92f",
ozark: "#5263af",
cobalt: "#08439b",
- offline: "#999999",
- sorcery: "#ae91e8",
+ sorcery: "#ae91e8",
+ offline: "#999999"
}
if (localStorage.store_currentInstance && localStorage.store_instanceThemes) {
let safeParse = (str) => str === 'undefined' ? undefined : JSON.parse(str)