Merge pull request #449 from danhogan/master

Added drowning theme
This commit is contained in:
Jack 2020-10-22 01:06:50 +01:00 committed by GitHub
commit c34e445857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #191826;
--main-color: #4a6fb5;
--caret-color: #4f85e8;
--sub-color: #50688c;
--text-color: #9393a7;
--error-color: #be555f;
--error-extra-color: #7e2a33;
--colorful-error-color: #be555f;
--colorful-error-extra-color: #7e2a33;
}

View file

@ -408,5 +408,10 @@
"name": "fundamentals",
"bgColor": "#727474",
"textColor": "#196378"
},
{
"name": "drowning",
"bgColor": "#191826",
"textColor": "#4a6fb5"
}
]