diff --git a/js/utils/themes.js b/js/utils/themes.js
index d86f5e1..e8eda64 100644
--- a/js/utils/themes.js
+++ b/js/utils/themes.js
@@ -29,7 +29,7 @@ var colors = {
 		color: "#ceffbd",
 		points: "#edf3eb",
 		locked: "#c4a7b3",
-		background: "#102012",
+		background: "#0d180e",
 		background_tooltip: "rgba(0, 22, 3, 0.75)",
 	},
 }