mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
feat: Add Godspeed theme (#1768) by coryshaw1
This commit is contained in:
parent
d486697ad7
commit
074a830ae9
2 changed files with 17 additions and 0 deletions
|
@ -573,5 +573,10 @@
|
|||
"name": "material",
|
||||
"bgColor": "#263238",
|
||||
"textColor": "#80cbc4"
|
||||
},
|
||||
{
|
||||
"name": "godspeed",
|
||||
"bgColor": "#eae4cf",
|
||||
"textColor": "#c0bcab"
|
||||
}
|
||||
]
|
||||
|
|
12
static/themes/godspeed.css
Normal file
12
static/themes/godspeed.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #eae4cf;
|
||||
--main-color: #9abbcd;
|
||||
--caret-color: #f4d476;
|
||||
--sub-color: #646669;
|
||||
--text-color: #c0bcab;
|
||||
--error-color: #ca4754;
|
||||
--error-extra-color: #7e2a33;
|
||||
--colorful-error-color: #ca4754;
|
||||
--colorful-error-extra-color: #7e2a33;
|
||||
}
|
||||
|
Loading…
Reference in a new issue