Merge pull request #186 from corey-b/master

Added Bento theme
This commit is contained in:
Jack 2020-07-16 23:09:01 +01:00 committed by GitHub
commit 719de572a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 5 deletions

5
.firebaserc Normal file
View file

@ -0,0 +1,5 @@
{
"projects": {
"default": "monkey-type"
}
}

View file

@ -1,5 +0,0 @@
{
"projects": {
"default": "project id"
}
}

20
public/themes/bento.css Normal file
View file

@ -0,0 +1,20 @@
:root {
--bg-color: #2d394d;
--main-color: #ff7a90;
--caret-color: #ff7a90;
--sub-color: #FFFAF8;
--text-color: #FFFAF8;
--error-color: #ee2a3a;
--error-extra-color: #f04040;
--colorful-error-color: #fc2032;
--colorful-error-extra-color: #f04040;
}
#menu .icon-button:nth-child(1),
#menu .icon-button:nth-child(2),
#menu .icon-button:nth-child(3),
#menu .icon-button:nth-child(4),
#menu .icon-button:nth-child(5),
#menu .icon-button:nth-child(6) {
color: #4a768d;
}