Bring Back Spicy Fire Theme from darkness

This commit is contained in:
MasterAcnolo
2025-11-20 13:53:49 +01:00
parent e5fb44fc6b
commit 14928798d4
4 changed files with 51 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ const themes = {
drift: { label: "Drift", subtitle: "Si la route t'appelle, contre appel" },
fanatic: { label: "Fanatic", subtitle: "Always Fnatic !" },
chirac: { label: "Chirac", subtitle: "J'aime les pommes" },
spicy: { label: "Spicy", subtitle: "The Spiciest One" },
};
const themeSelect = document.getElementById("themeSelect");