added strawberry.css and added it to list.json

This commit is contained in:
Noah 2020-06-26 16:29:57 -07:00
parent 91ede7512d
commit 32894603b9
2 changed files with 16 additions and 0 deletions

View file

@ -203,5 +203,10 @@
"name": "olive",
"bgColor": "#e9e5cc",
"textColor": "#92946f"
},
{
"name": "strawberry",
"bgColor": "#e53c58",
"textColor": "#fcfcf8"
}
]

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #f37f83;
--main-color: #fcfcf8;
--caret-color: #fcfcf8;
--sub-color: #e53c58;
--text-color: #fcfcf8;
--error-color: #fcd23f;
--error-extra-color: #d7ae1e;
--extra-error-color: #fcd23f;
--extra-error-extra-color: #d7ae1e;
}