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" } ]