mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
added terror below
This commit is contained in:
parent
06871259b3
commit
fef89c4623
2 changed files with 16 additions and 0 deletions
|
@ -583,5 +583,10 @@
|
|||
"name": "witch_girl",
|
||||
"bgColor": "#f3dbda",
|
||||
"textColor": "#56786a"
|
||||
},
|
||||
{
|
||||
"name": "terror_below",
|
||||
"bgColor": "#0b1e1a",
|
||||
"textColor": "#66ac92"
|
||||
}
|
||||
]
|
||||
|
|
11
static/themes/terror_below.css
Normal file
11
static/themes/terror_below.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #0b1e1a;
|
||||
--caret-color: #66ac92;
|
||||
--main-color: #66ac92;
|
||||
--sub-color: #015c53;
|
||||
--text-color: #dceae5;
|
||||
--error-color: #bf616a;
|
||||
--error-extra-color: #793e44;
|
||||
--colorful-error-color: #bf616a;
|
||||
--colorful-error-extra-color: #793e44;
|
||||
}
|
Loading…
Reference in a new issue