diff --git a/public/themes/list.json b/public/themes/list.json index 978c188e2..1d9cf49d8 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -322,5 +322,10 @@ "name": "honey", "bgColor": "#f2aa00", "textColor": "#fff546" + }, + { + "name": "shoko", + "bgColor": "#ced7e0", + "textColor": "#81c4dd" } ] \ No newline at end of file diff --git a/public/themes/shoko.css b/public/themes/shoko.css new file mode 100644 index 000000000..f6bd2f623 --- /dev/null +++ b/public/themes/shoko.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #ced7e0; + --main-color: #81c4dd; + --caret-color: #81c4dd; + --sub-color: #7599b1; + --text-color: #3b4c58; + --error-color: #bf616a; + --error-extra-color: #793e44; + --colorful-error-color: #bf616a; + --colorful-error-extra-color: #793e44; +} \ No newline at end of file