-
-
+
+
diff --git a/fclauncher/frontend/src/global.ts b/fclauncher/frontend/src/global.ts
index d5f69e7..1dc53ee 100644
--- a/fclauncher/frontend/src/global.ts
+++ b/fclauncher/frontend/src/global.ts
@@ -3,4 +3,5 @@ export const loading = writable(true)
export const addingInstance = writable(false)
export const instances = writable([])
export const navMargin = writable(3)
-export const currentPage = writable(1)
\ No newline at end of file
+export const currentPage = writable(1)
+export const themecolor = writable("purple")
\ No newline at end of file