From 8d070ed10d594dee81bd60136b6c6e4dbacd6fdd Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:29:22 +0100 Subject: [PATCH] Fix: Neon Theme rename --- public/script/customthemes.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/script/customthemes.js b/public/script/customthemes.js index 34b5ec0..129a7e7 100644 --- a/public/script/customthemes.js +++ b/public/script/customthemes.js @@ -1,8 +1,7 @@ const themes = { - default: { label: "Default", subtitle: "Because why not?" }, dark: { label: "Sombre", subtitle: "Darkness is my ally" }, light: { label: "Clair", subtitle: "Qui aime ce thème ?" }, - neon: { label: "Néon", subtitle: "How was your day ?"}, + neon: { label: "Purple", subtitle: "How was your day ?"}, nf: { label: "NF", subtitle: "You call it music, i call it my Therapist" }, songbird: { label: "Songbird", subtitle: "From Her to Eternity" }, drift: { label: "Drift", subtitle: "Si la route t'appelle, contre appel" },