From 9234adb63fed6b5e465c0851050017f560b67636 Mon Sep 17 00:00:00 2001 From: Cole320 Date: Tue, 4 May 2021 17:43:09 -0400 Subject: [PATCH] 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; +}