From fcbfbeb8936a666877207cdfbbebf0720f778232 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 23 Sep 2021 14:57:58 +0100 Subject: [PATCH] fixed chaos theory not working --- static/themes/_list.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/themes/_list.json b/static/themes/_list.json index 6b4e7e5fa..ad63ef708 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -1,9 +1,4 @@ [ - { - "name" : "Chaos_Theory", - "bgColor" : "#141221", - "textColor":"#fd77d7" - }, { "name": "dark", "bgColor": "#111", @@ -608,5 +603,10 @@ "name": "sewing_tin_light", "bgColor": "#ffffff", "textColor": "#2d2076" + }, + { + "name" : "chaos_theory", + "bgColor" : "#141221", + "textColor":"#fd77d7" } ]