From 436505af2d6577a4a753264a4a1b41b293c0e1c4 Mon Sep 17 00:00:00 2001 From: TJCgames Date: Sun, 10 Mar 2024 19:50:14 +0000 Subject: [PATCH] make it darker --- js/utils/themes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)", }, }