diff --git a/public/themes/list.json b/public/themes/list.json index 993e04d22..99f7d5c0e 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -388,5 +388,10 @@ "name": "nebula", "bgColor": "#212135", "textColor": "#be3c88" + }, + { + "name": "pastel", + "bgColor": "#ffd1dc", + "textColor": "#b39eb5" } ] diff --git a/public/themes/pastel.css b/public/themes/pastel.css new file mode 100644 index 000000000..29468ac14 --- /dev/null +++ b/public/themes/pastel.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #ffd1dc; + --main-color: #f4f1d6; + --caret-color: #f4f1d6; + --sub-color: #ace7ff; + --text-color: #b39eb5; + --error-color: #ff6961; + --error-extra-color: #c23b22; + --colorful-error-color: #ff6961; + --colorful-error-extra-color: #c23b22; + } \ No newline at end of file