mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
added shoko
This commit is contained in:
parent
bedf5e0a16
commit
33280b2097
2 changed files with 16 additions and 0 deletions
|
@ -322,5 +322,10 @@
|
|||
"name": "honey",
|
||||
"bgColor": "#f2aa00",
|
||||
"textColor": "#fff546"
|
||||
},
|
||||
{
|
||||
"name": "shoko",
|
||||
"bgColor": "#ced7e0",
|
||||
"textColor": "#81c4dd"
|
||||
}
|
||||
]
|
11
public/themes/shoko.css
Normal file
11
public/themes/shoko.css
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue