From 9234adb63fed6b5e465c0851050017f560b67636 Mon Sep 17 00:00:00 2001 From: Cole320 Date: Tue, 4 May 2021 17:43:09 -0400 Subject: [PATCH 1/2] Add communism theme --- static/themes/communism.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 static/themes/communism.css diff --git a/static/themes/communism.css b/static/themes/communism.css new file mode 100644 index 000000000..6e0589b33 --- /dev/null +++ b/static/themes/communism.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #be1918; + --main-color: #ffffff; + --caret-color: #ffffff; + --sub-color: #faf333; + --text-color: #1c1c19; + --error-color: #ffffff; + --error-extra-color: #faf333; + --colorful-error-color: #faf333; + --colorful-error-extra-color: #faf333; +} From 84b61a321a08927e1aa75f1e6b0694dbd9e6ebd6 Mon Sep 17 00:00:00 2001 From: Cole320 Date: Tue, 4 May 2021 17:44:30 -0400 Subject: [PATCH 2/2] 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",