From 32894603b9f2cb814d810e591029c37375788b64 Mon Sep 17 00:00:00 2001 From: Noah Date: Fri, 26 Jun 2020 16:29:57 -0700 Subject: [PATCH] added strawberry.css and added it to list.json --- public/themes/list.json | 5 +++++ public/themes/strawberry.css | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 public/themes/strawberry.css diff --git a/public/themes/list.json b/public/themes/list.json index c063b63d2..b3f901d63 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -203,5 +203,10 @@ "name": "olive", "bgColor": "#e9e5cc", "textColor": "#92946f" + }, + { + "name": "strawberry", + "bgColor": "#e53c58", + "textColor": "#fcfcf8" } ] diff --git a/public/themes/strawberry.css b/public/themes/strawberry.css new file mode 100644 index 000000000..94eb5de0d --- /dev/null +++ b/public/themes/strawberry.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #f37f83; + --main-color: #fcfcf8; + --caret-color: #fcfcf8; + --sub-color: #e53c58; + --text-color: #fcfcf8; + --error-color: #fcd23f; + --error-extra-color: #d7ae1e; + --extra-error-color: #fcd23f; + --extra-error-extra-color: #d7ae1e; + } \ No newline at end of file