mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
Add Sewing Tin themes (#1890) by minicap-cat
* Add Sewing Tin themes * add eof newline * removed light theme Co-authored-by: Jack <bartnikjack@gmail.com>
This commit is contained in:
parent
7b97298f08
commit
007aba99bd
2 changed files with 24 additions and 0 deletions
|
@ -589,6 +589,11 @@
|
|||
"bgColor": "#0b1e1a",
|
||||
"textColor": "#66ac92"
|
||||
},
|
||||
{
|
||||
"name": "sewing_tin",
|
||||
"bgColor": "#241963",
|
||||
"textColor": "#f2ce83"
|
||||
},
|
||||
{
|
||||
"name": "soaring_skies",
|
||||
"bgColor": "#fdeedd",
|
||||
|
|
19
static/themes/sewing_tin.css
Normal file
19
static/themes/sewing_tin.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
:root {
|
||||
--bg-color: #241963;
|
||||
--main-color: #f2ce83;
|
||||
--caret-color: #fbdb8c;
|
||||
--sub-color: #446ad5;
|
||||
--text-color: #ffffff;
|
||||
--error-color: #c6915e;
|
||||
--error-extra-color: #c6915e;
|
||||
--colorful-error-color: #c6915e;
|
||||
--colorful-error-extra-color: #c6915e;
|
||||
}
|
||||
|
||||
#menu .icon-button {
|
||||
color: #f2ce83;
|
||||
}
|
||||
|
||||
#menu .icon-button:hover {
|
||||
color: #c6915e;
|
||||
}
|
Loading…
Reference in a new issue