feat: add Grand Prix Theme

This commit is contained in:
Vincent LE GOFF 2021-03-24 22:06:21 +01:00
parent d4c30536bb
commit b80c13a4a3
2 changed files with 16 additions and 0 deletions

View file

@ -508,5 +508,10 @@
"name": "copper",
"bgColor": "#442f29",
"textColor": "#e7e0de"
},
{
"name": "grand_prix",
"bgColor": "#36475c",
"textColor": "#c0d036"
}
]

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #36475c;
--main-color: #c0d036;
--caret-color: #c0d036;
--sub-color: #5c6c80;
--text-color: #c1c7d7;
--error-color: #fc5727;
--error-extra-color: #fc5727;
--colorful-error-color: #fc5727;
--colorful-error-extra-color: #fc5727;
}