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