mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
feat: add Grand Prix Theme
This commit is contained in:
parent
d4c30536bb
commit
b80c13a4a3
2 changed files with 16 additions and 0 deletions
|
@ -508,5 +508,10 @@
|
|||
"name": "copper",
|
||||
"bgColor": "#442f29",
|
||||
"textColor": "#e7e0de"
|
||||
},
|
||||
{
|
||||
"name": "grand_prix",
|
||||
"bgColor": "#36475c",
|
||||
"textColor": "#c0d036"
|
||||
}
|
||||
]
|
||||
|
|
11
static/themes/grand_prix.css
Normal file
11
static/themes/grand_prix.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #36475c;
|
||||
--main-color: #c0d036;
|
||||
--caret-color: #c0d036;
|
||||
--sub-color: #5c6c80;
|
||||
--text-color: #c1c7d7;
|
||||
--error-color: #fc5727;
|
||||
--error-extra-color: #fc5727;
|
||||
--colorful-error-color: #fc5727;
|
||||
--colorful-error-extra-color: #fc5727;
|
||||
}
|
Loading…
Reference in a new issue