added terror below

This commit is contained in:
Jack 2021-09-12 20:01:06 +01:00
parent 06871259b3
commit fef89c4623
2 changed files with 16 additions and 0 deletions

View file

@ -583,5 +583,10 @@
"name": "witch_girl",
"bgColor": "#f3dbda",
"textColor": "#56786a"
},
{
"name": "terror_below",
"bgColor": "#0b1e1a",
"textColor": "#66ac92"
}
]

View 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;
}