mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-29 01:59:48 +08:00
added matcha moccha
This commit is contained in:
parent
906929c108
commit
d85cad832e
2 changed files with 16 additions and 0 deletions
|
@ -332,5 +332,10 @@
|
|||
"name": "norse",
|
||||
"bgColor": "#2b2b2c",
|
||||
"textColor": "#ccc2b1"
|
||||
},
|
||||
{
|
||||
"name": "matcha_moccha",
|
||||
"bgColor": "#523525",
|
||||
"textColor": "#7ec160"
|
||||
}
|
||||
]
|
11
public/themes/matcha_moccha.css
Normal file
11
public/themes/matcha_moccha.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #523525;
|
||||
--main-color: #7ec160;
|
||||
--caret-color: #7ec160;
|
||||
--sub-color: #9e6749;
|
||||
--text-color: #ecddcc;
|
||||
--error-color: #fb4934;
|
||||
--error-extra-color: #cc241d;
|
||||
--colorful-error-color: #fb4934;
|
||||
--colorful-error-extra-color: #cc241d;
|
||||
}
|
Loading…
Add table
Reference in a new issue