mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
added peaches theme, inspired by gmk peaches and cream
This commit is contained in:
parent
f1e100378a
commit
262c10ff90
2 changed files with 16 additions and 0 deletions
|
@ -523,5 +523,10 @@
|
|||
"name": "grand_prix",
|
||||
"bgColor": "#36475c",
|
||||
"textColor": "#c0d036"
|
||||
},
|
||||
{
|
||||
"name": "peaches",
|
||||
"bgColor": "#d3cfc6",
|
||||
"textColor": "#dd7a5f"
|
||||
}
|
||||
]
|
||||
|
|
11
static/themes/peaches.css
Normal file
11
static/themes/peaches.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #e0d7c1;
|
||||
--main-color: #dd7a5f;
|
||||
--caret-color: #dd7a5f;
|
||||
--sub-color: #e7b28e;
|
||||
--text-color: #5f4c41;
|
||||
--error-color: #ff6961;
|
||||
--error-extra-color: #c23b22;
|
||||
--colorful-error-color: #ff6961;
|
||||
--colorful-error-extra-color: #c23b22;
|
||||
}
|
Loading…
Reference in a new issue