Merge pull request #779 from Provola23/master

Added the sonokai theme
This commit is contained in:
Jack 2021-01-03 22:10:49 +00:00 committed by GitHub
commit bee4fc539d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -189,6 +189,11 @@
"bgColor": "#272822",
"textColor": "#E6DB74"
},
{
"name": "sonokai",
"bgColor": "#2C2E34",
"textColor": "#E2E2E3"
},
{
"name": "camping",
"bgColor": "#faf1e4",

11
static/themes/sonokai.css Normal file
View file

@ -0,0 +1,11 @@
:root {
--bg-color: #2c2e34;
--main-color: #9ed072;
--caret-color: #f38c71;
--sub-color: #e7c664;
--text-color: #e2e2e3;
--error-color: #fc5d7c;
--error-extra-color: #ecac6a;
--colorful-error-color: #fc5d7c;
--colorful-error-extra-color: #ecac6a;
}