mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 21:53:13 +08:00
added strawberry.css and added it to list.json
This commit is contained in:
parent
91ede7512d
commit
32894603b9
2 changed files with 16 additions and 0 deletions
|
@ -203,5 +203,10 @@
|
|||
"name": "olive",
|
||||
"bgColor": "#e9e5cc",
|
||||
"textColor": "#92946f"
|
||||
},
|
||||
{
|
||||
"name": "strawberry",
|
||||
"bgColor": "#e53c58",
|
||||
"textColor": "#fcfcf8"
|
||||
}
|
||||
]
|
||||
|
|
11
public/themes/strawberry.css
Normal file
11
public/themes/strawberry.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #f37f83;
|
||||
--main-color: #fcfcf8;
|
||||
--caret-color: #fcfcf8;
|
||||
--sub-color: #e53c58;
|
||||
--text-color: #fcfcf8;
|
||||
--error-color: #fcd23f;
|
||||
--error-extra-color: #d7ae1e;
|
||||
--extra-error-color: #fcd23f;
|
||||
--extra-error-extra-color: #d7ae1e;
|
||||
}
|
Loading…
Reference in a new issue