added shoko

This commit is contained in:
Jack 2020-08-01 14:09:43 +01:00
parent bedf5e0a16
commit 33280b2097
2 changed files with 16 additions and 0 deletions

View file

@ -322,5 +322,10 @@
"name": "honey",
"bgColor": "#f2aa00",
"textColor": "#fff546"
},
{
"name": "shoko",
"bgColor": "#ced7e0",
"textColor": "#81c4dd"
}
]

11
public/themes/shoko.css Normal file
View file

@ -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;
}