mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 13:44:27 +08:00
added watermelon theme
This commit is contained in:
parent
a1c165b407
commit
e23573f712
2 changed files with 16 additions and 0 deletions
public/themes
|
@ -297,5 +297,10 @@
|
|||
"name": "bento",
|
||||
"bgColor": "#335C71",
|
||||
"textColor": "#FC7374"
|
||||
},
|
||||
{
|
||||
"name": "watermelon",
|
||||
"bgColor": "#1F4437",
|
||||
"textColor": "#B74B53"
|
||||
}
|
||||
]
|
11
public/themes/watermelon.css
Normal file
11
public/themes/watermelon.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #1F4437;
|
||||
--main-color: #d6686f;
|
||||
--caret-color: #d6686f;
|
||||
--sub-color: #3e7a65;
|
||||
--text-color: #CDC6BC;
|
||||
--error-color: #c82931;
|
||||
--error-extra-color: #ac1823;
|
||||
--colorful-error-color: #c82931;
|
||||
--colorful-error-extra-color: #ac1823;
|
||||
}
|
Loading…
Reference in a new issue