Merge pull request #1140 from zekth/gp_theme

feat: add Grand Prix Theme
This commit is contained in:
Jack 2021-03-27 18:44:35 +00:00 committed by GitHub
commit 91cf492b88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}