From 6ed321b44a8e514968f16736e7700c31161f6f6b Mon Sep 17 00:00:00 2001 From: Dan Hogan Date: Wed, 21 Oct 2020 15:44:16 -0400 Subject: [PATCH] Added drowning theme --- public/themes/drowning.css | 11 +++++++++++ public/themes/list.json | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 public/themes/drowning.css diff --git a/public/themes/drowning.css b/public/themes/drowning.css new file mode 100644 index 000000000..d8d3ad290 --- /dev/null +++ b/public/themes/drowning.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #191826; + --main-color: #4a6fb5; + --caret-color: #4f85e8; + --sub-color: #50688c; + --text-color: #9393a7; + --error-color: #be555f; + --error-extra-color: #7e2a33; + --colorful-error-color: #be555f; + --colorful-error-extra-color: #7e2a33; +} \ No newline at end of file diff --git a/public/themes/list.json b/public/themes/list.json index b1827dce4..e60b69c1e 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -408,5 +408,10 @@ "name": "fundamentals", "bgColor": "#727474", "textColor": "#196378" + }, + { + "name": "drowning", + "bgColor": "#191826", + "textColor": "#4a6fb5" } ]