diff --git a/public/themes/list.json b/public/themes/list.json index ff2eabfb9..60928df86 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -302,5 +302,10 @@ "name": "watermelon", "bgColor": "#1F4437", "textColor": "#B74B53" + }, + { + "name": "menthol", + "bgColor": "#00c18c", + "textColor": "#ffffff" } ] \ No newline at end of file diff --git a/public/themes/menthol.css b/public/themes/menthol.css new file mode 100644 index 000000000..52dbb55b6 --- /dev/null +++ b/public/themes/menthol.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #00c18c; + --main-color: #ffffff; + --caret-color: #99fdd8; + --sub-color: #186544; + --text-color: #ffffff; + --error-color: #e03c3c; + --error-extra-color: #b12525; + --colorful-error-color: #e03c3c; + --colorful-error-extra-color: #b12525; +} \ No newline at end of file