feat: Add Godspeed theme (#1768) by coryshaw1

This commit is contained in:
Cory Shaw 2021-08-27 20:01:40 -04:00 committed by GitHub
parent d486697ad7
commit 074a830ae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -573,5 +573,10 @@
"name": "material",
"bgColor": "#263238",
"textColor": "#80cbc4"
},
{
"name": "godspeed",
"bgColor": "#eae4cf",
"textColor": "#c0bcab"
}
]

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #eae4cf;
--main-color: #9abbcd;
--caret-color: #f4d476;
--sub-color: #646669;
--text-color: #c0bcab;
--error-color: #ca4754;
--error-extra-color: #7e2a33;
--colorful-error-color: #ca4754;
--colorful-error-extra-color: #7e2a33;
}