Add mountain theme by sohamb117

Add mountain theme
This commit is contained in:
Jack 2021-04-05 18:40:37 +01:00 committed by GitHub
commit 1c08d16231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -69,6 +69,11 @@
"bgColor": "#0f1f2c",
"textColor": "#56c3b7"
},
{
"name": "mountain",
"bgColor": "#0f0f0f",
"textColor": "#e7e7e7"
},
{
"name": "laser",
"bgColor": "#221b44",

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #0f0f0f;
--main-color: #e7e7e7;
--caret-color: #f5f5f5;
--sub-color: #4c4c4c;
--text-color: #e7e7e7;
--error-color: #ac8c8c;
--error-extra-color: #c49ea0;
--colorful-error-color: #aca98a;
--colorful-error-extra-color: #c4c19e;
}