mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 12:29:46 +08:00
added menthol. thanks octa
This commit is contained in:
parent
47415c6640
commit
bf3064e750
2 changed files with 16 additions and 0 deletions
|
@ -302,5 +302,10 @@
|
|||
"name": "watermelon",
|
||||
"bgColor": "#1F4437",
|
||||
"textColor": "#B74B53"
|
||||
},
|
||||
{
|
||||
"name": "menthol",
|
||||
"bgColor": "#00c18c",
|
||||
"textColor": "#ffffff"
|
||||
}
|
||||
]
|
11
public/themes/menthol.css
Normal file
11
public/themes/menthol.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #00c18c;
|
||||
--main-color: #ffffff;
|
||||
--caret-color: #99fdd8;
|
||||
--sub-color: #186544;
|
||||
--text-color: #ffffff;
|
||||
--error-color: #e03c3c;
|
||||
--error-extra-color: #b12525;
|
||||
--colorful-error-color: #e03c3c;
|
||||
--colorful-error-extra-color: #b12525;
|
||||
}
|
Loading…
Reference in a new issue