From 84b61a321a08927e1aa75f1e6b0694dbd9e6ebd6 Mon Sep 17 00:00:00 2001 From: Cole320 Date: Tue, 4 May 2021 17:44:30 -0400 Subject: [PATCH] Update themes list to include "communism" theme --- static/themes/_list.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/themes/_list.json b/static/themes/_list.json index d547ee095..b37f7265b 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -24,6 +24,11 @@ "bgColor": "#313131", "textColor": "#ed6b21" }, + { + "name": "communism", + "bgColor": "#be1918", + "textColor": "#1C1C19" + }, { "name": "dots", "bgColor": "#121520",