aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/themes/hammerhead.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/themes/hammerhead.css')
-rw-r--r--public/themes/hammerhead.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/themes/hammerhead.css b/public/themes/hammerhead.css
new file mode 100644
index 000000000..6925ac992
--- /dev/null
+++ b/public/themes/hammerhead.css
@@ -0,0 +1,11 @@
+:root {
+ --bg-color: #030613;
+ --main-color: #4fcdb9;
+ --caret-color: #4fcdb9;
+ --sub-color: #1e283a;
+ --text-color: #e2f1f5;
+ --error-color: #e32b2b;
+ --error-extra-color: #a62626;
+ --colorful-error-color: #e32b2b;
+ --colorful-error-extra-color: #a62626;
+}