aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/themes/superuser.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/themes/superuser.css')
-rw-r--r--public/themes/superuser.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/themes/superuser.css b/public/themes/superuser.css
new file mode 100644
index 000000000..b5207f556
--- /dev/null
+++ b/public/themes/superuser.css
@@ -0,0 +1,11 @@
+:root {
+ --bg-color: #262a33;
+ --main-color: #43ffaf;
+ --caret-color: #43ffaf;
+ --sub-color: #526777;
+ --text-color: #e5f7ef;
+ --error-color: #ff5f5f;
+ --error-extra-color: #d22a2a;
+ --colorful-error-color: #ff5f5f;
+ --colorful-error-extra-color: #d22a2a;
+}