From 16e2db9353f50d0bc3c05e06a9c27df17f8fd02d Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 6 Jul 2020 21:01:39 +0100 Subject: [PATCH] added Hammerhead --- public/themes/hammerhead.css | 11 +++++++++++ public/themes/list.json | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 public/themes/hammerhead.css diff --git a/public/themes/hammerhead.css b/public/themes/hammerhead.css new file mode 100644 index 000000000..16dd8fcb3 --- /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; +} \ No newline at end of file diff --git a/public/themes/list.json b/public/themes/list.json index 7ed68ceda..7f8101619 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -247,5 +247,10 @@ "name": "red_dragon", "bgColor": "#1a0b0c", "textColor": "#ff3a32" + }, + { + "name": "hammerhead", + "bgColor": "#030613", + "textColor": "#4fcdb9" } ] \ No newline at end of file