aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/themes/carbon.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/themes/carbon.css')
-rw-r--r--public/themes/carbon.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/themes/carbon.css b/public/themes/carbon.css
new file mode 100644
index 000000000..07a3d5c4c
--- /dev/null
+++ b/public/themes/carbon.css
@@ -0,0 +1,11 @@
+:root {
+ --bg-color: #313131;
+ --main-color: #f66e0d;
+ --caret-color: #f66e0d;
+ --sub-color: #616161;
+ --text-color: #f5e6c8;
+ --error-color: #e72d2d;
+ --colorful-error-color: #b62828;
+ --colorful-error-color: #a5e72d;
+ --colorful-error-extra-color: #74a120;
+}