added menthol. thanks octa

This commit is contained in:
Jack 2020-07-22 21:03:52 +01:00
parent 47415c6640
commit bf3064e750
2 changed files with 16 additions and 0 deletions

View file

@ -302,5 +302,10 @@
"name": "watermelon",
"bgColor": "#1F4437",
"textColor": "#B74B53"
},
{
"name": "menthol",
"bgColor": "#00c18c",
"textColor": "#ffffff"
}
]

11
public/themes/menthol.css Normal file
View file

@ -0,0 +1,11 @@
:root {
--bg-color: #00c18c;
--main-color: #ffffff;
--caret-color: #99fdd8;
--sub-color: #186544;
--text-color: #ffffff;
--error-color: #e03c3c;
--error-extra-color: #b12525;
--colorful-error-color: #e03c3c;
--colorful-error-extra-color: #b12525;
}